Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to compile on linux armv7l #2

Open
oxmc opened this issue Nov 4, 2021 · 2 comments
Open

Fails to compile on linux armv7l #2

oxmc opened this issue Nov 4, 2021 · 2 comments

Comments

@oxmc
Copy link

oxmc commented Nov 4, 2021

Error:

Compiling gbinder.pyx because it changed.
[1/1] Cythonizing gbinder.pyx
running build_ext
building 'gbinder' extension
creating build
creating build/temp.linux-armv7l-3.7
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.7m -c gbinder.c -o build/temp.linux-armv7l-3.7/gbinder.o
gbinder.c:631:10: fatal error: gbinder/gbinder_types.h: No such file or directory
 #include "gbinder/gbinder_types.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
@ernestoalarcongallo
Copy link

ernestoalarcongallo commented Nov 11, 2021

I had similar problem with my raspberry piwhen installing pandas and I solved by installing it inside my venv with this sentence:

SENTENCE:
sudo apt-get install python3-pandas

So, I don't know what were you installing, but might work to try use the trick of installing it with apt-get package manager instead of pip.

ERROR:

arm-linux-gnueabihf-gcc: fatal error: Terminado (killed) signal terminated program cc1
compilation terminated.
error: Setup script exited with error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1

@cniw
Copy link

cniw commented Jun 16, 2022

gbinder.c:631:10: fatal error: gbinder/gbinder_types.h: No such file or directory
#include "gbinder/gbinder_types.h"
^~~~~~~~~~~~~~~~~~~~~~~~~

that header file privided by https://github.com/mer-hybris/libgbinder.git or libgbinder-dev package
and it also required https://github.com/sailfishos/libglibutil.git or libglibutil-dev package
here, check at line 40-42 for the build order

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants