Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] go: update to 1.13.
@ 2019-09-04 18:18 voidlinux-github
  2019-09-04 18:32 ` voidlinux-github
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-04 18:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

There is a new pull request by nilium against master on the void-packages repository

https://github.com/nilium/ecks-bops-packages go
https://github.com/void-linux/void-packages/pull/14212

go: update to 1.13.


A patch file from https://github.com/void-linux/void-packages/pull/14212.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-14212.patch --]
[-- Type: text/x-diff, Size: 915 bytes --]

From 6ee23c99c1925b67cde0058aa7efcfbde179a9c5 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@gmail.com>
Date: Wed, 4 Sep 2019 11:17:42 -0700
Subject: [PATCH] go: update to 1.13.

---
 srcpkgs/go/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 683e651aa7a..59917a57409 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.12.8
+version=1.13
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -10,7 +10,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://golang.org/"
 distfiles="https://golang.org/dl/go${version}.src.tar.gz"
-checksum=11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898
+checksum=3fc0b8b6101d42efd7da1da3029c0a13f22079c0c37ef9730209d8ec665bf122
 
 nostrip=yes
 noverifyrdeps=yes

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

* Re: go: update to 1.13.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
@ 2019-09-04 18:32 ` voidlinux-github
  2019-09-08 17:04 ` voidlinux-github
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-04 18:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/14212#issuecomment-528028362

Comment:
Related issue for the i686 failure: golang/go#33977

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

* Re: go: update to 1.13.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
  2019-09-04 18:32 ` voidlinux-github
@ 2019-09-08 17:04 ` voidlinux-github
  2019-09-08 18:32 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-08 17:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 270 bytes --]

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/14212#issuecomment-529222145

Comment:
Given that the bug probably isn't going to be fixed until at least a 1.13.1, should we just mark Go as broken if building on i686?

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

* Re: [PR PATCH] [Updated] go: update to 1.13.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-08 18:32 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-08 18:32 ` voidlinux-github
  2019-09-08 19:15 ` voidlinux-github
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-08 18:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

There is an updated pull request by nilium against master on the void-packages repository

https://github.com/nilium/ecks-bops-packages go
https://github.com/void-linux/void-packages/pull/14212

go: update to 1.13.


A patch file from https://github.com/void-linux/void-packages/pull/14212.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-14212.patch --]
[-- Type: text/x-diff, Size: 1163 bytes --]

From 52460bb6f7e2074c6bb9b3a61983abd6e7c02abd Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@gmail.com>
Date: Wed, 4 Sep 2019 11:17:42 -0700
Subject: [PATCH] go: update to 1.13.

Marked broken on i686 until golang/go#33977 is resolved.
---
 srcpkgs/go/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 683e651aa7a..69638be6312 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.12.8
+version=1.13
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -10,11 +10,15 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://golang.org/"
 distfiles="https://golang.org/dl/go${version}.src.tar.gz"
-checksum=11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898
+checksum=3fc0b8b6101d42efd7da1da3029c0a13f22079c0c37ef9730209d8ec665bf122
 
 nostrip=yes
 noverifyrdeps=yes
 
+case "${XBPS_MACHINE}" in
+	i686*) broken="https://github.com/golang/go/issues/33977";;
+esac
+
 case "${XBPS_TARGET_MACHINE}" in
 	aarch64*) _goarch=arm64 ;;
 	arm*) _goarch=arm ;;

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

* Re: [PR PATCH] [Updated] go: update to 1.13.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
  2019-09-04 18:32 ` voidlinux-github
  2019-09-08 17:04 ` voidlinux-github
@ 2019-09-08 18:32 ` voidlinux-github
  2019-09-08 18:32 ` voidlinux-github
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-08 18:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

There is an updated pull request by nilium against master on the void-packages repository

https://github.com/nilium/ecks-bops-packages go
https://github.com/void-linux/void-packages/pull/14212

go: update to 1.13.


A patch file from https://github.com/void-linux/void-packages/pull/14212.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-14212.patch --]
[-- Type: text/x-diff, Size: 1163 bytes --]

From 52460bb6f7e2074c6bb9b3a61983abd6e7c02abd Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@gmail.com>
Date: Wed, 4 Sep 2019 11:17:42 -0700
Subject: [PATCH] go: update to 1.13.

Marked broken on i686 until golang/go#33977 is resolved.
---
 srcpkgs/go/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 683e651aa7a..69638be6312 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.12.8
+version=1.13
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -10,11 +10,15 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://golang.org/"
 distfiles="https://golang.org/dl/go${version}.src.tar.gz"
-checksum=11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898
+checksum=3fc0b8b6101d42efd7da1da3029c0a13f22079c0c37ef9730209d8ec665bf122
 
 nostrip=yes
 noverifyrdeps=yes
 
+case "${XBPS_MACHINE}" in
+	i686*) broken="https://github.com/golang/go/issues/33977";;
+esac
+
 case "${XBPS_TARGET_MACHINE}" in
 	aarch64*) _goarch=arm64 ;;
 	arm*) _goarch=arm ;;

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

* Re: [PR PATCH] [Updated] go: update to 1.13.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-08 19:15 ` voidlinux-github
@ 2019-09-08 19:15 ` voidlinux-github
  2019-09-08 19:27 ` voidlinux-github
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-08 19:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

There is an updated pull request by nilium against master on the void-packages repository

https://github.com/nilium/ecks-bops-packages go
https://github.com/void-linux/void-packages/pull/14212

go: update to 1.13.


A patch file from https://github.com/void-linux/void-packages/pull/14212.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-14212.patch --]
[-- Type: text/x-diff, Size: 1163 bytes --]

From 1d882067dfa5e90d0d2bc5b1defdcce01ba9eddf Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@gmail.com>
Date: Wed, 4 Sep 2019 11:17:42 -0700
Subject: [PATCH] go: update to 1.13.

Marked broken on i686 until golang/go#33977 is resolved.
---
 srcpkgs/go/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 683e651aa7a..69638be6312 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.12.8
+version=1.13
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -10,11 +10,15 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://golang.org/"
 distfiles="https://golang.org/dl/go${version}.src.tar.gz"
-checksum=11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898
+checksum=3fc0b8b6101d42efd7da1da3029c0a13f22079c0c37ef9730209d8ec665bf122
 
 nostrip=yes
 noverifyrdeps=yes
 
+case "${XBPS_MACHINE}" in
+	i686*) broken="https://github.com/golang/go/issues/33977";;
+esac
+
 case "${XBPS_TARGET_MACHINE}" in
 	aarch64*) _goarch=arm64 ;;
 	arm*) _goarch=arm ;;

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

* Re: [PR PATCH] [Updated] go: update to 1.13.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-08 18:32 ` voidlinux-github
@ 2019-09-08 19:15 ` voidlinux-github
  2019-09-08 19:15 ` voidlinux-github
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-08 19:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

There is an updated pull request by nilium against master on the void-packages repository

https://github.com/nilium/ecks-bops-packages go
https://github.com/void-linux/void-packages/pull/14212

go: update to 1.13.


A patch file from https://github.com/void-linux/void-packages/pull/14212.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-14212.patch --]
[-- Type: text/x-diff, Size: 1163 bytes --]

From 1d882067dfa5e90d0d2bc5b1defdcce01ba9eddf Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@gmail.com>
Date: Wed, 4 Sep 2019 11:17:42 -0700
Subject: [PATCH] go: update to 1.13.

Marked broken on i686 until golang/go#33977 is resolved.
---
 srcpkgs/go/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 683e651aa7a..69638be6312 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.12.8
+version=1.13
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -10,11 +10,15 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://golang.org/"
 distfiles="https://golang.org/dl/go${version}.src.tar.gz"
-checksum=11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898
+checksum=3fc0b8b6101d42efd7da1da3029c0a13f22079c0c37ef9730209d8ec665bf122
 
 nostrip=yes
 noverifyrdeps=yes
 
+case "${XBPS_MACHINE}" in
+	i686*) broken="https://github.com/golang/go/issues/33977";;
+esac
+
 case "${XBPS_TARGET_MACHINE}" in
 	aarch64*) _goarch=arm64 ;;
 	arm*) _goarch=arm ;;

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

* Re: [PR PATCH] [Updated] go: update to 1.13.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-09-08 19:27 ` voidlinux-github
@ 2019-09-08 19:27 ` voidlinux-github
  2019-09-15  4:36 ` voidlinux-github
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-08 19:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

There is an updated pull request by nilium against master on the void-packages repository

https://github.com/nilium/ecks-bops-packages go
https://github.com/void-linux/void-packages/pull/14212

go: update to 1.13.


A patch file from https://github.com/void-linux/void-packages/pull/14212.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-14212.patch --]
[-- Type: text/x-diff, Size: 1169 bytes --]

From d2a8e84a746463c0a4f99e3307749795e04b4071 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@gmail.com>
Date: Wed, 4 Sep 2019 11:17:42 -0700
Subject: [PATCH] go: update to 1.13.

Marked broken on i686 until https://golang.org/issues/33977 is
resolved.
---
 srcpkgs/go/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 683e651aa7a..23d922cbc9d 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.12.8
+version=1.13
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -10,11 +10,15 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://golang.org/"
 distfiles="https://golang.org/dl/go${version}.src.tar.gz"
-checksum=11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898
+checksum=3fc0b8b6101d42efd7da1da3029c0a13f22079c0c37ef9730209d8ec665bf122
 
 nostrip=yes
 noverifyrdeps=yes
 
+case "${XBPS_MACHINE}" in
+	i686*) broken="https://golang.org/issues/33977";;
+esac
+
 case "${XBPS_TARGET_MACHINE}" in
 	aarch64*) _goarch=arm64 ;;
 	arm*) _goarch=arm ;;

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

* Re: [PR PATCH] [Updated] go: update to 1.13.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-09-08 19:15 ` voidlinux-github
@ 2019-09-08 19:27 ` voidlinux-github
  2019-09-08 19:27 ` voidlinux-github
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-08 19:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

There is an updated pull request by nilium against master on the void-packages repository

https://github.com/nilium/ecks-bops-packages go
https://github.com/void-linux/void-packages/pull/14212

go: update to 1.13.


A patch file from https://github.com/void-linux/void-packages/pull/14212.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-14212.patch --]
[-- Type: text/x-diff, Size: 1169 bytes --]

From d2a8e84a746463c0a4f99e3307749795e04b4071 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@gmail.com>
Date: Wed, 4 Sep 2019 11:17:42 -0700
Subject: [PATCH] go: update to 1.13.

Marked broken on i686 until https://golang.org/issues/33977 is
resolved.
---
 srcpkgs/go/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 683e651aa7a..23d922cbc9d 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.12.8
+version=1.13
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -10,11 +10,15 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://golang.org/"
 distfiles="https://golang.org/dl/go${version}.src.tar.gz"
-checksum=11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898
+checksum=3fc0b8b6101d42efd7da1da3029c0a13f22079c0c37ef9730209d8ec665bf122
 
 nostrip=yes
 noverifyrdeps=yes
 
+case "${XBPS_MACHINE}" in
+	i686*) broken="https://golang.org/issues/33977";;
+esac
+
 case "${XBPS_TARGET_MACHINE}" in
 	aarch64*) _goarch=arm64 ;;
 	arm*) _goarch=arm ;;

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

* Re: go: update to 1.13.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-09-08 19:27 ` voidlinux-github
@ 2019-09-15  4:36 ` voidlinux-github
  2019-09-20 12:05 ` voidlinux-github
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-15  4:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 213 bytes --]

New comment by the-maldridge on void-packages repository

https://github.com/void-linux/void-packages/pull/14212#issuecomment-531533921

Comment:
This seems reasonable, I'd hoped for 1.13.1 a bit sooner though...

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

* Re: go: update to 1.13.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-09-15  4:36 ` voidlinux-github
@ 2019-09-20 12:05 ` voidlinux-github
  2019-09-24 18:51 ` voidlinux-github
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-20 12:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

New comment by ggordan on void-packages repository

https://github.com/void-linux/void-packages/pull/14212#issuecomment-533525793

Comment:
Considering the build is no longer failing, is there still an issue with merging this?

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

* Re: go: update to 1.13.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-09-20 12:05 ` voidlinux-github
@ 2019-09-24 18:51 ` voidlinux-github
  2019-09-24 19:09 ` voidlinux-github
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-24 18:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 237 bytes --]

New comment by calebcase on void-packages repository

https://github.com/void-linux/void-packages/pull/14212#issuecomment-534698085

Comment:
https://groups.google.com/forum/#!topic/golang-dev/VfAcPfryEMY
1.13.1 should be out tomorrow.

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

* Re: go: update to 1.13.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-09-24 18:51 ` voidlinux-github
@ 2019-09-24 19:09 ` voidlinux-github
  2019-09-26 18:13 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-24 19:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 212 bytes --]

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/14212#issuecomment-534705570

Comment:
Doesn’t look like it’ll resolve the i686 issue, unfortunately.

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

