From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 18 23:00:22 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D1FB1065672 for ; Tue, 18 Oct 2011 23:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EAE0F8FC14 for ; Tue, 18 Oct 2011 23:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9IN0L6M058435 for ; Tue, 18 Oct 2011 23:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9IN0Lfo058434; Tue, 18 Oct 2011 23:00:21 GMT (envelope-from gnats) Resent-Date: Tue, 18 Oct 2011 23:00:21 GMT Resent-Message-Id: <201110182300.p9IN0Lfo058434@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pim van Grol Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87039106566C for ; Tue, 18 Oct 2011 22:57:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 76C4C8FC08 for ; Tue, 18 Oct 2011 22:57:44 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p9IMvirp088080 for ; Tue, 18 Oct 2011 22:57:44 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p9IMvik0088079; Tue, 18 Oct 2011 22:57:44 GMT (envelope-from nobody) Message-Id: <201110182257.p9IMvik0088079@red.freebsd.org> Date: Tue, 18 Oct 2011 22:57:44 GMT From: Pim van Grol To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/161789: Openoffice.org-3 compilations fails in module vcl 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: Tue, 18 Oct 2011 23:00:22 -0000 >Number: 161789 >Category: ports >Synopsis: Openoffice.org-3 compilations fails in module vcl >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 18 23:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Pim van Grol >Release: FreeBSD 8-STABLE >Organization: >Environment: FreeBSD ph01.pims.net 8.2-STABLE FreeBSD 8.2-STABLE #0 r226381: Sat Oct 15 12:36:59 CEST 2011 pim@ph01.pims.net:/usr/obj/usr/src/sys/PH01 amd64 >Description: Openoffice.org-3 compilation fails with: ERROR: error 65280 occurred while making /usr/ports/editors/openoffice.org-3/work/OOO330_m20/vcl/unx/source/app Attention: if you fix the errors in above module(s) you may prolongue your the build issuing command: build --from vcl *** Error code 1 Stop in /usr/ports/editors/openoffice.org-3. >How-To-Repeat: Repeat the build. May only happen when the vcl plugin is selected, I have not tried without that plugin. >Fix: Following patches resolved it for me: --- vcl/unx/inc/dtint.hxx.orig 2011-10-18 20:08:21.896918472 +0200 +++ vcl/unx/inc/dtint.hxx 2011-10-18 20:09:51.328361016 +0200 @@ -36,7 +36,7 @@ class SalDisplay; class AllSettings; -#ifndef _XLIB_H_ +#ifndef _X11_XLIB_H_ // forwards from X struct Display; struct XEvent; --- vcl/unx/inc/xfont.hxx.orig 2011-10-18 20:08:39.487211931 +0200 +++ vcl/unx/inc/xfont.hxx 2011-10-18 20:10:07.168615014 +0200 @@ -27,7 +27,7 @@ #ifndef EXTENDED_FONTSTRUCT_HXX #define EXTENDED_FONTSTRUCT_HXX -#ifndef _XLIB_H_ +#ifndef _X11_XLIB_H_ #include #include #include >Release-Note: >Audit-Trail: >Unformatted: