SynoCommunity / spksrc

Cross compilation framework to create native packages for the Synology's NAS
https://synocommunity.com
Other
3.03k stars 1.23k forks source link

Upgrade deluge to 2.0.3 #3991

Closed TimvdEijnden closed 4 years ago

TimvdEijnden commented 4 years ago

I've started to try to update deluge to 2.0.3 which needs python3

See https://github.com/SynoCommunity/spksrc/commit/ef92a94b63579f12ff8437fc33f88e0c8d0a0bea

But it's failing during the step 'making all in tools' with error NameError: name 'execfile' is not defined

Here is the full output

root@7addc363256e:/spksrc/spk/deluge# make arch-armada37xx-6.2
===>  Building package for arch armada37xx-6.2
make[1]: Entering directory '/spksrc/spk/deluge'
===>  Processing dependencies of deluge
make[2]: Entering directory '/spksrc/cross/python3'
make[2]: Nothing to be done for 'default'.
make[2]: Leaving directory '/spksrc/cross/python3'
make[2]: Entering directory '/spksrc/cross/setuptools'
Fixing shebang for /spksrc/spk/deluge/work-armada37xx-6.2/install/var/packages/deluge/target/bin/easy_install ... ok
Fixing shebang for /spksrc/spk/deluge/work-armada37xx-6.2/install/var/packages/deluge/target/bin/easy_install-3.6 ... ok
make[2]: Leaving directory '/spksrc/cross/setuptools'
make[2]: Entering directory '/spksrc/cross/pip'
Fixing shebang for /spksrc/spk/deluge/work-armada37xx-6.2/install/var/packages/deluge/target/bin/pip ... ok
Fixing shebang for /spksrc/spk/deluge/work-armada37xx-6.2/install/var/packages/deluge/target/bin/pip3 ... ok
Fixing shebang for /spksrc/spk/deluge/work-armada37xx-6.2/install/var/packages/deluge/target/bin/pip3.6 ... ok
make[2]: Leaving directory '/spksrc/cross/pip'
make[2]: Entering directory '/spksrc/cross/wheel'
Fixing shebang for /spksrc/spk/deluge/work-armada37xx-6.2/install/var/packages/deluge/target/bin/wheel ... ok
make[2]: Leaving directory '/spksrc/cross/wheel'
make[2]: Entering directory '/spksrc/cross/libtorrent'
===>  Compiling for libtorrent
make[3]: Entering directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11'
Making all in include/libtorrent
make[4]: Entering directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11/include/libtorrent'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11/include/libtorrent'
Making all in src
make[4]: Entering directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11/src'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11/src'
Making all in examples
make[4]: Entering directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11/examples'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11/examples'
Making all in test
make[4]: Entering directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11/test'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11/test'
Making all in bindings
make[4]: Entering directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11/bindings'
Making all in python
make[5]: Entering directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11/bindings/python'
/spksrc/spk/deluge/work-armada37xx-6.2/../../../native/python/work-native/install/usr/local/bin/python ./setup.py build
running build
running build_ext
make[5]: Leaving directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11/bindings/python'
make[5]: Entering directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11/bindings'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11/bindings'
make[4]: Leaving directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11/bindings'
Making all in tools
make[4]: Entering directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11/tools'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11/tools'
make[4]: Entering directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11'
make[3]: Leaving directory '/spksrc/spk/deluge/work-armada37xx-6.2/libtorrent-rasterbar-1.0.11'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 3, in <module>
    from distutils.core import setup, Extension
NameError: name 'execfile' is not defined
make[2]: *** [../../mk/spksrc.python-wheel.mk:28: build_python_wheel] Error 1
make[2]: Leaving directory '/spksrc/cross/libtorrent'
make[1]: *** [../../mk/spksrc.depend.mk:44: depend_target] Error 2
make[1]: Leaving directory '/spksrc/spk/deluge'
make: [../../mk/spksrc.spk.mk:464: arch-armada37xx-6.2] Error 2 (ignored)
hgy59 commented 4 years ago

deluge 2.0.3 is building on my PR #3648 and it runs still with python 2.

TimvdEijnden commented 4 years ago

@hgy59 that looks nice! Are you able to build an 'arch-armada37xx-6.2' version for me?

I've tried on macOS but got this error:

...omitted...
===>  Force cross-compile
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting characteristic==14.3.0
  Downloading characteristic-14.3.0.tar.gz (26 kB)
Collecting chardet==3.0.4
  Downloading chardet-3.0.4.tar.gz (1.9 MB)
     |████████████████████████████████| 1.9 MB 3.1 MB/s
Collecting pyasn1-modules==0.2.8
  Downloading pyasn1-modules-0.2.8.tar.gz (242 kB)
     |████████████████████████████████| 242 kB 2.7 MB/s
Collecting pyxdg==0.26
  Downloading pyxdg-0.26.tar.gz (57 kB)
     |████████████████████████████████| 57 kB 2.0 MB/s
Collecting Mako==1.1.2
  Downloading Mako-1.1.2.tar.gz (469 kB)
     |████████████████████████████████| 469 kB 5.3 MB/s
Collecting service-identity==18.1.0
  Downloading service_identity-18.1.0.tar.gz (21 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Collecting setproctitle==1.1.10
  Downloading setproctitle-1.1.10.tar.gz (24 kB)
Building wheels for collected packages: characteristic, chardet, pyasn1-modules, pyxdg, Mako, service-identity, setproctitle
  Building wheel for characteristic (setup.py) ... done
  Created wheel for characteristic: filename=characteristic-14.3.0-py2.py3-none-any.whl size=14457 sha256=d53615d4eb60dc6850f03ffba7e7c68827e0a4d798f5919bdce827b1e38153c0
  Stored in directory: /spksrc/distrib/pip/wheels/91/f7/06/790a14897e910068f9184b231faa6d244c45b102ba7cf612c8
  Building wheel for chardet (setup.py) ... done
  Created wheel for chardet: filename=chardet-3.0.4-py2.py3-none-any.whl size=140898 sha256=c84de7396c1c147305195e02ed91f67143daafdf3f78a1525338453649a6aed9
  Stored in directory: /spksrc/distrib/pip/wheels/e4/18/a0/66bd64a3282828186ca03d7f7851cf4519995249a89f0d067e
  Building wheel for pyasn1-modules (setup.py) ... done
  Created wheel for pyasn1-modules: filename=pyasn1_modules-0.2.8-py2.py3-none-any.whl size=155268 sha256=0bc8de5bd655a20fbe1e0a3c319e4d88a8161e631ce233bfd542c45a96d58bc5
  Stored in directory: /spksrc/distrib/pip/wheels/94/22/2c/97bf50a85d639c518c4e0076dbd58d8bea9aff98ee37fb540b
  Building wheel for pyxdg (setup.py) ... done
  Created wheel for pyxdg: filename=pyxdg-0.26-py2-none-any.whl size=49352 sha256=f4e2484da5c20f8a4d931b4eba998fd04f35daf6962ced8099f3ca9a9169945f
  Stored in directory: /spksrc/distrib/pip/wheels/36/9e/34/96236d25d1c2557408c1bc23dd154165079b56fa553f6d4c3a
  Building wheel for Mako (setup.py) ... done
  Created wheel for Mako: filename=Mako-1.1.2-py2.py3-none-any.whl size=75522 sha256=4799888a91526e0f42fa307008fdd3cb3fc29c72b1b47c8fb2a70f143d0df297
  Stored in directory: /spksrc/distrib/pip/wheels/13/a0/22/89f00232194313f58d327ed05b8320d64a3aa13f01621f5ecc
  Building wheel for service-identity (PEP 517) ... done
  Created wheel for service-identity: filename=service_identity-18.1.0-py2.py3-none-any.whl size=11826 sha256=da594de41dacda03ae35f3b6e28fd8e61b5c8e12c00bdc63492ff0c3957af2fa
  Stored in directory: /spksrc/distrib/pip/wheels/07/bf/4d/25120c0f4385f9bf50ba7c5a199c85342a3e5ee2844ff5e77c
  Building wheel for setproctitle (setup.py) ... done
  Created wheel for setproctitle: filename=setproctitle-1.1.10-cp27-cp27mu-linux_x86_64.whl size=24113 sha256=90a57565b281e26bfc8134b933d5b940ccb4d34948be563588a2c8006d43a539
  Stored in directory: /spksrc/distrib/pip/wheels/a6/3b/3a/393dde4e04479fc6492de179133c70cf96b62d0d9f3dafb3df
Successfully built characteristic chardet pyasn1-modules pyxdg Mako service-identity setproctitle
===>  Creating target installation dir of deluge
(cd /spksrc/spk/deluge/work-armada37xx-6.2/install//var/packages/deluge/target && tar cpf - `cat /spksrc/spk/deluge/work-armada37xx-6.2/PLIST | cut -d':' -f2`) | \
  tar xpf - -C /spksrc/spk/deluge/work-armada37xx-6.2/staging
tar: bin/captoinfo: Cannot utime: No such file or directory
tar: bin/infotocap: Cannot utime: No such file or directory
tar: bin/reset: Cannot utime: No such file or directory
tar: bin/bzcmp: Cannot utime: No such file or directory
tar: bin/bzegrep: Cannot utime: No such file or directory
tar: bin/bzfgrep: Cannot utime: No such file or directory
tar: bin/bzless: Cannot utime: No such file or directory
tar: bin/python: Cannot utime: No such file or directory
tar: lib/libformw.so: Cannot utime: No such file or directory
tar: lib/libhistory.so: Cannot utime: No such file or directory
tar: lib/libmenuw.so: Cannot utime: No such file or directory
tar: lib/libncursesw.so: Cannot utime: No such file or directory
tar: lib/libpanelw.so: Cannot utime: No such file or directory
tar: lib/libreadline.so: Cannot utime: No such file or directory
tar: share/terminfo/r/regent200: Cannot utime: No such file or directory
tar: share/terminfo/i/ibm6154-c: Cannot utime: No such file or directory
tar: share/terminfo/i/iterm: Cannot utime: No such file or directory
tar: share/terminfo/i/ibm5051: Cannot utime: No such file or directory
tar: share/terminfo/i/ibm8604: Cannot utime: No such file or directory
tar: share/terminfo/i/ibmmpel-c: Cannot utime: No such file or directory
tar: share/terminfo/i/ibmx: Cannot utime: No such file or directory
tar: share/terminfo/n/newscbm: Cannot utime: No such file or directory
tar: share/terminfo/n/nwp-517: Cannot utime: No such file or directory
tar: share/terminfo/n/news28-a: Cannot utime: No such file or directory
tar: share/terminfo/n/nwp-511: Cannot utime: No such file or directory
tar: share/terminfo/n/nsterm-acs-s: Cannot utime: No such file or directory
tar: share/terminfo/n/nwe501: Cannot utime: No such file or directory
tar: share/terminfo/n/nansisysk: Cannot utime: No such file or directory
tar: share/terminfo/n/news40: Cannot utime: No such file or directory
tar: share/terminfo/n/ncsa-vt220-8: Cannot utime: No such file or directory
tar: share/terminfo/n/nwp518-o: Cannot utime: No such file or directory
tar: share/terminfo/n/nwp518-a: Cannot utime: No such file or directory
tar: share/terminfo/n/nsterm-7-s: Cannot utime: No such file or directory
tar: share/terminfo/n/nwe501-o: Cannot utime: No such file or directory
tar: share/terminfo/n/news31: Cannot utime: No such file or directory
tar: share/terminfo/n/nwp251-o: Cannot utime: No such file or directory
tar: share/terminfo/n/nwp251-a: Cannot utime: No such file or directory
tar: share/terminfo/n/nwe501-a: Cannot utime: No such file or directory
tar: share/terminfo/n/nansisys: Cannot utime: No such file or directory
tar: share/terminfo/n/nwp518: Cannot utime: No such file or directory
tar: share/terminfo/n/nsterm-acs-c-s: Cannot utime: No such file or directory
tar: share/terminfo/n/news31-a: Cannot utime: No such file or directory
tar: share/terminfo/n/news31-o: Cannot utime: No such file or directory
tar: share/terminfo/n/nsterm-c-7: Cannot utime: No such file or directory
tar: share/terminfo/n/nsterm-acs-m: Cannot utime: No such file or directory
tar: share/terminfo/n/ncr7900: Cannot utime: No such file or directory
tar: share/terminfo/n/nsterm-7-m-s: Cannot utime: No such file or directory
tar: share/terminfo/n/newscbm33: Cannot utime: No such file or directory
tar: share/terminfo/n/news: Cannot utime: No such file or directory
tar: share/terminfo/n/newscbm-o: Cannot utime: No such file or directory
tar: share/terminfo/n/newscbm-a: Cannot utime: No such file or directory
tar: share/terminfo/n/news33: Cannot utime: No such file or directory
tar: share/terminfo/g/guru-lp: Cannot utime: No such file or directory
tar: share/terminfo/g/guru-33-rv: Cannot utime: No such file or directory
tar: share/terminfo/z/z-100bw: Cannot utime: No such file or directory
tar: share/terminfo/z/z-100: Cannot utime: No such file or directory
tar: share/terminfo/z/zenith29: Cannot utime: No such file or directory
tar: share/terminfo/z/zenith39-a: Cannot utime: No such file or directory
tar: share/terminfo/z/z50: Cannot utime: No such file or directory
tar: share/terminfo/z/zenith39-ansi: Cannot utime: No such file or directory
tar: share/terminfo/z/z39a: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi920b-mc-vb: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi912c-unk-2p: Cannot utime: No such file or directory
tar: share/terminfo/t/tab132-15: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi912c-mc: Cannot utime: No such file or directory
tar: share/terminfo/t/tek4027-ex: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi912c-2p-p: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi920b-p-2p: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi912b-mc-2p: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi912c-2p-unk: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi920: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi920c-p-2p: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi920c-mc-2p: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi920c: Cannot utime: No such file or directory
tar: share/terminfo/t/tek4027: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi912c-mc-vb: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi912c-2p: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi912c-vb-p: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi920b-unk-2p: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi912c-mc-2p: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi920c-p-vb: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi920c-mc-vb: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi912c-vb-unk: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi912b-mc-vb: Cannot utime: No such file or directory
tar: share/terminfo/t/terminet300: Cannot utime: No such file or directory
tar: share/terminfo/t/tek4114: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi920b-p-vb: Cannot utime: No such file or directory
tar: share/terminfo/t/tab: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi920b-mc-2p: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi912c-p: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi912c-unk-vb: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi912c: Cannot utime: No such file or directory
tar: share/terminfo/t/tek4109brl: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi912b-unk-2p: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi920c-vb-mc: Cannot utime: No such file or directory
tar: share/terminfo/t/tek4025: Cannot utime: No such file or directory
tar: share/terminfo/t/t653x: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi912c-2p-mc: Cannot utime: No such file or directory
tar: share/terminfo/t/tek4107brl: Cannot utime: No such file or directory
tar: share/terminfo/t/tvi920c-vb: Cannot utime: No such file or directory
tar: share/terminfo/t/ti916-220-8: Cannot utime: No such file or directory
tar: share/terminfo/s/synertek380: Cannot utime: No such file or directory
tar: share/terminfo/s/screen.minitel12-80: Cannot utime: No such file or directory
tar: share/terminfo/s/superbee: Cannot utime: No such file or directory
tar: share/terminfo/s/sb3: Cannot utime: No such file or directory
tar: share/terminfo/s/st52-m: Cannot utime: No such file or directory
tar: share/terminfo/s/sun-cmd: Cannot utime: No such file or directory
tar: share/terminfo/s/soroc: Cannot utime: No such file or directory
tar: share/terminfo/s/sune: Cannot utime: No such file or directory
tar: share/terminfo/s/stterm: Cannot utime: No such file or directory
tar: share/terminfo/s/screen.minitel2-80: Cannot utime: No such file or directory
tar: share/terminfo/a/att4425: Cannot utime: No such file or directory
tar: share/terminfo/a/a210: Cannot utime: No such file or directory
tar: share/terminfo/a/ansi-mono: Cannot utime: No such file or directory
tar: share/terminfo/a/att513: Cannot utime: No such file or directory
tar: share/terminfo/a/att5420-w-rv: Cannot utime: No such file or directory
tar: share/terminfo/a/aa4080: Cannot utime: No such file or directory
tar: share/terminfo/a/alto-heath: Cannot utime: No such file or directory
tar: share/terminfo/a/alt2: Cannot utime: No such file or directory
tar: share/terminfo/a/aaa-unk: Cannot utime: No such file or directory
tar: share/terminfo/a/att5420-w: Cannot utime: No such file or directory
tar: share/terminfo/a/amp219: Cannot utime: No such file or directory
tar: share/terminfo/a/aaa-s-rv: Cannot utime: No such file or directory
tar: share/terminfo/a/att4410v1: Cannot utime: No such file or directory
tar: share/terminfo/a/att5418-w: Cannot utime: No such file or directory
tar: share/terminfo/a/att5430: Cannot utime: No such file or directory
tar: share/terminfo/a/a80: Cannot utime: No such file or directory
tar: share/terminfo/a/ambassador: Cannot utime: No such file or directory
tar: share/terminfo/a/altoheath: Cannot utime: No such file or directory
tar: share/terminfo/a/ansisysk: Cannot utime: No such file or directory
tar: share/terminfo/a/att5420-w-nl: Cannot utime: No such file or directory
tar: share/terminfo/a/altoh19: Cannot utime: No such file or directory
tar: share/terminfo/a/att4425-nl: Cannot utime: No such file or directory
tar: share/terminfo/a/alt7pc: Cannot utime: No such file or directory
tar: share/terminfo/a/att5420-rv: Cannot utime: No such file or directory
tar: share/terminfo/a/aaa-30-s-ctxt: Cannot utime: No such file or directory
tar: share/terminfo/a/a980: Cannot utime: No such file or directory
tar: share/terminfo/a/att4425-w: Cannot utime: No such file or directory
tar: share/terminfo/a/appleIIe: Cannot utime: No such file or directory
tar: share/terminfo/f/freedom: Cannot utime: No such file or directory
tar: share/terminfo/f/freedom110: Cannot utime: No such file or directory
tar: share/terminfo/f/freedom-rv: Cannot utime: No such file or directory
tar: share/terminfo/o/o4112-nd: Cannot utime: No such file or directory
tar: share/terminfo/o/opennt-25-w: Cannot utime: No such file or directory
tar: share/terminfo/o/oldibmpc3: Cannot utime: No such file or directory
tar: share/terminfo/o/opennt-25-w-vt: Cannot utime: No such file or directory
tar: share/terminfo/o/osborne1-w: Cannot utime: No such file or directory
tar: share/terminfo/h/h19us: Cannot utime: No such file or directory
tar: share/terminfo/h/h19a: Cannot utime: No such file or directory
tar: share/terminfo/h/hp2621a-a: Cannot utime: No such file or directory
tar: share/terminfo/h/h19-smul: Cannot utime: No such file or directory
tar: share/terminfo/h/h80: Cannot utime: No such file or directory
tar: share/terminfo/h/hp2626p: Cannot utime: No such file or directory
tar: share/terminfo/h/hp2623a: Cannot utime: No such file or directory
tar: share/terminfo/h/hpex2: Cannot utime: No such file or directory
tar: share/terminfo/h/hp2645a: Cannot utime: No such file or directory
tar: share/terminfo/h/h19g: Cannot utime: No such file or directory
tar: share/terminfo/h/hp: Cannot utime: No such file or directory
tar: share/terminfo/h/hp70092A: Cannot utime: No such file or directory
tar: share/terminfo/h/hp2621-wl: Cannot utime: No such file or directory
tar: share/terminfo/h/hp2624b-4p: Cannot utime: No such file or directory
tar: share/terminfo/h/hp2621k45: Cannot utime: No such file or directory
tar: share/terminfo/h/hp2624b-4p-p: Cannot utime: No such file or directory
tar: share/terminfo/h/h19kermit: Cannot utime: No such file or directory
tar: share/terminfo/h/hp2626a: Cannot utime: No such file or directory
tar: share/terminfo/h/hp2382: Cannot utime: No such file or directory
tar: share/terminfo/h/hp45: Cannot utime: No such file or directory
tar: share/terminfo/m/mskermit227: Cannot utime: No such file or directory
tar: share/terminfo/m/mouse-sun: Cannot utime: No such file or directory
tar: share/terminfo/m/mod24: Cannot utime: No such file or directory
tar: share/terminfo/m/mime340: Cannot utime: No such file or directory
tar: share/terminfo/m/mime2: Cannot utime: No such file or directory
tar: share/terminfo/m/macintosh: Cannot utime: No such file or directory
tar: share/terminfo/m/macterminal-w: Cannot utime: No such file or directory
tar: share/terminfo/m/mskermit227am: Cannot utime: No such file or directory
tar: share/terminfo/m/mime2a-v: Cannot utime: No such file or directory
tar: share/terminfo/m/mimeii: Cannot utime: No such file or directory
tar: share/terminfo/m/microbee: Cannot utime: No such file or directory
tar: share/terminfo/m/mskermit22714: Cannot utime: No such file or directory
tar: share/terminfo/m/mime-3ax: Cannot utime: No such file or directory
tar: share/terminfo/m/mime1: Cannot utime: No such file or directory
tar: share/terminfo/c/concept108-4p: Cannot utime: No such file or directory
tar: share/terminfo/c/cx100: Cannot utime: No such file or directory
tar: share/terminfo/c/c321: Cannot utime: No such file or directory
tar: share/terminfo/c/cops-10: Cannot utime: No such file or directory
tar: share/terminfo/c/concept100-rv: Cannot utime: No such file or directory
tar: share/terminfo/c/cci1: Cannot utime: No such file or directory
tar: share/terminfo/c/c108-8p: Cannot utime: No such file or directory
tar: share/terminfo/c/citc: Cannot utime: No such file or directory
tar: share/terminfo/c/concept108-w8p: Cannot utime: No such file or directory
tar: share/terminfo/c/citoh-ps: Cannot utime: No such file or directory
tar: share/terminfo/c/c100-4p: Cannot utime: No such file or directory
tar: share/terminfo/c/contel320: Cannot utime: No such file or directory
tar: share/terminfo/c/cons25-koi8r-m: Cannot utime: No such file or directory
tar: share/terminfo/c/cops: Cannot utime: No such file or directory
tar: share/terminfo/c/concept100: Cannot utime: No such file or directory
tar: share/terminfo/c/contel321: Cannot utime: No such file or directory
tar: share/terminfo/c/concept108: Cannot utime: No such file or directory
tar: share/terminfo/c/c100-rv-4p: Cannot utime: No such file or directory
tar: share/terminfo/c/ci8510: Cannot utime: No such file or directory
tar: share/terminfo/c/cons60-koi8r-m: Cannot utime: No such file or directory
tar: share/terminfo/c/cons50-iso-m: Cannot utime: No such file or directory
tar: share/terminfo/c/cons50-iso8859: Cannot utime: No such file or directory
tar: share/terminfo/c/colorscan: Cannot utime: No such file or directory
tar: share/terminfo/c/cons25-iso-m: Cannot utime: No such file or directory
tar: share/terminfo/c/cx: Cannot utime: No such file or directory
tar: share/terminfo/c/cons50-koi8r-m: Cannot utime: No such file or directory
tar: share/terminfo/c/cons25-iso8859: Cannot utime: No such file or directory
tar: share/terminfo/d/dmdt80: Cannot utime: No such file or directory
tar: share/terminfo/d/d217-dg: Cannot utime: No such file or directory
tar: share/terminfo/d/d430-unix-w-ccc: Cannot utime: No such file or directory
tar: share/terminfo/d/d462+s: Cannot utime: No such file or directory
tar: share/terminfo/d/d462+25: Cannot utime: No such file or directory
tar: share/terminfo/d/d578-dg: Cannot utime: No such file or directory
tar: share/terminfo/d/datapoint: Cannot utime: No such file or directory
tar: share/terminfo/d/d462e-dg: Cannot utime: No such file or directory
tar: share/terminfo/d/d412+: Cannot utime: No such file or directory
tar: share/terminfo/d/dt80: Cannot utime: No such file or directory
tar: share/terminfo/d/d430-unix-s-ccc: Cannot utime: No such file or directory
tar: share/terminfo/d/d463-unix-w: Cannot utime: No such file or directory
tar: share/terminfo/d/d464-unix-25: Cannot utime: No such file or directory
tar: share/terminfo/d/d412+25: Cannot utime: No such file or directory
tar: share/terminfo/d/diablo1720: Cannot utime: No such file or directory
tar: share/terminfo/d/d470: Cannot utime: No such file or directory
tar: share/terminfo/d/d462-unix-s: Cannot utime: No such file or directory
tar: share/terminfo/d/d430-unix-ccc: Cannot utime: No such file or directory
tar: share/terminfo/d/d430-unix-sr: Cannot utime: No such file or directory
tar: share/terminfo/d/dmdt80w: Cannot utime: No such file or directory
tar: share/terminfo/d/datamedia2500: Cannot utime: No such file or directory
tar: share/terminfo/d/d461-w: Cannot utime: No such file or directory
tar: share/terminfo/d/d413-dg: Cannot utime: No such file or directory
tar: share/terminfo/d/ddr3180: Cannot utime: No such file or directory
tar: share/terminfo/d/d462-dg: Cannot utime: No such file or directory
tar: share/terminfo/d/d430-dg-ccc: Cannot utime: No such file or directory
tar: share/terminfo/d/d412+sr: Cannot utime: No such file or directory
tar: share/terminfo/d/dg-ansi: Cannot utime: No such file or directory
tar: share/terminfo/d/dt-100w: Cannot utime: No such file or directory
tar: share/terminfo/d/d463-dg: Cannot utime: No such file or directory
tar: share/terminfo/d/d464-unix-s: Cannot utime: No such file or directory
tar: share/terminfo/d/d462+: Cannot utime: No such file or directory
tar: share/terminfo/d/diablo-lm: Cannot utime: No such file or directory
tar: share/terminfo/d/d430-unix-w: Cannot utime: No such file or directory
tar: share/terminfo/d/d462+sr: Cannot utime: No such file or directory
tar: share/terminfo/d/dt-100: Cannot utime: No such file or directory
tar: share/terminfo/d/dwk-vt: Cannot utime: No such file or directory
tar: share/terminfo/d/d460-dg: Cannot utime: No such file or directory
tar: share/terminfo/d/d470-dg: Cannot utime: No such file or directory
tar: share/terminfo/d/decwriter: Cannot utime: No such file or directory
tar: share/terminfo/d/d215-7b: Cannot utime: No such file or directory
tar: share/terminfo/d/dg605x: Cannot utime: No such file or directory
tar: share/terminfo/d/d2-dg: Cannot utime: No such file or directory
tar: share/terminfo/d/d411-dg: Cannot utime: No such file or directory
tar: share/terminfo/d/d430-unix-25-ccc: Cannot utime: No such file or directory
tar: share/terminfo/d/d462-unix-25: Cannot utime: No such file or directory
tar: share/terminfo/d/d463-unix-25: Cannot utime: No such file or directory
tar: share/terminfo/d/d464-unix: Cannot utime: No such file or directory
tar: share/terminfo/d/d411-7b: Cannot utime: No such file or directory
tar: share/terminfo/d/d460-7b: Cannot utime: No such file or directory
tar: share/terminfo/d/diablo450: Cannot utime: No such file or directory
tar: share/terminfo/d/d461-7b: Cannot utime: No such file or directory
tar: share/terminfo/d/d214-dg: Cannot utime: No such file or directory
tar: share/terminfo/v/vt330: Cannot utime: No such file or directory
tar: share/terminfo/v/vt200-8: Cannot utime: No such file or directory
tar: share/terminfo/v/vt300: Cannot utime: No such file or directory
tar: share/terminfo/v/vc403a: Cannot utime: No such file or directory
tar: share/terminfo/v/viewpoint90: Cannot utime: No such file or directory
tar: share/terminfo/v/vt200-old: Cannot utime: No such file or directory
tar: share/terminfo/v/vc203: Cannot utime: No such file or directory
tar: share/terminfo/v/v200-nam: Cannot utime: No such file or directory
tar: share/terminfo/v/v320n: Cannot utime: No such file or directory
tar: share/terminfo/v/vt100-nam-w: Cannot utime: No such file or directory
tar: share/terminfo/v/vt220-js: Cannot utime: No such file or directory
tar: share/terminfo/v/vip7800-w: Cannot utime: No such file or directory
tar: share/terminfo/v/vc103: Cannot utime: No such file or directory
tar: share/terminfo/v/vip7800-Hw: Cannot utime: No such file or directory
tar: share/terminfo/v/vt100-bot-s: Cannot utime: No such file or directory
tar: share/terminfo/v/vt300-w-nam: Cannot utime: No such file or directory
tar: share/terminfo/q/qdcons: Cannot utime: No such file or directory
tar: share/terminfo/q/qvt119p-25: Cannot utime: No such file or directory
tar: share/terminfo/q/qvt119: Cannot utime: No such file or directory
tar: share/terminfo/q/qvt119-w: Cannot utime: No such file or directory
tar: share/terminfo/q/qvt119p: Cannot utime: No such file or directory
tar: share/terminfo/q/qvt101p: Cannot utime: No such file or directory
tar: share/terminfo/q/qume: Cannot utime: No such file or directory
tar: share/terminfo/x/x1750: Cannot utime: No such file or directory
tar: share/terminfo/x/x1720: Cannot utime: No such file or directory
tar: share/terminfo/x/x68k-ite: Cannot utime: No such file or directory
tar: share/terminfo/e/excel64-rv: Cannot utime: No such file or directory
tar: share/terminfo/e/ep4000: Cannot utime: No such file or directory
tar: share/terminfo/b/bg3.10rv: Cannot utime: No such file or directory
tar: share/terminfo/b/bee: Cannot utime: No such file or directory
tar: share/terminfo/b/bh4: Cannot utime: No such file or directory
tar: share/terminfo/b/beehiveIIIm: Cannot utime: No such file or directory
tar: share/terminfo/b/bg3.10nv: Cannot utime: No such file or directory
tar: share/terminfo/b/bg2.0nv: Cannot utime: No such file or directory
tar: share/terminfo/b/bh3m: Cannot utime: No such file or directory
tar: share/terminfo/p/pt200w: Cannot utime: No such file or directory
tar: share/terminfo/p/pmconsole: Cannot utime: No such file or directory
tar: share/terminfo/p/pckermit12: Cannot utime: No such file or directory
tar: share/terminfo/p/pcansi25: Cannot utime: No such file or directory
tar: share/terminfo/p/psterm-basic: Cannot utime: No such file or directory
tar: share/terminfo/p/pcz19: Cannot utime: No such file or directory
tar: share/terminfo/p/pcansi33m: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse60-42: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse520-epc-w: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse99gt-25: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse60-25-w: Cannot utime: No such file or directory
tar: share/terminfo/w/wy325-42wvb: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse160-42-w: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse150-25: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse325-w: Cannot utime: No such file or directory
tar: share/terminfo/w/wy99gt-wvb: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse60-43: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse75ap: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse520-36pc: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse520-36w: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse160-25: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse370: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse85-vb: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse350-w: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse120: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse50: Cannot utime: No such file or directory
tar: share/terminfo/w/wy325w-24: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse325-42w: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse160-wvb: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse520: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse520-48w: Cannot utime: No such file or directory
tar: share/terminfo/w/wy325-43wvb: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse325: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse520-epc: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse60: Cannot utime: No such file or directory
tar: share/terminfo/w/wy150-vb: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse150: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse325-43: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse185-w: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse325-42: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse99gt-w: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse160: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse120-vb: Cannot utime: No such file or directory
tar: share/terminfo/w/wy-99fgt: Cannot utime: No such file or directory
tar: share/terminfo/w/wy325-80: Cannot utime: No such file or directory
tar: share/terminfo/w/wy160-wvb: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse50-w: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse160-42: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse75-w: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse85-8bit: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse60-42-w: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse520-wvb: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse-325: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse160-43: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse160-25-w: Cannot utime: No such file or directory
tar: share/terminfo/w/wy150: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse120-25-w: Cannot utime: No such file or directory
tar: share/terminfo/w/wy150-25-w: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse30: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse520-vb: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse185-24: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse520-36: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse50-wvb: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse325-25: Cannot utime: No such file or directory
tar: share/terminfo/w/wyse85-wvb: Cannot utime: No such file or directory
tar: share/terminfo/n/ncr260vt300wpp: Cannot utime: Too many levels of symbolic links
tar: Exiting with failure status due to previous errors
make[1]: *** [../../mk/spksrc.copy.mk:46: copy_target] Error 2
make[1]: Leaving directory '/spksrc/spk/deluge'
make: [../../mk/spksrc.spk.mk:465: arch-armada37xx-6.2] Error 2 (ignored)
root@8ab9887b8789:/spksrc/spk/deluge#
hgy59 commented 4 years ago

Just published a prerelease for aarch64-6.1 https://github.com/hgy59/spksrc/releases/tag/deluge_2.0.3_pre aarch64 is for rtd1296 and armada37xx TC version 6.1 works for DSM >= 6.1 I also published python 2.7.18, but I recomment to try first with the currently installed python version.

TimvdEijnden commented 4 years ago

I installed both your python and deluge packages. Deluge failed to start, I'll check the logs and will post the them here.

hgy59 commented 4 years ago

@TimvdEijnden you are right. So far I tested on x86_64 arch only (apollolake). On armada370 (DS115j), deluge installation fails due to required cross compilation of rencode-1.0.6 and cryptography 2.9.2. I hope these are the only dependencies that must be cross compiled when building the package.

TimvdEijnden commented 4 years ago

@hgy59 Yes you are also right, cryptography is missing.

020/05/17 20:09:25  start deluge 2.0.3-10 Begin start-stop-status start
Starting deluge ...
Traceback (most recent call last):
  File "/volume1/@appstore/deluge/env/bin/deluged", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/volume1/@appstore/deluge/env/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3251, in <module>
    @_call_aside
  File "/volume1/@appstore/deluge/env/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside
    f(*args, **kwargs)
  File "/volume1/@appstore/deluge/env/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/volume1/@appstore/deluge/env/lib/python2.7/site-packages/pkg_resources/__init__.py", line 585, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/volume1/@appstore/deluge/env/lib/python2.7/site-packages/pkg_resources/__init__.py", line 598, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/volume1/@appstore/deluge/env/lib/python2.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'cryptography>=2.8' distribution was not found and is required by pyopenssl
Traceback (most recent call last):
  File "/volume1/@appstore/deluge/env/bin/deluge-web", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/volume1/@appstore/deluge/env/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3251, in <module>
    @_call_aside
  File "/volume1/@appstore/deluge/env/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside
    f(*args, **kwargs)
  File "/volume1/@appstore/deluge/env/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/volume1/@appstore/deluge/env/lib/python2.7/site-packages/pkg_resources/__init__.py", line 585, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/volume1/@appstore/deluge/env/lib/python2.7/site-packages/pkg_resources/__init__.py", line 598, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/volume1/@appstore/deluge/env/lib/python2.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'cryptography>=2.8' distribution was not found and is required by pyopenssl
2020/05/17 20:09:52 start deluge 2.0.3-10 End start-stop-status start ret=[1]
2020/05/17 20:09:53 (system) trigger deluge 2.0.3-10 Begin start-stop-status stop
deluge is not running
2020/05/17 20:09:53 (system) trigger deluge 2.0.3-10 End start-stop-status stop ret=[0]
hgy59 commented 4 years ago

Thanks @TimvdEijnden, you just answered my question why it tries to build cryptography that is contained in python 2.7.18 (but only version 2.4.2). Will have to update this in python package.

hgy59 commented 4 years ago

@TimvdEijnden I have updated (replaced) the pre-releases here https://github.com/hgy59/spksrc/releases/tag/deluge_2.0.3_pre Now python includes cryptography 2.9.2 and deluge depends on python 2.7.18-22 and includes rencode 1.0.6.

Successfully tested on armada370 (and apollolake) Thanks for your feedback.

TimvdEijnden commented 4 years ago

@hgy59 Thanks, it's now running without issues!

hgy59 commented 4 years ago

@TimvdEijnden is it ok to close this issue when pyhton 2.7.18 will be merged? I propose to create a new request/issue for deluge with python3.

TimvdEijnden commented 4 years ago

As long as I'm able to use Deluge 2.0.3 I'm happy, then no new request is needed.