-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
Description
by fazzi.andrea:
What steps will reproduce the problem? 1. ./all.bash What is the expected output? What do you see instead? I expect a clean build/installation process but I get instead: /home/andrea/bin/quietgcc -ggdb -I"/home/andrea/src/go"/include -O2 -fno-inline -c "/home/andrea/src/go/src/cmd/gc"/y1.tab.c /home/andrea/src/go/src/cmd/gc/yerr.h:17: error: ‘loadsys’ undeclared here (not in a function) What is your $GOOS? $GOARCH? GOARCH=386 GOOS=linux Which revision are you using? (hg identify) 0a2770db06ef tip Please provide any additional information below. bison -V bison (GNU Bison) 2.4.1 Issuing LANG=en_US ./all.bash fixes the problem as discussed in ML: http://groups.google.com/group/golang-nuts/browse_thread/thread/603ebccd68d30d74# but it doesn't seem the expected behaviour I guess.