Skip to content

test failed while building go on debian 8(debian jessie) #17864

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghost opened this issue Nov 9, 2016 · 1 comment
Closed

test failed while building go on debian 8(debian jessie) #17864

ghost opened this issue Nov 9, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 9, 2016

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

go version go1.7.3 linux/amd64

What operating system and processor architecture are you using (go env)?

My operation system is debian 8
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/zhw2101024/.local/share/go"
GORACE=""
GOROOT="/home/zhw2101024/go1.7"
GOTOOLDIR="/home/zhw2101024/go1.7/pkg/tool/linux_amd64"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build424418262=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1

What did you do?

build go from source using following command:
GOROOT_BOOTSTRAP=/home/zhw2101024/go1.7 GOROOT_FINAL=/home/zhw2101024/go1.7 ./all.bash

What did you expect to see?

Go version is "go1.7.3", ignoring -next /mnt/floppy/src/go/api/next.txt

ALL TESTS PASSED


Installed Go for linux/amd64 in /mnt/floppy/src/go
Installed commands in /mnt/floppy/src/go/bin

The binaries expect /mnt/floppy/src/go to be copied or moved to /home/zhw2101024/go1.7

What did you see instead?

--- FAIL: TestLoadFixed (0.08s)
time_test.go:943: Now().In(loc).Zone() = "-01", -3600, want "GMT+1", -3600

@ALTree
Copy link
Member

ALTree commented Nov 9, 2016

Dup of #17276, already fixed on tip.

@bradfitz bradfitz closed this as completed Nov 9, 2016
@golang golang locked and limited conversation to collaborators Nov 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants