GNU bug report logs -
#58658
[PATCH staging] gnu: go-golang-org-x-net: Update to 0.5.0.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58658 in the body.
You can then email your comments to 58658 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#58658
; Package
guix-patches
.
(Thu, 20 Oct 2022 12:49:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Felix Lechner <felix.lechner <at> lease-up.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 20 Oct 2022 12:49:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Control: tags -1 + patch
Hi,
Our version was dated and too old for the upcoming packaging of
Gocryptfs in Guix.
Rebuilds 23 packages. Thanks!
Kind regards
Felix Lechner
[0001-gnu-go-golang-org-x-net-Update-to-0.1.0.patch (text/x-patch, attachment)]
Changed bug title to '[PATCH] gnu: go-golang-org-x-net: Update to 0.1.0.' from '[PATCH] go-golang-org-x-net: Update to 0.1.0.'
Request was from
Felix Lechner <felix.lechner <at> lease-up.com>
to
control <at> debbugs.gnu.org
.
(Thu, 20 Oct 2022 14:03:01 GMT)
Full text and
rfc822 format available.
Added indication that bug 58658 blocks58768
Request was from
Felix Lechner <felix.lechner <at> lease-up.com>
to
control <at> debbugs.gnu.org
.
(Tue, 25 Oct 2022 01:59:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58658
; Package
guix-patches
.
(Sun, 20 Nov 2022 11:24:01 GMT)
Full text and
rfc822 format available.
Message #12 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Felix Lechner via Guix-patches via <guix-patches <at> gnu.org> writes:
> Control: tags -1 + patch
>
> Hi,
>
> Our version was dated and too old for the upcoming packaging of
> Gocryptfs in Guix.
>
> Rebuilds 23 packages. Thanks!
Looking at https://qa.guix.gnu.org/issue/58658 I think this change
breaks the go-golang-zx2c4-com-wireguard and go-ipfs packages. Do you
see those fail to build locally?
Thanks,
Chris
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58658
; Package
guix-patches
.
(Sun, 20 Nov 2022 11:24:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58658
; Package
guix-patches
.
(Sun, 20 Nov 2022 13:22:01 GMT)
Full text and
rfc822 format available.
Message #18 received at 58658 <at> debbugs.gnu.org (full text, mbox):
Hi Chris,
On Sun, Nov 20, 2022 at 3:23 AM Christopher Baines <mail <at> cbaines.net> wrote:
>
> this change
> breaks the go-golang-zx2c4-com-wireguard and go-ipfs packages. Do you
> see those fail to build locally?
Yes, I see both of them failing.
I experimented with various newer versions of
go-golang-zx2c4-com-wireguard but could not get them to build. One
ominous error I saw was:
src/golang.org/x/net/internal/socket/sys_unix.go:35:38: undefined:
unix.RecvmsgBuffers
src/golang.org/x/net/internal/socket/sys_unix.go:47:9: undefined:
unix.SendmsgBuffers
Is it possible that the golang-1.17 used in our Golang build system is
too old? [1][2]
Thanks for looking!
Kind regards
Felix
[1] https://github.com/golang/go/issues/51382
[2] https://github.com/golang/go/issues/52512
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58658
; Package
guix-patches
.
(Mon, 19 Dec 2022 19:42:02 GMT)
Full text and
rfc822 format available.
Message #21 received at 58658 <at> debbugs.gnu.org (full text, mbox):
Hi Chris,
The issue with go-ipfs and go-golang-zx2c4-com-wireguard was fixed
with the update of go-golang-org-x-sys that now preceeds the original
patch in this series.
As a bonus, I also updated go-golang-zx2c4-com-wireguard herein but
acceptance is not necessary. Please feel free to ignore that
particular patch.
Otherwise, the acceptance of this patch series will allow Gocryptfs to
become part of Guix. [1] Thanks!
Kind regards
Felix Lechner
[1] https://issues.guix.gnu.org/58768
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58658
; Package
guix-patches
.
(Mon, 19 Dec 2022 19:42:02 GMT)
Full text and
rfc822 format available.
Message #24 received at 58658 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-golang-org-x-sys): Update to 0.3.0.
---
gnu/packages/golang.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 70ddef52f1..a3377e1d4e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3051,11 +3051,11 @@ (define-public go-golang-org-x-sync
(license license:bsd-3))))
(define-public go-golang-org-x-sys
- (let ((commit "ed5796bab16455f104b6a384d51b7f9990cb9806")
- (revision "8"))
+ (let ((commit "72f772c4d7a84045aa1c4e95a12677b639088144")
+ (revision "0"))
(package
(name "go-golang-org-x-sys")
- (version (git-version "0.0.0" revision commit))
+ (version (git-version "0.3.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3064,7 +3064,7 @@ (define-public go-golang-org-x-sys
(file-name (git-file-name name version))
(sha256
(base32
- "081vs5bg91mwg5bdmlcvy2qyrvg766aicj47smcwfk4bbh0nc0qa"))))
+ "0mpjn8r54djmcimz0r5zrgasfgpcpjm1xn8iak9i0f6mdpc6kamn"))))
(build-system go-build-system)
(arguments
`(#:import-path "golang.org/x/sys"
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58658
; Package
guix-patches
.
(Mon, 19 Dec 2022 19:42:03 GMT)
Full text and
rfc822 format available.
Message #27 received at 58658 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-golang-org-x-net): Update to 0.1.0.
(go-golang-org-x-net): Switch to gexp.
---
gnu/packages/golang.scm | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a3377e1d4e..108ac6d97e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2951,11 +2951,11 @@ (define-public go-github-com-protonmail-go-crypto
(license license:bsd-3)))
(define-public go-golang-org-x-net
- (let ((commit "ba9fcec4b297b415637633c5a6e8fa592e4a16c3")
- (revision "4"))
+ (let ((commit "1568cf9b43eddada579c44f99d04fe42a1f58dac")
+ (revision "0"))
(package
(name "go-golang-org-x-net")
- (version (git-version "0.0.0" revision commit))
+ (version (git-version "0.1.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2964,15 +2964,17 @@ (define-public go-golang-org-x-net
(file-name (git-file-name name version))
(sha256
(base32
- "1hbqvy6r0s5h0dpdqw8fynl3cq0acin3iyqki9xvl5r8h33yb9bx"))))
+ "1wh3021id07rbjci8hm4nb2ljaaafmvi6x93lsca3cis30af3d2a"))))
(build-system go-build-system)
(arguments
- `(#:import-path "golang.org/x/net"
- ; Source-only package
- #:tests? #f
- #:phases
- (modify-phases %standard-phases
- (delete 'build))))
+ (list
+ #:import-path "golang.org/x/net"
+ ;; Source-only package
+ #:tests? #f
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; Source-only package
+ (delete 'build))))
(synopsis "Go supplemental networking libraries")
(description "This package provides supplemental Go networking libraries.")
(home-page "https://go.googlesource.com/net")
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58658
; Package
guix-patches
.
(Mon, 19 Dec 2022 19:42:03 GMT)
Full text and
rfc822 format available.
Message #30 received at 58658 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Update to 0.0.20211016.
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 108ac6d97e..c1ae490714 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9323,7 +9323,7 @@ (define-public go-github-com-hjson-hjson-go
(define-public go-golang-zx2c4-com-wireguard
(package
(name "go-golang-zx2c4-com-wireguard")
- (version "0.0.20200320")
+ (version "0.0.20211016")
(source
(origin
(method git-fetch)
@@ -9336,7 +9336,7 @@ (define-public go-golang-zx2c4-com-wireguard
(file-name (git-file-name name version))
(sha256
(base32
- "0fy4qsss3i3pkq1rpgjds4aipbwlh1dr9hbbf7jn2a1c63kfks0r"))))
+ "09a4gsh75a8bj71wr042afrma9frriqp60cm0cx6c9a8lv5yzzi0"))))
(build-system go-build-system)
(arguments
'(#:import-path "golang.zx2c4.com/wireguard"))
--
2.38.1
Changed bug title to '[PATCH staging] gnu: go-golang-org-x-net: Update to 0.1.0.' from '[PATCH] gnu: go-golang-org-x-net: Update to 0.1.0.'
Request was from
Felix Lechner <felix.lechner <at> lease-up.com>
to
control <at> debbugs.gnu.org
.
(Wed, 21 Dec 2022 20:17:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58658
; Package
guix-patches
.
(Wed, 21 Dec 2022 22:43:02 GMT)
Full text and
rfc822 format available.
Message #35 received at 58658 <at> debbugs.gnu.org (full text, mbox):
Hi,
The newly proposed changes trigger the rebuilding of 919 packages. I
already retitled the bug. This patch now belongs into 'staging'.
Kind regards
Felix Lechner
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58658
; Package
guix-patches
.
(Thu, 05 Jan 2023 14:42:02 GMT)
Full text and
rfc822 format available.
Message #38 received at 58658 <at> debbugs.gnu.org (full text, mbox):
Hi,
This updates the Golang modules to their latest available versions,
and rebases the patch series onto staging.
Kind regards
Felix Lechner
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58658
; Package
guix-patches
.
(Thu, 05 Jan 2023 14:42:02 GMT)
Full text and
rfc822 format available.
Message #41 received at 58658 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-golang-org-x-sys): Update to 0.4.0.
(go-golang-org-x-sys): Switch to gexp.
---
gnu/packages/golang.scm | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 70ddef52f1..f55e708e82 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3051,11 +3051,11 @@ (define-public go-golang-org-x-sync
(license license:bsd-3))))
(define-public go-golang-org-x-sys
- (let ((commit "ed5796bab16455f104b6a384d51b7f9990cb9806")
- (revision "8"))
+ (let ((commit "b60007cc4e6f966b1c542e343d026d06723e5653")
+ (revision "0"))
(package
(name "go-golang-org-x-sys")
- (version (git-version "0.0.0" revision commit))
+ (version (git-version "0.4.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3064,15 +3064,17 @@ (define-public go-golang-org-x-sys
(file-name (git-file-name name version))
(sha256
(base32
- "081vs5bg91mwg5bdmlcvy2qyrvg766aicj47smcwfk4bbh0nc0qa"))))
+ "0fr2d6fnpbqx6n89sg9lsinqkdaw49y068kqj2g0cxlhbh69hzii"))))
(build-system go-build-system)
(arguments
- `(#:import-path "golang.org/x/sys"
- ;; Source-only package
- #:tests? #f
- #:phases
- (modify-phases %standard-phases
- (delete 'build))))
+ (list
+ #:import-path "golang.org/x/sys"
+ ;; Source-only package
+ #:tests? #f
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; Source-only package
+ (delete 'build))))
(synopsis "Go support for low-level system interaction")
(description "This package provides supplemental libraries offering Go
support for low-level interaction with the operating system.")
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58658
; Package
guix-patches
.
(Thu, 05 Jan 2023 14:42:02 GMT)
Full text and
rfc822 format available.
Message #44 received at 58658 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-golang-org-x-net): Update to 0.5.0.
(go-golang-org-x-net): Switch to gexp.
---
gnu/packages/golang.scm | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index f55e708e82..1cbd9358c4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2951,11 +2951,11 @@ (define-public go-github-com-protonmail-go-crypto
(license license:bsd-3)))
(define-public go-golang-org-x-net
- (let ((commit "ba9fcec4b297b415637633c5a6e8fa592e4a16c3")
- (revision "4"))
+ (let ((commit "8e0e7d8d38f2b6d21d742845570dde2902d06a1d")
+ (revision "0"))
(package
(name "go-golang-org-x-net")
- (version (git-version "0.0.0" revision commit))
+ (version (git-version "0.5.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2964,15 +2964,17 @@ (define-public go-golang-org-x-net
(file-name (git-file-name name version))
(sha256
(base32
- "1hbqvy6r0s5h0dpdqw8fynl3cq0acin3iyqki9xvl5r8h33yb9bx"))))
+ "1fidlcn3vcz42v2lc0rpmqh3bz08bcklj6jvnmz2vvgc481ci5hy"))))
(build-system go-build-system)
(arguments
- `(#:import-path "golang.org/x/net"
- ; Source-only package
- #:tests? #f
- #:phases
- (modify-phases %standard-phases
- (delete 'build))))
+ (list
+ #:import-path "golang.org/x/net"
+ ;; Source-only package
+ #:tests? #f
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; Source-only package
+ (delete 'build))))
(synopsis "Go supplemental networking libraries")
(description "This package provides supplemental Go networking libraries.")
(home-page "https://go.googlesource.com/net")
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58658
; Package
guix-patches
.
(Thu, 05 Jan 2023 14:42:03 GMT)
Full text and
rfc822 format available.
Message #47 received at 58658 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Update to 0.0.20211016.
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 1cbd9358c4..234b1df210 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9325,7 +9325,7 @@ (define-public go-github-com-hjson-hjson-go
(define-public go-golang-zx2c4-com-wireguard
(package
(name "go-golang-zx2c4-com-wireguard")
- (version "0.0.20200320")
+ (version "0.0.20211016")
(source
(origin
(method git-fetch)
@@ -9338,7 +9338,7 @@ (define-public go-golang-zx2c4-com-wireguard
(file-name (git-file-name name version))
(sha256
(base32
- "0fy4qsss3i3pkq1rpgjds4aipbwlh1dr9hbbf7jn2a1c63kfks0r"))))
+ "09a4gsh75a8bj71wr042afrma9frriqp60cm0cx6c9a8lv5yzzi0"))))
(build-system go-build-system)
(arguments
'(#:import-path "golang.zx2c4.com/wireguard"))
--
2.38.1
Changed bug title to '[PATCH staging] gnu: go-golang-org-x-net: Update to 0.5.0.' from '[PATCH staging] gnu: go-golang-org-x-net: Update to 0.1.0.'
Request was from
Felix Lechner <felix.lechner <at> lease-up.com>
to
control <at> debbugs.gnu.org
.
(Thu, 05 Jan 2023 14:48:02 GMT)
Full text and
rfc822 format available.
Reply sent
to
Felix Lechner <felix.lechner <at> lease-up.com>
:
You have taken responsibility.
(Sun, 05 Mar 2023 21:03:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Felix Lechner <felix.lechner <at> lease-up.com>
:
bug acknowledged by developer.
(Sun, 05 Mar 2023 21:03:02 GMT)
Full text and
rfc822 format available.
Message #54 received at 58658-done <at> debbugs.gnu.org (full text, mbox):
Hi,
These bugs were superseded by a new bug that tracks the feature branch
for adding Gocryptfs. It can be found here. [1]
Closing.
Kind regards
Felix Lechner
[1] https://issues.guix.gnu.org/61989
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 03 Apr 2023 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 217 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.