[MacPorts] #29193: openjpeg build fails trying to cp a directory
#29193: openjpeg build fails trying to cp a directory --------------------------------+------------------------------------------- Reporter: stephen@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.99 Keywords: | Port: openjpeg --------------------------------+------------------------------------------- See attached build log. MacBook Pro Intel, Mac OS X 10.5.8, port 1.9.99 -- Ticket URL: <https://trac.macports.org/ticket/29193> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29193: openjpeg build fails trying to cp a directory --------------------------------+------------------------------------------- Reporter: stephen@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.99 Keywords: | Port: openjpeg --------------------------------+------------------------------------------- Changes (by jmr@…): * owner: macports-tickets@… => mcalhoun@… Comment: Please remember to cc the maintainer. -- Ticket URL: <https://trac.macports.org/ticket/29193#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29193: openjpeg build fails trying to cp a directory --------------------------------+------------------------------------------- Reporter: stephen@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.99 Keywords: | Port: openjpeg --------------------------------+------------------------------------------- Comment(by devans@…): Same problem observed on PowerPC G4, OSX 10.5.8. -- Ticket URL: <https://trac.macports.org/ticket/29193#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29193: openjpeg build fails trying to cp a directory --------------------------------+------------------------------------------- Reporter: stephen@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.99 Keywords: | Port: openjpeg --------------------------------+------------------------------------------- Comment(by macports@…): same problem on iBook G4, OSX 10.5.8 -- Ticket URL: <https://trac.macports.org/ticket/29193#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29193: openjpeg build fails trying to cp a directory --------------------------------+------------------------------------------- Reporter: stephen@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.99 Keywords: | Port: openjpeg --------------------------------+------------------------------------------- Comment(by ram@…): Seems to be that this is only an issue on Leopard as my Snow Leopard builds this port fine, whereas my PPC Leopard machine fails. -- Ticket URL: <https://trac.macports.org/ticket/29193#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29193: openjpeg build fails trying to cp a directory --------------------------------+------------------------------------------- Reporter: stephen@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.99 Keywords: | Port: openjpeg --------------------------------+------------------------------------------- Comment(by devans@…): Agreed. Builds fine on Snow Leopard for me as well. The problem seems to be that (on the Leopard PPC platform) {{{ libopenjpeg/Makefile }}} is attempting to execute the command {{{ cp -P .libs/libopenjpeg.* ../bin/ }}} but there is a directory libopenjpeg.1.dylib.dSYM that it apparently isn't expecting and is not seen on the Snow Leopard platform. -- Ticket URL: <https://trac.macports.org/ticket/29193#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29193: openjpeg build fails trying to cp a directory --------------------------------+------------------------------------------- Reporter: stephen@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.99 Keywords: | Port: openjpeg --------------------------------+------------------------------------------- Comment(by devans@…): Attached is a patch that fixes the Leopard problem for me and works on Snow Leopard as well. It uses a recursive copy to avoid stumbling over the .dSYM directory. -- Ticket URL: <https://trac.macports.org/ticket/29193#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29193: openjpeg build fails trying to cp a directory ---------------------------------+------------------------------------------ Reporter: stephen@… | Owner: mcalhoun@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.99 Resolution: fixed | Keywords: Port: openjpeg | ---------------------------------+------------------------------------------ Changes (by mcalhoun@…): * status: new => closed * resolution: => fixed Comment: If ld fails to accept -force_load, dsymutil is used to produce DWARF debug symbol files in directories, which are not copied.[[BR]] See [http://www.mail-archive.com/libtool-patches@gnu.org/msg04867.html] Fixed in r77990. -- Ticket URL: <https://trac.macports.org/ticket/29193#comment:15> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts