#1979 closed defect (fixed)
gnome-desktop requires libgnomeui but does not list it as dependancy
Reported by: | warp-opendarwin@… | Owned by: | olegb@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
libgnomeui is not installed automatically if I simply try to install nautilus as gnome-desktop does not list libgnomeui as dependancy.
sudo port install nautilus
---> Installing gnome-themes ---> Fetching gnome-desktop ---> Attempting to fetch gnome-desktop-2.6.1.tar.bz2 from ftp://ftp.mirror.ac.uk/sites/ ftp.gnome.org/pub/GNOME/sources/gnome-desktop/2.6/ ---> Verifying checksum(s) for gnome-desktop ---> Extracting gnome-desktop ---> Applying patches to gnome-desktop ---> Configuring gnome-desktop Error: Target com.apple.configure returned: configure failure: shell command "cd "/Users/warp/build/ darwinports/dports/gnome/gnome-desktop/work/gnome-desktop-2.6.1" && CPPFLAGS="-L/usr/ local/lib -I/usr/local/include" CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" ./ configure --prefix=/usr/local --mandir=/usr/local/share/man" returned error 1 Command output: checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin7.4.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common checking if g++ PIC flag -fno-common works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin7.4.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking for pkg-config... /usr/local/bin/pkg-config checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes checking what language compliance flags to pass to the C compiler... Building with libstartup-notification checking for gdk-pixbuf-2.0 >= 2.0.3 gtk+-2.0 >= 2.1.2 libgnomeui-2.0 >= 2.1.0 gnome-vfs-2.0
2.0.0 libstartup-notification-1.0... Package libgnomeui-2.0 was not found in the pkg-config search
path. Perhaps you should add the directory containing `libgnomeui-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libgnomeui-2.0' found
configure: error: Library requirements (gdk-pixbuf-2.0 >= 2.0.3 gtk+-2.0 >= 2.1.2 libgnomeui-2.0
2.1.0 gnome-vfs-2.0 >= 2.0.0 libstartup-notification-1.0) not met; consider adjusting the
PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
Error: The following dependencies failed to build: eel librsvg libcroco libgsf metacity gnome-applets gail gnome-session gnome-panel libwnck gnome-desktop gnome-terminal vte libgtop libxklavier
Change History (2)
comment:1 Changed 20 years ago by olegb@…
Owner: | changed from darwinports-bugs@… to olegb@… |
---|
comment:2 Changed 20 years ago by warp-opendarwin@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hmm, then the problem must have been caused by startup-notification already being on the system, but libgnomeui not, probably due to an attempt to install gnome again after an earlier failed attempt. Sorry for the circumstances.
The dependency on libgnomeui _is_ there:
[b0rk:dports/gnome/libgnomeui] olegb% port deps gnome-desktop gnome-desktop has build dependencies on:
gnome-desktop has library dependencies on:
[b0rk:dports/gnome/libgnomeui] olegb% port deps gnome-themes gnome-themes has build dependencies on:
gnome-themes has library dependencies on:
[b0rk:dports/gnome/libgnomeui] olegb% port deps startup-notification startup-notification has library dependencies on:
does this still apply after the portimages import ?
And, no - cant reproduce it :)