Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2004 03:10:37 +0200
From:      Bartosz Fabianowski <freebsd@chillt.de>
To:        openoffice@FreeBSD.org
Subject:   Re: openoffice-1.1 build more broken than usual on 5.2-CURRENT
Message-ID:  <411AC38D.9010109@chillt.de>
In-Reply-To: <200408120020.i7C0KdBE018634@gw.catspoiler.org>
References:  <200408120020.i7C0KdBE018634@gw.catspoiler.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?411AC38D.9010109>