[MacPorts] #29452: libplist does not build
#29452: libplist does not build ------------------------------+--------------------------------------------- Reporter: tael67@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: tiger | Port: libplist ------------------------------+--------------------------------------------- {{{ Rudloff:~ Pierre$ sudo port install libplist ---> Computing dependencies for libplist ---> Building libplist Error: Target org.macports.build returned: shell command failed (see log for details) Log for libplist is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_libplist/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> }}} -- Ticket URL: <https://trac.macports.org/ticket/29452> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29452: libplist does not build on OSX 10.4 (x86) ------------------------------+--------------------------------------------- Reporter: tael67@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: tiger | Port: libplist ------------------------------+--------------------------------------------- Comment(by rmstonecipher@…): Pierre,[[br]] I do not have any computers running OS X 10.4 but will see what I can do in a VM.[[br]] Please include your OS X version in future ticket summaries if you are not running the current release.[[br]][[br]] Cheers,[[br]] Ryan Stonecipher -- Ticket URL: <https://trac.macports.org/ticket/29452#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29452: libplist does not build on OSX 10.4 (x86) ------------------------------+--------------------------------------------- Reporter: tael67@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: tiger | Port: libplist ------------------------------+--------------------------------------------- Comment(by jmr@…): Seems to be because cmake insists on using an SDK all the time, and 10.4's gcc has some oddities when you use an SDK and also link to files outside the SDK. Adding explicit `-lxml2 -lintl -liconv -lz` to configure.ldflags may help IIRC. Should also check if cmake will accept -DCMAKE_OSX_SYSROOT=/ to make it not use an SDK, and add that to the portgroup if it works. -- Ticket URL: <https://trac.macports.org/ticket/29452#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29452: libplist does not build on OSX 10.4 (x86) ------------------------------+--------------------------------------------- Reporter: tael67@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: tiger | Port: libplist ------------------------------+--------------------------------------------- Comment(by rudloff@…): I have added the following to the portfile : {{{ platform darwin 8 { configure.ldflags-append \ -lxml2 \ -lintl \ -liconv \ -lz configure.args-append -DCMAKE_OSX_SYSROOT=/ } }}} and now I get a new error. -- Ticket URL: <https://trac.macports.org/ticket/29452#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29452: libplist does not build on OSX 10.4 (x86) ------------------------------+--------------------------------------------- Reporter: tael67@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: tiger | Port: libplist ------------------------------+--------------------------------------------- Comment(by jmr@…): Added the sysroot fix to the portgroup in r78651. That alone should fix the non-universal and universal on x86 cases. Building universal on PowerPC Tiger still won't work without the explicit `-l` flags because you have to use the SDK in that case. -- Ticket URL: <https://trac.macports.org/ticket/29452#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29452: libplist does not build on OSX 10.4 (x86) ------------------------------+--------------------------------------------- Reporter: tael67@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: tiger | Port: libplist ------------------------------+--------------------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) Comment: Replying to [comment:3 rudloff@…]:
and now I get a new error.
I get the same new error on both Tiger ppc and Tiger i386. -- Ticket URL: <https://trac.macports.org/ticket/29452#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29452: libplist does not build on OSX 10.4 ------------------------------+--------------------------------------------- Reporter: tael67@… | Owner: rmstonecipher@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: tiger | Port: libplist ------------------------------+--------------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => rmstonecipher@… * cc: rmstonecipher@… (removed) Comment: Looks like a python error, so this is basically a further consequence of #27094 and would presumably be resolved by resolving that ticket. -- Ticket URL: <https://trac.macports.org/ticket/29452#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29452: libplist does not build on OSX 10.4 -----------------------+----------------------------- Reporter: tael67@… | Owner: rmstonecipher@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: | Keywords: tiger Port: libplist | -----------------------+----------------------------- Comment (by ryandesign@…): #27094 was resolved, and libplist has been updated to version 1.10. So is this still an issue? -- Ticket URL: <https://trac.macports.org/ticket/29452#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#29452: libplist does not build on OSX 10.4 -----------------------+----------------------------- Reporter: tael67@… | Owner: rmstonecipher@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: tiger Port: libplist | -----------------------+----------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => fixed Comment: I confirm that libplist @1.10 builds fine on Tiger ppc. -- Ticket URL: <https://trac.macports.org/ticket/29452#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts