[MacPorts] #45191: wml @2.0.11_3, fails to execute with LWP::Simple.pm error
#45191: wml @2.0.11_3, fails to execute with LWP::Simple.pm error ------------------------+-------------------------------- Reporter: hahn.seb@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Keywords: | Port: wml ------------------------+-------------------------------- Hey, trying to compile a wml file, I get: {{{ ePerl:Error: Perl parsing error (interpreter rc=2) ---- Contents of STDERR channel: --------- Can't locate LWP/Simple.pm in @INC (@INC contains: /opt/local/lib/wml/perl/lib /opt/local/lib/wml/perl/lib/darwin-thread- multi-2level /opt/local/lib/perl5/site_perl/5.12.5/darwin-thread-multi- 2level /opt/local/lib/perl5/site_perl/5.12.5 /opt/local/lib/perl5/vendor_perl/5.12.5/darwin-thread-multi-2level /opt/local/lib/perl5/vendor_perl/5.12.5 /opt/local/lib/perl5/5.12.5 /darwin-thread-multi-2level /opt/local/lib/perl5/5.12.5 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl .) at /var/folders/pw/q34rdc055cg701h9z61nt67h0000gn/T//wml.27817.tmp1.wml line 608. BEGIN failed--compilation aborted at /var/folders/pw/q34rdc055cg701h9z61nt67h0000gn/T//wml.27817.tmp1.wml line 608. ------------------------------------------ ** WML:Break: Error in Pass 3 (rc=1). }}} Looks like a dependency error? -- Ticket URL: <https://trac.macports.org/ticket/45191> MacPorts <http://www.macports.org/> Ports system for OS X
#45191: wml @2.0.11_3, fails to execute with LWP::Simple.pm error -------------------------+------------------------ Reporter: hahn.seb@… | Owner: cfaerber@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: wml | -------------------------+------------------------ Changes (by mf2k@…): * owner: macports-tickets@… => cfaerber@… * cc: cfaerber@… (removed) -- Ticket URL: <https://trac.macports.org/ticket/45191#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#45191: wml @2.0.11_3, fails to execute with LWP::Simple.pm error -------------------------+------------------------ Reporter: hahn.seb@… | Owner: cfaerber@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: wml | -------------------------+------------------------ Comment (by cfaerber@…): It seems that the WML source file uses LWP::Simple. "/var/folders/pw/q34rdc055cg701h9z61nt67h0000gn/T////wml.27817.tmp1.wml" looks like the name of an intermediary file between the passes of WML. Unfortunately, the line numbers are not helpful in WML errors; line 608 is the line where the statement ended up after pass 2. WML itself only depends on LWP::Simple, Lynx, wget or fetch for including remote files. -- Ticket URL: <https://trac.macports.org/ticket/45191#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#45191: wml @2.0.11_3, fails to execute with LWP::Simple.pm error -------------------------+------------------------ Reporter: hahn.seb@… | Owner: cfaerber@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: wml | -------------------------+------------------------ Comment (by hahn.seb@…): Hrm, you're right - it's inside the wml source. Sorry for the wrong report. Do you know how I might be able to get LWP::Simple with macports? I'm not spotting a pre-made port, but maybe I'm overlooking something. -- Ticket URL: <https://trac.macports.org/ticket/45191#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#45191: wml @2.0.11_3, fails to execute with LWP::Simple.pm error -------------------------+------------------------ Reporter: hahn.seb@… | Owner: cfaerber@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: wml | -------------------------+------------------------ Comment (by cfaerber@…): This should to the trick: {{{ sudo cpan install LWP::Simple }}} -- Ticket URL: <https://trac.macports.org/ticket/45191#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#45191: wml @2.0.11_3, fails to execute with LWP::Simple.pm error -------------------------+------------------------ Reporter: hahn.seb@… | Owner: cfaerber@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: wml | -------------------------+------------------------ Comment (by mf2k@…): It looks like LWP::Simple is in the already existing p5-libwww-perl port. Maybe this should be added as a runtime dependency? -- Ticket URL: <https://trac.macports.org/ticket/45191#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts