This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug go/71692] New: Running target unix FAIL: syscall


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71692

            Bug ID: 71692
           Summary: Running target unix FAIL: syscall
           Product: gcc
           Version: 6.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
          Assignee: ian at airs dot com
          Reporter: horta at ebi dot ac.uk
                CC: cmang at google dot com
  Target Milestone: ---

Created attachment 38784
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38784&action=edit
It contains libgo.log and libgo.sum, regarding only to go compilation but it
also contains all the errors reported by gcc in check.log

$ uname -a
Linux hh-yoda-11-01.ebi.ac.uk 3.10.0-229.14.1.el7.x86_64 #1 SMP Tue Aug 25
11:21:22 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux

$ lsb_release -a
LSB Version:   
:core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: RedHatEnterpriseServer
Description:    Red Hat Enterprise Linux Server release 7.1 (Maipo)
Release:        7.1
Codename:       Maipo

And I performed the following commands:

$ cd gcc-6.1.0
$ ./contrib/download_prerequisites
$ cd ..
$ mkdir build
$ cd build
$ ../gcc-6.1.0/configure --prefix=$BASESYS --enable-languages=c,c++,fortran,go
--disable-multilib --with-system-zlib
$ make
$ make -k check


$ ../gcc-6.1.0/contrib/test_summary
-------------------------------- test summary results
--------------------------------
cat <<'EOF' |
LAST_UPDATED: Obtained from SVN: tags/gcc_6_1_0_release revision 235474

Native configuration is x86_64-pc-linux-gnu

                === libgo tests ===


Running target unix
FAIL: syscall

                === libgo Summary ===

# of expected passes            133
# of unexpected failures        1
/hps/nobackup/stegle/users/horta/tmp/build/./gcc/gccgo version 6.1.0 (GCC)

Compiler version: 6.1.0 (GCC) libgo
Platform: x86_64-pc-linux-gnu
configure flags: --prefix=/nfs/software/stegle/basesys
--enable-languages=c,c++,fortran,go --disable-multilib --with-system-zlib
EOF
Mail -s "Results for 6.1.0 (GCC) libgo testsuite on x86_64-pc-linux-gnu"
gcc-testresults@gcc.gnu.org &&
mv
/hps/nobackup/stegle/users/horta/tmp/build/./x86_64-pc-linux-gnu/libgo/libgo.sum
/hps/nobackup/stegle/users/horta/tmp/build/./x86_64-pc-linux-gnu/libgo/libgo.sum.sent
&&
mv
/hps/nobackup/stegle/users/horta/tmp/build/./x86_64-pc-linux-gnu/libgo/libgo.log
/hps/nobackup/stegle/users/horta/tmp/build/./x86_64-pc-linux-gnu/libgo/libgo.log.sent
&&
true
-------------------------------- test summary results
--------------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]