Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27262 - cosmetic/very-minor error when emerge gconf 2.2.1 ebuild
Summary: cosmetic/very-minor error when emerge gconf 2.2.1 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-24 19:40 UTC by Jonathan Hernández Velasco
Modified: 2003-08-25 03:51 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 Jonathan Hernández Velasco 2003-08-24 19:40:02 UTC
* installing gnome2 gconf schemas
cat: //var/db/pkg/*/GConf-2.2.1/CONTENTS: No such file or directory
>>> Updating Scrollkeeper
 * changing permissions for gconf dirs
 * changing permissions for gconf files
>>> Regenerating /etc/ld.so.cache...
>>> gnome-base/gconf-2.2.1 merged.

Reproducible: Always
Steps to Reproduce:
1.emerge gconf
2.
3.
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2003-08-24 21:10:58 UTC
okay this is because the ebuild redefines ${P} and ${PN} (see http://dev.gentoo.org/~liquidx/ebuildmistakes.html) which makes things more convenient for getting the source etc. but unfortunately, this means when the build gets to the gconf step it looks for GConf-2.2.1, when portage has stored it correctly as gconf-2.2.1. i've got this fixed local now, just run it by foser before it goes in.
Comment 2 Mike Gardiner (RETIRED) gentoo-dev 2003-08-25 03:51:01 UTC
well i knew what was wrong with it, but foser had a better fix for it, so committed that. thanks for reporting.