openoffice-1.1 build more broken than usual on 5.2-CURRENT
Bartosz Fabianowski
freebsd at chillt.de
Wed Aug 11 18:10:34 PDT 2004
> gmake[3]: Entering directory `/usr/ports/editors/openoffice-1.1/work/mozilla/work/mozilla/nsprpub/config'
> gcc32 -o now.o -c -O -pipe now.c
> now.c:45:2: #error "Architecture not supported"
> now.c:123:2: #error "Architecture not supported"
[snip]
> I think the trigger for the breakage was the recent changes to make's
> handling of MAKEFLAGS in 5.2-CURRENT.
I have been wondering for a while what change in -CURRENT actually broke
the openoffice-1.1 port. When I last tried to compile the port on my
system, it died at the very same point as your build. I was able to get
mozilla to compile by simply cd'ing into the slave port directory and
running "make clean && make" in there. So, the problem must be with some
flag being passed from the main port's make to the mozilla slave port's
make.
Now, the curious thing here is that the ports actually use gmake. How
can that be affected by changes to FreeBSD's own make?
- Bartosz
More information about the freebsd-openoffice
mailing list