* Re: [PR PATCH] [Updated] go: update to 1.13.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-09-26 18:13 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-26 18:13 ` voidlinux-github
  2019-09-26 18:13 ` go: update to 1.13.1 voidlinux-github
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-26 18:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

There is an updated pull request by nilium against master on the void-packages repository

https://github.com/nilium/ecks-bops-packages go
https://github.com/void-linux/void-packages/pull/14212

go: update to 1.13.


A patch file from https://github.com/void-linux/void-packages/pull/14212.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-14212.patch --]
[-- Type: text/x-diff, Size: 1173 bytes --]

From a4a3b47e9d57e9aeb43ae5e40071080150fb5ef4 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@gmail.com>
Date: Wed, 4 Sep 2019 11:17:42 -0700
Subject: [PATCH] go: update to 1.13.1.

Marked broken on i686 until https://golang.org/issues/33977 is
resolved.
---
 srcpkgs/go/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 683e651aa7a..756cd95ee68 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.12.8
+version=1.13.1
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -10,11 +10,15 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://golang.org/"
 distfiles="https://golang.org/dl/go${version}.src.tar.gz"
-checksum=11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898
+checksum=81f154e69544b9fa92b1475ff5f11e64270260d46e7e36c34aafc8bc96209358
 
 nostrip=yes
 noverifyrdeps=yes
 
+case "${XBPS_MACHINE}" in
+	i686*) broken="https://golang.org/issues/33977";;
+esac
+
 case "${XBPS_TARGET_MACHINE}" in
 	aarch64*) _goarch=arm64 ;;
 	arm*) _goarch=arm ;;

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

* Re: [PR PATCH] [Updated] go: update to 1.13.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-09-24 19:09 ` voidlinux-github
@ 2019-09-26 18:13 ` voidlinux-github
  2019-09-26 18:13 ` voidlinux-github
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-26 18:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

There is an updated pull request by nilium against master on the void-packages repository

https://github.com/nilium/ecks-bops-packages go
https://github.com/void-linux/void-packages/pull/14212

go: update to 1.13.


A patch file from https://github.com/void-linux/void-packages/pull/14212.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-14212.patch --]
[-- Type: text/x-diff, Size: 1173 bytes --]

From a4a3b47e9d57e9aeb43ae5e40071080150fb5ef4 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@gmail.com>
Date: Wed, 4 Sep 2019 11:17:42 -0700
Subject: [PATCH] go: update to 1.13.1.

Marked broken on i686 until https://golang.org/issues/33977 is
resolved.
---
 srcpkgs/go/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 683e651aa7a..756cd95ee68 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.12.8
+version=1.13.1
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -10,11 +10,15 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://golang.org/"
 distfiles="https://golang.org/dl/go${version}.src.tar.gz"
-checksum=11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898
+checksum=81f154e69544b9fa92b1475ff5f11e64270260d46e7e36c34aafc8bc96209358
 
 nostrip=yes
 noverifyrdeps=yes
 
+case "${XBPS_MACHINE}" in
+	i686*) broken="https://golang.org/issues/33977";;
+esac
+
 case "${XBPS_TARGET_MACHINE}" in
 	aarch64*) _goarch=arm64 ;;
 	arm*) _goarch=arm ;;

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

* Re: go: update to 1.13.1.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-09-26 18:13 ` voidlinux-github
@ 2019-09-26 18:13 ` voidlinux-github
  2019-09-26 18:16 ` voidlinux-github
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-26 18:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/14212#issuecomment-535624335

Comment:
This PR now targets Go 1.13.1.

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

* Re: go: update to 1.13.1.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
                   ` (14 preceding siblings ...)
  2019-09-26 18:13 ` go: update to 1.13.1 voidlinux-github
