[MacPorts] #44640: p5.16-wx fails upgrade
#44640: p5.16-wx fails upgrade ------------------------------+-------------------------------- Reporter: david.w.watson@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Keywords: | Port: p5.16-wx ------------------------------+-------------------------------- See log -- Ticket URL: <https://trac.macports.org/ticket/44640> MacPorts <http://www.macports.org/> Ports system for OS X
#44640: p5.16-wx fails upgrade -------------------------------+--------------------- Reporter: david.w.watson@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: p5-wx | -------------------------------+--------------------- Changes (by mf2k@…): * owner: macports-tickets@… => mojca@… * cc: mojca@… (removed) * port: p5.16-wx => p5-wx -- Ticket URL: <https://trac.macports.org/ticket/44640#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#44640: p5.16-wx fails upgrade -------------------------------+--------------------- Reporter: david.w.watson@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: p5-wx | -------------------------------+--------------------- Comment (by mojca@…): I have the binary in {{{ /Applications/Xcode.app/Contents/Developer/Tools/Rez }}} on 10.7. For some reason 10.9 sets {{{ cd cpp/wxPerl.osx && make RESTOOLDIR='/Developer/Tools' ARCH_FLAGS='' }}} and then tries to use `$(RESTOOLDIR)/Rez` which fails. -- Ticket URL: <https://trac.macports.org/ticket/44640#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#44640: p5.16-wx fails upgrade -------------------------------+--------------------- Reporter: david.w.watson@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: p5-wx | -------------------------------+--------------------- Changes (by mojca@…): * version: 2.3.1 => -- Ticket URL: <https://trac.macports.org/ticket/44640#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#44640: p-wx: fails to upgrade on 10.8 and later -------------------------------+--------------------- Reporter: david.w.watson@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: p5-wx | -------------------------------+--------------------- -- Ticket URL: <https://trac.macports.org/ticket/44640#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#44640: p5-wx: fails to upgrade on 10.8 and later -------------------------------+--------------------- Reporter: david.w.watson@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: p5-wx | -------------------------------+--------------------- -- Ticket URL: <https://trac.macports.org/ticket/44640#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#44640: p5-wx: fails to upgrade on 10.8 and later -------------------------------+--------------------- Reporter: david.w.watson@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: p5-wx | -------------------------------+--------------------- Changes (by mojca@…): * cc: mf2k@… (added) -- Ticket URL: <https://trac.macports.org/ticket/44640#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#44640: p5-wx: fails to upgrade on 10.8 and later -------------------------------+--------------------- Reporter: david.w.watson@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: p5-wx | -------------------------------+--------------------- Comment (by mojca@…): I need some help with this ticket. I would like to know why `RESTTOOLDIR` ends up being set with a weird value. On 10.7 it's `RESTOOLDIR='/Applications/Xcode.app/Contents/Developer/Tools'`. The file `build/Wx/build/MakeMaker/MacOSX_GCC.pm` contains: {{{ my $tools43 = '/Applications/Xcode.app/Contents/Developer/Tools'; my $restoolpath = ( -d $tools43 ) ? $tools43 : '/Developer/Tools'; }}} so apparently the value ends up being wrong as long as `/Applications/Xcode.app/Contents/Developer/Tools` doesn't exist? Can you please try the following patch: {{{ #!patch --- build/Wx/build/MakeMaker/MacOSX_GCC.pm.orig +++ build/Wx/build/MakeMaker/MacOSX_GCC.pm @@ -10,7 +10,7 @@ die "Please set MACOSX_DEPLOYMENT_TARGET to 10.3 or above" if $ENV{MACOSX_DEPLOYMENT_TARGET} && $ENV{MACOSX_DEPLOYMENT_TARGET} < 10.3; my $tools43 = '/Applications/Xcode.app/Contents/Developer/Tools'; -my $restoolpath = ( -d $tools43 ) ? $tools43 : '/Developer/Tools'; +my $restoolpath = '/usr/bin'; sub configure_core { my $this = shift; }}} -- Ticket URL: <https://trac.macports.org/ticket/44640#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#44640: p5-wx: fails to install when Xcode is not at /Applications/Xcode.app -------------------------------+--------------------- Reporter: david.w.watson@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: p5-wx | -------------------------------+--------------------- -- Ticket URL: <https://trac.macports.org/ticket/44640#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
#44640: p5-wx: fails to install when Xcode is not at /Applications/Xcode.app -------------------------------+--------------------- Reporter: david.w.watson@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: p5-wx | -------------------------------+--------------------- Comment (by mojca@…): I didn't get any feedback at all, but I nevertheless committed r124467. If there are any problems, please report. This needs to be reported upstream. -- Ticket URL: <https://trac.macports.org/ticket/44640#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
#44640: p5-wx: fails to install when Xcode is not at /Applications/Xcode.app -------------------------------+--------------------- Reporter: david.w.watson@… | Owner: mojca@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: p5-wx | -------------------------------+--------------------- Changes (by mojca@…): * status: new => closed * resolution: => fixed -- Ticket URL: <https://trac.macports.org/ticket/44640#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts