[MacPorts] #35186: gobject-introspection-1.32.1_3 doesn't build on PPC Tiger because of missing Makefile rule: 2833: *** Need to define GLib_2_0_gir_LIBS or GLib_2_0_gir_PROGRAM
#35186: gobject-introspection-1.32.1_3 doesn't build on PPC Tiger because of missing Makefile rule: 2833: *** Need to define GLib_2_0_gir_LIBS or GLib_2_0_gir_PROGRAM ---------------------------------------------------------------+------------ Reporter: Peter_Dyballa@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: Makefile, GLib_2_0_gir_LIBS, GLib_2_0_gir_PROGRAM | Port: gobject-introspection ---------------------------------------------------------------+------------ Hello! This defect is similar to the one reported in https://trac.macports.org/ticket/32358. Although port does not show this one as being upgraded it starts to build it. {{{ make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports .org_release_tarballs_ports_gnome_gobject-introspection/gobject- introspection/work/gobject-introspection-1.32.1' Makefile:2833: *** Need to define GLib_2_0_gir_LIBS or GLib_2_0_gir_PROGRAM. Stop. make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports .org_release_tarballs_ports_gnome_gobject-introspection/gobject- introspection/work/gobject-introspection-1.32.1' Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports .org_release_tarballs_ports_gnome_gobject-introspection/gobject- introspection/work/gobject-introspection-1.32.1" && /usr/bin/make -w all CC=/usr/bin/gcc-4.0 V=1 Exit code: 2 }}} It's pretty bad that so many packages now seem to depend on that one… -- Ticket URL: <https://trac.macports.org/ticket/35186> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35186: gobject-introspection-1.32.1_3 doesn't build on PPC Tiger because of missing Makefile rule: 2833: *** Need to define GLib_2_0_gir_LIBS or GLib_2_0_gir_PROGRAM ---------------------------------------+------------------------------------ Reporter: Peter_Dyballa@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Resolution: duplicate | Keywords: Port: gobject-introspection | ---------------------------------------+------------------------------------ Changes (by cal@…): * status: new => closed * keywords: Makefile, GLib_2_0_gir_LIBS, GLib_2_0_gir_PROGRAM => * resolution: => duplicate Comment: Let's track this in #32358 since it is essentially the same problem. Can you try the suggestion in #32358 and see if that helps? -- Ticket URL: <https://trac.macports.org/ticket/35186#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35186: gobject-introspection-1.32.1_3 doesn't build on PPC Tiger because of missing Makefile rule: 2833: *** Need to define GLib_2_0_gir_LIBS or GLib_2_0_gir_PROGRAM ---------------------------------------+------------------------------------ Reporter: Peter_Dyballa@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Resolution: duplicate | Keywords: Port: gobject-introspection | ---------------------------------------+------------------------------------ Comment(by Peter_Dyballa@…): Replying to [comment:1 cal@…]:
Let's track this in #32358 since it is essentially the same problem. Can you try the suggestion in #32358 and see if that helps?
How can I convince port to use gmake and not make? -- Ticket URL: <https://trac.macports.org/ticket/35186#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35186: gobject-introspection-1.32.1_3 doesn't build on PPC Tiger because of missing Makefile rule: 2833: *** Need to define GLib_2_0_gir_LIBS or GLib_2_0_gir_PROGRAM ---------------------------------------+------------------------------------ Reporter: Peter_Dyballa@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Resolution: duplicate | Keywords: Port: gobject-introspection | ---------------------------------------+------------------------------------ Comment(by cal@…): Make sure the `gmake` port is installed and add `build.cmd gmake` to the Portfile. -- Ticket URL: <https://trac.macports.org/ticket/35186#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35186: gobject-introspection-1.32.1_3 doesn't build on PPC Tiger because of missing Makefile rule: 2833: *** Need to define GLib_2_0_gir_LIBS or GLib_2_0_gir_PROGRAM ---------------------------------------+------------------------------------ Reporter: Peter_Dyballa@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Resolution: duplicate | Keywords: Port: gobject-introspection | ---------------------------------------+------------------------------------ Comment(by Peter_Dyballa@…): Replying to [comment:3 cal@…]:
Make sure the `gmake` port is installed and add `build.cmd gmake` to the Portfile. After cleaning gobject-introspection I edited the Portfile and added `build.cmd gmake` as line #53 and simply invoked 'port upgrade outdated' – and it finished successfully! To build gobject-introspection… because when it tried to upgrade atk this error came up:
make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports.org_release_tarballs_ports_devel_atk/atk/work/atk-2.2.0/atk' /opt/local/share/gobject- introspection-1.0/Makefile.introspection:149: *** Need to define Atk_1_0_gir_LIBS or Atk_1_0_gir_PROGRAM. Stop. -- Ticket URL: <https://trac.macports.org/ticket/35186#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35186: gobject-introspection-1.32.1_3 doesn't build on PPC Tiger because of missing Makefile rule: 2833: *** Need to define GLib_2_0_gir_LIBS or GLib_2_0_gir_PROGRAM ---------------------------------------+------------------------------------ Reporter: Peter_Dyballa@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Resolution: duplicate | Keywords: Port: gobject-introspection | ---------------------------------------+------------------------------------ Description changed by ryandesign@…: Old description:
Hello!
This defect is similar to the one reported in https://trac.macports.org/ticket/32358. Although port does not show this one as being upgraded it starts to build it.
{{{ make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports .org_release_tarballs_ports_gnome_gobject-introspection/gobject- introspection/work/gobject-introspection-1.32.1' Makefile:2833: *** Need to define GLib_2_0_gir_LIBS or GLib_2_0_gir_PROGRAM. Stop. make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports .org_release_tarballs_ports_gnome_gobject-introspection/gobject- introspection/work/gobject-introspection-1.32.1' Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports .org_release_tarballs_ports_gnome_gobject-introspection/gobject- introspection/work/gobject-introspection-1.32.1" && /usr/bin/make -w all CC=/usr/bin/gcc-4.0 V=1 Exit code: 2 }}}
It's pretty bad that so many packages now seem to depend on that one…
New description: Hello! This defect is similar to the one reported in #32358. Although port does not show this one as being upgraded it starts to build it. {{{ make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports .org_release_tarballs_ports_gnome_gobject-introspection/gobject- introspection/work/gobject-introspection-1.32.1' Makefile:2833: *** Need to define GLib_2_0_gir_LIBS or GLib_2_0_gir_PROGRAM. Stop. make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports .org_release_tarballs_ports_gnome_gobject-introspection/gobject- introspection/work/gobject-introspection-1.32.1' Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_lil.fr.rsync.macports .org_release_tarballs_ports_gnome_gobject-introspection/gobject- introspection/work/gobject-introspection-1.32.1" && /usr/bin/make -w all CC=/usr/bin/gcc-4.0 V=1 Exit code: 2 }}} It's pretty bad that so many packages now seem to depend on that one… -- -- Ticket URL: <https://trac.macports.org/ticket/35186#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35186: gobject-introspection-1.32.1_3 doesn't build on PPC Tiger because of missing Makefile rule: 2833: *** Need to define GLib_2_0_gir_LIBS or GLib_2_0_gir_PROGRAM ---------------------------------------+------------------------------------ Reporter: Peter_Dyballa@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Resolution: duplicate | Keywords: tiger Port: gobject-introspection | ---------------------------------------+------------------------------------ Changes (by ryandesign@…): * keywords: => tiger -- Ticket URL: <https://trac.macports.org/ticket/35186#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts