duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] error on compiling duplicity-0.7.17


From: Russell Clemings
Subject: Re: [Duplicity-talk] error on compiling duplicity-0.7.17
Date: Sat, 9 Jun 2018 12:12:38 -0700

Actually ... it may have compiled OK anyway. Disregard for now. I'll come back if I find there's still a problem.

On Sat, Jun 9, 2018 at 12:07 PM, Russell Clemings <address@hidden> wrote:
I'm getting an error that I can't figure out:

# python compilec.py
running build
running build_ext
building '_librsync' extension
creating build
creating build/temp.linux-x86_64-2.7
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c _librsyncmodule.c -o build/temp.linux-x86_64-2.7/_librsyncmodule.o
_librsyncmodule.c: In function '_librsync_new_patchmaker':
_librsyncmodule.c:313:15: warning: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Wunused-result]
     strerror_r(errno, buf, sizeof(buf));
               ^
creating build/lib.linux-x86_64-2.7
gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/_librsyncmodule.o -L. -lrsync -lpython2.7 -o build/lib.linux-x86_64-2.7/_librsync.so


CENTOS 7.4
Python 2.7.5
epel-release-7-11.noarch
gcc-4.8.5-28.el7_5.1.x86_64
python-devel-2.7.5-68.el7.x86_64
librsync-devel-1.0.0-1.el7.x86_64
python-lockfile-0.9.1-4.el7.centos.noarch
python2-pip-8.1.2-6.el7.noarch 
boto 2.48.0
fasteners 0.14.1

Any on where to start with this would be appreciated. Googling hasn't helped.




--
===============================================
Russell Clemings
<address@hidden>
===============================================



--
===============================================
Russell Clemings
<address@hidden>
===============================================

reply via email to

[Prev in Thread] Current Thread [Next in Thread]