Opened 17 years ago

Closed 17 years ago

#10829 closed defect (fixed)

BUG: Gnopernicus-1.1.2 has missing dependencies: gconf, libgnome, & libgnomeui

Reported by: jonefoley@… Owned by: yeled@…
Priority: High Milestone:
Component: ports Version: 1.3.2
Keywords: gnopernicus Cc: markd@…
Port:

Description

The last build line prior to the error is below, the header gdkx.h appears to be missing (missing dependency?).

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../srutil -DORBIT2=1 -D_REENTRANT -I/opt/local/include/at-spi-1.0 -I/usr/X11R6/include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/atk-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/gconf/2 -DG_LOG_DOMAIN=\"gnopernicus\" -L/opt/local/lib -I/opt/local/include -no-cpp-precomp -flat_namespace -undefined suppress -MT libke.lo -MD -MP -MF .deps/libke.Tpo -c libke.c -fno-common -DPIC -o .libs/libke.o libke.c:30:23: error: gdk/gdkx.h: No such file or directory libke.c: In function 'ke_get_keycode_from_keysym': libke.c:411: warning: assignment makes pointer from integer without a cast libke.c: In function 'ke_get_key_index_for_keycode': libke.c:431: warning: assignment makes pointer from integer without a cast make[3]: * [libke.lo] Error 1 make[2]: * [all-recursive] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Warning: the following items did not execute (for gnopernicus): com.apple.activate com.apple.build com.apple.destroot com.apple.install Error: Status 1 encountered during processing.

Change History (5)

comment:1 Changed 17 years ago by markd@…

Summary: Missing gdk/gdkx.h causes Gnoperncius to fail to buildGnopernicus-1.1.0 build failure - missing gdk/gdkx.h

comment:2 Changed 17 years ago by markd@…

Summary: Gnopernicus-1.1.0 build failure - missing gdk/gdkx.hBUG: Gnopernicus-1.1.0 build failure - missing gdk/gdkx.h

comment:3 Changed 17 years ago by markd@…

Cc: markd@… added

Looks like gtk2 was not installed. gnopernicus is now at 1.1.2 and has an explicit dependency on gtk2 so please try a 'port selfupdate' and reinstall.

comment:4 Changed 17 years ago by markd@…

Summary: BUG: Gnopernicus-1.1.0 build failure - missing gdk/gdkx.hBUG: Gnopernicus-1.1.2 has missing dependencies: gconf, libgnome, & libgnomeui

Gnopernicus' 1.1.2 installs GTk2, but it won't install without gconf, libgnome, and libgnomeui ports also installed. I am reporting this so it can be fixed.

comment:5 Changed 17 years ago by rhwood@…

Resolution: fixed
Status: newclosed

Committed to the code repository in changeset:20004

Note: See TracTickets for help on using tickets.