Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163712 - sys-apps/portage-2.1.1-r2 --depclean wants to remove a package in the world file
Summary: sys-apps/portage-2.1.1-r2 --depclean wants to remove a package in the world file
Status: RESOLVED DUPLICATE of bug 152567
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-25 07:49 UTC by Laurento Frittella (mrfree)
Modified: 2007-01-25 08:34 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 Laurento Frittella (mrfree) 2007-01-25 07:49:01 UTC
# emerge --depclean -p

*** WARNING ***  Depclean may break link level dependencies.  Thus, it is
*** WARNING ***  recommended to use a tool such as `revdep-rebuild` (from
*** WARNING ***  app-portage/gentoolkit) in order to detect such breakage.
*** WARNING ***  
*** WARNING ***  Also study the list of packages to be cleaned for any obvious
*** WARNING ***  mistakes. Packages that are part of the world set will always
*** WARNING ***  be kept.  They can be manually added to this set with
*** WARNING ***  `emerge --noreplace <atom>`.
*** WARNING ***  
*** WARNING ***  As a safety measure, depclean will not remove any packages
*** WARNING ***  unless *all* required dependencies have been resolved.  As a
*** WARNING ***  consequence, it is often necessary to run 
*** WARNING ***  `emerge --update --deep world` prior to depclean.

Calculating dependencies... done!


>>> These are the packages that would be unmerged:

 www-client/mozilla-firefox
    selected: 2.0.0.1 
   protected: none
     omitted: none

But...
  # cat /var/lib/portage/world | grep mozilla-firefox
  www-client/mozilla-firefox

This issue appears after I have unmerged mozilla-firefox-bin and xulrunner (I tried to used them instead of the mozilla-firefox ebuild); revdep-rebuild doesn't report any broken package
Comment 1 Harald van Dijk (RETIRED) gentoo-dev 2007-01-25 08:08:13 UTC
You probably put mozilla-firefox in /etc/portage/profile/package.provided, since you say that you tried to use -bin and xulrunner instead of it, presumably as a dependency of another package. If you did, there's no portage bug here, and you need to remove the entry.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-01-25 08:10:44 UTC
grep -Rni firefox /etc/portage/ and post the output, please.
Comment 3 Laurento Frittella (mrfree) 2007-01-25 08:29:36 UTC
(In reply to comment #1)
> You probably put mozilla-firefox in /etc/portage/profile/package.provided,
> since you say that you tried to use -bin and xulrunner instead of it,
> presumably as a dependency of another package. If you did, there's no portage
> bug here, and you need to remove the entry.

Oops... you're right! :)

I forgot I have added it to my package.provided
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-01-25 08:33:54 UTC
Dupe.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-01-25 08:34:04 UTC

*** This bug has been marked as a duplicate of bug 152567 ***