Date: Fri, 07 Jul 2006 22:48:20 -0500 From: Stephen Montgomery-Smith <stephen@math.missouri.edu> To: gnome@freebsd.org Subject: Mozilla doesn't build. Message-ID: <44AF2B04.6070109@math.missouri.edu>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------050406070908070909040407 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I'm getting an error like this. The attached patch seems to fix it, although I admit that I don't know if I am fixing the symptom rather than the cause. /usr/p/www/mozilla/work/mozilla/config/nsinstall -R -m 755 libp3p.so ../../../dist/lib/components : ../../../dist/lib/components/libp3p.so /usr/p/www/mozilla/work/mozilla/config/nsinstall -R -m 755 libp3p.so ../../../dist/bin/components : ../../../dist/bin/components/libp3p.so gmake[4]: Leaving directory `/usr/p/www/mozilla/work/mozilla/extensions/p3p/src' /usr/local/bin/perl5.8.8 -I../../config ../../config/preprocessor.pl -DNAMESPACE=http://www.w3.org/2000/P3Pv1 \ resources/content/p3p.xsl.in > p3p200005.xsl /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 gmake[3]: *** [p3p200010.xsl] Error 255 gmake[3]: *** Deleting file `p3p200010.xsl' gmake[3]: Leaving directory `/usr/p/www/mozilla/work/mozilla/extensions/p3p' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/p/www/mozilla/work/mozilla/extensions' gmake[1]: *** [tier_94] Error 2 gmake[1]: Leaving directory `/usr/p/www/mozilla/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/p/www/mozilla. --------------050406070908070909040407 Content-Type: text/plain; name="patch-extensions_p3p_Makefile.in" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-extensions_p3p_Makefile.in" --- mozilla-old/work/mozilla/extensions/p3p/Makefile.in Thu Dec 4 12:20:16 2003 +++ extensions/p3p/Makefile.in Fri Jul 7 20:33:47 2006 @@ -62,23 +62,23 @@ p3p200010.xsl: resources/content/p3p.xsl.in Makefile.in @$(RM) -f $@ $(PP) -DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 \ - -DHAS_TMPL_RETENTION\ + -DHAS_TMPL_RETENTION \ $< > $@ p3p200012.xsl: resources/content/p3p.xsl.in Makefile.in @$(RM) -f $@ $(PP) -DNAMESPACE=http://www.w3.org/2000/12/P3Pv1 \ - -DHAS_CALL_OURS\ + -DHAS_CALL_OURS \ $< > $@ p3p200109.xsl: resources/content/p3p.xsl.in Makefile.in @$(RM) -f $@ $(PP) -DNAMESPACE=http://www.w3.org/2001/09/P3Pv1 \ - -DHAS_CALL_OURS\ + -DHAS_CALL_OURS \ $< > $@ p3p200201.xsl: resources/content/p3p.xsl.in Makefile.in @$(RM) -f $@ $(PP) -DNAMESPACE=http://www.w3.org/2002/01/P3Pv1 \ - -DHAS_CALL_OURS -DHAS_PURPOSE_SRC\ + -DHAS_CALL_OURS -DHAS_PURPOSE_SRC \ $< > $@ --------------050406070908070909040407--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44AF2B04.6070109>