From owner-freebsd-ports@FreeBSD.ORG Sat Sep 22 14:12:33 2007 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BED2016A417 for ; Sat, 22 Sep 2007 14:12:33 +0000 (UTC) (envelope-from rainer.alves@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 736F613C44B for ; Sat, 22 Sep 2007 14:12:33 +0000 (UTC) (envelope-from rainer.alves@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so254454anc for ; Sat, 22 Sep 2007 07:12:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:content-type:content-transfer-encoding; bh=vBTizPJk1TXmwSBflfhnv5+Ma2RSh6vbrSIONYFxSoY=; b=at5QbHO0sxlcT3WcGJqOoK15edPfvWYs0RsaFY4cSs9QERmUy1VWcilt50cMKUZmBkzdrxU3GoAnWzHUlJD9oj7aqnU32ySMd+8vbnsHS8iqSPPt68ufSREOipTdErXsgrqUVgSGfMofcVHFxsNYyI+C2/UEUHAJ5ZNdEbU1q94= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:content-type:content-transfer-encoding; b=ZFFOf4abR5UEUJN3grYQPryQjrH+fRtTP1HJakGQjXNEWO7Yaq4XqQXxlAvRnx2VP01vX7ss32YHqYpVy3xEWfYw7SZwCkwzHLYwRaOyQBt8V7TQx5NgUnZXGg66hcvvmGbYyX89ey7La49S2VLGJf4HfWIUEq9N7UmfVl+wOhM= Received: by 10.100.152.17 with SMTP id z17mr8045065and.1190468714387; Sat, 22 Sep 2007 06:45:14 -0700 (PDT) Received: from bsd.powered.net ( [200.181.68.107]) by mx.google.com with ESMTPS id h18sm4297236wxd.2007.09.22.06.45.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 22 Sep 2007 06:45:13 -0700 (PDT) Message-ID: <46F51B8E.6050606@gmail.com> Date: Sat, 22 Sep 2007 10:41:34 -0300 From: Rainer Alves User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.6) Gecko/20070803 Thunderbird/2.0.0.6 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: maho@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Build error - openoffice.org 2.3.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2007 14:12:33 -0000 Maho, I've noticed the following error while building openoffice.org 2.3.0 on 6.2-STABLE (amd64). Knobs used were WITH_TTF_BYTECODE_ENABLED and WITH_CUPS ============= Building project freetype ============= /usr/ports/editors/openoffice.org-2/work/OOG680_m5/freetype mkout -- version: 1.7 ------------- if ( -e ./unxfbsdx.pro/misc/build/freetype-2.2.1 ) mv ./unxfbsdx.pro/misc/build/freetype-2.2.1 ./unxfbsdx.pro/misc/build/freetype-2.2.1_removeme rm -rf ./unxfbsdx.pro/misc/build/freetype-2.2.1_removeme mkdir: ./unxfbsdx.pro/misc/: File exists dmake: Executing shell macro: $(TYPE) $(PRJ)$/$(ROUT)$/misc$/$(TARFILE_NAME).unpack cd ./unxfbsdx.pro/misc/build && ( sh -c "gunzip -c ../../../download/freetype-2.2.1.tar.gz | tar -xvf - ") && touch so_unpacked_so_freetype [....snip....] x freetype-2.2.1/include/freetype/internal/psaux.h x freetype-2.2.1/include/freetype/ttnameid.h x freetype-2.2.1/ChangeLog.20 x freetype-2.2.1/ChangeLog.21 make writeable... cd ./unxfbsdx.pro/misc/build && cat ../../../freetype-2.2.1.patch | /usr/local/bin/gpatch -p2 && touch so_patched_so_freetype patching file freetype-2.2.1/include/freetype/config/ftmodule.h Hunk #1 FAILED at 10644. Hunk #2 FAILED at 14420. Hunk #3 FAILED at 17684. Hunk #4 FAILED at 20153. 4 out of 4 hunks FAILED -- saving rejects to file freetype-2.2.1/include/freetype/config/ftmodule.h.rej patching file freetype-2.2.1/include/freetype/config/ftmodule.h patching file freetype-2.2.1/include/freetype/config/ftoption.h patching file freetype-2.2.1/src/truetype/ttgload.c Hunk #1 succeeded at 269 (offset -2 lines). Hunk #2 succeeded at 683 (offset -3 lines). Hunk #3 succeeded at 711 (offset -2 lines). dmake: Error code 1, while making 'unxfbsdx.pro/misc/build/so_patched_so_freetype' ---* tg_merge.mk *--- ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice.org-2/work/OOG680_m5/freetype dmake: Error code 1, while making 'build_instsetoo_native' ---* *--- *** Error code 255 Stop in /usr/ports/editors/openoffice.org-2.