GNU bug report logs - #66811
[PATCH] gnu: Deprecate the "go-github-com-lucas-clemente-quic-go" variable.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Sun, 29 Oct 2023 08:59:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

To reply to this bug, email your comments to 66811 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#66811; Package guix-patches. (Sun, 29 Oct 2023 08:59:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 29 Oct 2023 08:59:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Deprecate the "go-github-com-lucas-clemente-quic-go"
 variable.
Date: Sun, 29 Oct 2023 11:57:37 +0300
[Message part 1 (text/plain, inline)]
Hello,

this patch renames "go-github-com-lucas-clemente-quic-go" to
"go-github-com-quic-go-quic-go" to match the upstream. [1]
[0001-gnu-Deprecate-the-go-github-com-lucas-clemente-quic-.patch (text/x-diff, attachment)]
[Message part 3 (text/plain, inline)]
Thanks,

- avp

References:
1. https://github.com/quic-go/quic-go

-- 
Artyom "avp" Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#66811; Package guix-patches. (Wed, 24 Jan 2024 12:47:01 GMT) Full text and rfc822 format available.

Message #8 received at 66811 <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 66811 <at> debbugs.gnu.org
Subject: [PATCH] gnu: Deprecate the "go-github-com-lucas-clemente-quic-go"
 variable.
Date: Wed, 24 Jan 2024 12:46:14 +0000
[Message part 1 (text/plain, inline)]
Hi,

--8<---------------cut here---------------start------------->8---
+       #:tests? #f
+       #:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'fix-repository-path
+           (lambda _
+             (substitute* (find-files "src/github.com/quic-go/quic-go/" ".*\\.go|.*\\.mod")
+               (("lucas-clemente")
+                "quic-go")))))))
--8<---------------cut here---------------end--------------->8---

Did you try to build the packe with #:unpack-path?

Something like this:
--8<---------------cut here---------------start------------->8---
     (arguments
     '(#:import-path "github.com/quic-go/quic-go"
       #:unpack-path "github.com/quic-go/quic-go"
--8<---------------cut here---------------end--------------->8---

Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]

Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Sat, 06 Apr 2024 22:17:01 GMT) Full text and rfc822 format available.

Notification sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
bug acknowledged by developer. (Sat, 06 Apr 2024 22:17:02 GMT) Full text and rfc822 format available.

Message #13 received at 66811-done <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 66811-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Deprecate the "go-github-com-lucas-clemente-quic-go"
 variable.
Date: Sat, 06 Apr 2024 23:15:53 +0100
[Message part 1 (application/pgp-encrypted, inline)]
[Message part 2 (application/octet-stream, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#66811; Package guix-patches. (Sat, 06 Apr 2024 22:18:04 GMT) Full text and rfc822 format available.

Message #16 received at 66811-done <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 66811-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Deprecate the "go-github-com-lucas-clemente-quic-go"
 variable.
Date: Sat, 06 Apr 2024 23:17:02 +0100
[Message part 1 (text/plain, inline)]
Closing as it was pushed as 3634c55ce48a73a5b728f74a3e890ba3f9b43bcb to master.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 27 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.