Bug 158497

Summary: bootstrap repo needed for packages that need bootstrapping
Product: [Retired] Fedora Infrastructure Reporter: Jens Petersen <petersen>
Component: extras buildsysAssignee: Seth Vidal <skvidal>
Status: CLOSED WONTFIX QA Contact: Jeremy Katz <katzj>
Severity: medium Docs Contact:
Priority: low    
Version: unspecifiedCC: wtogami
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-29 19:47:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jens Petersen 2005-05-23 00:18:18 UTC
Description of problem:
Some implementations of programming languages and other toolchain
components require themselves (possibly through a circular dependence) say 
to build in the buildsystem.  So the suggestion was made to have a
bootstrap repository from which the buildsystem can pull such build
dependencies when such a new package is added.

Comment 1 Jens Petersen 2005-06-28 03:32:30 UTC
ghc and fpc are working round this by using binary bootstrapping fwiw.

Comment 2 Warren Togami 2005-07-01 02:00:19 UTC
Note that this repository was suggested (by Seth) as a way to avoid manually
putting binary packages into the buildroot and also avoiding needlessly
importing huge bootstrap binaries into the tarball repository that would only be
used once.

Comment 3 Jeremy Katz 2005-07-29 19:47:04 UTC
I think binary bootstrapping or one-offs is going to be the way to handle things
like this.