[cuirass] Not all dependencies are built as dependencies

  • Open
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Maxime Devos
Owner
unassigned
Submitted by
Maxime Devos
Severity
normal
Merged with

Debbugs page

Maxime Devos wrote 2 years ago
(name . bug-guix)(address . bug-guix@gnu.org)
37e27fd1-c736-fda6-9b85-a188b14d80d5@telenet.be
For example, consider:
.
This is a (failed) build of the gwl@0.5.1 package, with dependency
guix@1.4.0-....
It looks like the test tests/publish.scm is functioning, i.e., it
succeeded at detecting a bug:
make[4]: *** [Makefile:6303: tests/publish.log] Error 134
but that's a test of the (successful!) Guix package, not gwl! It
appears that Cuirass is missing some topological sorting of dependencies
somewhere.
Attachment: OpenPGP_signature
Maxim Cournoyer wrote 2 years ago
control message for bug #51055
(address . control@debbugs.gnu.org)
87r0nb5o1x.fsf@gmail.com
merge 51055 65505
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 65505@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65505
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help