MAC OSX 10.6 scary build error: Segfault in the compiler
Norbert Thiebaud
nthiebaud at gmail.com
Fri Apr 19 17:15:55 PDT 2013
so after a fairly long hiatus.. I'm trying to get master build on Mac
OSX 10.6 SDK back into shape...
I've been running in python issue that seems to be related to a
--enable-system-expat in ./configure of python3
then WaE... about obsolete redland API... which I skipped for now..
but then I ran into:
[build CXX] unotools/source/ucbhelper/localfilehelper.cxx
/Volumes/TBRAM/build_core/unotools/source/misc/fontcvt.cxx:1538:
internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
{standard input}:4168:non-relocatable subtraction expression,
"L__ZTV23StarSymbolToMSMultiFont$non_lazy_ptr" minus "L00000000008$pb"
{standard input}:4168:symbol:
"L__ZTV23StarSymbolToMSMultiFont$non_lazy_ptr" can't be undefined in a
subtraction expression
{standard input}:1849:non-relocatable subtraction expression,
"L__ZTV23StarSymbolToMSMultiFont$non_lazy_ptr" minus "L00000000004$pb"
{standard input}:1849:symbol:
"L__ZTV23StarSymbolToMSMultiFont$non_lazy_ptr" can't be undefined in a
subtraction expression
{standard input}:1821:non-relocatable subtraction expression,
"L__ZTV23StarSymbolToMSMultiFont$non_lazy_ptr" minus "L00000000003$pb"
{standard input}:1821:symbol:
"L__ZTV23StarSymbolToMSMultiFont$non_lazy_ptr" can't be undefined in a
subtraction expression
{standard input}:9183:non-relocatable subtraction expression,
"L___gxx_personality_v0$non_lazy_ptr" minus "L0"
{standard input}:9183:symbol: "L___gxx_personality_v0$non_lazy_ptr"
can't be undefined in a subtraction expression
{standard input}:unknown:Undefined local symbol
L__ZTV23StarSymbolToMSMultiFont$non_lazy_ptr
{standard input}:unknown:Undefined local symbol
L___gxx_personality_v0$non_lazy_ptr
{standard input}:unknown:Undefined local symbol LASF0
gitk on that file does not show anything special.. a few
String/OUString patche recently.. but nothin that would ring a bell...
Apparently there is a new corollary to Murphy's law:
The amount of breakage in the build is inversely proportional to the
amount of free time you can consacrate fixing them....
Norbert
More information about the LibreOffice
mailing list