|
Home > Archive > Debian Developers > October 2005 > Sorting source packages to reduce build effort
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Sorting source packages to reduce build effort
|
|
| Daniel Ruoso 2005-10-26, 6:02 pm |
| Hi,
As you may know, I'm working on i386-uclibc arch. And I'm finally
starting to build the base+build-essential packages. At this moment I
have a list of 87 source packages (not counting these packages
build-dep) that must be built.
The question is: Is there a way (I mean, already implemented) to sort
the packages putting the most used and less dependencies on the front
and showing wich packages needs to be installed before the build can
start? (I have a gentoo-embedded environment, so I can emerge the
build-depends for the most important packages).
daniel
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
| |
| Goswin von Brederlow 2005-10-30, 7:48 am |
| Daniel Ruoso <daniel@ruoso.com> writes:
> Hi,
>
> As you may know, I'm working on i386-uclibc arch. And I'm finally
> starting to build the base+build-essential packages. At this moment I
> have a list of 87 source packages (not counting these packages
> build-dep) that must be built.
>
> The question is: Is there a way (I mean, already implemented) to sort
> the packages putting the most used and less dependencies on the front
> and showing wich packages needs to be installed before the build can
> start? (I have a gentoo-embedded environment, so I can emerge the
> build-depends for the most important packages).
>
> daniel
No. 
MfG
Goswin
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
| |
| Peter Samuelson 2005-10-30, 7:48 am |
|
[Daniel Ruoso]
[Goswin von Brederlow][vbcol=seagreen]
> No. 
Sounds like a job for tsort, with input from apt-rdepends -b or
similar, driven by random scripting.
|
|
|
|
|