Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351029 - Add ability to install more than one package at a given location to bootstrap-prefix.sh
Summary: Add ability to install more than one package at a given location to bootstrap...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High normal
Assignee: Mounir Lamouri (volkmar) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-07 18:32 UTC by Mounir Lamouri (volkmar) (RETIRED)
Modified: 2011-02-21 06:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch v1 (more-than-one-package.patch,629 bytes, patch)
2011-01-07 18:32 UTC, Mounir Lamouri (volkmar) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2011-01-07 18:32:11 UTC
Having to do this is a real pain:
$ ./bootstrap-prefix.sh $EPREFIX/tmp make
$ ./bootstrap-prefix.sh $EPREFIX/tmp wget
$ ./bootstrap-prefix.sh $EPREFIX/tmp sed
$ ./bootstrap-prefix.sh $EPREFIX/tmp python
$ ./bootstrap-prefix.sh $EPREFIX/tmp coreutils6
$ ./bootstrap-prefix.sh $EPREFIX/tmp findutils
$ ./bootstrap-prefix.sh $EPREFIX/tmp tar15
$ ./bootstrap-prefix.sh $EPREFIX/tmp patch9
$ ./bootstrap-prefix.sh $EPREFIX/tmp grep
$ ./bootstrap-prefix.sh $EPREFIX/tmp gawk
$ ./bootstrap-prefix.sh $EPREFIX/tmp bash

being able to do this instead would be more simple:
$ ./bootstrap-prefix.sh $EPREFIX/tmp make wget sed python coreutils6 findutils tar15 patch9 grep gawk bash
Comment 1 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2011-01-07 18:32:43 UTC
Created attachment 259211 [details, diff]
Patch v1
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-01-07 20:33:32 UTC
v1 is not ideal, there is no error checking if a build fails.

Historically, we have avoided this because the bootstrap guides are meant to be hands on, very similar to the Gentoo Linux handbooks, which allows the user to "get to know" Gentoo Prefix. Also, same reason why we don't do "emerge A B C" later in the docs...
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-02-21 06:38:27 UTC
Feel free to reopen if you want to pursue this.