Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198099 - Early failure of ./bootstrap-prefix.sh on SUSE Enterprise 9.3
Summary: Early failure of ./bootstrap-prefix.sh on SUSE Enterprise 9.3
Status: RESOLVED INVALID
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-04 22:10 UTC by Rabbe Fogelholm
Modified: 2007-11-05 08:55 UTC (History)
0 users

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


Attachments
Shellscript being run. (script.sh,476 bytes, text/plain)
2007-11-04 22:12 UTC, Rabbe Fogelholm
Details
Entire console output. (console-output.txt.bz2,20.62 KB, application/octet-stream)
2007-11-04 22:14 UTC, Rabbe Fogelholm
Details

Note You need to log in before you can comment on or make changes to this bug.
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.