public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Recent Go patch broke CentOS 5.10 bootstrap
@ 2013-11-11 16:20 Uros Bizjak
  2013-11-12  0:16 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: Uros Bizjak @ 2013-11-11 16:20 UTC (permalink / raw)
  To: gcc-patches; +Cc: Ian Lance Taylor

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)
                                                                        ^
gmake[4]: *** [net.lo] Error 1
gmake[4]: Leaving directory
`/home/uros/gcc-build/x86_64-unknown-linux-gnu/libgo'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
`/home/uros/gcc-build/x86_64-unknown-linux-gnu/libgo'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/home/uros/gcc-build/x86_64-unknown-linux-gnu/libgo'
gmake[1]: *** [all-target-libgo] Error 2
gmake[1]: Leaving directory `/home/uros/gcc-build'
gmake: *** [all] Error 2

Uros.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Recent Go patch broke CentOS 5.10 bootstrap
  2013-11-11 16:20 Recent Go patch broke CentOS 5.10 bootstrap Uros Bizjak
@ 2013-11-12  0:16 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2013-11-12  0:16 UTC (permalink / raw)
  To: Uros Bizjak; +Cc: gcc-patches

On Mon, Nov 11, 2013 at 7:08 AM, Uros Bizjak <ubizjak@gmail.com> 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(syscall.SYS_FCNTL, uintptr(fd),
> syscall.F_DUPFD_CLOEXEC, 0)

Should be fixed by the patch I just committed.

Thanks for reporting it.

Ian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-11 21:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-11 16:20 Recent Go patch broke CentOS 5.10 bootstrap Uros Bizjak
2013-11-12  0:16 ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).