GNU bug report logs - #73454
mix-build-system does not support git-version output

Previous Next

Package: guix;

Reported by: paul <goodoldpaul <at> autistici.org>

Date: Tue, 24 Sep 2024 16:41:02 UTC

Severity: normal

Done: paul <goodoldpaul <at> autistici.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: paul <goodoldpaul <at> autistici.org>
Subject: bug#73454: closed (Close)
Date: Sun, 13 Oct 2024 22:20:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#73454: mix-build-system does not support git-version output

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

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

-- 
73454: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73454
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: paul <goodoldpaul <at> autistici.org>
To: 73454-done <at> debbugs.gnu.org
Subject: Close
Date: Mon, 14 Oct 2024 00:09:39 +0200
Fixed by 9a966bace1ce6a038ab580fe9103afa588101449


[Message part 3 (message/rfc822, inline)]
From: paul <goodoldpaul <at> autistici.org>
To: bug-guix <at> gnu.org
Subject: mix-build-system does not support git-version output
Date: Tue, 24 Sep 2024 18:14:52 +0200
[Message part 4 (text/plain, inline)]
Dear Guix,

consider the following procedure invokation:

scheme@(guile-user)> (package-name->elixir-name "elixir-a-pkg-1.2.3")
$1 = "a_pkg"

This is the behaviour manifested when the procedure is called with a 
version created with the git-version procedure from (guix git-download):

scheme@(guile-user)> (package-name->elixir-name "a_pkg-0.0.0-0.e51e36e")
$1 = "a_pkg_0.0.0

while the expected behaviour would be:

scheme@(guile-user)> (package-name->elixir-name "a_pkg-0.0.0-0.e51e36e")
$1 = "a_pkg"

I'm sending a patch addressing this, thank you for your work!
[Message part 5 (text/html, inline)]

This bug report was last modified 221 days ago.

Previous Next


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