Opened 19 years ago

Closed 19 years ago

#4852 closed defect (invalid)

missing dependency: gnome-desktop -> libgnomeui

Reported by: mguthaus@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

While compiling gnome-desktop, there appears to be a missing dependency. It requires libgnomeui... Manually installing libgnomeui allows the installation to continue.

Matt

... 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 glib-2.0 >= 2.5.3 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 glib-2.0 >= 2.5.3 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.

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

Change History (1)

comment:1 Changed 19 years ago by olegb@…

Resolution: invalid
Status: newclosed

gnome-desktop depends (implicitly) on libgnomui (see below). This is for historic reasons (gnome used to break the depencychain), it will be fixed when I updated to gnome 2.12.0.

m00:~ olegb$ port deps gnome-desktop gnome-desktop has build dependencies on:

scrollkeeper

gnome-desktop has library dependencies on:

gnome-themes libiconv gnome-backgrounds shared-mime-info

m00:~ olegb$ port deps gnome-themes gnome-themes has build dependencies on:

gnutar

gnome-themes has library dependencies on:

gtk-engines2 startup-notification

m00:~ olegb$ port deps startup-notifications No port startup-notifications found. m00:~ olegb$ port deps startup-notification startup-notification has library dependencies on:

libgnomeui

Note: See TracTickets for help on using tickets.