all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: guix-devel <guix-devel@gnu.org>
Subject: Ungrafted dependency
Date: Fri, 21 Apr 2023 11:11:07 -0400	[thread overview]
Message-ID: <CA+3U0Z=YYnE0PD9NK4XNZjuqSRzwD5xAvQ6t0yhgHxHjGgCe3w@mail.gmail.com> (raw)

mariadb is grafted on master. Why does libreoffice depend on the
ungrafted mariadb rather than the grafted version? And, perhaps
related, since libreoffice depends on mariadb's "dev" output, why does
libreoffice pull in "out"? mariadb:dev was created specifically as a
libreoffice dependency in the commits referenced by 2c9d3416.

--8<---------------cut here---------------start------------->8---
$ guix describe
Generation 43   Apr 18 2023 20:30:44    (current)
  guix bb721d8
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: bb721d88618d93d38aa5dfc33629e223c8b1c884

$ guix build mariadb
/gnu/store/3ygd7xks9glpnppjs3ir9q9py3cqr14f-mariadb-10.10.2-dev
/gnu/store/0a1v0adgk43552hnjcy13pn4yj7rcimh-mariadb-10.10.2-lib
/gnu/store/iyns06rxvm865a3fp7dclm2q2ff0nay8-mariadb-10.10.2

$ guix build --no-grafts mariadb
/gnu/store/fjk994z0s3g429napn7cxgrdvqgbrj6p-mariadb-10.10.2-dev
/gnu/store/08nbg7cm6fqkyxls5ap5p1ypr1s2f988-mariadb-10.10.2-lib
/gnu/store/cdsdm8mqs13hp3pf013q1i4lka19g1sc-mariadb-10.10.2

$ guix size libreoffice
store item                                                       total    self
/gnu/store/chry5wjnf1hyj2ib7jxrw0fsf3yl9lgn-libreoffice-7.5.1.2
2398.0   423.8  17.7%
/gnu/store/cdsdm8mqs13hp3pf013q1i4lka19g1sc-mariadb-10.10.2
406.5   209.2   8.7%
<...cut...>
/gnu/store/9pdhgsdmnddgdnwpn0jalp1ryyjjkp56-libpthread-stubs-0.4
0.0     0.0   0.0%
total: 2398.0 MiB
--8<---------------cut here---------------end--------------->8---


             reply	other threads:[~2023-04-21 15:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-21 15:11 Greg Hogan [this message]
2023-04-21 16:25 ` Ungrafted dependency Leo Famulari
2023-05-03 20:53   ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+3U0Z=YYnE0PD9NK4XNZjuqSRzwD5xAvQ6t0yhgHxHjGgCe3w@mail.gmail.com' \
    --to=code@greghogan.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.