Bug 183770 - textproc/p5-XML-SAX-Expat Fails to Install
Summary: textproc/p5-XML-SAX-Expat Fails to Install
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-08 02:30 UTC by Ryan Frederick
Modified: 2013-11-08 12:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Frederick 2013-11-08 02:30:00 UTC
On attempting to install or re-install p5-XML-SAX-Expat the install step fails with the following error:

Installing /usr/ports/textproc/p5-XML-SAX-Expat/work/stage/usr/local/lib/perl5/site_perl/5.14/XML/SAX/Expat.pm
Installing /usr/ports/textproc/p5-XML-SAX-Expat/work/stage/usr/local/lib/perl5/5.14/man/man3/XML::SAX::Expat.3
Can't locate XML/SAX/Expat.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.14 /usr/local/lib/perl5/5.14/BSDPAN /usr/local/lib/perl5/site_perl/5.14/mach /usr/local/lib/perl5/site_perl/5.14 /usr/local/lib/perl5/5.14/mach /usr/local/lib/perl5/5.14 .) at /usr/local/lib/perl5/site_perl/5.14/XML/SAX.pm line 147.
*** [install_sax_expat] Error code 2
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-08 02:30:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2013-11-08 02:58:48 UTC
Responsible Changed
From-To: perl->vanilla

I will handle this one, should be my fault.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-08 12:03:44 UTC
Author: vanilla
Date: Fri Nov  8 12:03:37 2013
New Revision: 333202
URL: http://svnweb.freebsd.org/changeset/ports/333202

Log:
  Fix build after stagedir support.
  
  PR:		ports/183770
  Submitted by:	Ryan Frederick <ryanrfrederick at gmail.com>

Added:
  head/textproc/p5-XML-SAX-Expat/files/patch-Makefile.PL   (contents, props changed)

Added: head/textproc/p5-XML-SAX-Expat/files/patch-Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-XML-SAX-Expat/files/patch-Makefile.PL	Fri Nov  8 12:03:37 2013	(r333202)
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig	2013-11-08 19:55:12.000000000 +0800
++++ Makefile.PL	2013-11-08 19:55:54.000000000 +0800
+@@ -36,7 +36,7 @@ sub MY::install {
+       $script .= <<"INSTALL";
+ 
+ install_sax_expat :
+-\t\@\$(PERL) -I\$(INSTALLSITELIB) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
++\t\@\$(PERL) -I\$(DESTDIR)\$(INSTALLSITELIB) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
+ 
+ INSTALL
+     } else {
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Vanilla I. Shu freebsd_committer freebsd_triage 2013-11-08 12:03:57 UTC
State Changed
From-To: open->closed

Committed, thanks.