LWN.net Logo

Creating a Fedora ARM distribution part 2: Bootstrapping

Creating a Fedora ARM distribution part 2: Bootstrapping

Posted Oct 23, 2011 19:26 UTC (Sun) by kleptog (subscriber, #1183)
In reply to: Creating a Fedora ARM distribution part 2: Bootstrapping by alvieboy
Parent article: Creating a Fedora ARM distribution part 2: Bootstrapping

A lot of the circular dependencies come from non-essential parts of packages. For example: there are packages which build their manpages from TeX documents. To build TeX you need even more packages, but the manpages are non-essential and can be skipped for bootstrapping.

As pointed out elsewhere, Debian is working explicit bootstrap dependencies, which for each package will indicate the minimal dependencies required to build a useful (though not necessarily Debian-compliant) package. Hopefully these can be made almost completely loop-free so eventually bootstrapping can be automated.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds