[MacPorts] #25581: dbus-glib: shell command failed
#25581: dbus-glib: shell command failed -------------------------------+-------------------------------------------- Reporter: hvdwolf@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: dbus-glib -------------------------------+-------------------------------------------- After updating to 1.91 from 1.81 I tried to update dbus-glib (this version now 0.86). It ends in an error. shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_devel_dbus-glib/work/dbus-glib-0.86-ppc" && /usr/bin/make all " returned error 2 :error:build Target org.macports.build returned: shell command failed I uninstalled both dbus and dbus-glib and tried to install dbus-glib again but with the same error. Please find attached the main.log from the build process. -- Ticket URL: <http://trac.macports.org/ticket/25581> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25581: dbus-glib +universal build failed -------------------------------+-------------------------------------------- Reporter: hvdwolf@… | Owner: jwa@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: dbus-glib -------------------------------+-------------------------------------------- Changes (by jmr@…): * owner: macports-tickets@… => jwa@… Comment: Please remember to cc the maintainer. -- Ticket URL: <http://trac.macports.org/ticket/25581#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25581: dbus-glib +universal build failed -------------------------------+-------------------------------------------- Reporter: hvdwolf@… | Owner: jwa@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: dbus-glib -------------------------------+-------------------------------------------- Description changed by macsforever2000@…: Old description:
After updating to 1.91 from 1.81 I tried to update dbus-glib (this version now 0.86). It ends in an error.
shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_devel_dbus-glib/work/dbus-glib-0.86-ppc" && /usr/bin/make all " returned error 2 :error:build Target org.macports.build returned: shell command failed
I uninstalled both dbus and dbus-glib and tried to install dbus-glib again but with the same error. Please find attached the main.log from the build process.
New description: After updating to 1.91 from 1.81 I tried to update dbus-glib (this version now 0.86). It ends in an error. {{{ shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_devel_dbus-glib/work/dbus-glib-0.86-ppc" && /usr/bin/make all " returned error 2 :error:build Target org.macports.build returned: shell command failed }}} I uninstalled both dbus and dbus-glib and tried to install dbus-glib again but with the same error. Please find attached the main.log from the build process. -- -- Ticket URL: <http://trac.macports.org/ticket/25581#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25581: dbus-glib +universal build failed -------------------------------+-------------------------------------------- Reporter: hvdwolf@… | Owner: jwa@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: dbus-glib -------------------------------+-------------------------------------------- Comment(by jwa@…): Unfortunately I don't have a ppc system available (you seem to have 10.5 level system)... -- Ticket URL: <http://trac.macports.org/ticket/25581#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25581: dbus-glib +universal build failed -------------------------------+-------------------------------------------- Reporter: hvdwolf@… | Owner: jwa@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: dbus-glib -------------------------------+-------------------------------------------- Comment(by hvdwolf@…): I have a 10.5.8 Intel core duo MacbookPro system and I don't have a ppc system either. If I do a "sudo port install dbus-glib -universal" it works. The previous 0.76_0 wasn't universal either. I could only build it as i386. Now that the 0.86_1 "fails" again I wanted to register it as an error. Is there more I can test? -- Ticket URL: <http://trac.macports.org/ticket/25581#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25581: dbus-glib +universal build failed -------------------------------+-------------------------------------------- Reporter: hvdwolf@… | Owner: jwa@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: dbus-glib -------------------------------+-------------------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) Comment: This is probably the relatively common "can't find nm when building for the other architecture" problem we've had and fixed with several ports already over the years. {{{ :info:configure ---> Configuring dbus-glib for architecture i386 -- :info:configure checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p :info:configure checking the name lister (/usr/bin/nm -p) interface... BSD nm -- :info:configure checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object... ok -- :info:configure ---> Configuring dbus-glib for architecture ppc -- :info:configure checking for BSD- or MS-compatible name lister (nm)... no -- :info:configure checking the name lister (link -dump -symbols) interface... BSD nm }}} Could possibly be fixed like it was for pango in r50606 for example. Why do you want to build ppc/i386 universal anyway? -- Ticket URL: <http://trac.macports.org/ticket/25581#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25581: dbus-glib +universal build failed -------------------------------+-------------------------------------------- Reporter: hvdwolf@… | Owner: jwa@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: dbus-glib -------------------------------+-------------------------------------------- Comment(by hvdwolf@…): That solution does work. I attached a unified diff for the Portfile. I want to build universal as I'm the bundle maintainer for avidemux. I create a universal (Snow)Leopard bundle. dbus-glib is not part of that but simply one of the underlying dependencies for the entire process. -- Ticket URL: <http://trac.macports.org/ticket/25581#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25581: dbus-glib +universal build failed --------------------------------+------------------------------------------- Reporter: hvdwolf@… | Owner: jwa@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: fixed | Keywords: Port: dbus-glib | --------------------------------+------------------------------------------- Changes (by jmr@…): * status: new => closed * resolution: => fixed Comment: r79973 -- Ticket URL: <https://trac.macports.org/ticket/25581#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts