GNU bug report logs - #63460
[PATCH] build: Add dependency on guix script for help2man targets.

Previous Next

Package: guix-patches;

Reported by: Josselin Poiret <dev <at> jpoiret.xyz>

Date: Fri, 12 May 2023 08:01:02 UTC

Severity: normal

Tags: patch

Done: Josselin Poiret <dev <at> jpoiret.xyz>

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 63460 in the body.
You can then email your comments to 63460 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 guix-patches <at> gnu.org:
bug#63460; Package guix-patches. (Fri, 12 May 2023 08:01:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Josselin Poiret <dev <at> jpoiret.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 12 May 2023 08:01:02 GMT) Full text and rfc822 format available.

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

From: Josselin Poiret <dev <at> jpoiret.xyz>
To: guix-patches <at> gnu.org
Cc: Josselin Poiret <dev <at> jpoiret.xyz>
Subject: [PATCH] build: Add dependency on guix script for help2man targets.
Date: Fri, 12 May 2023 10:00:00 +0200
From: Josselin Poiret <dev <at> jpoiret.xyz>

* doc/local.mk: Add dependency on guix script for help2man targets.
---
 doc/local.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/local.mk b/doc/local.mk
index 89285b9f35..9d1e3ff7e4 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -229,8 +229,8 @@ $(srcdir)/%D%/guix.1: scripts/guix.in $(sub_commands_mans)
 # The 'case' ensures the man pages are only generated if the corresponding
 # source script (the first prerequisite) has been changed.  The $(GOBJECTS)
 # prerequisite is solely meant to force these docs to be made only after all
-# Guile modules have been compiled.
-$(srcdir)/%D%/guix-%.1: guix/scripts/%.scm $(GOBJECTS)
+# Guile modules have been compiled.  We also need the guix script to exist.
+$(srcdir)/%D%/guix-%.1: scripts/guix guix/scripts/%.scm $(GOBJECTS)
 	-@case '$?' in \
 	  *$<*) $(AM_V_P) && set -x || echo "  HELP2MAN $@"; \
 	        $(gen_man) --output="$@" "guix $*";; \

base-commit: 60cf9866cfd01bd0492bdc427a016e26d779bb4e
-- 
2.40.1





Information forwarded to guix-patches <at> gnu.org:
bug#63460; Package guix-patches. (Thu, 08 Jun 2023 21:02:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: 63460 <at> debbugs.gnu.org
Subject: Re: bug#63460: [PATCH] build: Add dependency on guix script for
 help2man targets.
Date: Thu, 08 Jun 2023 23:01:24 +0200
Josselin Poiret <dev <at> jpoiret.xyz> skribis:

> From: Josselin Poiret <dev <at> jpoiret.xyz>
>
> * doc/local.mk: Add dependency on guix script for help2man targets.

LGTM, thanks!




Information forwarded to guix-patches <at> gnu.org:
bug#63460; Package guix-patches. (Tue, 15 Aug 2023 19:47:01 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: 63460 <at> debbugs.gnu.org
Subject: Re: bug#63460: [PATCH] build: Add dependency on guix script for
 help2man targets.
Date: Tue, 15 Aug 2023 21:46:10 +0200
Hey!

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

> Josselin Poiret <dev <at> jpoiret.xyz> skribis:
>
>> From: Josselin Poiret <dev <at> jpoiret.xyz>
>>
>> * doc/local.mk: Add dependency on guix script for help2man targets.
>
> LGTM, thanks!

Gently ping: looks like it feel through the cracks.  :-)

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#63460; Package guix-patches. (Wed, 16 Aug 2023 07:55:01 GMT) Full text and rfc822 format available.

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

From: Josselin Poiret <dev <at> jpoiret.xyz>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 63460 <at> debbugs.gnu.org
Subject: Re: bug#63460: [PATCH] build: Add dependency on guix script for
 help2man targets.
Date: Wed, 16 Aug 2023 09:54:28 +0200
[Message part 1 (text/plain, inline)]
Hey Ludo,

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

> Gently ping: looks like it feel through the cracks.  :-)

Thanks, I thought I had merged it!  Putting it in my (ever-growing) queue.

Best,
-- 
Josselin Poiret
[signature.asc (application/pgp-signature, inline)]

Reply sent to Josselin Poiret <dev <at> jpoiret.xyz>:
You have taken responsibility. (Fri, 25 Aug 2023 16:30:02 GMT) Full text and rfc822 format available.

Notification sent to Josselin Poiret <dev <at> jpoiret.xyz>:
bug acknowledged by developer. (Fri, 25 Aug 2023 16:30:03 GMT) Full text and rfc822 format available.

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

From: Josselin Poiret <dev <at> jpoiret.xyz>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 63460-done <at> debbugs.gnu.org
Subject: Re: bug#63460: [PATCH] build: Add dependency on guix script for
 help2man targets.
Date: Fri, 25 Aug 2023 18:29:41 +0200
[Message part 1 (text/plain, inline)]
Hi,

Pushed as ca8acad38264dd29a808904d3ce8e7249194d95f.

Closing.

Best,
-- 
Josselin Poiret
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 23 Sep 2023 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 208 days ago.

Previous Next


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