GNU bug report logs - #53230
time-machine crashes with type error when passed --disable-authentication

Previous Next

Package: guix;

Reported by: Andrew Tropin <andrew <at> trop.in>

Date: Thu, 13 Jan 2022 14:00:02 UTC

Severity: normal

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 53230 in the body.
You can then email your comments to 53230 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-guix <at> gnu.org:
bug#53230; Package guix. (Thu, 13 Jan 2022 14:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andrew Tropin <andrew <at> trop.in>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 13 Jan 2022 14:00:02 GMT) Full text and rfc822 format available.

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

From: Andrew Tropin <andrew <at> trop.in>
To: bug-guix <at> gnu.org
Subject: Disable authentication seems broken
Date: Thu, 13 Jan 2022 16:58:59 +0300
[Message part 1 (text/plain, inline)]
A day ago I found out that I can't pull/time-machine from my local guix
repo with patches.  After running guix time-machine -C ./channels ...,
guix reported the following:

--8<---------------cut here---------------start------------->8---
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
guix time-machine: warning: channel authentication disabled
Computing Guix derivation for 'x86_64-linux'... -
Backtrace:
          18 (primitive-load "/home/bob/.config/guix/current/bin/guix")
In guix/ui.scm:
   2206:7 17 (run-guix . _)
  2169:10 16 (run-guix-command _ . _)
