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

Bug 198099

Summary: Early failure of ./bootstrap-prefix.sh on SUSE Enterprise 9.3
Product: Gentoo/Alt Reporter: Rabbe Fogelholm <rabbe>
Component: Prefix SupportAssignee: Gentoo non-Linux Team <alt>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Shellscript being run.
Entire console output.

Description Rabbe Fogelholm 2007-11-04 22:10:45 UTC
The step `./bootstrap-prefix.sh $EPREFIX portage' fails for me.

Platform: SUSE Enterprise Server 9.3
Script follows: October 29, 2007 version of <http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-linux.xml>

Last piece of console output (see attachments for more):

checking if lchown exists... yes
checking for user id of erarafo... 39584
checking for group id of erarafo... 1115
checking for a list of variables known by configure... ok
./configure: line 6298: sort: No such file or directory
./configure: line 6295: sed: No such file or directory
configure: creating ./config.status
config.status: creating Makefile
config.status: creating subst-install
config.status: creating subst-install.vars.in
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating bin/Makefile
config.status: creating pym/Makefile
config.status: creating cnf/Makefile
config.status: WARNING:  cnf/Makefile.in seems to ignore the --datarootdir setting
config.status: executing depfiles commands
./configure: line 90: sort: No such file or directory
./configure: line 90: sed: No such file or directory
Makefile:93: *** target pattern contains no `%'.  Stop.
./script.sh: line 29: emerge: command not found
Comment 1 Rabbe Fogelholm 2007-11-04 22:12:52 UTC
Created attachment 135203 [details]
Shellscript being run.
Comment 2 Rabbe Fogelholm 2007-11-04 22:14:11 UTC
Created attachment 135205 [details]
Entire console output.
Comment 3 Michael Haubenwallner (RETIRED) gentoo-dev 2007-11-05 08:12:15 UTC
(In reply to comment #0)
> ./configure: line 6298: sort: No such file or directory
> ./configure: line 6295: sed: No such file or directory

Huh, not finding 'sort' and 'sed' on Linux ?

How's your PATH environment variable set up ?
Comment 4 Rabbe Fogelholm 2007-11-05 08:55:15 UTC
> How's your PATH environment variable set up ?

In a very broken way! (as the attached script embarrassingly proves). Thanks for commenting. Changing the status to INVALID.