Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138941 - emerge --skipfirst skipfirst doesn't behave as expected
Summary: emerge --skipfirst skipfirst doesn't behave as expected
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-02 18:47 UTC by Aaron Peterson
Modified: 2006-07-02 19:20 UTC (History)
0 users

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 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.