Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39518 - pkg-config warnings from gtk-engines2.eclass
Summary: pkg-config warnings from gtk-engines2.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-26 17:28 UTC by Robin Johnson
Modified: 2006-03-20 01:58 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 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-01-26 17:28:49 UTC
inside the gtk-engines2.eclass, wherever the eclass is sourced, 'pkg-config gtk+-2.0 --modversion' is run. Produces errors on a system where pkg-config is not present.

Calculating depclean dependencies |/usr/sbin/ebuild.sh: line 1: pkg-config: command not found                                     //usr/sbin/ebuild.sh: line 1: pkg-config: command not found                                                                        ... done!
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-01-26 17:35:20 UTC
redirect stderr to /dev/null
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2004-02-01 14:58:42 UTC
fixed as per genone's suggestions.