From owner-freebsd-openoffice@FreeBSD.ORG Tue Aug 3 11:54:27 2004 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F40216A4CE for ; Tue, 3 Aug 2004 11:54:27 +0000 (GMT) Received: from dd2718.kasserver.com (dd2718.kasserver.com [81.209.184.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BC0443D58 for ; Tue, 3 Aug 2004 11:54:26 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from [192.168.0.7] (dsl-082-083-128-087.arcor-ip.net [82.83.128.87]) by dd2718.kasserver.com (Postfix) with ESMTP id 20E88C36C4 for ; Tue, 3 Aug 2004 13:54:24 +0200 (CEST) Message-ID: <410F7CF5.3030802@chillt.de> Date: Tue, 03 Aug 2004 13:54:29 +0200 From: Bartosz Fabianowski User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040731) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-openoffice@freebsd.org References: <20040803111632.L1128@pukruppa.net> In-Reply-To: <20040803111632.L1128@pukruppa.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: OO-2.0-devel build fails on -CURRENT X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 11:54:27 -0000 For me, the same happens with openoffice-1.1 (version 1.1.2) on CURRENT: checking for XieFloGeometry in -lXIE... no checking for X11/extensions/XIElib.h... no configure: error: Could not compile basic X program. ===> Script "configure" failed unexpectedly. Please direct the output of the failure of the make command to a file, and then feed that file to the gnomelogalyzer, available from http://www.freebsd.org/gnome/gnomelogalyzer.sh, which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the problem to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach "/usr/ports/editors/openoffice-1.1/work/mozilla/work/mozilla/config.log" and the output of the failure of the make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/editors/openoffice-1.1/work/mozilla. *** Error code 1 As you can see, the problem occurs inside the mozilla subport. The program that can't be compiled and the failure are: configure:7527: gcc32 -c -O -pipe -march=athlon-xp -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include conftest.c 1>&5 In file included from /usr/X11R6/include/X11/Xlib.h:52, from configure:7514: /usr/local/lib/gcc-lib/i386-portbld-freebsd5.2/3.2.3/include/sys/types.h:247: syntax error before "udev_t" configure: failed program was: #line 7511 "configure" #include "confdefs.h" #include #include int main() { Display *dpy = 0; if ((dpy = XOpenDisplay(NULL)) == NULL) { fprintf(stderr, ": can't open %s\en", XDisplayName(NULL)); exit(1); } ; return 0; } This seems to be a result of the recent massive udev_t/dev_t changes in CURRENT. That change must have broken heaps of ports which have been fixed since. So if someone could figure out how they did it, maybe it could be applied to the mozilla subport. However, for now, I guess it would be easiest to simply disable the mozilla component in openoffice-1.1 and be done with it. Regards, - Bartosz Fabianowski