Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7410 - Mozilla 1.0 cleaning will fail
Summary: Mozilla 1.0 cleaning will fail
Status: RESOLVED REMIND
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-03 06:48 UTC by Wout Mertens (RETIRED)
Modified: 2002-09-03 13:49 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 Wout Mertens (RETIRED) gentoo-dev 2002-09-03 06:48:37 UTC
Problem: 
Apparantly, the Mozilla people saw that the component.reg file was a bit of a 
problem, and so they did away with it. 
This causes the unmerging of Mozilla 1.0 to fail, since it tries to regenerate 
the file with regxpcom (which fails, since it's not there any more) and then 
tries to chmod it, which fails. 
 
I don't see a way to fix it, apart from wrapping regxpcom so that it will 
touch the regxpcom file for the next few versions.  
 
The problem is that the unmerge code is in the stored ebuild in /var/db/pkg, 
and thus you can't get at it. Personally I fixed it by removing the chmod in 
that ebuild.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-09-03 13:49:22 UTC
This was only a problem with some versions of portage.  It should work fine
with 2.0.34, etc as it dont check the return from pkg_*().