Skip to content

all.bash script doesn't work out of the box #572

@gopherbot

Description

@gopherbot

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions