Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46171 - tilp-6.68 and tilp-6.68-r1 hard dependency on gtk+-2.2*
Summary: tilp-6.68 and tilp-6.68-r1 hard dependency on gtk+-2.2*
Status: RESOLVED DUPLICATE of bug 45599
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-29 14:33 UTC by Colin Macdonald
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge log trying to build tilp (3062-tilp-6.68-r1.log,33.11 KB, text/plain)
2004-03-29 14:34 UTC, Colin Macdonald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Macdonald 2004-03-29 14:33:10 UTC
The ebuilds for tilp have a "=x11-libs/gtk+-2.2*" in their DEPEND.  Emerging tilp would thus downgrade my GTK+ to 2.2.  I tried changing it to =x11-libs/gtk+-2.2* but then I receive the following error (will attach complete log file too): 

if gcc -DHAVE_CONFIG_H -DSHARE_DIR=\"/usr/share/tilp\" -DLOCALEDIR=\"/usr/share/locale\" -DPLUGIN_DIR=\"/usr/lib/tilp\" -DSYSCONFDIR=\"/etc\" -I. -I. -I.. -I.. -I/usr/include -I../intl -I../intl -DPREFIX=\"/usr\" -I. -I../ -I../../    -DGTK_DISABLE_DEPRECATED -march=athlon-xp -O3 -pipe -I/usr/include/tilp   -I/usr/include/tilp   -I/usr/include/tilp -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D__LINUX__ -Wall -MT tilp-gtk_refresh.o -MD -MP -MF ".deps/tilp-gtk_refresh.Tpo" \
  -c -o tilp-gtk_refresh.o `test -f 'gtk_refresh.c' || echo './'`gtk_refresh.c; \
then mv -f ".deps/tilp-gtk_refresh.Tpo" ".deps/tilp-gtk_refresh.Po"; \
else rm -f ".deps/tilp-gtk_refresh.Tpo"; exit 1; \
fi
toolbar.c: In function `toolbar_set_images':
toolbar.c:30: error: `GtkToolbarChild' undeclared (first use in this function)
toolbar.c:30: error: (Each undeclared identifier is reported only once
toolbar.c:30: error: for each function it appears in.)
toolbar.c:30: error: `child' undeclared (first use in this function)
make[2]: *** [tilp-toolbar.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/tilp-6.68-r1/work/tilp-6.68/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/tilp-6.68-r1/work/tilp-6.68'
make: *** [all] Error 2
 
!!! ERROR: app-sci/tilp-6.68-r1 failed.
!!! Function src_compile, Line 39, Exitcode 2
!!! (no error message)

I haven't tried downgrading GTK+ but probably tilp will build correctly.  Maybe it really does depend on exactly GTK+2.2*.  Maybe this isn't a bug :-)
Comment 1 Colin Macdonald 2004-03-29 14:34:01 UTC
Created attachment 28321 [details]
emerge log trying to build tilp
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2004-03-31 00:23:36 UTC

*** This bug has been marked as a duplicate of 45599 ***