1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
| creating build/temp.linux-armv7l-2.7
generating cffi module 'build/temp.linux-armv7l-2.7/gevent.libev._corecffi.c'
Running '(cd "/tmp/pip-install-1fQkU2/gevent/deps/libev" && sh ./configure && cp config.h "$OLDPWD" ) > configure-output.txt' in /tmp/pip-install-1fQkU2/gevent/build/temp.linux-armv7l-2.7/libev
configure: error: in `/tmp/pip-install-1fQkU2/gevent/deps/libev':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-1fQkU2/gevent/setup.py", line 427, in <module>
run_setup(EXT_MODULES, run_make=_BUILDING)
File "/tmp/pip-install-1fQkU2/gevent/setup.py", line 411, in run_setup
"signal_os_incompat = gevent.monkey:_subscribe_signal_os",
File "/var/packages/python/target/lib/python2.7/site-packages/setuptools/__init__.py", line 129, in setup
return distutils.core.setup(**attrs)
File "/var/packages/python/target/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/var/packages/python/target/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/var/packages/python/target/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/var/packages/python/target/lib/python2.7/site-packages/wheel/bdist_wheel.py", line 204, in run
self.run_command('build')
File "/var/packages/python/target/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/var/packages/python/target/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/var/packages/python/target/lib/python2.7/distutils/command/build.py", line 127, in run
self.run_command(cmd_name)
File "/var/packages/python/target/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/var/packages/python/target/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/var/packages/python/target/lib/python2.7/site-packages/cffi/setuptools_ext.py", line 136, in run
base_class.run(self)
File "/var/packages/python/target/lib/python2.7/site-packages/cffi/setuptools_ext.py", line 136, in run
base_class.run(self)
File "/var/packages/python/target/lib/python2.7/site-packages/setuptools/command/build_ext.py", line 75, in run
_build_ext.run(self)
File "/var/packages/python/target/lib/python2.7/distutils/command/build_ext.py", line 340, in run
self.build_extensions()
File "/var/packages/python/target/lib/python2.7/distutils/command/build_ext.py", line 449, in build_extensions
self.build_extension(ext)
File "_setuputils.py", line 222, in build_extension
self.gevent_prepare(ext)
File "_setuputils.py", line 219, in gevent_prepare
configure(self, ext)
File "_setuplibev.py", line 56, in configure_libev
system(libev_configure_command)
File "_setuputils.py", line 150, in system
if _system(cmd, cwd=cwd, env=env, **kwargs):
File "_setuputils.py", line 146, in _system
return check_call(cmd, cwd=cwd, env=env, **kwargs)
File "/var/packages/python/target/lib/python2.7/subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '(cd "/tmp/pip-install-1fQkU2/gevent/deps/libev" && sh ./configure && cp config.h "$OLDPWD" ) > configure-output.txt' returned non-zero exit status 1
----------------------------------------
Failed building wheel for gevent
Running setup.py clean for gevent
Running setup.py bdist_wheel for greenlet ... error
Complete output from command /var/packages/python/target/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-1fQkU2/greenlet/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-RSGILk --python-tag cp27:
running bdist_wheel
running build
running build_ext
building 'greenlet' extension
creating build
creating build/temp.linux-armv7l-2.7
/spksrc/toolchains/syno-armadaxp-5.2/work/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-gcc -fno-strict-aliasing -I/spksrc/toolchains/syno-armadaxp-5.2/work/arm-marvell-linux-gnueabi/arm-marvell-linux-gnueabi/libc/usr/include -mhard-float -mfpu=vfpv3-d16 -I/spksrc/spk/python/work-armadaxp-5.2/install//var/packages/python/target/include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/var/packages/python/target/include/python2.7 -c greenlet.c -o build/temp.linux-armv7l-2.7/greenlet.o
unable to execute '/spksrc/toolchains/syno-armadaxp-5.2/work/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-gcc': No such file or directory
error: command '/spksrc/toolchains/syno-armadaxp-5.2/work/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-gcc' failed with exit status 1
----------------------------------------
Failed building wheel for greenlet
Running setup.py clean for greenlet
Failed to build gevent greenlet
Installing collected packages: greenlet, gevent
Running setup.py install for greenlet ... error
Complete output from command /var/packages/python/target/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-1fQkU2/greenlet/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-vnn7SS/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_ext
building 'greenlet' extension
creating build
creating build/temp.linux-armv7l-2.7
/spksrc/toolchains/syno-armadaxp-5.2/work/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-gcc -fno-strict-aliasing -I/spksrc/toolchains/syno-armadaxp-5.2/work/arm-marvell-linux-gnueabi/arm-marvell-linux-gnueabi/libc/usr/include -mhard-float -mfpu=vfpv3-d16 -I/spksrc/spk/python/work-armadaxp-5.2/install//var/packages/python/target/include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/var/packages/python/target/include/python2.7 -c greenlet.c -o build/temp.linux-armv7l-2.7/greenlet.o
unable to execute '/spksrc/toolchains/syno-armadaxp-5.2/work/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-gcc': No such file or directory
error: command '/spksrc/toolchains/syno-armadaxp-5.2/work/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-gcc' failed with exit status 1
----------------------------------------
Command "/var/packages/python/target/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-1fQkU2/greenlet/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-vnn7SS/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-1fQkU2/greenlet/ |