[MacPorts] #18921: subversion @1.6.0 +tools broken
#18921: subversion @1.6.0 +tools broken ---------------------------------+------------------------------------------ Reporter: raimue@… | Owner: dluke@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.8.0 Keywords: | Port: subversion ---------------------------------+------------------------------------------ {{{ $ sudo port install subversion +tools ... ---> Staging subversion into destroot Error: Target org.macports.destroot returned: error copying "/opt/local/var/macports/build/_Users_raim_src_macports_trunk_dports_devel_subversion/work/subversion-1.6.0/contrib /client-side/svnmucc/svnmucc": no such file or directory Error: Unable to upgrade port: 1 }}} Patch attached. Not bumping revision since this prevented upgrade/installation for anyone with +tools. -- Ticket URL: <http://trac.macports.org/ticket/18921> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18921: subversion @1.6.0 +tools broken ---------------------------------+------------------------------------------ Reporter: raimue@… | Owner: dluke@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.8.0 Keywords: | Port: subversion ---------------------------------+------------------------------------------ Comment(by ryandesign@…): The point of doing the commands in this order {{{ eval delete [glob ${worksrcpath}/contrib/client- side/{svnmucc{,.{l,}o},.libs}] copy ${worksrcpath}/contrib ${destroot}${prefix}/share/${name}/contrib }}} was so that svnmucc's temporary build artifacts don't get installed when the copy command is run. But in your patch you moved the `eval delete` after the copy. So either the build artifacts are now being unnecessarily installed, or if they aren't, then the `eval delete` isn't necessary anymore. -- Ticket URL: <http://trac.macports.org/ticket/18921#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18921: subversion @1.6.0 +tools broken ---------------------------------+------------------------------------------ Reporter: raimue@… | Owner: dluke@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.8.0 Keywords: | Port: subversion ---------------------------------+------------------------------------------ Comment(by raimue@…): Agreed, I missed that. I have updated the patch which does the copy after modifications. -- Ticket URL: <http://trac.macports.org/ticket/18921#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18921: subversion @1.6.0 +tools broken ---------------------------------+------------------------------------------ Reporter: raimue@… | Owner: dluke@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.8.0 Keywords: | Port: subversion ---------------------------------+------------------------------------------ Changes (by vinc17@…): * cc: vinc17@… (added) -- Ticket URL: <http://trac.macports.org/ticket/18921#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18921: subversion @1.6.0 +tools broken ----------------------------------+----------------------------------------- Reporter: raimue@… | Owner: dluke@… Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.8.0 Resolution: fixed | Keywords: Port: subversion | ----------------------------------+----------------------------------------- Changes (by blair@…): * status: new => closed * resolution: => fixed Comment: Fixed in r48489. -- Ticket URL: <http://trac.macports.org/ticket/18921#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts