Closed Bug 886172 Opened 11 years ago Closed 11 years ago

Cannot build fennec since landing of bug 794282

Categories

(Firefox for Android Graveyard :: General, defect)

20 Branch
x86_64
Linux
defect
Not set
normal

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.
What makes you suspect that this has to do with bug 874132?
Oops wrong bug.  Has to do with enabling gstreamer in Linux builds a completely different bug will fix in a second.

Meant bug 794282.
Blocks: 794282
No longer blocks: 874132
Summary: Cannot build since landing of bug 874132 → Cannot build fennec since landing of bug 794282
Assignee: nobody → edwin
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)
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)
when it did not work the ac_add_options --disable-gstreamer was not there.
OKprobablly an issue with my own setup had to do with conflicts between 32 and 64 bit libraries.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Status: RESOLVED → VERIFIED
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.