From owner-freebsd-current@FreeBSD.ORG Tue Jul 10 16:41:11 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D81216A421 for ; Tue, 10 Jul 2007 16:41:11 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from webmail35.mail.yandex.net (webmail35.mail.yandex.net [213.180.223.185]) by mx1.freebsd.org (Postfix) with ESMTP id BBAFA13C45A for ; Tue, 10 Jul 2007 16:41:10 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from YAMAIL (webmail35) by mail.yandex.ru id S6456472AbXGJQlA for ; Tue, 10 Jul 2007 20:41:00 +0400 Received: from [91.122.49.58] ([91.122.49.58]) by mail.yandex.ru with HTTP; Tue, 10 Jul 2007 20:41:00 +0400 From: "S.N.Grigoriev" To: freebsd-current@freebsd.org MIME-Version: 1.0 Message-Id: <669401184085660@webmail35.yandex.ru> Date: Tue, 10 Jul 2007 20:41:00 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailman-Approved-At: Tue, 10 Jul 2007 16:56:17 +0000 Subject: Build error: OpenOffice.org-2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 16:41:11 -0000 Hi list, I've got the following error message during building /usr/ports/editors/openoffice.org-2 (my system is 7-Current amd64): mkdir ./unxfbsdx.pro/misc/build/xt-20051206/ cd ./unxfbsdx.pro/misc/build/xt-20051206/ && dmake product="full" && touch /d2/ports/editors/openoffice.org-2/work/OOF680_m18/xt/./unxfbsdx.pro/misc/build/so_built_xt ------------- /usr/local/bin/ant -Dprj=../../../.. -Dprjname=xt -Ddebug=off -Doptimize=on -Dtarget=compile -Dsolar.update=on -Dout=../../../../unxfbsdx.pro -Dinpath=unxfbsdx.pro -Dproext=".pro" -Dsolar.bin=/d2/ports/editors/openoffice.org-2/work/OOF680_m18/solver/680/unxfbsdx.pro/bin -Dsolar.jar=/d2/ports/editors/openoffice.org-2/work/OOF680_m18/solver/680/unxfbsdx.pro/bin -Dsolar.doc=/d2/ports/editors/openoffice.org-2/work/OOF680_m18/solver/680/unxfbsdx.pro/doc -Dcommon.jar=/d2/ports/editors/openoffice.org-2/work/OOF680_m18/solver/680/unxfbsdx.pro/bin -Dcommon.doc= -Dsolar.sourceversion=OOF680 -Dsolar.lastminor=m18 -Dsolar.build=9161 -f build.xml -emacs Buildfile: build.xml /libexec/ld-elf.so.1: /lib/libpthread.so.2: Undefined symbol "_malloc_prefork" dmake: Error code 1, while making 'ANTBUILD' '---* tg_merge.mk *---' dmake: Error code 255, while making './unxfbsdx.pro/misc/build/so_built_xt' '---* tg_merge.mk *---' ERROR: Error 65280 occurred while making /d2/ports/editors/openoffice.org-2/work/OOF680_m18/xt dmake: Error code 1, while making 'build_instsetoo_native' '---* *---' *** Error code 255 Stop in /d2/ports/editors/openoffice.org-2. Any tips? Regards, Serguey.