Re: Recent Go patch broke CentOS 5.10 bootstrap

2013-11-11 Thread Ian Lance Taylor
On Mon, Nov 11, 2013 at 7:08 AM, Uros Bizjak wrote: > > Building latest gcc+go on CentOS 5.10 breaks with following build failure: > > ../../../gcc-svn/trunk/libgo/go/net/fd_unix.go:414:72: error: > reference to undefined identifier ‘syscall.F_DUPFD_CLOEXEC’ >r0, _, e1 := syscall.Syscall(sysca

Recent Go patch broke CentOS 5.10 bootstrap

2013-11-11 Thread Uros Bizjak
Hello! Building latest gcc+go on CentOS 5.10 breaks with following build failure: ../../../gcc-svn/trunk/libgo/go/net/fd_unix.go:414:72: error: reference to undefined identifier ‘syscall.F_DUPFD_CLOEXEC’ r0, _, e1 := syscall.Syscall(syscall.SYS_FCNTL, uintptr(fd), syscall.F_DUPFD_CLOEXEC, 0)