Closed
Bug 1112177
Opened 11 years ago
Closed 11 years ago
build error on osx: collect2: error: ld returned 1 exit status
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1112043
People
(Reporter: mhaigh, Unassigned)
Details
Attachments
(1 file)
|
1.23 KB,
patch
|
Details | Diff | Splinter Review |
Getting this again after a recent merge from central:
1:27.33 INPUT("../../gfx/skia/Unified_cpp_gfx_skia21.o")
1:27.36 INPUT("../../gfx/skia/Unified_cpp_gfx_skia22.o")
1:27.36 INPUT("../../gfx/skia/Unified_cpp_gfx_skia23.o")
1:27.36 INPUT("../../gfx/skia/Unified_cpp_gfx_skia24.o")
1:27.36 INPUT("../../gfx/skia/Unified_cpp_gfx_skia25.o")
1:27.36 INPUT("StaticXULComponentsEnd/StaticXULComponentsEnd.o")
1:27.36
1:27.36 /Users/martyn/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.7/../../../../arm-linux-androideabi/bin/ld: error: /Users/martyn/Mozilla/git-src/objdir-android/toolkit/library/../../dom/indexedDB/Unified_cpp_dom_indexedDB0.o: requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC
1:27.36 /Users/martyn/android-ndk-r8e/toolchains/arm-linux-androideabi-4.7/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.7/../../../../arm-linux-androideabi/bin/ld: error: read-only segment has dynamic relocations
1:27.36 /Users/martyn/Mozilla/git-src/dom/indexedDB/ProfilerHelpers.h:172: error: undefined reference to 'mozilla::dom::indexedDB::LoggingString::kOpenParen'
1:27.36 /Users/martyn/Mozilla/git-src/dom/indexedDB/ProfilerHelpers.h:172: error: undefined reference to 'mozilla::dom::indexedDB::LoggingString::kOpenBracket'
1:27.36 /Users/martyn/Mozilla/git-src/dom/indexedDB/ProfilerHelpers.h:172: error: undefined reference to 'mozilla::dom::indexedDB::LoggingString::kCloseParen'
1:27.36 /Users/martyn/Mozilla/git-src/dom/indexedDB/ProfilerHelpers.h:172: error: undefined reference to 'mozilla::dom::indexedDB::LoggingString::kCloseBracket'
1:27.36 collect2: error: ld returned 1 exit status
1:27.36 make[5]: *** [libxul.so] Error 1
1:27.36 make[4]: *** [toolkit/library/target] Error 2
1:27.36 make[3]: *** [compile] Error 2
1:27.37 make[2]: *** [default] Error 2
1:27.37 make[1]: *** [realbuild] Error 2
1:27.37 make: *** [build] Error 2
1:27.37 333 compiler warnings present.
1:28.51 ccache (direct) hit rate: 0.0%; (preprocessed) hit rate: 0.0%; miss rate: 100.0%
| Reporter | ||
Comment 1•11 years ago
|
||
Attachment #8537278 -
Flags: review?(bent.mozilla)
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•11 years ago
|
Attachment #8537278 -
Flags: review?(bent.mozilla)
Martyn, I'll be happy to review this if it's still a problem after bug 1112043.
Comment 4•11 years ago
|
||
Sorry, I didn't see this bug when I filed bug 1112043.
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•