I have tried to install SABYenc in Debian Jessie but with no luck.
I followed the steps: Installation on Ubuntu (without PPA) Long, with your own compiling, since i'm trying to install in an armv7l
Code: Select all
sudo apt-get install python-dev python-pip
sudo -H pip install sabyenc --upgrade
Code: Select all
# pip install sabyenc --upgrade
Downloading/unpacking sabyenc
Downloading sabyenc-3.0.2.tar.gz
Running setup.py (path:/tmp/pip-build-Rjvgrc/sabyenc/setup.py) egg_info for package sabyenc
Installing collected packages: sabyenc
Running setup.py install for sabyenc
building 'sabyenc' extension
arm-linux-gnueabi-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/sabyenc.c -o build/temp.linux-armv7l-2.7/src/sabyenc.o -O2
unable to execute 'arm-linux-gnueabi-gcc': No such file or directory
error: command 'arm-linux-gnueabi-gcc' failed with exit status 1
Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-Rjvgrc/sabyenc/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-CewgX3-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_ext
building 'sabyenc' extension
creating build
creating build/temp.linux-armv7l-2.7
creating build/temp.linux-armv7l-2.7/src
arm-linux-gnueabi-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/sabyenc.c -o build/temp.linux-armv7l-2.7/src/sabyenc.o -O2
unable to execute 'arm-linux-gnueabi-gcc': No such file or directory
error: command 'arm-linux-gnueabi-gcc' failed with exit status 1
----------------------------------------
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-Rjvgrc/sabyenc/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-CewgX3-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip-build-Rjvgrc/sabyenc
Storing debug log for failure in /root/.pip/pip.log
I'm stack in this:
Code: Select all
apt-get install crossbuild-essential-armel
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
crossbuild-essential-armel : Depends: gcc-arm-linux-gnueabi (>= 4.9.1-1) but it is not going to be installed
Depends: g++-arm-linux-gnueabi (>= 4.9.1-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Code: Select all
apt-get install gcc-arm-linux-gnueabi
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
gcc-arm-linux-gnueabi : Depends: gcc-4.9-arm-linux-gnueabi (>= 4.9.2-10) but it is not installable
E: Unable to correct problems, you have held broken packages.
Has anyone had similar problems? Is there a solution?
Thanks in advance.
-a4ex