Closed
Bug 1055792
Opened 11 years ago
Closed 11 years ago
Elfhack error about "libstdc++.so.6: version `CXXABI_1.3.8' not found"
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: botond, Unassigned)
Details
While trying to build Firefox for desktop on Kubuntu 14.04, I got the following error:
51:43.06 dummy.o
51:43.38 ===
51:43.38 === If you get failures below, please file a bug describing the error
51:43.38 === and your environment (compiler and linker versions), and use
51:43.38 === --disable-elf-hack until this is fixed.
51:43.39 ===
51:43.40 0x0000000000000019 (INIT_ARRAY) 0x9a90
51:43.40 /home/botond/dev/mozilla/central/obj-x86_64-unknown-linux-gnu/build/unix/elfhack/elfhack: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /home/botond/dev/mozilla/central/obj-x86_64-unknown-linux-gnu/build/unix/elfhack/elfhack)
51:43.40 make[5]: *** [test-array.so] Error 1
51:43.40 make[5]: *** Waiting for unfinished jobs....
51:44.13 make[4]: *** [build/unix/elfhack/libs] Error 2
51:44.13 make[3]: *** [libs] Error 2
51:44.13 make[2]: *** [default] Error 2
51:44.13 make[1]: *** [realbuild] Error 2
51:44.13 make: *** [build] Error 2
51:44.15 360 compiler warnings present.
I'm reporting the error as requested.
I'm building with the system compiler and linker, which are gcc 4.9.0, and ld from binutils 2.24, respectively. I have nothing in my .mozconfig.
Please let me know if there is any further information I can provide.
Does the following help get it working?
http://stackoverflow.com/questions/23494103/version-cxxabi-1-3-8-not-found-required-by
Comment 2•11 years ago
|
||
This means your libstdc++.so.6 doesn't match your compiler.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
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
•