This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/52586] libgo fails to build for mips*64-linux-gnu (reference to undefined name 'SYS_GETDENTS64')
- From: "doko at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 01 May 2012 23:14:15 +0000
- Subject: [Bug go/52586] libgo fails to build for mips*64-linux-gnu (reference to undefined name 'SYS_GETDENTS64')
- Auto-submitted: auto-generated
- References: <bug-52586-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52586
--- Comment #9 from Matthias Klose <doko at gcc dot gnu.org> 2012-05-01 23:14:15 UTC ---
Native configuration is mipsel-unknown-linux-gnu
=== libgo tests ===
Running target unix
FAIL: archive/zip
=== libgo Summary for unix ===
# of expected passes 122
# of unexpected failures 1
Running target unix/-mabi=n32
FAIL: archive/zip
FAIL: os/user
=== libgo Summary for unix/-mabi=n32 ===
# of expected passes 121
# of unexpected failures 2
Running target unix/-mabi=64
FAIL: archive/zip
FAIL: os/user
=== libgo Summary for unix/-mabi=64 ===
# of expected passes 121
# of unexpected failures 2
=== libgo Summary ===
# of expected passes 364
# of unexpected failures 5
this seems to work. the fails are:
--- FAIL: zip.TestReader (2.72 seconds)
reader_test.go:254: error=open testdata/go-no-datadesc-sig.zip: No such
file or directory, want <nil>
reader_test.go:254: error=open testdata/go-with-datadesc-sig.zip: No
such file or directory, want <nil>
panic: Error reading go-with-datadesc-sig.zip: open
testdata/go-with-datadesc-sig.zip: No such file or directory
[recovered]
panic: Error reading go-with-datadesc-sig.zip: open
testdata/go-with-datadesc-sig.zip: No such file or d
irectory
FAIL: archive/zip
../../../src/libgo/testsuite/gotest: line 448: gotest-timeout: No such file or
directory
--- FAIL: user.TestCurrent (0.14 seconds)
user_test.go:35: Current: user: unknown userid 1174
--- FAIL: user.TestLookup (0.00 seconds)
user_test.go:76: Current: user: unknown userid 1174
--- FAIL: user.TestLookupId (0.00 seconds)
user_test.go:92: Current: user: unknown userid 1174
FAIL
FAIL: os/user
note that the user is not present in /etc/passwd.