Gentoo Archives: gentoo-embedded

From: Peter Stuge <peter@×××××.se>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] Is a compilation depend on the running kernel?
Date: Thu, 30 Dec 2010 08:06:58
Message-Id: 20101230071454.30122.qmail@stuge.se
In Reply to: Re: [gentoo-embedded] Is a compilation depend on the running kernel? by Enrico Weigelt
1 Enrico Weigelt wrote:
2 > Little example, where I'm working on right now: coreutils and gnulib.
3 > Imagine, these jerks not just collected hundreds of (sometimes really
4 > broken) tests and workarounds instead of fixing the source - they
5 > also collected them in another "package" called gnulib, which gets
6 > fetched via git (from the current head instead of some release tag!)
7 > and _copied_ into the coreutils source tree by some obscure
8 > "bootstrap" script. Wow, self-modifying code.
9
10 I agree that this is a deficiency, and that there should instead be
11 an explicit dependency on what is effectively an external package.
12
13 But usually this is easy to fix in an ebuild.
14
15
16 //Peter

Replies

Subject Author
Re: [gentoo-embedded] Is a compilation depend on the running kernel? Enrico Weigelt <weigelt@×××××.de>