Closed
Bug 808932
Opened 12 years ago
Closed 7 years ago
Build break when --disable-optimize and --disable-jemalloc
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: alan.yenlin.huang, Unassigned)
References
Details
I met a build break when set ac_configure_args argument has --disable-optimize and --disable-jemalloc at the same time. I tried that only --disable-optimize or --disable-jemalloc won't cause this build break.
My userconfig:
export DISABLE_JEMALLOC=1
export B2G_NOOPT=1
Below is the build break message:
TestMinStringAPI.cpp
In file included from ../../../dist/include/mozilla/Assertions.h:37,
from ../../../dist/include/nsDebug.h:19,
from ../../../dist/include/nsISupportsUtils.h:23,
from ../../../dist/include/nsISupportsImpl.h:20,
from ../../../dist/include/nsStringAPI.h:22,
from /home/alan/git/B2G/gecko/xpcom/tests/external/TestMinStringAPI.cpp:9:
/home/alan/git/B2G/system/core/include/android/log.h:88: warning: comma at end of enumerator list
../../../../prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: ../../../dist/lib/libxpcomglue_s.a(nsCategoryCache.o): in function mozilla::services::GetObserverService():../../dist/include/mozilla/ServiceList.h:15: error: undefined reference to 'mozilla::services::_external_GetObserverService()'
collect2: ld returned 1 exit status
make[8]: *** [TestMinStringAPI] Error 1
make[7]: *** [libs] Error 2
make[6]: *** [tools] Error 2
make[5]: *** [tools_tier_platform] Error 2
make[4]: *** [tier_platform] Error 2
make[3]: *** [default] Error 2
make[2]: *** [realbuild] Error 2
make[1]: *** [build] Error 2
make: *** [out/target/product/otoro/obj/DATA/gecko_intermediates/gecko] Error 2
Reporter | ||
Updated•12 years ago
|
Component: Builds → General
Updated•12 years ago
|
OS: Linux → Gonk (Firefox OS)
Hardware: x86_64 → ARM
Updated•12 years ago
|
QA Contact: wachen
Updated•12 years ago
|
QA Contact: wachen
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•