Bug 208378

Summary: textproc/p5-XML-LibXML: missing a dependency
Product: Ports & Packages Reporter: Mathieu Arnold <mat>
Component: Individual Port(s)Assignee: freebsd-perl (Nobody) <perl>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (perl)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Mathieu Arnold freebsd_committer freebsd_triage 2016-03-29 09:42:24 UTC
I don't have time to handle this now, it seems some dependency is missing:

[9/62] Extracting p5-XML-LibXML-2.0124,1: 100%
Can't load '/usr/local/lib/perl5/site_perl/mach/5.23/auto/List/Util/Util.so' for module List::Util: Shared object "libperl.so.5.23.9.7" not found, required by "Util.so" at /usr/local/lib/perl5/5.23/XSLoader.pm line 71.
 at /usr/local/lib/perl5/site_perl/mach/5.23/List/Util.pm line 22.
Compilation failed in require at /usr/local/lib/perl5/site_perl/mach/5.23/Scalar/Util.pm line 22.
Compilation failed in require at /usr/local/lib/perl5/site_perl/mach/5.23/XML/LibXML/AttributeHash.pm line 5.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/mach/5.23/XML/LibXML/AttributeHash.pm line 5.
Compilation failed in require at /usr/local/lib/perl5/site_perl/mach/5.23/XML/LibXML.pm line 1539.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/mach/5.23/XML/LibXML.pm line 1539.
Compilation failed in require at /usr/local/lib/perl5/site_perl/mach/5.23/XML/LibXML/SAX.pm line 19.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/mach/5.23/XML/LibXML/SAX.pm line 19.
Compilation failed in require at /usr/local/lib/perl5/site_perl/XML/SAX.pm line 147.
Can't load '/usr/local/lib/perl5/site_perl/mach/5.23/auto/List/Util/Util.so' for module List::Util: Shared object "libperl.so.5.23.9.7" not found, required by "Util.so" at /usr/local/lib/perl5/5.23/XSLoader.pm line 71.
 at /usr/local/lib/perl5/site_perl/mach/5.23/List/Util.pm line 22.
Compilation failed in require at /usr/local/lib/perl5/site_perl/mach/5.23/Scalar/Util.pm line 22.
Compilation failed in require at /usr/local/lib/perl5/site_perl/mach/5.23/XML/LibXML/AttributeHash.pm line 5.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/mach/5.23/XML/LibXML/AttributeHash.pm line 5.
Compilation failed in require at /usr/local/lib/perl5/site_perl/mach/5.23/XML/LibXML.pm line 1539.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/mach/5.23/XML/LibXML.pm line 1539.
Compilation failed in require at /usr/local/lib/perl5/site_perl/mach/5.23/XML/LibXML/SAX/Parser.pm line 16.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/mach/5.23/XML/LibXML/SAX/Parser.pm line 16.
Compilation failed in require at /usr/local/lib/perl5/site_perl/XML/SAX.pm line 147.
pkg: POST-INSTALL script failed
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-03-31 15:23:39 UTC
A commit references this bug:

Author: mat
Date: Thu Mar 31 15:23:16 UTC 2016
New revision: 412231
URL: https://svnweb.freebsd.org/changeset/ports/412231

Log:
  Cleanup dependencies on lang/p5-Scalar-List-Utils.

  The different cases are:

  - Only bring it if the one bundled with Perl is outdated.
  - The version bundled with all our Perl is sufficient.
  - Scalar-List-Util is not really needed by the port.
    (looking for /(Sub|Scalar|List)::Util/ returns nothing.)

  While there, do some minor cleanup that caught my eye.

  PR:		208378
  With hat:	perl@
  Sponsored by:	Absolight

Changes:
  head/databases/p5-DBIx-Class-Helpers/Makefile
  head/devel/p5-Class-Spiffy/Makefile
  head/devel/p5-Config-Validator/Makefile
  head/devel/p5-IO-Pipely/Makefile
  head/devel/p5-Minilla/Makefile
  head/devel/p5-Moo/Makefile
  head/devel/p5-Perl-Version/Makefile
  head/devel/p5-Perl6-Form/Makefile
  head/devel/p5-Return-Type/Makefile
  head/devel/p5-SUPER/Makefile
  head/devel/p5-Test-Data/Makefile
  head/finance/p5-Finance-Bitcoin/Makefile
  head/mail/p5-MIME-Fast/Makefile
  head/math/p5-Graph/Makefile
  head/math/p5-Math-Algebra-Symbols/Makefile
  head/math/p5-Math-Polygon-Tree/Makefile
  head/multimedia/gtk-youtube-viewer/Makefile
  head/net/p5-Kafka/Makefile
  head/net/p5-MaxMind-DB-Reader/Makefile
  head/net-mgmt/p5-Nagios-Object/Makefile
  head/net-mgmt/p5-Net-SNMP-Util/Makefile
  head/net-mgmt/p5-jmx4perl/Makefile
  head/sysutils/p5-Rex/Makefile
  head/textproc/p5-ElasticSearch-SearchBuilder/Makefile
  head/textproc/p5-Geo-Parse-OSM/Makefile
  head/textproc/p5-Perl-Lint/Makefile
  head/textproc/p5-RDF-Trine/Makefile
  head/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile
  head/www/p5-Catalyst-Plugin-Singleton/Makefile
  head/www/p5-HTTP-MobileAgent/Makefile
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2016-03-31 15:26:43 UTC
Not really fixed, but close enough.