Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116763 - emerge sync removes package.provided
Summary: emerge sync removes package.provided
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-26 02:46 UTC by Marek Zachara
Modified: 2005-12-26 10:07 UTC (History)
1 user (show)

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 Marek Zachara 2005-12-26 02:46:09 UTC
Every time i do emerge sync i find out that /etc/make.profile/package.provided is deleted. It is (in my case) a symbolic link to file elsewhere to avoid it being really deleted, but after each emerge sync i have to manually link it again, which is bit annoying.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-26 03:43:54 UTC
This belongs to /etc/portage/profile, not /etc/make.profile/.

man portage:

<snip>
/etc/portage/profile/
site-specific overrides of /etc/make.profile/
</snip>
Comment 2 Marek Zachara 2005-12-26 10:07:50 UTC
Right. I'd suggest however clearly stating this in the portage man page, because as of now it suggest using this place for storage of self-maintained packages.