Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 138941

Summary: emerge --skipfirst skipfirst doesn't behave as expected
Product: Portage Development Reporter: Aaron Peterson <alpeterson>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: RESOLVED WONTFIX    
Severity: enhancement    
Priority: High    
Version: 2.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Aaron Peterson 2006-07-02 18:47:51 UTC
openldap hasn't compiled for me.. for... months now. I've emerge system -e  ed quite a few times... and tried alternative useflags.. eitherway, I'm doing a lot of emerge --resume --skipfirst

I want to be able to do:

emerge world -uD --skipfirst

and have it just not do the openldap package....

but it attempts to resume the last emerge command instead.
(it implies --resume... which doesn't make sence)
Comment 1 Zac Medico gentoo-dev 2006-07-02 18:55:00 UTC
--skipfirst is only intended for use with --resume.  Find out why openldap won't build and fix it.
Comment 2 michael@smith-li.com 2006-07-02 19:20:34 UTC
you probably have the ldap useflag set -- if you don't want ldap, unsetting that seems like a good idea.