Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1836 - Dependency doesn't get written to the world file
Summary: Dependency doesn't get written to the world file
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 8678
  Show dependency tree
 
Reported: 2002-04-16 10:39 UTC by squeeze
Modified: 2011-10-30 22:21 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 squeeze 2002-04-16 10:39:47 UTC
When I tried to merge bbkeys, the dependency is blackbox. Evertyhing compiles, installs etc, but when 
I looked in the /var/cache/world file only bbkeys made it. This means that when a new blackbox 
version is released emerge -pu world will not show blackbox. 
 
Or am I wrong?
Comment 1 squeeze 2002-04-16 10:41:37 UTC
Forgot to mention that I use portage 1.9.1, but the problem was there before this version. 
 
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-16 23:09:34 UTC
Ryan, the way I understand it is that the deps should automatically get upgraded
if there is a new one.  For instance with the bbkeys, blackbox thing, even with
blackbox not in the world file, if there is a new blackbox, portage should pick
up on it, and upgrade anyway.  Can you confirm this?
Comment 3 Ryan Phillips (RETIRED) gentoo-dev 2002-04-16 23:54:50 UTC
This is confirmed, but seemant, the issue is this.  emerge bbkeys, merges both
blackbox and bbkeys.  Apparently the world file never gets populated with the
dependency blackbox.  This issue happens on my gentoo box as well.
Comment 4 Ryan Phillips (RETIRED) gentoo-dev 2002-04-17 00:12:54 UTC
After talking to drobbins, and seemant about this they have concluded it isn't a
bug.  The world file will update blackbox as long as it doesn't break bbkeys
dependencies, thus the reason why it isn't in the world file.
Comment 5 squeeze 2002-04-17 06:50:31 UTC
Why doen't mozilla get updated on my system then?

I have net-www/mozilla-0.9.9-r1 installed, newest is net-www/mozilla-0.9.9-r2.
I have net-www/galeon-1.2.0-r3 installed, which installed mozilla as a
dependency. The dependency galeon have towards mozilla is ~net-www/mozilla-0.9.9
which should not break dependency?!

It seems that it is first when a new version of galeon is updated that mozilla
is checked for update.

And when I tried emerge --pretend --update mozilla, gnome-base/ORBit-0.5.14-r2
also showed up.

Sorry for taking your time :)