Opened 18 years ago

Closed 18 years ago

#5949 closed defect (fixed)

BUG: gnome-vfs 2.12.1.1 fails to build

Reported by: suhlhorn@… Owned by: gnome-darwinports@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Trying to install gnumeric, which requires gnome-vfs. gnome-vfs fails to build under OS 10.4.3 with Xcode 2.2 (gcc 4.0.1):

--snip-- checking for perl... /opt/local/bin/perl checking for XML::Parser... ok checking for iconv... /opt/local/bin/iconv checking for msgfmt... /opt/local/bin/msgfmt checking for msgmerge... /opt/local/bin/msgmerge checking for xgettext... /opt/local/bin/xgettext checking for pkg-config... /opt/local/bin/pkg-config checking for glib-2.0 >= 2.6.0 gmodule-no-export-2.0 >= 2.6.0 gthread-2.0 >= 2.6.0 libxml-2.0 >= 2.6.0... yes checking MODULES_XML_CFLAGS... -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/libxml2 -I/opt/local/include checking MODULES_XML_LIBS... -L/opt/local/lib -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl -lxml2 -lpthread -lz -liconv -lm checking for glib-2.0 >= 2.6.0 gmodule-no-export-2.0 >= 2.6.0 gthread-2.0 >= 2.6.0 gobject-2.0 >= 2.6.0... yes checking MODULES_CFLAGS... -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include checking MODULES_LIBS... -L/opt/local/lib -lgmodule-2.0 -lgthread-2.0 -lgobject-2.0 -lglib-2.0 -lintl -liconv checking for glib-2.0 >= 2.6.0 gmodule-no-export-2.0 >= 2.6.0 gthread-2.0 >= 2.6.0 gobject-2.0 >= 2.6.0 gconf-2.0 >= 1.1.1... Package gconf-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gconf-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gconf-2.0' found configure: error: Library requirements (glib-2.0 >= 2.6.0 gmodule-no-export-2.0

2.6.0 gthread-2.0 >= 2.6.0 gobject-2.0 >= 2.6.0 gconf-2.0 >= 1.1.1) not met;

consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

Warning: the following items did not execute (for gnome-vfs): com.apple.activate com.apple.configure com.apple.build com.apple.destroot com.apple.archive com.apple.install

It looks like package gconf cannot be found. Is this an unmet dependency?

I tried editing xdgmimecache.c as suggested in bug 5601, but that did not help.

Change History (5)

comment:1 Changed 18 years ago by suhlhorn@…

It seems manually installing gconf fixed the gnome-vfs build problem:

port install gconf port clean --all gnome-vfs port install gnome-vfs

Does gconf need to be added explicitly to the depends?

comment:2 Changed 18 years ago by mww@…

Summary: gnome-vfs 2.12.1.1 fails to buildBUG: gnome-vfs 2.12.1.1 fails to build

comment:3 Changed 18 years ago by rhwood@…

Fixes have been commited along with an upgrade to gnome-vfs to 2.12.2.

Thanks for the report.

Mr. Uhlhorn: please close the report once you have confirmed that you can upgrade to gnome-vfs: sudo port selfupdate sudo port upgrade gnome-vfs

comment:4 Changed 18 years ago by suhlhorn@…

confirmed upgrade to gnome-vfs 2.12.2

comment:5 Changed 18 years ago by suhlhorn@…

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.