New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #10829 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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

Changed 5 years ago by markd@…

  • summary changed from Missing gdk/gdkx.h causes Gnoperncius to fail to build to Gnopernicus-1.1.0 build failure - missing gdk/gdkx.h

Changed 5 years ago by markd@…

  • summary changed from Gnopernicus-1.1.0 build failure - missing gdk/gdkx.h to BUG: Gnopernicus-1.1.0 build failure - missing gdk/gdkx.h

Changed 5 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.

Changed 5 years ago by markd@…

  • summary changed from BUG: Gnopernicus-1.1.0 build failure - missing gdk/gdkx.h to BUG: 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.

Changed 5 years ago by rhwood@…

  • status changed from new to closed
  • resolution set to fixed

Committed to the code repository in changeset:20004

Note: See TracTickets for help on using tickets.