Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23420 - XFree86 Cleans Source Tree when should compile
Summary: XFree86 Cleans Source Tree when should compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-24 16:27 UTC by Ken Tossell
Modified: 2003-06-30 15:20 UTC (History)
1 user (show)

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 Ken Tossell 2003-06-24 16:27:30 UTC
When the command ' FEATURES="noauto" ebuild /usr/portage/x11-base/xfree/xfree-
4.3.0-r2.ebuild compile ' is performed, the ebuild runs a make-clean, erasing work done 
before. This is a bad place to have to start over, eh?

Reproducible: Always
Steps to Reproduce:
1. FEATURES="noauto" ebuild /usr/portage/.../xfree-4.3.0-r2.ebuild compile

Actual Results:  
cleans the source root

Expected Results:  
finished compiling where it left off
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-06-30 07:30:15 UTC
well, this would require Imakefile/Makefile patches to the x source itself.  I'll maybe look into this at some point, but please forgive me for not prioritising this...  If, however, you can come up with a patch for it, that would help a lot.
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2003-06-30 15:20:38 UTC
You prob want to do:

  # FEATURES="noauto noclean" ebuild ....