[MacPorts] #50164: wget: build fails on SL buildbot creating man page.
#50164: wget: build fails on SL buildbot creating man page. ----------------------+-------------------------- Reporter: devans@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: wget ----------------------+-------------------------- Build fails as follows: {{{ ./texi2pod.pl -D VERSION="1.17.1" ./wget.texi wget.pod wget.texi:6: warning: unrecognized encoding name `UTF-8'. /usr/bin/pod2man --center="GNU Wget" --release="GNU Wget 1.17.1" --utf8 wget.pod > wget.1 Unknown option: utf8 make[2]: *** [wget.1] Error 1 }}} See https://build.macports.org/builders/buildports-snowleopard- x86_64/builds/39341/steps/compile/logs/stdio/text -- Ticket URL: <https://trac.macports.org/ticket/50164> MacPorts <https://www.macports.org/> Ports system for OS X
#50164: wget: build fails on SL buildbot creating man page. -----------------------+-------------------------- Reporter: devans@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: wget | -----------------------+-------------------------- Comment (by devans@…): This continues to be a problem. If I understand the failure correctly, the perl dependency used in this port {{{ bin:pod2man:perl5 }}} allows /usr/bin/pod2man but, on 10.6, the version provided is too old and doesn't accept the --utf8 option required here. Using a dependency style that requires a specific MacPorts perl version throughout this port would probably correct this issue. This failure causes gucharmap to fail as well on this platform. -- Ticket URL: <https://trac.macports.org/ticket/50164#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#50164: wget: build fails on SL buildbot creating man page. -----------------------+-------------------------- Reporter: devans@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: wget | -----------------------+-------------------------- Comment (by devans@…): Note also that MacPorts perl ports install a versioned pod2man {{{ ${prefix}/bin/pod2man-${perl5.major} }}} so some further configuration is required to get the port to use it. -- Ticket URL: <https://trac.macports.org/ticket/50164#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#50164: wget: build fails on SL buildbot creating man page. -----------------------+-------------------------- Reporter: devans@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: wget | -----------------------+-------------------------- Comment (by devans@…): Tentative fix committed in r148589. -- Ticket URL: <https://trac.macports.org/ticket/50164#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#50164: wget: build fails on SL buildbot creating man page. -----------------------+-------------------------- Reporter: devans@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: wget | -----------------------+-------------------------- Changes (by devans@…): * status: new => closed * resolution: => fixed Comment: Builds successfully on the 10.6 buildbot with this fix. Not tested on earlier OS versions but hopefully fixes problems with them as well. -- Ticket URL: <https://trac.macports.org/ticket/50164#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts