Closed progval closed 8 years ago
@ingvar1995 / @xveduk : Note that this bug prevents Toxygen from being build on build.tox.chat right now (https://build.tox.chat/job/toxygen_pkg_linux_deb_shared_xenial_x86_stable_release/).
Once fixed, it will hopefully build!
1) /tmp/foobar/bin/ exists? 2) Is python module setuptools installed? (sudo apt-get install python3-setuptools) Unfortunately my laptop died so I can't test it. Anyway I use the same setup.py on pip3 and it works.
On 21/07/2016 06:39, Ingvar wrote:
1) /tmp/foobar/bin/ exists?
Yes, it was created by setup.py
2) Is python module setuptools installed? (sudo apt-get install python3-setuptools)
Yes (otherwise the script would have failed with ImportError)
Can you attach full installation log? Try python3 -m trace -t setup.py install
progval@ion /tmp/toxygen master rm -r /tmp/foobar -f
progval@ion /tmp/toxygen master mkdir /tmp/foobar/
progval@ion /tmp/toxygen master python3 -m trace -t setup.py install --prefix=/tmp/foobar > setup_logs.txt
warning: no files found matching 'toxygen/libs/libtox.dll'
warning: no files found matching 'toxygen/libs/libsodium.a'
warning: no files found matching 'toxygen/libs/libtox64.dll'
warning: no files found matching 'toxygen/libs/libsodium64.a'
progval@ion /tmp/toxygen master gzip setup_logs.txt
Gives this log: https://static.progval.net/public/toxygen_setup_logs.txt.gz (Sorry I can't attach it, Github says it can't process that file.)
Try to comment lines 21-25 in setup.py
It worked.
I think try ... except block will solve this issue. But it needs testing.
Fixed in develop
Running
python3 setup.py install --prefix=/tmp/foobar
leads to this error: