[Bug go/88060] ../../../gcc-8.2.0/libgo/go/syscall/libcall_linux_utimesnano.go:17:18: error: reference to undefined name ‘_AT_FDCWD’

2018-11-21 Thread mfe at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88060 --- Comment #10 from martin --- (In reply to Ian Lance Taylor from comment #9) > These problems should be fixed. Thanks for the info. Thanks for fixing. I applied the changes from your commit to the mksysinfo.sh in my source folder. It seems

[Bug go/88060] ../../../gcc-8.2.0/libgo/go/syscall/libcall_linux_utimesnano.go:17:18: error: reference to undefined name ‘_AT_FDCWD’

2018-11-20 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88060 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/88060] ../../../gcc-8.2.0/libgo/go/syscall/libcall_linux_utimesnano.go:17:18: error: reference to undefined name ‘_AT_FDCWD’

2018-11-20 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88060 --- Comment #8 from ian at gcc dot gnu.org --- Author: ian Date: Wed Nov 21 02:16:15 2018 New Revision: 266333 URL: https://gcc.gnu.org/viewcvs?rev=266333=gcc=rev Log: PR go/88060 syscall: always define _AT_FDCWD and IPv6MTUInfo

[Bug go/88060] ../../../gcc-8.2.0/libgo/go/syscall/libcall_linux_utimesnano.go:17:18: error: reference to undefined name ‘_AT_FDCWD’

2018-11-16 Thread mfe at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88060 --- Comment #7 from martin --- (In reply to Ian Lance Taylor from comment #6) > Which version of glibc are you running on your system? Which Linux kernel > version? I'm running the kernel 2.6.17.14. ldd --version ldd (GNU libc) 2.3.2 uname -a

[Bug go/88060] ../../../gcc-8.2.0/libgo/go/syscall/libcall_linux_utimesnano.go:17:18: error: reference to undefined name ‘_AT_FDCWD’

2018-11-16 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88060 --- Comment #6 from Ian Lance Taylor --- Which version of glibc are you running on your system? Which Linux kernel version?

[Bug go/88060] ../../../gcc-8.2.0/libgo/go/syscall/libcall_linux_utimesnano.go:17:18: error: reference to undefined name ‘_AT_FDCWD’

2018-11-16 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88060 --- Comment #5 from joseph at codesourcery dot com --- AT_FDCWD was added in glibc 2.4, released 2006-03-06.

[Bug go/88060] ../../../gcc-8.2.0/libgo/go/syscall/libcall_linux_utimesnano.go:17:18: error: reference to undefined name ‘_AT_FDCWD’

2018-11-16 Thread mfe at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88060 --- Comment #4 from martin --- Created attachment 45025 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45025=edit /usr/include/linux/fcntl.h I found the AT_FDCWD in the file /usr/include/linux/fcntl.h

[Bug go/88060] ../../../gcc-8.2.0/libgo/go/syscall/libcall_linux_utimesnano.go:17:18: error: reference to undefined name ‘_AT_FDCWD’

2018-11-16 Thread mfe at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88060 --- Comment #3 from martin --- Created attachment 45024 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45024=edit /usr/include/bits/fcntl.h I found also: /usr/include/asm-sparc/fcntl.h /usr/include/asm/fcntl.h

[Bug go/88060] ../../../gcc-8.2.0/libgo/go/syscall/libcall_linux_utimesnano.go:17:18: error: reference to undefined name ‘_AT_FDCWD’

2018-11-16 Thread mfe at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88060 martin changed: What|Removed |Added CC||mfe at live dot de --- Comment #2 from martin

[Bug go/88060] ../../../gcc-8.2.0/libgo/go/syscall/libcall_linux_utimesnano.go:17:18: error: reference to undefined name ‘_AT_FDCWD’

2018-11-16 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88060 --- Comment #1 from Ian Lance Taylor --- Can you attach the contents of sparc-unknown-linux-gnu/libgo/gen-sysinfo.go from your build directory? Does the C header file on your system define AT_FDCWD? (It normally comes from .) If not, why