@ 2019-09-26 18:16 ` voidlinux-github
  2019-09-27 22:15 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-26 18:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 270 bytes --]

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/14212#issuecomment-535624335

Comment:
This PR now targets Go 1.13.1. This only includes changes for CVE-2019-16276 -- the i686 issue is still kind of stuck where it is.

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

* Re: [PR PATCH] [Updated] go: update to 1.13.1.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
                   ` (16 preceding siblings ...)
  2019-09-27 22:15 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-27 22:15 ` voidlinux-github
  2019-09-27 22:52 ` voidlinux-github
  2019-09-28  2:41 ` [PR PATCH] [Closed]: " voidlinux-github
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-27 22:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

There is an updated pull request by nilium against master on the void-packages repository

https://github.com/nilium/ecks-bops-packages go
https://github.com/void-linux/void-packages/pull/14212

go: update to 1.13.1.


A patch file from https://github.com/void-linux/void-packages/pull/14212.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-14212.patch --]
[-- Type: text/x-diff, Size: 2481 bytes --]

From 9068a45e49d6e590cc92f3d7c8b553b7e523e977 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@gmail.com>
Date: Wed, 4 Sep 2019 11:17:42 -0700
Subject: [PATCH] go: update to 1.13.1.

Includes a patch from https://go-review.googlesource.com/c/go/+/197602
to try to resolve i686 build failures reported in
https://golang.org/issues/33977.
---
 .../go/patches/gohostarch-bootstrap-fix.patch | 28 +++++++++++++++++++
 srcpkgs/go/template                           |  4 +--
 2 files changed, 30 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/go/patches/gohostarch-bootstrap-fix.patch

diff --git a/srcpkgs/go/patches/gohostarch-bootstrap-fix.patch b/srcpkgs/go/patches/gohostarch-bootstrap-fix.patch
new file mode 100644
index 00000000000..7791b92abe7
--- /dev/null
+++ b/srcpkgs/go/patches/gohostarch-bootstrap-fix.patch
@@ -0,0 +1,28 @@
+From e1b1b7856f416ca6ff086adc00adc89fd900992c Mon Sep 17 00:00:00 2001
+From: Brad Fitzpatrick <bradfitz@golang.org>
+Date: Thu, 26 Sep 2019 19:04:00 +0000
+Subject: [PATCH] cmd/dist: fix bootstrap failure when GOHOSTARCH is set
+
+Fixes #33977
+
+Change-Id: I4b136788f08b08c53087af8d3cd56125e620b51b
+Reviewed-on: https://go-review.googlesource.com/c/go/+/197602
+Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
+TryBot-Result: Gobot Gobot <gobot@golang.org>
+Reviewed-by: Cherry Zhang <cherryyz@google.com>
+---
+
+diff --git a/src/cmd/dist/buildtool.go b/src/cmd/dist/buildtool.go
+index f293891..f27ea17 100644
+--- go/src/cmd/dist/buildtool.go
++++ go/src/cmd/dist/buildtool.go
+@@ -250,6 +250,9 @@
+ 	archCaps = fileArch
+ 	fileArch = strings.ToLower(fileArch)
+ 	fileArch = strings.TrimSuffix(fileArch, "splitload")
++	if fileArch == os.Getenv("GOHOSTARCH") {
++		return "", false
++	}
+ 	if fileArch == strings.TrimSuffix(runtime.GOARCH, "le") {
+ 		return "", false
+ 	}
diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 683e651aa7a..f74f4c9a0ce 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.12.8
+version=1.13.1
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -10,7 +10,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://golang.org/"
 distfiles="https://golang.org/dl/go${version}.src.tar.gz"
-checksum=11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898
+checksum=81f154e69544b9fa92b1475ff5f11e64270260d46e7e36c34aafc8bc96209358
 
 nostrip=yes
 noverifyrdeps=yes

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

* Re: [PR PATCH] [Updated] go: update to 1.13.1.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
                   ` (15 preceding siblings ...)
  2019-09-26 18:16 ` voidlinux-github
@ 2019-09-27 22:15 ` voidlinux-github
  2019-09-27 22:15 ` voidlinux-github
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-27 22:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

There is an updated pull request by nilium against master on the void-packages repository

https://github.com/nilium/ecks-bops-packages go
https://github.com/void-linux/void-packages/pull/14212

go: update to 1.13.1.


A patch file from https://github.com/void-linux/void-packages/pull/14212.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-go-14212.patch --]
[-- Type: text/x-diff, Size: 2481 bytes --]

From 9068a45e49d6e590cc92f3d7c8b553b7e523e977 Mon Sep 17 00:00:00 2001
From: Noel Cower <ncower@gmail.com>
Date: Wed, 4 Sep 2019 11:17:42 -0700
Subject: [PATCH] go: update to 1.13.1.

Includes a patch from https://go-review.googlesource.com/c/go/+/197602
to try to resolve i686 build failures reported in
https://golang.org/issues/33977.
---
 .../go/patches/gohostarch-bootstrap-fix.patch | 28 +++++++++++++++++++
 srcpkgs/go/template                           |  4 +--
 2 files changed, 30 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/go/patches/gohostarch-bootstrap-fix.patch

diff --git a/srcpkgs/go/patches/gohostarch-bootstrap-fix.patch b/srcpkgs/go/patches/gohostarch-bootstrap-fix.patch
new file mode 100644
index 00000000000..7791b92abe7
--- /dev/null
+++ b/srcpkgs/go/patches/gohostarch-bootstrap-fix.patch
@@ -0,0 +1,28 @@
+From e1b1b7856f416ca6ff086adc00adc89fd900992c Mon Sep 17 00:00:00 2001
+From: Brad Fitzpatrick <bradfitz@golang.org>
+Date: Thu, 26 Sep 2019 19:04:00 +0000
+Subject: [PATCH] cmd/dist: fix bootstrap failure when GOHOSTARCH is set
+
+Fixes #33977
+
+Change-Id: I4b136788f08b08c53087af8d3cd56125e620b51b
+Reviewed-on: https://go-review.googlesource.com/c/go/+/197602
+Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
+TryBot-Result: Gobot Gobot <gobot@golang.org>
+Reviewed-by: Cherry Zhang <cherryyz@google.com>
+---
+
+diff --git a/src/cmd/dist/buildtool.go b/src/cmd/dist/buildtool.go
+index f293891..f27ea17 100644
+--- go/src/cmd/dist/buildtool.go
++++ go/src/cmd/dist/buildtool.go
+@@ -250,6 +250,9 @@
+ 	archCaps = fileArch
+ 	fileArch = strings.ToLower(fileArch)
+ 	fileArch = strings.TrimSuffix(fileArch, "splitload")
++	if fileArch == os.Getenv("GOHOSTARCH") {
++		return "", false
++	}
+ 	if fileArch == strings.TrimSuffix(runtime.GOARCH, "le") {
+ 		return "", false
+ 	}
diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 683e651aa7a..f74f4c9a0ce 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.12.8
+version=1.13.1
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -10,7 +10,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://golang.org/"
 distfiles="https://golang.org/dl/go${version}.src.tar.gz"
-checksum=11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898
+checksum=81f154e69544b9fa92b1475ff5f11e64270260d46e7e36c34aafc8bc96209358
 
 nostrip=yes
 noverifyrdeps=yes

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

* Re: go: update to 1.13.1.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
                   ` (17 preceding siblings ...)
  2019-09-27 22:15 ` voidlinux-github
@ 2019-09-27 22:52 ` voidlinux-github
  2019-09-28  2:41 ` [PR PATCH] [Closed]: " voidlinux-github
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-27 22:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/14212#issuecomment-536120211

Comment:
The PR has been updated with the patch for the i686 issue. This fails to build in Travis but succeeds both on i686 hardware and in a 32-bit VirtualBox VM (ran stdlib tests on the latter to check behavior), so I'm attributing the failure to Travis resource limits for the time being.

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

* Re: [PR PATCH] [Closed]: go: update to 1.13.1.
  2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
                   ` (18 preceding siblings ...)
  2019-09-27 22:52 ` voidlinux-github
@ 2019-09-28  2:41 ` voidlinux-github
  19 siblings, 0 replies; 21+ messages in thread
