Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205748 - media-plugins/audacious-{dumb,xosd}-0.9 missing pkg-config dep
Summary: media-plugins/audacious-{dumb,xosd}-0.9 missing pkg-config dep
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Christian Birchinger (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-14 08:36 UTC by Evil Compile Person
Modified: 2008-01-14 13:52 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 Evil Compile Person 2008-01-14 08:36:34 UTC
>>> Compiling source in /var/tmp/portage/media-plugins/audacious-xosd-0.9/work/audacious-xosd-0.9 ...
make: pkg-config: Command not found
make: pkg-config: Command not found
make: pkg-config: Command not found
cc -o obj/audacious_osd.o -O2 -pipe -fPIC -DPIC -Wall -I/usr/local/include -I/usr/include  -DXOSD_VERSION=\"2.2.14\" -DXMMS_PIXMAPDIR=\"/usr/share/audacious-xosd\" -c audacious_osd.c
make: pkg-config: Command not found
audacious_osd.c:23:21: error: gtk/gtk.h: No such file or directory
[snip]
audacious_osd.c:305: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'timeout_func'
make: *** [obj/audacious_osd.o] Error 1
 *
 * ERROR: media-plugins/audacious-xosd-0.9 failed.
Comment 1 Evil Compile Person 2008-01-14 08:37:43 UTC
Same for audacious-dumb
Comment 2 Christian Birchinger (RETIRED) gentoo-dev 2008-01-14 10:59:05 UTC
Well i added it but i think it was wrong because it depends on audacious already and that has dev-util/pkgconfig in DEPEND.
Comment 3 Evil Compile Person 2008-01-14 13:52:27 UTC
(In reply to comment #2)
> Well i added it but i think it was wrong because it depends on audacious
> already and that has dev-util/pkgconfig in DEPEND.
> 

That is only correct as long as you don't use binary packages - merging binary audacious will not pull in pkg-config. It's a rather common bug that is not visible in normal use, I hit it because I build binpkgs and use stage3 + binpkgs for dependencies, then compile the package.

Strictly speaking it is a bug, practically it is in a grey area.

Thanks for fixing!