Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34700 - Small addon for emerge (emerge --continue)
Summary: Small addon for emerge (emerge --continue)
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-29 08:11 UTC by Martín
Modified: 2011-10-30 22:37 UTC (History)
0 users

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


Attachments
addon for emerge tool (continue option) (emerge.patch,7.97 KB, patch)
2003-11-29 08:13 UTC, Martín
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martín 2003-11-29 08:11:55 UTC
Hey! Here's some small addon to emerge tool.


--continue (-Co short option)
Resume (or pretend to resume) the last merge operation.
'--continue' emit the 'clean' operation, and start from the last 'make' action

NOTE: This patch is for the tool that comes with stage1-x86-20030910.tar.bz2

How to install?, easy.

# pwd
/
# patch -p0 < emerge.patch

http://200.73.187.44/emerge.patch

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martín 2003-11-29 08:13:01 UTC
Created attachment 21464 [details, diff]
addon for emerge tool (continue option)
Comment 2 SpanKY gentoo-dev 2003-11-29 16:30:29 UTC
so what this basically does is keep the workdir and re-run the src_compile function ...

not all packages would be happy with that, nor would all ebuilds ...
Comment 3 Nicholas Jones (RETIRED) gentoo-dev 2003-12-10 06:28:43 UTC
That's a very largesetof changes for this functionality...
And it's not safe for general consumption.