OO-2.0-devel build fails on -CURRENT
Bartosz Fabianowski
freebsd at chillt.de
Tue Aug 3 04:54:27 PDT 2004
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 at 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 <stdio.h>
#include <X11/Xlib.h>
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
More information about the freebsd-openoffice
mailing list