Closed
Bug 886172
Opened 12 years ago
Closed 12 years ago
Cannot build fennec since landing of bug 794282
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: wgianopoulos, Assigned: eflores)
References
Details
(Keywords: regression)
Since landing of bug 874132 my android builds fail unless I specify "ac_add_options --disable-gstreamer" in my .mozconfig. I should not have to do this. The intent was to enable gstreamer for Linux builds not for android.
Comment 1•12 years ago
|
||
What makes you suspect that this has to do with bug 874132?
Reporter | ||
Comment 2•12 years ago
|
||
Oops wrong bug. Has to do with enabling gstreamer in Linux builds a completely different bug will fix in a second.
Meant bug 794282.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → edwin
Assignee | ||
Comment 3•12 years ago
|
||
I can't seem to reproduce this. Can you post your mozconfig?
After removing the gstreamer libs from my machine, desktop builds fail (predictably); but fennec builds still work fine.
Flags: needinfo?(wgianopoulos)
Reporter | ||
Comment 4•12 years ago
|
||
OK so this is the same system I use to build my linux with gstreamer enable builds so just a different .mozconfig. The mozconfig lokis like this:
mk_add_options MOZ_MAKE_FLAGS=-j2
# Build Fennec
ac_add_options --enable-application=mobile/android
# Android
ac_add_options --target=arm-linux-androideabi
ac_add_options --with-endian=little
ac_add_options --with-android-ndk="$HOME/android-ndk-r8e"
ac_add_options --with-android-sdk="$HOME/android-sdk-linux/platforms/android-16"
ac_add_options --with-android-tools="$HOME/android-sdk-linux/tools"
ac_add_options --with-android-gnu-compiler-version=4.7
ac_add_options --with-android-version=9
ac_add_options --with-system-zlib
ac_add_options --with-java-bin-path=/opt/java/jdk1.6.0_29/bin
ac_add_options --disable-gstreamer
ac_add_options --disable-elfhack
ac_add_options --disable-tests
mk_add_options MOZ_OBJDIR=./fxand-obj
Flags: needinfo?(wgianopoulos)
Reporter | ||
Comment 5•12 years ago
|
||
when it did not work the ac_add_options --disable-gstreamer was not there.
Reporter | ||
Comment 6•12 years ago
|
||
OKprobablly an issue with my own setup had to do with conflicts between 32 and 64 bit libraries.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•