[MacPorts] #15541: ATK fails to configure
#15541: ATK fails to configure ------------------------------------+--------------------------------------- Reporter: engel.martin@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: atk configure | ------------------------------------+--------------------------------------- When trying to install atk it fails due to an error which might be caused by the configure script. The System is Mac OS X 10.5.3 {{{ checking for aclocal flags... checking for GLIB - version >= 2.5.7... no *** A new enough version of pkg-config was not found. *** See http://www.freedesktop.org/software/pkgconfig/ checking pkg-config is at least version 0.16... ./configure: line 20539: no: command not found no checking for GLIB - version >= 2.0.0... no *** A new enough version of pkg-config was not found. *** See http://www.freedesktop.org/software/pkgconfig/ configure: error: *** GLIB 2.0.0 or better is required. The latest version of *** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed *** but not in the same location as pkg-config add the location of the file *** glib-2.0.pc to the environment variable PKG_CONFIG_PATH. Error: Status 1 encountered during processing. }}} -- Ticket URL: <http://trac.macports.org/ticket/15541> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15541: ATK fails to configure -------------------------------------+-------------------------------------- Reporter: engel.martin@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: atk configure -------------------------------------+-------------------------------------- Changes (by jmr@macports.org): * cc: jmr@macports.org (added) Comment: Is the pkgconfig port installed? It should have been installed as a dependency. -- Ticket URL: <http://trac.macports.org/ticket/15541#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15541: ATK fails to configure -------------------------------------+-------------------------------------- Reporter: engel.martin@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: atk configure -------------------------------------+-------------------------------------- Comment (by engel.martin@gmail.com): Yes the newest version of pkgconfig is installed. -- Ticket URL: <http://trac.macports.org/ticket/15541#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15541: ATK fails to configure -------------------------------------+-------------------------------------- Reporter: engel.martin@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: atk configure -------------------------------------+-------------------------------------- Comment (by engel.martin@gmail.com): glib2 is also installed. Of course I would be more than happy to provide further details to solve this issue. -- Ticket URL: <http://trac.macports.org/ticket/15541#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15541: ATK fails to configure -------------------------------------+-------------------------------------- Reporter: engel.martin@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: atk configure -------------------------------------+-------------------------------------- Comment (by jmr@macports.org): The config.log should tell us more; please attach it. -- Ticket URL: <http://trac.macports.org/ticket/15541#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15541: ATK fails to configure -------------------------------------+-------------------------------------- Reporter: engel.martin@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: atk configure -------------------------------------+-------------------------------------- Comment (by engel.martin@gmail.com): contrary to the statement in config.log pkgconfig is installed. {{{ port list installed | grep pkgconfig pkgconfig @0.23 devel/pkgconfig }}} -- Ticket URL: <http://trac.macports.org/ticket/15541#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15541: ATK fails to configure -------------------------------------+-------------------------------------- Reporter: engel.martin@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: atk configure -------------------------------------+-------------------------------------- Comment (by jmr@macports.org): Just FYI, `port list installed` doesn't do what you want there, `port installed` does. But it doesn't really make any difference in this case. A though occurs: what happens if you run `port clean atk` and then try installing it again? -- Ticket URL: <http://trac.macports.org/ticket/15541#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15541: ATK fails to configure -------------------------------------+-------------------------------------- Reporter: engel.martin@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: atk configure -------------------------------------+-------------------------------------- Comment (by engel.martin@gmail.com): same error :( when cleaning and installing again. (btw thanks for the {{{port installed}}} hint) -- Ticket URL: <http://trac.macports.org/ticket/15541#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15541: ATK fails to configure -------------------------------------+-------------------------------------- Reporter: engel.martin@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: atk configure -------------------------------------+-------------------------------------- Changes (by ryandesign@macports.org): * cc: ryandesign@macports.org (added) Comment: Does your pkg-config work? Try: {{{ /opt/local/bin/pkg-config --libs glib-2.0 }}} It should say something like: {{{ -L/opt/local/lib -lglib-2.0 -lintl -liconv }}} Do you have anything in /usr/local or /sw? These can interfere with MacPorts and their presence while using MacPorts is not recommended. -- Ticket URL: <http://trac.macports.org/ticket/15541#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15541: ATK fails to configure -------------------------------------+-------------------------------------- Reporter: engel.martin@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: atk configure -------------------------------------+-------------------------------------- Comment (by engel.martin@gmail.com): I am sorry, but I really needed atk - so I did a reinstallation of the whole Mac OS. Luckily the error did not reappear but of course this way I am not able to further check your advise. Anyway thanks for your support. -- Ticket URL: <http://trac.macports.org/ticket/15541#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15541: ATK fails to configure -------------------------------------+-------------------------------------- Reporter: engel.martin@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: invalid | Keywords: atk configure -------------------------------------+-------------------------------------- Changes (by macsforever2000@macports.org): * status: new => closed * resolution: => invalid -- Ticket URL: <http://trac.macports.org/ticket/15541#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts