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

            Bug ID: 108057
           Summary: libgo21 not ABI compatible gcc12 vs gcc13?
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
          Assignee: ian at airs dot com
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

libgo didn't bump the SONAME for GCC 13.  When building golang 1.9 with GCC go
from GCC 12 but the libgo.so.21 from GCC 13 I get

[    8s] ##### Building Go bootstrap tool.
[    8s] cmd/dist
[    8s] /usr/bin/go: Symbol `syscall..types' has different size in shared
object, consider re-linking
[    8s] /usr/bin/go: Symbol `runtime..types' has different size in shared
object, consider re-linking
[    8s] go: no such tool "cgo"
[    8s] error: Bad exit status from /var/tmp/rpm-tmp.WRcxJv (%build)

Reply via email to