Bug 108367 - textproc/p5-XML-Simple broken
Summary: textproc/p5-XML-Simple broken
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-26 05:40 UTC by dirk.meyer
Modified: 2007-02-03 02:30 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 dirk.meyer 2007-01-26 05:40:17 UTC
	unable to build port:

===>  Extracting for p5-XML-Simple-2.16
=> MD5 Checksum OK for XML-Simple-2.16.tar.gz.
=> SHA256 Checksum OK for XML-Simple-2.16.tar.gz.
===>   p5-XML-Simple-2.16 depends on file: /usr/local/bin/perl5.8.8 - found
===>  Patching for p5-XML-Simple-2.16
===>   p5-XML-Simple-2.16 depends on file: /usr/local/bin/perl5.8.8 - found
===>   p5-XML-Simple-2.16 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/mach/XML/Parser.pm - found
===>   p5-XML-Simple-2.16 depends on file: /usr/local/bin/perl5.8.8 - found
===>  Configuring for p5-XML-Simple-2.16
=============================================================================

  Fatal error: Your default XML parser (XML::SAX::PurePerl) is broken.

  There are known bugs in the PurePerl parser included with version 0.13 
  and 0.14 of XML::SAX.  The XML::Simple tests will fail with this parser.

  One way to avoid the problem is to install XML::SAX::Expat - it will
  install itself as the system default XML parser and then you will be able 
  to install XML::Simple successfully.  XML::SAX::Expat is also much faster
  than XML::SAX::PurePerl so you probably want it anyway.

=============================================================================
Checking installed modules ...
*** Error code 255

Stop in /usr/ports/textproc/p5-XML-Simple.

Fix: 

Add a dependecy as the note suggest?
How-To-Repeat: 
	cd /usr/ports/textproc/p5-XML-Simple && make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-26 05:40:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-03 02:27:54 UTC
clsung      2007-02-03 02:27:48 UTC

  FreeBSD ports repository

  Modified files:
    textproc/p5-XML-Simple Makefile 
  Log:
  - add dependency of XML::SAX::Expat to avoid depend on XML::SAX::PurePerl
  - bump PORTREVISION
  
  PR:             ports/108367
  Submitted by:   dirk dot meyer_AT_dinoex dot sub dot org
  
  Revision  Changes    Path
  1.18      +3 -1      ports/textproc/p5-XML-Simple/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-02-03 02:28:00 UTC
State Changed
From-To: open->closed

Committed. Thank You.