Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169497 - x11-libs/gtk-server should depend on libglade
Summary: x11-libs/gtk-server should depend on libglade
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-05 20:25 UTC by Daniel Goertzen no longer at Norscan
Modified: 2009-07-18 11:45 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Goertzen no longer at Norscan 2007-03-05 20:25:18 UTC
The ebuild for x11-libs/gtk-server-2.0.12 fails when libglade is not installed.  After manually installing libglade, gtk-server builds properly.

Reproducible: Always

Steps to Reproduce:
1. "emerge gtk-server"
2.
3.

Actual Results:  
(snip)
checking for unistd.h... (cached) yes
checking for memset... yes
checking for mkfifo... yes
checking for setlocale... yes
checking for socket... yes
checking for strstr... yes
Package libglade-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglade-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libglade-2.0' found
Package libglade-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglade-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libglade-2.0' found
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
x86_64-pc-linux-gnu-gcc -Wall -pedantic  -O2 -pipe -march=nocona  -DHAVE_CONFIG_H -DLOCALCFG=\"/etc/gtk-server.cfg\"   -c -o gtk-server.o gtk-server.c
gtk-server.c:233:25: error: glade/glade.h: No such file or directory
gtk-server.c:240:21: error: gtk/gtk.h: No such file or directory
gtk-server.c:314: error: expected specifier-qualifier-list before 'GtkObject'
gtk-server.c:319: error: expected specifier-qualifier-list before 'GtkWidget'
gtk-server.c:332: warning: struct has no members
gtk-server.c:351: error: expected specifier-qualifier-list before 'guint'
gtk-server.c:358: error: expected ')' before '*' token
(snip)

Expected Results:  
Successful emerge.
Comment 1 Marijn Schouten (RETIRED) gentoo-dev 2007-06-20 17:54:49 UTC
not our bug, reassigning to gnome
Comment 2 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-06-23 01:52:20 UTC
gtk-server is maintained by common-lisp, not gnome.
Comment 3 Evil Compile Person 2008-01-09 01:42:06 UTC
(1) please decide who is responsible, bath'leth is acceptable
(2) still not fixed :)
(3) it's also missing a pkg-config dep ...
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-07-18 11:45:22 UTC
done, but the package is getting removed since it doesn't compile wrt #222235