Mozilla doesn't build.

Stephen Montgomery-Smith stephen at math.missouri.edu
Sat Jul 8 03:48:23 UTC 2006


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.


-------------- next part --------------
--- 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 \
 	$< > $@


More information about the freebsd-gnome mailing list