Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10478 - Emerge should have an option to continue a failed ebuild (see description)
Summary: Emerge should have an option to continue a failed ebuild (see description)
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High normal
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-09 07:00 UTC by blashyrkh
Modified: 2011-10-30 22:37 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 blashyrkh 2002-11-09 07:00:36 UTC
Hi all! I was emerging kdebase, and after a few hours of compiling, I got a compile error.
So I went to /var/tmp/... to fix it. Then I did emerge kdebase again, but emerge reunpacks the original tarball thereby overwriting my compilation fixes.
I think it would be very usefull is there was and option so that emerge uses the existing sources in /var/tmp/....
That way you don't have to rebuild the whole thing everytime you find an error, but you can just fix the error,
and continue the build.
This is just a feature request, but I imagine it could come in handy (also for people who want to do some custom patching)
B.t.w. gentoo is a very, good distro!! Good work everyone!
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2002-11-10 03:26:23 UTC
This is _not_ something that will be made easy, as it is potentially harmful.
You can use ebuild to accomplish what you want though.

FEATURES="-noauto" ebuild /usr/portage/kde-base/package/package-version.ebuild
compile install qmerge