After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 724177 - build for android-x86 on ubuntu 13.10 32 bit fails, zlib wont build
build for android-x86 on ubuntu 13.10 32 bit fails, zlib wont build
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-android
1.x
Other Linux
: Normal normal
: 1.2.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-11 21:06 UTC by jacobhameiri
Modified: 2014-02-14 06:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jacobhameiri 2014-02-11 21:06:28 UTC
zlib wont compile:

/home/gstbuilder/cerbero/android-ndk-r9/toolchains/x86-4.8/prebuilt/linux-x86/bin/../lib/gcc/i686-linux-android/4.8/../../../../i686-linux-android/bin/ld.gold: error while loading shared libraries: /usr/lib/i386-linux-gnu/libc.so: invalid ELF header
collect2: error: ld returned 127 exit status
make: *** [examplesh] Error 1
***** Error running 'buildone' command:
Recipe 'zlib' failed at the build step 'compile'
Comment 1 Jan Schmidt 2014-02-12 02:12:58 UTC
How did you get past this? You filed bug 724105 later, so I guess you solved it somehow.

I found that it gets past this error by using ndk r9c, and then later gets stuck in gst-libav as per bug 724105
Comment 2 Jan Schmidt 2014-02-14 06:23:38 UTC
Fixed by:

commit a2e3a302e6feb9b0cac33b9d299b8b7b215f250c
Author: Jan Schmidt <thaytan@noraisin.net>
Date:   Thu Feb 13 00:21:48 2014 +1100

    android: Switch to NDK r9c.
    
    Fixes bug 724177 - android-x86 build issue with zlib.