Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 466294 - sys-apps/portage-2.1.11.62 - fails resume on @world subset
Summary: sys-apps/portage-2.1.11.62 - fails resume on @world subset
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-17 21:39 UTC by Jason Mours
Modified: 2013-04-18 00:20 UTC (History)
0 users

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


Attachments
emerge-info (emerge-info-portage-2.1.11.62,16.06 KB, text/plain)
2013-04-17 21:41 UTC, Jason Mours
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mours 2013-04-17 21:39:10 UTC
Getting the following output when attempting :
emerge @world -r
 
*   (u'ebuild', u'/', u'dev-python/scientificpython-2.9.1', u'merge')

Reissuing the command I get :

emerge: It seems we have nothing to resume...

@system does not have a problem with -r.

Posting emerge-info for portage 2.1.11.62

Reproducible: Always
Comment 1 Jason Mours 2013-04-17 21:41:38 UTC
Created attachment 345836 [details]
emerge-info

Violated size restrictions on post, so I'm attaching
Comment 2 Jason Mours 2013-04-17 21:45:31 UTC
*Note* dev-python/scientificpython-2.9.1 is only an example as all listed packages for @world rebuild are denoted with the pre-specified syntax... sorry I was pruning my post, until I realized it was my emerge-info. Also I couldn't dump :
emerge @world -r >> failed.world.resume file either

at least the >> operation. Let me know if you need any other output or config files. Thanks
Comment 3 Jason Mours 2013-04-18 00:19:25 UTC
I was able to fix this updating x11-libs/gdk-pixbuf. With my libspectre-0.2.7 bug 466292 , it was pointed out to me that libpng1.5 needed app-text/ghostscript-gpl-9.06 rebuilt. So staring at my unusual output, it stated that x11-libs/gdk-pixbuf-2.26.5 needed libpng1.4 (should have posted that). It didn't occur to me that the errata could be related to a pixelbuffer. So when running revdep-rebuild showed that there was an update for gdk-pixbuf from 2.26.5 - 2.28.0, voi'la, no more errata on @world -r resume. BUT Portage didn't pickup the gdk-pixbuff update and wanted to rebuild 2.26.5 and even complained about requiring libpng1.4. Revdep-rebuild pointed out the update looking for libpng1.5 consistency....not sure why emerge failed, maybe metadata sync inconsistency.