From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 25 02:45:23 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7485616A494; Sun, 25 Jun 2006 02:45:23 +0000 (UTC) (envelope-from nakaji@takamatsu-nct.ac.jp) Received: from www.heimat.gr.jp (www.heimat.gr.jp [221.186.186.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8D3843D46; Sun, 25 Jun 2006 02:45:22 +0000 (GMT) (envelope-from nakaji@takamatsu-nct.ac.jp) Received: from ra333.heimat.gr.jp.takamatsu-nct.ac.jp ([IPv6:2001:3e0:a84:0:200:4cff:fe17:573c]) by www.heimat.gr.jp (8.13.6/8.13.6) with ESMTP id k5P2jGxf079789; Sun, 25 Jun 2006 11:45:16 +0900 (JST) (envelope-from nakaji@takamatsu-nct.ac.jp) From: NAKAJI Hiroyuki To: FreeBSD-gnats-submit@FreeBSD.org References: <200606220010.k5M0AM26012123@freefall.freebsd.org> Date: Sun, 25 Jun 2006 11:45:16 +0900 In-Reply-To: <200606220010.k5M0AM26012123@freefall.freebsd.org> (FreeBSD-gnats-submit@freebsd.org's message of "Thu, 22 Jun 2006 00:10:22 GMT") Message-ID: <86r71et0lf.fsf@ra333.heimat.gr.jp> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new Cc: Maho Nakata , freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/99284: openoffice.org-2.0 fails on current because of the addition of gethostbyname_r to libc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 02:45:23 -0000 I found another build error; the diff I sent for gethostbyname_r() is not sufficient. So I give up this PR. The problem seems to be in libpthread. The error occurs on recent current like this. Checking DLL ../../../unxfbsdi.pro/lib/check_libmozabdrv2.so ...Fatal error 'Spinlock called when not threaded.' at line 91 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 2) Abort trap (core dumped) dmake: Error code 1, while making '../../../unxfbsdi.pro/lib/libmozabdrv2.so' '---* tg_merge.mk *---' ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice.org-2.0/work/OOC680_m5/connectivity/source/drivers/mozab dmake: Error code 1, while making 'build_instsetoo_native' '---* *---' *** Error code 255 Stop in /usr/ports/editors/openoffice.org-2.0. My thr_spinlock.c is Rev. 1.24. -- NAKAJI Hiroyuki