Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267429 - Portage 2.1.6.7: emerge -avuDN world doesn't process all updates
Summary: Portage 2.1.6.7: emerge -avuDN world doesn't process all updates
Status: RESOLVED DUPLICATE of bug 246000
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: 2009-04-25 15:47 UTC by dunerkahl
Modified: 2009-04-25 16:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
/var/lib/portage/world (worldfile.txt,1.52 KB, text/plain)
2009-04-25 15:54 UTC, dunerkahl
Details
emerge --info (emerge_info.txt,3.53 KB, text/plain)
2009-04-25 15:55 UTC, dunerkahl
Details
/etc/portage/package.keywords (package.keywords.txt,644 bytes, text/plain)
2009-04-25 15:55 UTC, dunerkahl
Details
/etc/portage/package.unmask (package.unmask.txt,137 bytes, text/plain)
2009-04-25 15:56 UTC, dunerkahl
Details
/etc/portage/package.use (package.use.txt,333 bytes, text/plain)
2009-04-25 15:56 UTC, dunerkahl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dunerkahl 2009-04-25 15:47:37 UTC
'emerge -avuDN world' tells me that there are no updates, but emerge '-ae world' says there are the following 5 updates:

[ebuild     U ] dev-util/cvs-1.12.12-r6 [1.12.12-r4]
[ebuild     U ] dev-java/javatoolkit-0.3.0-r3 [0.3.0-r2]
[ebuild     U ] dev-util/scons-1.2.0-r1 [1.0.0] USE="-doc%" 
[ebuild     U ] dev-lang/yasm-0.7.2 [0.7.1]
[ebuild     U ] app-arch/rpm2targz-9.0.0.3g [9.0-r7]

Reproducible: Always

Steps to Reproduce:
1.run emerge -pvuDN world
2.run emerge -pe world
3.compare packages that would be updated

Actual Results:  
Some package updates were not installed

Expected Results:  
Install all updates
Comment 1 dunerkahl 2009-04-25 15:54:44 UTC
Created attachment 189383 [details]
/var/lib/portage/world

my worldfile
Comment 2 dunerkahl 2009-04-25 15:55:17 UTC
Created attachment 189385 [details]
emerge --info
Comment 3 dunerkahl 2009-04-25 15:55:45 UTC
Created attachment 189387 [details]
/etc/portage/package.keywords
Comment 4 dunerkahl 2009-04-25 15:56:06 UTC
Created attachment 189388 [details]
/etc/portage/package.unmask
Comment 5 dunerkahl 2009-04-25 15:56:30 UTC
Created attachment 189390 [details]
/etc/portage/package.use
Comment 6 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-04-25 15:59:50 UTC
Try this instead:

  emerge -avuDN --with-bdeps=y world

*** This bug has been marked as a duplicate of bug 246000 ***
Comment 7 dunerkahl 2009-04-25 16:15:33 UTC
(In reply to comment #6)
> Try this instead:
> 
>   emerge -avuDN --with-bdeps=y world
> 
> *** This bug has been marked as a duplicate of bug 246000 ***
> 

Thanks, that works for me.