[Bug go/78172] gen-sysinfo.go vs AIX cred.h

2016-11-17 Thread tony.reix at atos dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78172 --- Comment #13 from Tony Reix --- We have experimented with 20161106 snapshot and the change does work fine. We have fixed our Proxy issue and we will work with GCC v7 trunk now. Now investigating other issues.

[Bug go/78172] gen-sysinfo.go vs AIX cred.h

2016-11-08 Thread tony.reix at atos dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78172 --- Comment #12 from Tony Reix --- Hi Ian We were working on official 6.2.0 version. We are now moving to trunk of version 7. Since we have a proxy issue with SVN for now due to security rules, we'll use the snapshots till the issue is understood

[Bug go/78172] gen-sysinfo.go vs AIX cred.h

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

[Bug go/78172] gen-sysinfo.go vs AIX cred.h

2016-11-04 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78172 --- Comment #10 from ian at gcc dot gnu.org --- Author: ian Date: Sat Nov 5 00:21:33 2016 New Revision: 241868 URL: https://gcc.gnu.org/viewcvs?rev=241868&root=gcc&view=rev Log: PR go/78172. libgo: avoid confusion in upcase_fields i

[Bug go/78172] gen-sysinfo.go vs AIX cred.h

2016-11-02 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78172 --- Comment #9 from Ian Lance Taylor --- Regarding arpcom, the syscall package is not really intended to include everything that seems useful. That is the goal of the external package golang.org/x/sys/unix. The syscall package only includes eve

[Bug go/78172] gen-sysinfo.go vs AIX cred.h

2016-11-02 Thread tony.reix at atos dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78172 --- Comment #8 from Tony Reix --- Created attachment 39947 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39947&action=edit Patch for mksysinfo for ucred and in6_addr Here is the patch I talked about in the previous comment, now as a file.

[Bug go/78172] gen-sysinfo.go vs AIX cred.h

2016-11-02 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78172 --- Comment #7 from Ian Lance Taylor --- Thanks. Does a patch like this fix the immediate ucred problem? diff --git a/libgo/mksysinfo.sh b/libgo/mksysinfo.sh index 3640476..6c457b6 100755 --- a/libgo/mksysinfo.sh +++ b/libgo/mksysinfo.sh @@ -26

[Bug go/78172] gen-sysinfo.go vs AIX cred.h

2016-11-02 Thread tony.reix at atos dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78172 --- Comment #6 from Tony Reix --- Created attachment 39946 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39946&action=edit Original sysinfo.go file Hi Ian Here is the sysinfo.go file that was generated at first. The previous sysinfo.go f

[Bug go/78172] gen-sysinfo.go vs AIX cred.h

2016-11-02 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78172 --- Comment #5 from Ian Lance Taylor --- Thanks. I do not see any problem in that file you attached. I also don't see anything like the line in the original error message. Looking more closely at that line, I see now that it appears to have se

[Bug go/78172] gen-sysinfo.go vs AIX cred.h

2016-11-02 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78172 --- Comment #4 from David Edelsohn --- Created attachment 39944 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39944&action=edit sysinfo.go Generated sysinfo.go file attached.

[Bug go/78172] gen-sysinfo.go vs AIX cred.h

2016-10-31 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78172 --- Comment #3 from Ian Lance Taylor --- If that is the complete line, then something has gone badly wrong. Can you get a copy of the complete generated sysinfo.go file?

[Bug go/78172] gen-sysinfo.go vs AIX cred.h

2016-10-31 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78172 --- Comment #2 from David Edelsohn --- The error message is the complete line -- or at least the entire line that was communicated to me. priv_t is a type defined in AIX /usr/include/priv.h, which is included by cred.h. uid_t, gid_t and pid_t a

[Bug go/78172] gen-sysinfo.go vs AIX cred.h

2016-10-31 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78172 --- Comment #1 from Ian Lance Taylor --- What does that whole line look like? It seems to be truncated in the output for some reason. Is _priv_t defined elsewhere in the file? That is, is there a line that starts with "type _priv_t "? If not,