Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110308 - make --skipfirst take a number for skipping multiple
Summary: make --skipfirst take a number for skipping multiple
Status: RESOLVED DUPLICATE of bug 118874
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-24 03:50 UTC by Anders Storsveen
Modified: 2006-04-15 07:43 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 Anders Storsveen 2005-10-24 03:50:18 UTC
It would be great to make --skipfirst take a number like --skipfirst 20, thats
fantastic for resuming stuff like emerge world -e, when something b0rks, and you
have to re-emerge something else first... emerge --skipfirst 25 world -e would
resume on the 26th package on the emerge! ;)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2005-10-24 20:11:48 UTC
sounds like a good idea ... sometimes i hit two/three broken packages that i
want to skip in a big world update ...
Comment 2 Jason Stubbs (RETIRED) gentoo-dev 2005-10-25 23:41:13 UTC
Isn't bug #12768 essentially what is required?
Comment 3 Anders Storsveen 2005-10-26 00:22:36 UTC
this is just adding a number to skipfirst, so instead of just first it skips the
first 20 or something.. Very useful if you're repairing a broken system with
emerge -e world, and something breaks and you have to fix something else, hence
resume is not an option. Then you can do emerge - world --skipfirst 60 and start
at the 60th pkg.
Comment 4 Jason Stubbs (RETIRED) gentoo-dev 2005-10-26 06:12:15 UTC
This could only ever be a short-term "fix" though. The package order which is 
gleaned from the tree which is currently being stored is going to be replaced 
by storing the tree itself. Hence, skipping x number of packages will no 
longer make sense. If fixing bug #12768 will solve your problem, it'd be 
better to wait for that than to add functionality which has a short life span. 
Comment 5 Simon Stelling (RETIRED) gentoo-dev 2006-04-15 07:43:14 UTC
Think what is really wanted here is what is described in bug 118874: --start-from=XXX. That way you don't have to count how many packages you want to skip ;)

*** This bug has been marked as a duplicate of 118874 ***