From owner-freebsd-ports@FreeBSD.ORG Mon Feb 9 23:50:00 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1807316A4CE; Mon, 9 Feb 2004 23:50:00 -0800 (PST) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79E1843D1D; Mon, 9 Feb 2004 23:49:59 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from FreeBSD.org (thunder.alexdupre.com [192.168.0.101]) i1A7nvXN067364; Tue, 10 Feb 2004 08:49:57 +0100 (CET) (envelope-from ale@FreeBSD.org) Message-ID: <40288D25.6050001@FreeBSD.org> Date: Tue, 10 Feb 2004 08:49:57 +0100 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-openoffice@FreeBSD.org X-Enigmail-Version: 0.83.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@FreeBSD.org Subject: Openoffice and thread libs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2004 07:50:00 -0000 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