GNU bug report logs - #69998
[PATCH guile-web] libraries: Use guile-gnunet’s real name.

Previous Next

Package: guile;

Reported by: Florian Pelz <pelzflorian <at> pelzflorian.de>

Date: Mon, 25 Mar 2024 16:33:02 UTC

Severity: normal

Tags: moreinfo, patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69998 in the body.
You can then email your comments to 69998 AT debbugs.gnu.org in the normal way.

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

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


Report forwarded to bug-guile <at> gnu.org:
bug#69998; Package guile. (Mon, 25 Mar 2024 16:33:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Florian Pelz <pelzflorian <at> pelzflorian.de>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Mon, 25 Mar 2024 16:33:02 GMT) Full text and rfc822 format available.

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

From: Florian Pelz <pelzflorian <at> pelzflorian.de>
To: bug-guile <at> gnu.org
Cc: Florian Pelz <pelzflorian <at> pelzflorian.de>
Subject: [PATCH guile-web] libraries: Use guile-gnunet’s real name.
Date: Mon, 25 Mar 2024 13:08:55 +0100
* website/apps/base/libraries-page.scm (guix->package)[real-name]:
Add special case.
---
 website/apps/base/libraries-page.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/apps/base/libraries-page.scm b/website/apps/base/libraries-page.scm
