Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 271092

Summary: alt-prefix bootstrap-solaris listing 1.11 addition
Product: Gentoo/Alt Reporter: Wicher Minnaard <wicher>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Solaris   
URL: http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
Whiteboard:
Package list:
Runtime testing required: ---

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.