GNU bug report logs -
#69998
[PATCH guile-web] libraries: Use guile-gnunet’s real name.
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 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.
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):
* 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):
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):
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):
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):
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):
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):
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):
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.