GNU bug report logs - #72541
[PATCH] gnu: gerbv: Fix missing version.

Previous Next

Package: guix-patches;

Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>

Date: Fri, 9 Aug 2024 12:02:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Evgeny Pisemsky <mail <at> pisemsky.site>
Subject: bug#72541: closed (Re: [bug#72541] [PATCH] gnu: gerbv: Fix
 missing version.)
Date: Sat, 04 Jan 2025 18:44:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72541: [PATCH] gnu: gerbv: Fix missing version.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 72541 <at> debbugs.gnu.org.

-- 
72541: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72541
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Evgeny Pisemsky <mail <at> pisemsky.site>
Cc: 72541-done <at> debbugs.gnu.org
Subject: Re: [bug#72541] [PATCH] gnu: gerbv: Fix missing version.
Date: Sat, 04 Jan 2025 19:43:24 +0100
[Message part 3 (text/plain, inline)]
Hi,

Evgeny Pisemsky <mail <at> pisemsky.site> skribis:

> From f85ab2e24f0da292f639c07f4d66430896b18d13 Mon Sep 17 00:00:00 2001
> Message-ID: <f85ab2e24f0da292f639c07f4d66430896b18d13.1735929709.git.mail <at> pisemsky.site>
> From: Evgeny Pisemsky <mail <at> pisemsky.site>
> Date: Fri, 3 Jan 2025 21:40:01 +0300
> Subject: [PATCH] gnu: gerbv: Fix missing version.
>
> * gnu/packages/engineering.scm (gerbv): Fix missing version.
> [source]: Change indentation.
> [arguments]: Set correct configure flags, patch version generator shebang.
>
> Change-Id: I29a38fff03127d9ce2b5e04ca638dacfc3720125

Finally applied with the change below.

Thanks,
Ludo’.

[Message part 4 (text/x-patch, inline)]
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 5b43f8787e..f9c4ac9bbd 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -862,7 +862,7 @@ (define-public gerbv
                          gettext-minimal
                          ;; Version generator needs git to work properly:
                          ;; https://github.com/gerbv/gerbv/issues/244
-                         git
+                         git-minimal/pinned
                          `(,glib "bin")
                          libtool
                          pkg-config))
[Message part 5 (message/rfc822, inline)]
From: Evgeny Pisemsky <mail <at> pisemsky.site>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: gerbv: Fix missing version.
Date: Fri, 09 Aug 2024 15:00:51 +0300
[Message part 6 (text/plain, inline)]
This program currently lacks version number everywhere - in pkgconfig,
in CLI and in GUI, because it is generated by a script that needs git
and updating shebang. This patch fixes the problem.

[0001-gnu-gerbv-Fix-missing-version.patch (text/x-patch, attachment)]

This bug report was last modified 215 days ago.

Previous Next


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