Not all downloaded files are printed

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Joshua Branson
Owner
unassigned
Submitted by
Andreas Enge
Severity
normal

Debbugs page

Andreas Enge wrote 11 years ago
(address . bug-guix@gnu.org)
20140327104808.GE14240@debian
Attachment: file
Joshua Branson wrote 8 years ago
(name . 17117@debbugs.gnu.org)(address . 17117@debbugs.gnu.org)
DM5PR10MB1738F6C22D7C161EEFF3A603A6260@DM5PR10MB1738.namprd10.prod.outlook.com
I think that these “extra” packages are just dependancies. So if I understand the original email correctly, there are 5 files that need to be downloaded first “openconnect”, “zlib”, “openssl”, “libxml”, and “vpnc”.
BUT later on guix downloads perl. BUT openssl as it turns out depends on perl. Another example is that libgcrypt is also downloaded. BUT vpnc depends on libgcrypt.
BUT when I ran “guix build openconnect” (I’m running guix 0.12.0-5.1162)
I had different output. It said
The following derivations will be built:
open connect
iproute2
libgcrypt
libgpg-error
perl
xz
vpnc
gnutls
libxml2
At that point, I C-c C-c and stopped the build, so I didn’t check to see if guix would later try to install dependancies that it did not initially mention.
This bug might be fixed.
Joshua
Andreas Enge wrote 6 years ago
Close
(address . 17117-done@debbugs.gnu.org)
20190219224743.GA2752@jurong
There have been so many changes since this bug was opened that it is not
meaningful any more, and it was in any case more of "wishlist type".
Closing it.

Andreas
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 17117
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