In ice-9/boot-9.scm:
  1752:10 15 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
  1747:15 14 (with-exception-handler #<procedure 7f66dc8711b0 at ice-9/boot-9.…> …)
In guix/store.scm:
    671:3 13 (_)
In ice-9/boot-9.scm:
  1752:10 12 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
In guix/store.scm:
   658:37 11 (thunk)
In guix/status.scm:
    802:4 10 (call-with-status-report _ _)
In guix/store.scm:
   1320:8  9 (call-with-build-handler _ _)
   1320:8  8 (call-with-build-handler #<procedure 7f66dc887840 at guix/ui.scm:…> …)
  2123:24  7 (run-with-store #<store-connection 256.99 7f66dc829460> _ # _ # _ # …)
In guix/inferior.scm:
   817:16  6 (_ _)
In guix/store.scm:
  1995:38  5 (_ #<store-connection 256.99 7f66ca72bdc0>)
   1468:0  4 (add-temp-root #<store-connection 256.99 7f66ca72bdc0> #<derivatio…>)
In guix/serialization.scm:
   130:20  3 (write-store-path #<derivation /gnu/store/pqn1xr6882907b41j6mybvs…> …)
In unknown file:
           2 (string->utf8 #<derivation /gnu/store/pqn1xr6882907b41j6mybvsg4218…>)
In ice-9/boot-9.scm:
  1685:16  1 (raise-exception _ #:continuable? _)
  1685:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
In procedure string->utf8: Wrong type argument in position 1 (expecting
string): #<derivation /gnu/store/pqn1xr6882907b41j6mybvsg4218kc0k-profile.drv =>
/gnu/store/3hc33q0xlajd75l52grsg8dg1ais2hss-profile 7f66cb7eaeb0>
--8<---------------cut here---------------end--------------->8---

Later I discovered, that the problem isn't related to my local changes,
it reproduces with main guix channel too, also, other people on their
setups reporting the same problem.

Way to reproduce:
1. Find any commit you didn't built guix for earlier.  For example a79ad5fce5.

2.1 Update guix to the latest version and do describe under time-machine: 
guix pull && guix time-machine --commit=a79ad5fce5 --disable-authentication -- describe

2.2 or more preciese and less invasive alternative:
guix time-machine --commit=0f869287ebf -- time-machine --commit=a79ad5fce5 --disable-authentication -- describe


To be sure, I tried it on a separate machine with only guix channel,
which wasn't updated for a while. 2.2 failed the same way as described
at the beginning, but when I tried just:

guix time-machine --commit=a79ad5fce5 --disable-authentication -- describe

it worked.  Also, I did similiar test like in 2.1 with guix pull and
after that guix pull --roll-back, the result is the same.

Skimming throught the latest changes didn't bring any results yet.
Bisecting and building guix, will let you know, if/when I find more.

-- 
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#53230; Package guix. (Thu, 13 Jan 2022 16:25:02 GMT) Full text and rfc822 format available.

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

From: Andrew Tropin <andrew <at> trop.in>
To: 53230 <at> debbugs.gnu.org
Subject: Re: bug#53230: Acknowledgement (Disable authentication seems broken)
Date: Thu, 13 Jan 2022 19:23:48 +0300
[Message part 1 (text/plain, inline)]
Seems issue appeared after 9f371f23eb.  

This one fails:
guix time-machine --commit=9f371f23ebfa20f70b3bfd55dc459b683f21ba91 -- time-machine --commit=d87d6d6812 --disable-authentication -- describe

This one works:
guix time-machine --commit=1a0696e0a6dcde342094712957037c586f572efb -- time-machine --commit=d56a29edb7 --disable-authentication -- describe

-- 
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]

Changed bug title to 'time-machine crashes with type error when passed --disable-authentication' from 'Disable authentication seems broken' Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Thu, 13 Jan 2022 22:16:01 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 13 Jan 2022 22:16:02 GMT) Full text and rfc822 format available.

Notification sent to Andrew Tropin <andrew <at> trop.in>:
bug acknowledged by developer. (Thu, 13 Jan 2022 22:16:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Andrew Tropin <andrew <at> trop.in>
Cc: 53230-done <at> debbugs.gnu.org
Subject: Re: bug#53230: Disable authentication seems broken
Date: Thu, 13 Jan 2022 23:15:47 +0100
Andrew Tropin <andrew <at> trop.in> skribis:

> A day ago I found out that I can't pull/time-machine from my local guix
> repo with patches.  After running guix time-machine -C ./channels ...,
> guix reported the following:
>
> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
> guix time-machine: warning: channel authentication disabled
> Computing Guix derivation for 'x86_64-linux'... -
> Backtrace:
>           18 (primitive-load "/home/bob/.config/guix/current/bin/guix")
> In guix/ui.scm:
>    2206:7 17 (run-guix . _)
>   2169:10 16 (run-guix-command _ . _)
> In ice-9/boot-9.scm:
>   1752:10 15 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
>   1747:15 14 (with-exception-handler #<procedure 7f66dc8711b0 at ice-9/boot-9.…> …)
> In guix/store.scm:
>     671:3 13 (_)
> In ice-9/boot-9.scm:
>   1752:10 12 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
> In guix/store.scm:
>    658:37 11 (thunk)
> In guix/status.scm:
>     802:4 10 (call-with-status-report _ _)
> In guix/store.scm:
>    1320:8  9 (call-with-build-handler _ _)
>    1320:8  8 (call-with-build-handler #<procedure 7f66dc887840 at guix/ui.scm:…> …)
>   2123:24  7 (run-with-store #<store-connection 256.99 7f66dc829460> _ # _ # _ # …)
> In guix/inferior.scm:
>    817:16  6 (_ _)
> In guix/store.scm:
>   1995:38  5 (_ #<store-connection 256.99 7f66ca72bdc0>)
>    1468:0  4 (add-temp-root #<store-connection 256.99 7f66ca72bdc0> #<derivatio…>)
> In guix/serialization.scm:
>    130:20  3 (write-store-path #<derivation /gnu/store/pqn1xr6882907b41j6mybvs…> …)
> In unknown file:
>            2 (string->utf8 #<derivation /gnu/store/pqn1xr6882907b41j6mybvsg4218…>)
> In ice-9/boot-9.scm:
>   1685:16  1 (raise-exception _ #:continuable? _)
>   1685:16  0 (raise-exception _ #:continuable? _)
>
> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> In procedure string->utf8: Wrong type argument in position 1 (expecting
> string): #<derivation /gnu/store/pqn1xr6882907b41j6mybvsg4218kc0k-profile.drv =>
> /gnu/store/3hc33q0xlajd75l52grsg8dg1ais2hss-profile 7f66cb7eaeb0>

Fixed in b1fc98d6b063a117fe2bcc19a60c8b9a48301593, thanks!

Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#53230; Package guix. (Fri, 14 Jan 2022 07:07:01 GMT) Full text and rfc822 format available.

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

From: Andrew Tropin <andrew <at> trop.in>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 53230-done <at> debbugs.gnu.org
Subject: Re: bug#53230: Disable authentication seems broken
Date: Fri, 14 Jan 2022 10:05:40 +0300
[Message part 1 (text/plain, inline)]
On 2022-01-13 23:15, Ludovic Courtès wrote:

> Andrew Tropin <andrew <at> trop.in> skribis:
>
>> A day ago I found out that I can't pull/time-machine from my local guix
>> repo with patches.  After running guix time-machine -C ./channels ...,
>> guix reported the following:
>>
>> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
>> guix time-machine: warning: channel authentication disabled
>> Computing Guix derivation for 'x86_64-linux'... -
>> Backtrace:
>>           18 (primitive-load "/home/bob/.config/guix/current/bin/guix")
>> In guix/ui.scm:
>>    2206:7 17 (run-guix . _)
>>   2169:10 16 (run-guix-command _ . _)
>> In ice-9/boot-9.scm:
>>   1752:10 15 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
>>   1747:15 14 (with-exception-handler #<procedure 7f66dc8711b0 at ice-9/boot-9.…> …)
>> In guix/store.scm:
>>     671:3 13 (_)
>> In ice-9/boot-9.scm:
>>   1752:10 12 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
>> In guix/store.scm:
>>    658:37 11 (thunk)
>> In guix/status.scm:
>>     802:4 10 (call-with-status-report _ _)
>> In guix/store.scm:
>>    1320:8  9 (call-with-build-handler _ _)
>>    1320:8  8 (call-with-build-handler #<procedure 7f66dc887840 at guix/ui.scm:…> …)
>>   2123:24  7 (run-with-store #<store-connection 256.99 7f66dc829460> _ # _ # _ # …)
>> In guix/inferior.scm:
>>    817:16  6 (_ _)
>> In guix/store.scm:
>>   1995:38  5 (_ #<store-connection 256.99 7f66ca72bdc0>)
>>    1468:0  4 (add-temp-root #<store-connection 256.99 7f66ca72bdc0> #<derivatio…>)
>> In guix/serialization.scm:
>>    130:20  3 (write-store-path #<derivation /gnu/store/pqn1xr6882907b41j6mybvs…> …)
>> In unknown file:
>>            2 (string->utf8 #<derivation /gnu/store/pqn1xr6882907b41j6mybvsg4218…>)
>> In ice-9/boot-9.scm:
>>   1685:16  1 (raise-exception _ #:continuable? _)
>>   1685:16  0 (raise-exception _ #:continuable? _)
>>
>> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
>> In procedure string->utf8: Wrong type argument in position 1 (expecting
>> string): #<derivation /gnu/store/pqn1xr6882907b41j6mybvsg4218kc0k-profile.drv =>
>> /gnu/store/3hc33q0xlajd75l52grsg8dg1ais2hss-profile 7f66cb7eaeb0>
>
> Fixed in b1fc98d6b063a117fe2bcc19a60c8b9a48301593, thanks!
>

Thank you very much!  Tested this commit, --disable-authentication works
now!)

-- 
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#53230; Package guix. (Fri, 14 Jan 2022 14:58:02 GMT) Full text and rfc822 format available.

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

From: Andrew Tropin <andrew <at> trop.in>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 53230-done <at> debbugs.gnu.org
Subject: Re: bug#53230: Disable authentication seems broken
Date: Fri, 14 Jan 2022 17:56:47 +0300
[Message part 1 (text/plain, inline)]
On 2022-01-13 23:15, Ludovic Courtès wrote:

> Andrew Tropin <andrew <at> trop.in> skribis:
>
>> A day ago I found out that I can't pull/time-machine from my local guix
>> repo with patches.  After running guix time-machine -C ./channels ...,
>> guix reported the following:
>>
>> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
>> guix time-machine: warning: channel authentication disabled
>> Computing Guix derivation for 'x86_64-linux'... -
>> Backtrace:
>>           18 (primitive-load "/home/bob/.config/guix/current/bin/guix")
>> In guix/ui.scm:
>>    2206:7 17 (run-guix . _)
>>   2169:10 16 (run-guix-command _ . _)
>> In ice-9/boot-9.scm:
>>   1752:10 15 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
>>   1747:15 14 (with-exception-handler #<procedure 7f66dc8711b0 at ice-9/boot-9.…> …)
>> In guix/store.scm:
>>     671:3 13 (_)
>> In ice-9/boot-9.scm:
>>   1752:10 12 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
>> In guix/store.scm:
>>    658:37 11 (thunk)
>> In guix/status.scm:
>>     802:4 10 (call-with-status-report _ _)
>> In guix/store.scm:
>>    1320:8  9 (call-with-build-handler _ _)
>>    1320:8  8 (call-with-build-handler #<procedure 7f66dc887840 at guix/ui.scm:…> …)
>>   2123:24  7 (run-with-store #<store-connection 256.99 7f66dc829460> _ # _ # _ # …)
>> In guix/inferior.scm:
>>    817:16  6 (_ _)
>> In guix/store.scm:
>>   1995:38  5 (_ #<store-connection 256.99 7f66ca72bdc0>)
>>    1468:0  4 (add-temp-root #<store-connection 256.99 7f66ca72bdc0> #<derivatio…>)
>> In guix/serialization.scm:
>>    130:20  3 (write-store-path #<derivation /gnu/store/pqn1xr6882907b41j6mybvs…> …)
>> In unknown file:
>>            2 (string->utf8 #<derivation /gnu/store/pqn1xr6882907b41j6mybvsg4218…>)
>> In ice-9/boot-9.scm:
>>   1685:16  1 (raise-exception _ #:continuable? _)
>>   1685:16  0 (raise-exception _ #:continuable? _)
>>
>> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
>> In procedure string->utf8: Wrong type argument in position 1 (expecting
>> string): #<derivation /gnu/store/pqn1xr6882907b41j6mybvsg4218kc0k-profile.drv =>
>> /gnu/store/3hc33q0xlajd75l52grsg8dg1ais2hss-profile 7f66cb7eaeb0>
>
> Fixed in b1fc98d6b063a117fe2bcc19a60c8b9a48301593, thanks!
>
> Ludo’.

Oops,

guix time-machine --disable-authentication -- describe

fails with:

--8<---------------cut here---------------start------------->8---
Backtrace:
           7 (primitive-load "/home/bob/.config/guix/current/bin/guix")
In guix/ui.scm:
   2209:7  6 (run-guix . _)
  2172:10  5 (run-guix-command _ . _)
In ice-9/boot-9.scm:
  1752:10  4 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _)
  1747:15  3 (with-exception-handler #<procedure 7fc91eff8fc0 at ice-9/boot-9.scm:1831:7 (exn)> _ #:unwind? _ #:unwind-for-type _)
In guix/scripts/time-machine.scm:
   158:28  2 (_)
In unknown file:
           1 (string-append #<derivation /gnu/store/18bv09fgcchf1ymxz5x4hq8bc9igsiq2-profile.drv => /gnu/store/gqbh9r3v6zba7066k2xbaf5hyqx15d8p-profile 7fc90d4bdd20> "/b…")
In ice-9/boot-9.scm:
  1685:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
In procedure string-append: Wrong type (expecting string): #<derivation /gnu/store/18bv09fgcchf1ymxz5x4hq8bc9igsiq2-profile.drv => /gnu/store/gqbh9r3v6zba7066k2xbaf5hyqx15d8p-profile 7fc90d4bdd20>
--8<---------------cut here---------------end--------------->8---

But

guix time-machine --commit=bccfcef4 -- time-machine --disable-authentication -- describe

works fine.

Probably, I forgot to remove a workaround, when I was testing
b1fc98d6b063a117fe2bcc19a60c8b9a48301593.

-- 
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#53230; Package guix. (Mon, 17 Jan 2022 18:13:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Andrew Tropin <andrew <at> trop.in>
Cc: 53230-done <at> debbugs.gnu.org
Subject: Re: bug#53230: Disable authentication seems broken
Date: Mon, 17 Jan 2022 19:12:25 +0100
Andrew Tropin <andrew <at> trop.in> skribis:

> On 2022-01-13 23:15, Ludovic Courtès wrote:
>
>> Andrew Tropin <andrew <at> trop.in> skribis:

[...]

>>>    1468:0  4 (add-temp-root #<store-connection 256.99 7f66ca72bdc0> #<derivatio…>)
>>> In guix/serialization.scm:
>>>    130:20  3 (write-store-path #<derivation /gnu/store/pqn1xr6882907b41j6mybvs…> …)
>>> In unknown file:
>>>            2 (string->utf8 #<derivation /gnu/store/pqn1xr6882907b41j6mybvsg4218…>)
>>> In ice-9/boot-9.scm:
>>>   1685:16  1 (raise-exception _ #:continuable? _)
>>>   1685:16  0 (raise-exception _ #:continuable? _)
>>>
>>> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
>>> In procedure string->utf8: Wrong type argument in position 1 (expecting
>>> string): #<derivation /gnu/store/pqn1xr6882907b41j6mybvsg4218kc0k-profile.drv =>
>>> /gnu/store/3hc33q0xlajd75l52grsg8dg1ais2hss-profile 7f66cb7eaeb0>
>>
>> Fixed in b1fc98d6b063a117fe2bcc19a60c8b9a48301593, thanks!

[...]

> In guix/scripts/time-machine.scm:
>    158:28  2 (_)
> In unknown file:
>            1 (string-append #<derivation /gnu/store/18bv09fgcchf1ymxz5x4hq8bc9igsiq2-profile.drv => /gnu/store/gqbh9r3v6zba7066k2xbaf5hyqx15d8p-profile 7fc90d4bdd20> "/b…")
> In ice-9/boot-9.scm:
>   1685:16  0 (raise-exception _ #:continuable? _)
>
> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> In procedure string-append: Wrong type (expecting string): #<derivation /gnu/store/18bv09fgcchf1ymxz5x4hq8bc9igsiq2-profile.drv => /gnu/store/gqbh9r3v6zba7066k2xbaf5hyqx15d8p-profile 7fc90d4bdd20>

My bad, fixed for good in a9cc79d9f3a4448b821ebd8f394a1c7b0004a0ba.

Thanks,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#53230; Package guix. (Fri, 21 Jan 2022 08:25:01 GMT) Full text and rfc822 format available.

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

From: Andrew Tropin <andrew <at> trop.in>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 53230-done <at> debbugs.gnu.org
Subject: Re: bug#53230: Disable authentication seems broken
Date: Fri, 21 Jan 2022 11:24:30 +0300
[Message part 1 (text/plain, inline)]
On 2022-01-17 19:12, Ludovic Courtès wrote:

> Andrew Tropin <andrew <at> trop.in> skribis:
>
>> On 2022-01-13 23:15, Ludovic Courtès wrote:
>>
>>> Andrew Tropin <andrew <at> trop.in> skribis:
>
> [...]
>
>>>>    1468:0  4 (add-temp-root #<store-connection 256.99 7f66ca72bdc0> #<derivatio…>)
>>>> In guix/serialization.scm:
>>>>    130:20  3 (write-store-path #<derivation /gnu/store/pqn1xr6882907b41j6mybvs…> …)
>>>> In unknown file:
>>>>            2 (string->utf8 #<derivation /gnu/store/pqn1xr6882907b41j6mybvsg4218…>)
>>>> In ice-9/boot-9.scm:
>>>>   1685:16  1 (raise-exception _ #:continuable? _)
>>>>   1685:16  0 (raise-exception _ #:continuable? _)
>>>>
>>>> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
>>>> In procedure string->utf8: Wrong type argument in position 1 (expecting
>>>> string): #<derivation /gnu/store/pqn1xr6882907b41j6mybvsg4218kc0k-profile.drv =>
>>>> /gnu/store/3hc33q0xlajd75l52grsg8dg1ais2hss-profile 7f66cb7eaeb0>
>>>
>>> Fixed in b1fc98d6b063a117fe2bcc19a60c8b9a48301593, thanks!
>
> [...]
>
>> In guix/scripts/time-machine.scm:
>>    158:28  2 (_)
>> In unknown file:
>>            1 (string-append #<derivation /gnu/store/18bv09fgcchf1ymxz5x4hq8bc9igsiq2-profile.drv => /gnu/store/gqbh9r3v6zba7066k2xbaf5hyqx15d8p-profile 7fc90d4bdd20> "/b…")
>> In ice-9/boot-9.scm:
>>   1685:16  0 (raise-exception _ #:continuable? _)
>>
>> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
>> In procedure string-append: Wrong type (expecting string): #<derivation /gnu/store/18bv09fgcchf1ymxz5x4hq8bc9igsiq2-profile.drv => /gnu/store/gqbh9r3v6zba7066k2xbaf5hyqx15d8p-profile 7fc90d4bdd20>
>
> My bad, fixed for good in a9cc79d9f3a4448b821ebd8f394a1c7b0004a0ba.

Thank you for the fix!)

-- 
Best regards,
Andrew Tropin
[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. (Fri, 18 Feb 2022 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 39 days ago.

Previous Next


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