Closed
Description
by montsamu:
What steps will reproduce the problem? 1. try to build the system on a minimal Linux system without ed 2. run ./all.bash What is the expected output? What do you see instead? Expected output is the completed build message as described in the install doc. Actual output is: mkenam: line 31: /bin/ed: No such file or directory What is your $GOOS? $GOARCH? sam@sol:~$ env | grep GO GOARCH=amd64 GOROOT=/home/sam/go GOOS=linux Which revision are you sync'ed to? (hg log -l 1) sam@sol:~/go/src$ hg log -l 1 changeset: 3952:64e703cb307d tag: tip user: Russ Cox <[email protected]> date: Tue Nov 10 14:09:01 2009 -0800 summary: update video links Please provide any additional information below. Running sudo aptitude install ed and then re-running ./all.bash does not give this error.