index 6dae8cc..371060e 100644
--- a/website/apps/base/libraries-page.scm
+++ b/website/apps/base/libraries-page.scm
@@ -71,7 +71,7 @@
   "Return the <package> record corresponding to PKG, a Guix package."
   (define real-name
     (let ((name (guix:package-name pkg)))
-      (cond ((member name '("guile-bash" "guile-wm"))
+      (cond ((member name '("guile-bash" "guile-gnunet" "guile-wm"))
              name)
             ((or (string-prefix? "guile-" name)
                  (string-prefix? "guile2.0-" name)

base-commit: 3df4c6d456c92befe672c815a40c645fec496b1f
-- 
2.41.0





Information forwarded to bug-guile <at> gnu.org:
bug#69998; Package guile. (Fri, 26 Apr 2024 13:52:11 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Florian Pelz <pelzflorian <at> pelzflorian.de>
Cc: 69998 <at> debbugs.gnu.org
Subject: Re: bug#69998: [PATCH guile-web] libraries: Use guile-gnunet’s real name.
Date: Fri, 26 Apr 2024 09:50:50 -0400
Hi Florian,

Florian Pelz <pelzflorian <at> pelzflorian.de> writes:

> * website/apps/base/libraries-page.scm (guix->package)[real-name]:
> Add special case.
> ---
>  website/apps/base/libraries-page.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/website/apps/base/libraries-page.scm b/website/apps/base/libraries-page.scm
> index 6dae8cc..371060e 100644
> --- a/website/apps/base/libraries-page.scm
> +++ b/website/apps/base/libraries-page.scm
> @@ -71,7 +71,7 @@
>    "Return the <package> record corresponding to PKG, a Guix package."
>    (define real-name
>      (let ((name (guix:package-name pkg)))
> -      (cond ((member name '("guile-bash" "guile-wm"))
> +      (cond ((member name '("guile-bash" "guile-gnunet" "guile-wm"))
>               name)
>              ((or (string-prefix? "guile-" name)
>                   (string-prefix? "guile2.0-" name)
>
> base-commit: 3df4c6d456c92befe672c815a40c645fec496b1f

To which repo is this to be applied?  I expected 'guix-artwork', which
holds the website, but it has no such commit nor libraries-page.scm
file.

-- 
Thanks,
Maxim




Added tag(s) moreinfo. Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 26 Apr 2024 13:53:13 GMT) Full text and rfc822 format available.

Information forwarded to bug-guile <at> gnu.org:
bug#69998; Package guile. (Sat, 27 Apr 2024 07:24:03 GMT) Full text and rfc822 format available.

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

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 69998 <at> debbugs.gnu.org
Subject: Re: bug#69998: [PATCH guile-web] libraries: Use guile-gnunet’s real name.
Date: Sat, 27 Apr 2024 09:22:55 +0200
Hello Maxim, this patch is confusingly about the Guile website, not
Guix. ;)  That is https://git.savannah.gnu.org/git/guile/guile-web.git

It uses Guix to generate the Guile package list, where guile-gnunet has
homepage https://gnu.org/software/guix and is thus called Guix in the
Guile website library page.  This patch special-cases guile-gnunet like
other special-case libraries.

Thank you for looking at the patch, though I do not know if you can push
to guile-web.git.

Regards,
Florian




Information forwarded to bug-guile <at> gnu.org:
bug#69998; Package guile. (Wed, 08 May 2024 19:54:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
Cc: 69998 <at> debbugs.gnu.org
Subject: Re: bug#69998: [PATCH guile-web] libraries: Use guile-gnunet’s real name.
Date: Wed, 08 May 2024 15:52:48 -0400
Hi Florian,

"pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> writes:

> Hello Maxim, this patch is confusingly about the Guile website, not
> Guix. ;)  That is https://git.savannah.gnu.org/git/guile/guile-web.git
>
> It uses Guix to generate the Guile package list, where guile-gnunet has
> homepage https://gnu.org/software/guix and is thus called Guix in the
> Guile website library page.  This patch special-cases guile-gnunet like
> other special-case libraries.
>
> Thank you for looking at the patch, though I do not know if you can push
> to guile-web.git.

Nope; you'll want to ping one of the Guile committers, sorry about that!

-- 
Thanks,
Maxim




Information forwarded to bug-guile <at> gnu.org:
bug#69998; Package guile. (Wed, 05 Jun 2024 17:17:02 GMT) Full text and rfc822 format available.

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

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: 69998 <at> debbugs.gnu.org
Cc: Andy Wingo <wingo <at> pobox.com>,
 Ludovic Courtès <ludo <at> gnu.org>
Subject: Re: bug#69998: [PATCH guile-web] libraries: Use guile-gnunet’s real name.
Date: Wed, 05 Jun 2024 19:16:21 +0200
Ping.  I would be grateful if you maintainers could push this Libraries
web page fix to guile-web.git.

Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:

> Hi Florian,
>
> "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> writes:
>
>> Hello Maxim, this patch is confusingly about the Guile website, not
>> Guix. ;)  That is https://git.savannah.gnu.org/git/guile/guile-web.git
>>
>> It uses Guix to generate the Guile package list, where guile-gnunet has
>> homepage https://gnu.org/software/guix and is thus called Guix in the
>> Guile website library page.  This patch special-cases guile-gnunet like
>> other special-case libraries.
>>
>> Thank you for looking at the patch, though I do not know if you can push
>> to guile-web.git.
>
> Nope; you'll want to ping one of the Guile committers, sorry about that!

Regards,
Florian




Information forwarded to bug-guile <at> gnu.org:
bug#69998; Package guile. (Fri, 16 Aug 2024 19:47:01 GMT) Full text and rfc822 format available.

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

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: 69998 <at> debbugs.gnu.org
Cc: Andy Wingo <wingo <at> pobox.com>,
 Ludovic Courtès <ludo <at> gnu.org>
Subject: Re: bug#69998: [PATCH guile-web] libraries: Use guile-gnunet’s real name.
Date: Fri, 16 Aug 2024 21:45:53 +0200
Ping.

"pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> writes:
> Ping.  I would be grateful if you maintainers could push this Libraries
> web page fix to guile-web.git.
>
> Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
>
>> Hi Florian,
>>
>> "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> writes:
>>
>>> Hello Maxim, this patch is confusingly about the Guile website, not
>>> Guix. ;)  That is https://git.savannah.gnu.org/git/guile/guile-web.git
>>>
>>> It uses Guix to generate the Guile package list, where guile-gnunet has
>>> homepage https://gnu.org/software/guix and is thus called Guix in the
>>> Guile website library page.  This patch special-cases guile-gnunet like
>>> other special-case libraries.
>>>
>>> Thank you for looking at the patch, though I do not know if you can push
>>> to guile-web.git.
>>
>> Nope; you'll want to ping one of the Guile committers, sorry about that!
>
> Regards,
> Florian




Information forwarded to bug-guile <at> gnu.org:
bug#69998; Package guile. (Mon, 30 Dec 2024 05:33:02 GMT) Full text and rfc822 format available.

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

From: Evgeny Pisemsky <mail <at> pisemsky.site>
To: 69998 <at> debbugs.gnu.org
Cc: Andy Wingo <wingo <at> pobox.com>,
 Ludovic Courtès <ludo <at> gnu.org>,
 "pelzflorian \(Florian Pelz\)" <pelzflorian <at> pelzflorian.de>
Subject: Re: bug#69998: [PATCH guile-web] libraries: Use guile-gnunet’s real name.
Date: Mon, 30 Dec 2024 08:30:15 +0300
Hi.

I too noticed that "guix" is displayed with the description of
"guile-gnunet", so they appear to be mixed into a single entry.

And I found similar older issue with the "guile-email" package:

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=49064

So it might also need a special case.




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Wed, 26 Feb 2025 15:22:02 GMT) Full text and rfc822 format available.

Notification sent to Florian Pelz <pelzflorian <at> pelzflorian.de>:
bug acknowledged by developer. (Wed, 26 Feb 2025 15:22:03 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Florian Pelz <pelzflorian <at> pelzflorian.de>
Cc: 69998-done <at> debbugs.gnu.org
Subject: Re: bug#69998: [PATCH guile-web] libraries: Use guile-gnunet’s real name.
Date: Wed, 26 Feb 2025 16:20:42 +0100
Hi,

Florian Pelz <pelzflorian <at> pelzflorian.de> skribis:

> * website/apps/base/libraries-page.scm (guix->package)[real-name]:
> Add special case.

Finally applied.  It won’t show up until someone redeploys the web site
though…

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 27 Mar 2025 11:24:28 GMT) Full text and rfc822 format available.

This bug report was last modified 105 days ago.

Previous Next


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