On Sat, 21 May 2011, the wise Jerry wrote:

After updating Perl, I am unable to build "www/webkit-gtk2". It
terminates with the following error message:

/usr/local/bin/perl "./WebCore/css/makeprop.pl" mv CSSPropertyNames.* ./DerivedSources /usr/local/bin/perl -ne 'print lc' ./WebCore/css/CSSValueKeywords.in ./WebCore/css/SVGCSSValueKeywords.in > CSSValueKeywords.in if sort CSSValueKeywords.in | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi /usr/local/bin/perl "./WebCore/css/makevalues.pl" mv CSSValueKeywords.* ./DerivedSources GEN DerivedSources/HTMLElementFactory.cpp Can't locate Switch.pm in @INC (@INC contains: ./WebCore/bindings/scripts /usr/local/lib/perl5/5.14.0/BSDPAN /usr/local/lib/perl5/site_perl/5.14.0/mach /usr/local/lib/perl5/site_perl/5.14.0 /usr/local/lib/perl5/5.14.0/mach /usr/local/lib/perl5/5.14.0 .) at WebCore/dom/make_names.pl line 38. BEGIN failed--compilation aborted at WebCore/dom/make_names.pl line 38. gmake: *** [DerivedSources/HTMLElementFactory.cpp] Error 2 *** Error code 1

Had this too. Install p5-Switch and it should be fine.

regards,
Marco

--
Q:      Why did the programmer call his mother long distance?
A:      Because that was her name.
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to