Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
begin quote
On Tue, 13 May 2003 17:42:58 -0500
William Hubbs <kc5eiv@...> wrote:
> What is going on here? Can someone tell me why my system thinks this
> packag is needed?
try this
cd /var/db/pkg
find . -iname \*.ebuild | while read F ;
do grep "dev-libs/glib" -q ${F} && echo ${F};
done
and see if it responds something?
--
begin .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end
|
|