Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271092 - alt-prefix bootstrap-solaris listing 1.11 addition
Summary: alt-prefix bootstrap-solaris listing 1.11 addition
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Solaris
: High normal (vote)
Assignee: Gentoo Prefix
URL: http://www.gentoo.org/proj/en/gentoo-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-24 17:30 UTC by Wicher Minnaard
Modified: 2009-05-28 15:54 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wicher Minnaard 2009-05-24 17:30:32 UTC
http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
is incorrect in listing 1.11 in that it misses the fact that you need aclocal to build sys-apps/file(5.03), which you need for building python. This is alleviated by emerging automake, including deps (11) first.
Deps are automake-wrapper,  gnuconfig, autoconf-wrapper, libperl, perl, perlcleaner, PodParser, Test-Harness, 
help2man, texinfo, autoconf.

I did not encounter any problems with building these deps. I suggest to have

$ emerge --oneshot make
$ emerge --oneshot automake
$ emerge --oneshot --nodeps file

at the end of Listing 1.11.


Reproducible: Always

Steps to Reproduce:
Comment 1 Fabian Groffen gentoo-dev 2009-05-26 15:15:12 UTC
Thanks!  I fixed the ebuild, tomorrow I can replace the bootstrap snapshot.
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-05-28 15:54:47 UTC
%% svn di
Index: bootstrap-prefix.sh
===================================================================
--- bootstrap-prefix.sh (revision 46090)
+++ bootstrap-prefix.sh (working copy)
@@ -225,7 +225,7 @@
 }
 
 bootstrap_tree() {
-       local PV="20090512"
+       local PV="20090527"
        do_tree http://prefix.gentooexperimental.org/distfiles prefix-overlay-${PV}.tar.bz2
 }
 
%% svn ci -m "Bump snapshot to 20090527 to fix sys-apps/file eautoreconf issue, bug 271092"
Sending        scripts/bootstrap-prefix.sh
Transmitting file data .
Committed revision 46106.