Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package go1.19 for openSUSE:Factory checked 
in at 2022-08-10 17:14:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go1.19 (Old)
 and      /work/SRC/openSUSE:Factory/.go1.19.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go1.19"

Wed Aug 10 17:14:27 2022 rev:3 rq:994192 version:1.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/go1.19/go1.19.changes    2022-08-09 
15:28:21.609626520 +0200
+++ /work/SRC/openSUSE:Factory/.go1.19.new.1521/go1.19.changes  2022-08-10 
17:15:40.874080912 +0200
@@ -1,0 +2,6 @@
+Tue Aug  9 05:56:23 UTC 2022 - Jeff Kowalczyk <[email protected]>
+
+- Rebase gcc-go.patch onto upstream changes in go/src/make.bash and
+  go/src/make.rc. Used for SLE-12 go bootstrap builds with gcc8.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gcc-go.patch ++++++
--- /var/tmp/diff_new_pack.p7JCxw/_old  2022-08-10 17:15:41.654082948 +0200
+++ /var/tmp/diff_new_pack.p7JCxw/_new  2022-08-10 17:15:41.658082958 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- go.orig/src/cmd/dist/buildtool.go
 +++ go/src/cmd/dist/buildtool.go
-@@ -205,7 +205,7 @@ func bootstrapBuildTools() {
+@@ -210,7 +210,7 @@
        // only applies to the final cmd/go binary, but that's OK: if this is 
Go 1.10
        // or later we don't need to disable inlining to work around bugs in 
the Go 1.4 compiler.
        cmd := []string{
@@ -10,12 +10,12 @@
 +              pathf("%s/bin/go-$gcc_go_version", goroot_bootstrap),
                "install",
                "-gcflags=-l",
-               "-tags=math_big_pure_go compiler_bootstrap",
+               "-tags=math_big_pure_go compiler_bootstrap purego",
 Index: go/src/make.bash
 ===================================================================
 --- go.orig/src/make.bash
 +++ go/src/make.bash
-@@ -60,7 +60,7 @@
+@@ -68,7 +68,7 @@
  # time goes when these scripts run.
  #
  # GOROOT_BOOTSTRAP: A working Go tree >= Go 1.4 for bootstrap.
@@ -24,7 +24,7 @@
  # tried for all "go" in $PATH. $HOME/go1.4 by default.
  
  set -e
-@@ -176,8 +176,8 @@
+@@ -179,8 +179,8 @@
                fi
        fi
  done; unset IFS
@@ -35,12 +35,12 @@
        echo "Set \$GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4." >&2
        exit 1
  fi
-@@ -195,7 +195,7 @@
+@@ -198,7 +198,7 @@
        exit 1
  fi
  rm -f cmd/dist/dist
--GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" GO111MODULE=off 
"$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist
-+GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" GO111MODULE=off 
"$GOROOT_BOOTSTRAP/bin/go-$gcc_go_version" build -o cmd/dist/dist ./cmd/dist
+-GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" GO111MODULE=off GOEXPERIMENT="" 
GOENV=off GOFLAGS="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist 
./cmd/dist
++GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" GO111MODULE=off GOEXPERIMENT="" 
GOENV=off GOFLAGS="" "$GOROOT_BOOTSTRAP/bin/go-$gcc_go_version" build -o 
cmd/dist/dist ./cmd/dist
  
  # -e doesn't propagate out of eval, so check success by hand.
  eval $(./cmd/dist/dist env -p || echo FAIL=true)
@@ -48,7 +48,7 @@
 ===================================================================
 --- go.orig/src/make.rc
 +++ go/src/make.rc
-@@ -60,7 +60,7 @@ if(! ~ $#GOROOT_BOOTSTRAP 1){
+@@ -57,7 +57,7 @@
                        GOROOT_BOOTSTRAP = $home/$d
  }
  for(p in $path){
@@ -57,21 +57,23 @@
                if(go_exe = `{path=$p whatis go}){
                        goroot = `{GOROOT='' $go_exe env GOROOT}
                        if(! ~ $goroot $GOROOT){
-@@ -73,7 +73,7 @@ for(p in $path){
+@@ -70,8 +70,8 @@
                }
        }
  }
 -if(! test -x $GOROOT_BOOTSTRAP/bin/go){
+-      echo 'ERROR: Cannot find '$GOROOT_BOOTSTRAP'/bin/go.' >[1=2]
 +if(! test -x $GOROOT_BOOTSTRAP/bin/go-$gcc_go_version){
-       echo 'ERROR: Cannot find '$GOROOT_BOOTSTRAP'/bin/go.' >[1=2]
++      echo 'ERROR: Cannot find '$GOROOT_BOOTSTRAP'/bin/go-$gcc_go_version.' 
>[1=2]
        echo 'Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4.' >[1=2]
        exit bootstrap
-@@ -87,7 +87,7 @@ if(~ $GOROOT_BOOTSTRAP $GOROOT){
+ }
+@@ -84,7 +84,7 @@
  echo 'Building Go cmd/dist using '^$GOROOT_BOOTSTRAP
  if(~ $#vflag 1)
        echo cmd/dist
--GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' GO111MODULE=off 
$GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
-+GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' GO111MODULE=off 
$GOROOT_BOOTSTRAP/bin/go-$gcc_go_version build -o cmd/dist/dist ./cmd/dist
+-GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' GOEXPERIMENT='' GO111MODULE=off 
GOENV=off GOFLAGS='' $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
++GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' GOEXPERIMENT='' GO111MODULE=off 
GOENV=off GOFLAGS='' $GOROOT_BOOTSTRAP/bin/go-$gcc_go_version build -o 
cmd/dist/dist ./cmd/dist
  
  eval `{./cmd/dist/dist env -9}
  if(~ $#vflag 1)

Reply via email to