Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62129 - ./configure fails for xcompmgr due to lack of 'pkgconfig' in dependancy
Summary: ./configure fails for xcompmgr due to lack of 'pkgconfig' in dependancy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo X packagers
URL: http://pdx.freedesktop.org/Software/X...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-29 12:04 UTC by Tommy Yu
Modified: 2004-08-29 12:09 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 Tommy Yu 2004-08-29 12:04:44 UTC
Without pkgconfig emerged, ./configure fails here when emerging xcompmgr

./configure: line 3949: syntax error near unexpected token `XCOMPMGR,'
./configure: line 3949: `PKG_CHECK_MODULES(XCOMPMGR, xcomposite xfixes xdamage xrender)'

pkgconfig is somehow not in the dependancy tree of xcompmgr.

Reproducible: Always
Steps to Reproduce:
1.emerge xcompmgr without pkgconfig installed.
2.
3.

Actual Results:  
./configure: line 3949: syntax error near unexpected token `XCOMPMGR,'
./configure: line 3949: `PKG_CHECK_MODULES(XCOMPMGR, xcomposite xfixes xdamage
xrender)'


Expected Results:  
emerge xcompmgr should emerge pkgconfig if it is not already installed.

See link. Although instruction is for Kdrive, but it has a note about xcompmgr
also, which is:

If you're getting errors mentioning PKG_CHECK_MODULES(), install pkgconfig.

I emerged that and it worked.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-08-29 12:09:51 UTC
fixed in CVS