public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/103573] New: [12 Regression] trunk 20211203 fails to build libgo on i686-gnu
@ 2021-12-06  9:39 doko at debian dot org
  2021-12-06 11:55 ` [Bug go/103573] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: doko at debian dot org @ 2021-12-06  9:39 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 103573
           Summary: [12 Regression] trunk 20211203 fails to build libgo on
                    i686-gnu
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
          Assignee: ian at airs dot com
          Reporter: doko at debian dot org
                CC: cmang at google dot com
  Target Milestone: ---

seen with trunk 20211203 on i686-gnu

../../../src/libgo/go/net/unixsock_posix.go:116:56: error: reference to
undefined name 'readMsgFlags
'
  116 |         n, oobn, flags, sa, err = c.fd.readMsg(b, oob, readMsgFlags)
      |                                                        ^
../../../src/libgo/go/net/unixsock_posix.go:117:12: error: reference to
undefined name 'readMsgFlags
'
  117 |         if readMsgFlags == 0 && err == nil && oobn > 0 {
      |            ^
../../../src/libgo/go/net/unixsock_posix.go:118:17: error: reference to
undefined name 'setReadMsgCl
oseOnExec'
  118 |                 setReadMsgCloseOnExec(oob[:oobn])
      |                 ^
Makefile:3026: recipe for target 'net.lo' failed
make[6]: *** [net.lo] Error 1

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

* [Bug go/103573] [12 Regression] trunk 20211203 fails to build libgo on i686-gnu
  2021-12-06  9:39 [Bug go/103573] New: [12 Regression] trunk 20211203 fails to build libgo on i686-gnu doko at debian dot org
@ 2021-12-06 11:55 ` rguenth at gcc dot gnu.org
  2021-12-06 13:47 ` marxin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-12-06 11:55 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0

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

* [Bug go/103573] [12 Regression] trunk 20211203 fails to build libgo on i686-gnu
  2021-12-06  9:39 [Bug go/103573] New: [12 Regression] trunk 20211203 fails to build libgo on i686-gnu doko at debian dot org
  2021-12-06 11:55 ` [Bug go/103573] " rguenth at gcc dot gnu.org
@ 2021-12-06 13:47 ` marxin at gcc dot gnu.org
  2022-02-17 17:30 ` [Bug go/103573] [12 Regression] trunk 20211203 fails to build libgo on i686-gnu (hurd) cvs-commit at gcc dot gnu.org
  2022-02-18 18:28 ` ian at airs dot com
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-12-06 13:47 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-12-06
     Ever confirmed|0                           |1
                 CC|                            |marxin at gcc dot gnu.org
             Status|UNCONFIRMED                 |NEW

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

* [Bug go/103573] [12 Regression] trunk 20211203 fails to build libgo on i686-gnu (hurd)
  2021-12-06  9:39 [Bug go/103573] New: [12 Regression] trunk 20211203 fails to build libgo on i686-gnu doko at debian dot org
  2021-12-06 11:55 ` [Bug go/103573] " rguenth at gcc dot gnu.org
  2021-12-06 13:47 ` marxin at gcc dot gnu.org
@ 2022-02-17 17:30 ` cvs-commit at gcc dot gnu.org
  2022-02-18 18:28 ` ian at airs dot com
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-02-17 17:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Ian Lance Taylor <ian@gcc.gnu.org>:

https://gcc.gnu.org/g:3f2a6b041d910cab08332ae01a8a9fcfe2e9036a

commit r12-7280-g3f2a6b041d910cab08332ae01a8a9fcfe2e9036a
Author: Ian Lance Taylor <iant@golang.org>
Date:   Wed Feb 16 16:57:28 2022 -0800

    net: add hurd build tag for setReadMsgCloseOnExec

    Patch from Svante Signell.

            PR go/103573
            PR go/104290

    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/386216

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

* [Bug go/103573] [12 Regression] trunk 20211203 fails to build libgo on i686-gnu (hurd)
  2021-12-06  9:39 [Bug go/103573] New: [12 Regression] trunk 20211203 fails to build libgo on i686-gnu doko at debian dot org
                   ` (2 preceding siblings ...)
  2022-02-17 17:30 ` [Bug go/103573] [12 Regression] trunk 20211203 fails to build libgo on i686-gnu (hurd) cvs-commit at gcc dot gnu.org
@ 2022-02-18 18:28 ` ian at airs dot com
  3 siblings, 0 replies; 5+ messages in thread
From: ian at airs dot com @ 2022-02-18 18:28 UTC (permalink / raw)
  To: gcc-bugs

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

Ian Lance Taylor <ian at airs dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|NEW                         |RESOLVED

--- Comment #2 from Ian Lance Taylor <ian at airs dot com> ---
Closing in favor of PR 104290.

*** This bug has been marked as a duplicate of bug 104290 ***

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

end of thread, other threads:[~2022-02-18 18:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-06  9:39 [Bug go/103573] New: [12 Regression] trunk 20211203 fails to build libgo on i686-gnu doko at debian dot org
2021-12-06 11:55 ` [Bug go/103573] " rguenth at gcc dot gnu.org
2021-12-06 13:47 ` marxin at gcc dot gnu.org
2022-02-17 17:30 ` [Bug go/103573] [12 Regression] trunk 20211203 fails to build libgo on i686-gnu (hurd) cvs-commit at gcc dot gnu.org
2022-02-18 18:28 ` ian at airs dot com

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).