Skip to content

./6.out: cannot execute binary file #24

Closed
@gopherbot

Description

@gopherbot

by hsandhar:

What steps will reproduce the problem?
1. cd $GOROOT/src
2. ./all.bash
3.

What is the expected output? What do you see instead?

Expected:
--- cd ../test
N known bugs; 0 unexpected bugs

What I received:

...
...
cp _obj/testing.a /Users/hsandhar/go/pkg/linux_amd64/testing.a
cd testing/iotest && make install
cp _obj/testing/iotest.a /Users/hsandhar/go/pkg/linux_amd64/testing/iotest.a
cd testing/quick && make install
cp _obj/testing/quick.a /Users/hsandhar/go/pkg/linux_amd64/testing/quick.a
cd testing/script && make install
cp _obj/testing/script.a /Users/hsandhar/go/pkg/linux_amd64/testing/script.a
cd xml && make install
cp _obj/xml.a /Users/hsandhar/go/pkg/linux_amd64/xml.a
cd archive/tar && make test
gotest
rm -f _test/archive/tar.a _gotest_.6
6g -o _gotest_.6 common.go reader.go writer.go    reader_test.go writer_test.go
rm -f _test/archive/tar.a
gopack grc _test/archive/tar.a _gotest_.6 
/Users/hsandhar/bin/gotest: line 146: ./6.out: cannot execute binary file
make[1]: *** [test] Error 126
make: *** [archive/tar.test] Error 2




What is your $GOOS?  $GOARCH?
$GOOS -> linux
$GOARCH -> amd64

Which revision are you sync'ed to?  (hg log -l 1)
changeset:   3975:b51fd2d6c160
tag:         tip
user:        Kevin Ballard <kevin@sb.org>
date:        Tue Nov 10 20:05:24 2009 -0800
summary:     Implement new emacs command M-x gofmt


Please provide any additional information below.
I'm running this on a Macbook Pro (Snow Leopard, 10.6.2). I have attached
the complete output as well (see attached file).
Any help/feedback would be very appreciated.
Thanks.

Attachments:

  1. output.rtf (93360 bytes)

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