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

does this matter ? arm-linux-androideabi-gcc: error: kivy/graphics/opengl.c: No such file or directory #362

Closed
olymk2 opened this issue Apr 10, 2015 · 2 comments

Comments

@olymk2
Copy link
Contributor

olymk2 commented Apr 10, 2015

I often notice this failing during a build everything compiles and builds and kivy works fine regardless but it looks like quite a major failure even though everything works out.

just thought i would report it incase its significant :)

building 'kivy.graphics.opengl' extension
creating build
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/kivy
creating build/temp.linux-x86_64-2.7/kivy/graphics
arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/oly/.buildozer/android/platform/android-ndk-r9d/platforms/android-14/arch-arm -DNDEBUG -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/oly/.buildozer/android/platform/android-ndk-r9d/platforms/android-14/arch-arm -fPIC -I/home/oly/.buildozer/android/platform/android-ndk-r9d/platforms/android-14/arch-arm/usr/include -I/home/oly/repos/testing/enable-ctypes/build/python-install/include/python2.7 -c kivy/graphics/opengl.c -o build/temp.linux-x86_64-2.7/kivy/graphics/opengl.o
arm-linux-androideabi-gcc: error: kivy/graphics/opengl.c: No such file or directory
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
error: command 'arm-linux-androideabi-gcc' failed with exit status 1

@kived
Copy link
Contributor

kived commented Apr 10, 2015

That is expected. The recipe runs setup.py once, knowing it will fail, then
runs Cython on all the files and runs setup.py again.
On Apr 10, 2015 4:25 AM, "Oliver Marks" [email protected] wrote:

I often notice this failing during a build everything compiles and builds
and kivy works fine regardless but it looks like quite a major failure even
though everything works out.

just thought i would report it incase its significant :)

building 'kivy.graphics.opengl' extension
creating build
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/kivy
creating build/temp.linux-x86_64-2.7/kivy/graphics
arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer
--sysroot
/home/oly/.buildozer/android/platform/android-ndk-r9d/platforms/android-14/arch-arm
-DNDEBUG -DANDROID -mandroid -fomit-frame-pointer --sysroot
/home/oly/.buildozer/android/platform/android-ndk-r9d/platforms/android-14/arch-arm
-fPIC
-I/home/oly/.buildozer/android/platform/android-ndk-r9d/platforms/android-14/arch-arm/usr/include
-I/home/oly/repos/testing/enable-ctypes/build/python-install/include/python2.7
-c kivy/graphics/opengl.c -o
build/temp.linux-x86_64-2.7/kivy/graphics/opengl.o
arm-linux-androideabi-gcc: error: kivy/graphics/opengl.c: No such file or
directory
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
error: command 'arm-linux-androideabi-gcc' failed with exit status 1


Reply to this email directly or view it on GitHub
#362.

@olymk2
Copy link
Contributor Author

olymk2 commented Apr 14, 2015

good to know, though i do wonder about that, seems wrong that we even need a second attempt at compiling when the params look identical to the first attempt.

@tito tito closed this as completed May 16, 2015
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