Opened 14 years ago
Closed 14 years ago
#27940 closed defect (fixed)
XML::LibXSLT 1.68 does not work with XML::LibXML 1.70 and needs to be upgraded
Reported by: | vinc17@… | Owned by: | ryan@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | andregirard, l2g@… | |
Port: | p5-xml-libxslt |
Description
I get the following error:
This version of XML::LibXSLT requires XML::LibXML 1.67 (ABI 1), which is incompatible with currently installed XML::LibXML 1.70 (ABI 2). Please upgrade XML::LibXSLT, XML::LibXML, or both! at /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/XML/LibXML.pm line 49. BEGIN failed--compilation aborted at /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/XML/LibXSLT.pm line 7.
An upgrade of XML::LibXSLT (p5-xml-libxslt) to 1.70 would solve the problem.
Attachments (3)
Change History (8)
Changed 14 years ago by vinc17@…
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Cc: | larry+macports@… andre.girard@… added |
---|
Changed 14 years ago by larry+macports@…
Attachment: | tmo27940.p5-xml-libxslt.detab.patch added |
---|
changes expressed in patch files (patch 1)
Changed 14 years ago by larry+macports@…
Attachment: | tmo27940.p5-xml-libxslt-1.70.patch added |
---|
changes expressed in patch files (patch 2)
comment:2 Changed 14 years ago by larry+macports@…
I thought I posted this comment already, but apparently not.
The changes look good to me after running port -d test p5-xml-libxslt
on the new portfile.
Just in case someone wants them, I attached two patch files that make the same changes but break them down into a detabbing step and a version-bump step.
comment:4 Changed 14 years ago by l2g@…
Cc: | larry+macports@… removed |
---|
comment:5 Changed 14 years ago by l2g@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Portfile for p5-xml-libxslt 1.70, untabified