Openoffice and thread libs

Alex Dupre ale at FreeBSD.org
Mon Feb 9 23:50:00 PST 2004


I still cannot compile OpenOffice with libpthread...I recompiled all my 
ports (except jdk1.4.2 that requires libc_r) to use libpthread, but OO 
compilation fails and I think because of a mixing of thread 
libraries...the build really doesn't fail, but I see a few of core dump 
(signal 11) for "lzip" (for example "lzip -p . -S -e 
../unxfbsd.pro/misc/lzip.log -l 01 -f openoffice.lst -d 
../unxfbsd.pro/01 -n OfficeOSL") that avoid correct installation. I 
could't reproduce the dump (because OO compilation is really a mess) but 
I see that lzip is linked to libc_r, and to other libs linked to 
libpthread. I have a lzip.core dump, and the backtrace says:

#0  0x2887bb87 in fork () from /usr/lib/libc_r.so.5
#1  0x28a1c5d9 in system () from /lib/libc.so.5
#2  0x28879a37 in system () from /usr/lib/libc_r.so.5
#3  0x0804bcda in StartJob() ()
#4  0x0804c435 in main ()
#5  0x0804aa82 in _start ()

The system is a yesterday -CURRENT.....someone else has this problem?

--
Alex Dupre


More information about the freebsd-ports mailing list