From: voidlinux-github @ 2019-09-28  2:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 155 bytes --]

There's a closed pull request on the void-packages repository

go: update to 1.13.1.
https://github.com/void-linux/void-packages/pull/14212

Description:


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

end of thread, other threads:[~2019-09-28  2:41 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-04 18:18 [PR PATCH] go: update to 1.13 voidlinux-github
2019-09-04 18:32 ` voidlinux-github
2019-09-08 17:04 ` voidlinux-github
2019-09-08 18:32 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-08 18:32 ` voidlinux-github
2019-09-08 19:15 ` voidlinux-github
2019-09-08 19:15 ` voidlinux-github
2019-09-08 19:27 ` voidlinux-github
2019-09-08 19:27 ` voidlinux-github
2019-09-15  4:36 ` voidlinux-github
2019-09-20 12:05 ` voidlinux-github
2019-09-24 18:51 ` voidlinux-github
2019-09-24 19:09 ` voidlinux-github
2019-09-26 18:13 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-26 18:13 ` voidlinux-github
2019-09-26 18:13 ` go: update to 1.13.1 voidlinux-github
2019-09-26 18:16 ` voidlinux-github
2019-09-27 22:15 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-27 22:15 ` voidlinux-github
2019-09-27 22:52 ` voidlinux-github
2019-09-28  2:41 ` [PR PATCH] [Closed]: " voidlinux-github

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 NNTP newsgroup(s).