duplicity icon indicating copy to clipboard operation
duplicity copied to clipboard

SyntaxError when byte-compiling duplicity/backends/onedrivebackend.py

Open jinesh-choksi opened this issue 9 years ago • 1 comments

Hi,

OS: Clean install of CentOS v6.7 x86_64 with just yum updates Duplicity version: 0.7.05.

Pre-requisites installed for building/installing duplicity:

##
## Need to enable the EPEL repository for some of the pre-requisites…
##
yum install epel-release;
yum update;

##
## Dependencies needed to build/install duplicity:
##
yum install \
  gcc \
  gnupg2 \
  lftp \
  librsync-devel \
  python-boto \
  python-crypto \
  python-devel \
  python-lockfile \
  python-paramiko \
  python-setuptools \
  python-urllib3

Built duplicity successfully:

[root@vm-centos67 duplicity-0.7.05]# python setup.py build
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.6
creating build/lib.linux-x86_64-2.6/duplicity
copying duplicity/log.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/backend.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/filechunkio.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/patchdir.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/commandline.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/statistics.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/diffdir.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/util.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/selection.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/gpginterface.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/librsync.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/file_naming.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/tarfile.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/manifest.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/tempdir.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/path.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/gpg.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/progress.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/globals.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/lazy.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/cached_ops.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/dup_threading.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/dup_time.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/compilec.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/robust.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/collections.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/errors.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/__init__.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/asyncscheduler.py -> build/lib.linux-x86_64-2.6/duplicity
copying duplicity/dup_temp.py -> build/lib.linux-x86_64-2.6/duplicity
creating build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/megabackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/ssh_paramiko_backend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/dpbxbackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/swiftbackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/_cf_pyrax.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/tahoebackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/pydrivebackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/sxbackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/ncftpbackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/lftpbackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/_boto_multi.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/_cf_cloudfiles.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/webdavbackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/cfbackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/hsibackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/onedrivebackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/rsyncbackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/imapbackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/giobackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/hubicbackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/azurebackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/par2backend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/localbackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/_boto_single.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/gdocsbackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/botobackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/copycombackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/multibackend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/__init__.py -> build/lib.linux-x86_64-2.6/duplicity/backends
copying duplicity/backends/ssh_pexpect_backend.py -> build/lib.linux-x86_64-2.6/duplicity/backends
creating build/lib.linux-x86_64-2.6/duplicity/backends/pyrax_identity
copying duplicity/backends/pyrax_identity/hubic.py -> build/lib.linux-x86_64-2.6/duplicity/backends/pyrax_ideny
copying duplicity/backends/pyrax_identity/__init__.py -> build/lib.linux-x86_64-2.6/duplicity/backends/pyrax_itity
creating build/lib.linux-x86_64-2.6/testing
copying testing/test_code.py -> build/lib.linux-x86_64-2.6/testing
copying testing/__init__.py -> build/lib.linux-x86_64-2.6/testing
creating build/lib.linux-x86_64-2.6/testing/functional
copying testing/functional/test_rdiffdir.py -> build/lib.linux-x86_64-2.6/testing/functional
copying testing/functional/test_cleanup.py -> build/lib.linux-x86_64-2.6/testing/functional
copying testing/functional/test_selection.py -> build/lib.linux-x86_64-2.6/testing/functional
copying testing/functional/test_restart.py -> build/lib.linux-x86_64-2.6/testing/functional
copying testing/functional/test_badupload.py -> build/lib.linux-x86_64-2.6/testing/functional
copying testing/functional/test_final.py -> build/lib.linux-x86_64-2.6/testing/functional
copying testing/functional/test_log.py -> build/lib.linux-x86_64-2.6/testing/functional
copying testing/functional/test_verify.py -> build/lib.linux-x86_64-2.6/testing/functional
copying testing/functional/__init__.py -> build/lib.linux-x86_64-2.6/testing/functional
package init file 'testing/overrides/__init__.py' not found (or not a regular file)
creating build/lib.linux-x86_64-2.6/testing/overrides
copying testing/overrides/gettext.py -> build/lib.linux-x86_64-2.6/testing/overrides
creating build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/test_backend_instance.py -> build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/test_dup_temp.py -> build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/test_gpginterface.py -> build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/test_selection.py -> build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/test_backend.py -> build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/test_tempdir.py -> build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/test_collections.py -> build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/test_gpg.py -> build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/test_diffdir.py -> build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/test_dup_time.py -> build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/test_path.py -> build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/test_file_naming.py -> build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/test_tarfile.py -> build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/test_lazy.py -> build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/test_manifest.py -> build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/__init__.py -> build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/test_patchdir.py -> build/lib.linux-x86_64-2.6/testing/unit
copying testing/unit/test_statistics.py -> build/lib.linux-x86_64-2.6/testing/unit
running build_ext
building 'duplicity._librsync' extension
creating build/temp.linux-x86_64-2.6
creating build/temp.linux-x86_64-2.6/duplicity
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --am=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwra-fPIC -I/usr/include/python2.6 -c duplicity/_librsyncmodule.c -o build/temp.linux-x86_64-2.6/duplicity/_librsyodule.o
gcc -pthread -shared build/temp.linux-x86_64-2.6/duplicity/_librsyncmodule.o -L/usr/lib64 -lrsync -lpython2.6 build/lib.linux-x86_64-2.6/duplicity/_librsync.so
running build_scripts
creating build/scripts-2.6
copying and adjusting bin/rdiffdir -> build/scripts-2.6
copying and adjusting bin/duplicity -> build/scripts-2.6
changing mode of build/scripts-2.6/rdiffdir from 644 to 755
changing mode of build/scripts-2.6/duplicity from 644 to 755

