GNU bug report logs - #58495
opam import generates wrong check phase

Previous Next

Package: guix;

Reported by: Csepp <raingloom <at> riseup.net>

Date: Thu, 13 Oct 2022 15:33:01 UTC

Severity: normal

Done: Julien Lepiller <julien <at> lepiller.eu>

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 58495 in the body.
You can then email your comments to 58495 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#58495; Package guix. (Thu, 13 Oct 2022 15:33:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Csepp <raingloom <at> riseup.net>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 13 Oct 2022 15:33:01 GMT) Full text and rfc822 format available.

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

From: Csepp <raingloom <at> riseup.net>
To: Bug reports for GNU Guix <bug-guix <at> gnu.org>
Subject: opam import generates wrong check phase
Date: Thu, 13 Oct 2022 17:03:43 +0200
So I'm working on building MirageOS unikernels with Guix, which means
using the OPAM importer *a lot*, which unearths some very Fun TM bugs.
Here is the first one:

guix import opam mirage-clock

The correct check phase is this:
```
(replace 'check
           (lambda* (#:key tests? #:allow-other-keys)
             (invoke "dune" "runtest" "--release")))
```




Information forwarded to bug-guix <at> gnu.org:
bug#58495; Package guix. (Thu, 13 Oct 2022 15:45:02 GMT) Full text and rfc822 format available.

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

From: Julien Lepiller <julien <at> lepiller.eu>
To: bug-guix <at> gnu.org, Csepp <raingloom <at> riseup.net>, 58495 <at> debbugs.gnu.org
Subject: Re: bug#58495: opam import generates wrong check phase
Date: Thu, 13 Oct 2022 17:44:22 +0200
[Message part 1 (text/plain, inline)]
Maybe this could be fixed in the dune-build-system?

Le 13 octobre 2022 17:03:43 GMT+02:00, Csepp <raingloom <at> riseup.net> a écrit :
>So I'm working on building MirageOS unikernels with Guix, which means
>using the OPAM importer *a lot*, which unearths some very Fun TM bugs.
>Here is the first one:
>
>guix import opam mirage-clock
>
>The correct check phase is this:
>```
>(replace 'check
>           (lambda* (#:key tests? #:allow-other-keys)
>             (invoke "dune" "runtest" "--release")))
>```
>
>
>
[Message part 2 (text/html, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#58495; Package guix. (Thu, 13 Oct 2022 15:45:02 GMT) Full text and rfc822 format available.

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

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

From: Csepp <raingloom <at> riseup.net>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 58495 <at> debbugs.gnu.org, bug-guix <at> gnu.org, Csepp <raingloom <at> riseup.net>
Subject: Re: bug#58495: opam import generates wrong check phase
Date: Thu, 13 Oct 2022 18:16:18 +0200
Julien Lepiller <julien <at> lepiller.eu> writes:

> Maybe this could be fixed in the dune-build-system?
>
Actually, good call.  I'll look into it, unless you want to take a stab
at it.




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

Information forwarded to bug-guix <at> gnu.org:
bug#58495; Package guix. (Sat, 28 Jan 2023 12:26:02 GMT) Full text and rfc822 format available.

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

From: Julien Lepiller <julien <at> lepiller.eu>
To: Csepp <raingloom <at> riseup.net>
Cc: 58495 <at> debbugs.gnu.org, bug-guix <at> gnu.org
Subject: Re: bug#58495: opam import generates wrong check phase
Date: Sat, 28 Jan 2023 13:25:19 +0100
Le Thu, 13 Oct 2022 18:16:18 +0200,
Csepp <raingloom <at> riseup.net> a écrit :

> Julien Lepiller <julien <at> lepiller.eu> writes:
> 
> > Maybe this could be fixed in the dune-build-system?
> >  
> Actually, good call.  I'll look into it, unless you want to take a
> stab at it.

With the test-target argument removed, do you consider this fixed?




Information forwarded to bug-guix <at> gnu.org:
bug#58495; Package guix. (Sat, 28 Jan 2023 12:26:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#58495; Package guix. (Sat, 28 Jan 2023 19:30:02 GMT) Full text and rfc822 format available.

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

From: Csepp <raingloom <at> riseup.net>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 58495 <at> debbugs.gnu.org, bug-guix <at> gnu.org, Csepp <raingloom <at> riseup.net>
Subject: Re: bug#58495: opam import generates wrong check phase
Date: Sat, 28 Jan 2023 20:28:59 +0100
Julien Lepiller <julien <at> lepiller.eu> writes:

> Le Thu, 13 Oct 2022 18:16:18 +0200,
> Csepp <raingloom <at> riseup.net> a écrit :
>
>> Julien Lepiller <julien <at> lepiller.eu> writes:
>> 
>> > Maybe this could be fixed in the dune-build-system?
>> >  
>> Actually, good call.  I'll look into it, unless you want to take a
>> stab at it.
>
> With the test-target argument removed, do you consider this fixed?

Yup, it's fixed now, thanks for closing these.




Information forwarded to bug-guix <at> gnu.org:
bug#58495; Package guix. (Sat, 28 Jan 2023 19:30:02 GMT) Full text and rfc822 format available.

Reply sent to Julien Lepiller <julien <at> lepiller.eu>:
You have taken responsibility. (Sat, 28 Jan 2023 21:07:02 GMT) Full text and rfc822 format available.

Notification sent to Csepp <raingloom <at> riseup.net>:
bug acknowledged by developer. (Sat, 28 Jan 2023 21:07:02 GMT) Full text and rfc822 format available.

Message #34 received at 58495-close <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Csepp <raingloom <at> riseup.net>
Cc: 58495-close <at> debbugs.gnu.org
Subject: Re: bug#58495: opam import generates wrong check phase
Date: Sat, 28 Jan 2023 22:06:06 +0100
Le Sat, 28 Jan 2023 20:28:59 +0100,
Csepp <raingloom <at> riseup.net> a écrit :

> Julien Lepiller <julien <at> lepiller.eu> writes:
> 
> > Le Thu, 13 Oct 2022 18:16:18 +0200,
> > Csepp <raingloom <at> riseup.net> a écrit :
> >  
> >> Julien Lepiller <julien <at> lepiller.eu> writes:
> >>   
> >> > Maybe this could be fixed in the dune-build-system?
> >> >    
> >> Actually, good call.  I'll look into it, unless you want to take a
> >> stab at it.  
> >
> > With the test-target argument removed, do you consider this fixed?  
> 
> Yup, it's fixed now, thanks for closing these.

Closing, thanks




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 26 Feb 2023 12:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 30 days ago.

Previous Next


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