Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2006 17:06:20 -0700
From:      Ade Lovett <ade@freebsd.org>
To:        Scott Allendorf <scott-allendorf@uiowa.edu>
Cc:        gnome@freebsd.org, Ade Lovett <ade@freebsd.org>
Subject:   Re: devel/gmake upgrade breaks www/mozilla compile
Message-ID:  <5F273B02-A02D-40F6-B729-28CE05BAAA89@freebsd.org>
In-Reply-To: <44A44ECA.4000604@uiowa.edu>
References:  <44A44ECA.4000604@uiowa.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

> /usr/local/bin/perl5.8.8 -I../../config ../../config/ 
> preprocessor.pl -DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 \
>         -DHAS_TMPL_RETENTION\
>         resources/content/p3p.xsl.in > p3p200010.xsl
> ../../config/preprocessor.pl: invalid argument to -D:  
> HAS_TMPL_RETENTIONresources/content/p3p.xsl.in

Looks like a perl issue to me.  Note the lack of a space before the  
backslash on the -DHAS_TMPL_RETENTION line.  "preprocessor.pl"  
appears to be mistakenly joining things together, resulting in the  
failure.  Further investigation needs to be carried out there by  
someone more familiar than me with the mozilla build process.

It should be noted, however, that both www/mozilla and www/firefox  
built successfully here (x11/gnome2 was one of the test cases) on 6- 
STABLE /i386 and /amd64.

-aDe




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5F273B02-A02D-40F6-B729-28CE05BAAA89>