When I attempted to install it, I noticed a syntax error being reported during byte compilation of the onedrivebackend.py file:

[root@vm-centos67 duplicity-0.7.05]# python setup.py install --prefix=/usr/local
running install
running build
running build_py
package init file 'testing/overrides/__init__.py' not found (or not a regular file)
running build_ext
running build_scripts
running install_lib
creating /usr/local/lib64/python2.6
creating /usr/local/lib64/python2.6/site-packages
creating /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/log.py -> /usr/local/lib64/python2.6/site-packages/duplicity
creating /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/megabackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/ssh_paramiko_backend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/dpbxbackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/swiftbackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/_cf_pyrax.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/tahoebackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/pydrivebackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/sxbackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/ncftpbackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/lftpbackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/_boto_multi.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/_cf_cloudfiles.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/webdavbackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/cfbackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/hsibackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/onedrivebackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/rsyncbackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/imapbackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/giobackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/hubicbackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/azurebackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/par2backend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/localbackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/_boto_single.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/gdocsbackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/botobackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/copycombackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
creating /usr/local/lib64/python2.6/site-packages/duplicity/backends/pyrax_identity
copying build/lib.linux-x86_64-2.6/duplicity/backends/pyrax_identity/hubic.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends/pyrax_identity
copying build/lib.linux-x86_64-2.6/duplicity/backends/pyrax_identity/__init__.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends/pyrax_identity
copying build/lib.linux-x86_64-2.6/duplicity/backends/multibackend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/__init__.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backends/ssh_pexpect_backend.py -> /usr/local/lib64/python2.6/site-packages/duplicity/backends
copying build/lib.linux-x86_64-2.6/duplicity/backend.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/filechunkio.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/patchdir.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/commandline.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/statistics.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/diffdir.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/util.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/selection.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/gpginterface.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/librsync.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/file_naming.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/tarfile.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/manifest.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/tempdir.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/path.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/gpg.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/progress.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/globals.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/lazy.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/cached_ops.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/dup_threading.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/dup_time.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/_librsync.so -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/compilec.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/robust.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/collections.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/errors.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/__init__.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/asyncscheduler.py -> /usr/local/lib64/python2.6/site-packages/duplicity
copying build/lib.linux-x86_64-2.6/duplicity/dup_temp.py -> /usr/local/lib64/python2.6/site-packages/duplicity
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/log.py to log.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/megabackend.py to megabackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/ssh_paramiko_backend.py to ssh_paramiko_backend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/dpbxbackend.py to dpbxbackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/swiftbackend.py to swiftbackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/_cf_pyrax.py to _cf_pyrax.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/tahoebackend.py to tahoebackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/pydrivebackend.py to pydrivebackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/sxbackend.py to sxbackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/ncftpbackend.py to ncftpbackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/lftpbackend.py to lftpbackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/_boto_multi.py to _boto_multi.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/_cf_cloudfiles.py to _cf_cloudfiles.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/webdavbackend.py to webdavbackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/cfbackend.py to cfbackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/hsibackend.py to hsibackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/onedrivebackend.py to onedrivebackend.pyc
SyntaxError: ('invalid syntax', ('/usr/local/lib64/python2.6/site-packages/duplicity/backends/onedrivebackend.py', 186, 54, "                names_to_ids = {x['name']: x['id'] for x in files}\n"))

byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/rsyncbackend.py to rsyncbackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/imapbackend.py to imapbackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/giobackend.py to giobackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/hubicbackend.py to hubicbackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/azurebackend.py to azurebackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/par2backend.py to par2backend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/localbackend.py to localbackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/_boto_single.py to _boto_single.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/gdocsbackend.py to gdocsbackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/botobackend.py to botobackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/copycombackend.py to copycombackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/pyrax_identity/hubic.py to hubic.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/pyrax_identity/__init__.py to __init__.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/multibackend.py to multibackend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/__init__.py to __init__.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backends/ssh_pexpect_backend.py to ssh_pexpect_backend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/backend.py to backend.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/filechunkio.py to filechunkio.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/patchdir.py to patchdir.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/commandline.py to commandline.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/statistics.py to statistics.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/diffdir.py to diffdir.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/util.py to util.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/selection.py to selection.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/gpginterface.py to gpginterface.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/librsync.py to librsync.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/file_naming.py to file_naming.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/tarfile.py to tarfile.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/manifest.py to manifest.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/tempdir.py to tempdir.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/path.py to path.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/gpg.py to gpg.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/progress.py to progress.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/globals.py to globals.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/lazy.py to lazy.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/cached_ops.py to cached_ops.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/dup_threading.py to dup_threading.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/dup_time.py to dup_time.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/compilec.py to compilec.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/robust.py to robust.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/collections.py to collections.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/errors.py to errors.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/__init__.py to __init__.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/asyncscheduler.py to asyncscheduler.pyc
byte-compiling /usr/local/lib64/python2.6/site-packages/duplicity/dup_temp.py to dup_temp.pyc
running install_data
copying bin/duplicity.1 -> /usr/local/share/man/man1
copying bin/rdiffdir.1 -> /usr/local/share/man/man1
creating /usr/local/share/doc
creating /usr/local/share/doc/duplicity-0.7.05
copying COPYING -> /usr/local/share/doc/duplicity-0.7.05
copying README -> /usr/local/share/doc/duplicity-0.7.05
copying README-REPO -> /usr/local/share/doc/duplicity-0.7.05
copying README-LOG -> /usr/local/share/doc/duplicity-0.7.05
copying CHANGELOG -> /usr/local/share/doc/duplicity-0.7.05
creating /usr/local/share/locale
creating /usr/local/share/locale/io
creating /usr/local/share/locale/io/LC_MESSAGES
copying po/io/duplicity.mo -> /usr/local/share/locale/io/LC_MESSAGES
creating /usr/local/share/locale/tr
creating /usr/local/share/locale/tr/LC_MESSAGES
copying po/tr/duplicity.mo -> /usr/local/share/locale/tr/LC_MESSAGES
creating /usr/local/share/locale/el
creating /usr/local/share/locale/el/LC_MESSAGES
copying po/el/duplicity.mo -> /usr/local/share/locale/el/LC_MESSAGES
creating /usr/local/share/locale/sl
creating /usr/local/share/locale/sl/LC_MESSAGES
copying po/sl/duplicity.mo -> /usr/local/share/locale/sl/LC_MESSAGES
creating /usr/local/share/locale/de
creating /usr/local/share/locale/de/LC_MESSAGES
copying po/de/duplicity.mo -> /usr/local/share/locale/de/LC_MESSAGES
creating /usr/local/share/locale/en_GB
creating /usr/local/share/locale/en_GB/LC_MESSAGES
copying po/en_GB/duplicity.mo -> /usr/local/share/locale/en_GB/LC_MESSAGES
creating /usr/local/share/locale/pt
creating /usr/local/share/locale/pt/LC_MESSAGES
copying po/pt/duplicity.mo -> /usr/local/share/locale/pt/LC_MESSAGES
creating /usr/local/share/locale/sr
creating /usr/local/share/locale/sr/LC_MESSAGES
copying po/sr/duplicity.mo -> /usr/local/share/locale/sr/LC_MESSAGES
creating /usr/local/share/locale/pl
creating /usr/local/share/locale/pl/LC_MESSAGES
copying po/pl/duplicity.mo -> /usr/local/share/locale/pl/LC_MESSAGES
creating /usr/local/share/locale/fr
creating /usr/local/share/locale/fr/LC_MESSAGES
copying po/fr/duplicity.mo -> /usr/local/share/locale/fr/LC_MESSAGES
creating /usr/local/share/locale/zh_CN
creating /usr/local/share/locale/zh_CN/LC_MESSAGES
copying po/zh_CN/duplicity.mo -> /usr/local/share/locale/zh_CN/LC_MESSAGES
creating /usr/local/share/locale/sq
creating /usr/local/share/locale/sq/LC_MESSAGES
copying po/sq/duplicity.mo -> /usr/local/share/locale/sq/LC_MESSAGES
creating /usr/local/share/locale/en_AU
creating /usr/local/share/locale/en_AU/LC_MESSAGES
copying po/en_AU/duplicity.mo -> /usr/local/share/locale/en_AU/LC_MESSAGES
creating /usr/local/share/locale/hu
creating /usr/local/share/locale/hu/LC_MESSAGES
copying po/hu/duplicity.mo -> /usr/local/share/locale/hu/LC_MESSAGES
creating /usr/local/share/locale/es
creating /usr/local/share/locale/es/LC_MESSAGES
copying po/es/duplicity.mo -> /usr/local/share/locale/es/LC_MESSAGES
creating /usr/local/share/locale/id
creating /usr/local/share/locale/id/LC_MESSAGES
copying po/id/duplicity.mo -> /usr/local/share/locale/id/LC_MESSAGES
creating /usr/local/share/locale/pt_BR
creating /usr/local/share/locale/pt_BR/LC_MESSAGES
copying po/pt_BR/duplicity.mo -> /usr/local/share/locale/pt_BR/LC_MESSAGES
creating /usr/local/share/locale/sv
creating /usr/local/share/locale/sv/LC_MESSAGES
copying po/sv/duplicity.mo -> /usr/local/share/locale/sv/LC_MESSAGES
creating /usr/local/share/locale/ru
creating /usr/local/share/locale/ru/LC_MESSAGES
copying po/ru/duplicity.mo -> /usr/local/share/locale/ru/LC_MESSAGES
creating /usr/local/share/locale/ug
creating /usr/local/share/locale/ug/LC_MESSAGES
copying po/ug/duplicity.mo -> /usr/local/share/locale/ug/LC_MESSAGES
creating /usr/local/share/locale/bg
creating /usr/local/share/locale/bg/LC_MESSAGES
copying po/bg/duplicity.mo -> /usr/local/share/locale/bg/LC_MESSAGES
creating /usr/local/share/locale/it
creating /usr/local/share/locale/it/LC_MESSAGES
copying po/it/duplicity.mo -> /usr/local/share/locale/it/LC_MESSAGES
creating /usr/local/share/locale/eo
creating /usr/local/share/locale/eo/LC_MESSAGES
copying po/eo/duplicity.mo -> /usr/local/share/locale/eo/LC_MESSAGES
creating /usr/local/share/locale/he
creating /usr/local/share/locale/he/LC_MESSAGES
copying po/he/duplicity.mo -> /usr/local/share/locale/he/LC_MESSAGES
creating /usr/local/share/locale/oc
creating /usr/local/share/locale/oc/LC_MESSAGES
copying po/oc/duplicity.mo -> /usr/local/share/locale/oc/LC_MESSAGES
running install_egg_info
running egg_info
creating duplicity.egg-info
writing duplicity.egg-info/PKG-INFO
writing top-level names to duplicity.egg-info/top_level.txt
writing dependency_links to duplicity.egg-info/dependency_links.txt
writing manifest file 'duplicity.egg-info/SOURCES.txt'
reading manifest file 'duplicity.egg-info/SOURCES.txt'
writing manifest file 'duplicity.egg-info/SOURCES.txt'
Copying duplicity.egg-info to /usr/local/lib64/python2.6/site-packages/duplicity-0.7.05-py2.6.egg-info
running install_scripts
copying build/scripts-2.6/rdiffdir -> /usr/local/bin
copying build/scripts-2.6/duplicity -> /usr/local/bin
changing mode of /usr/local/bin/rdiffdir to 755
changing mode of /usr/local/bin/duplicity to 755
[root@vm-centos67 duplicity-0.7.05]#

jinesh-choksi avatar Oct 27 '15 11:10 jinesh-choksi

Same here on CentOS 6.8 x86_64

robertoschwald avatar Apr 11 '17 08:04 robertoschwald