libpangocairo doesn't appear in a container

  • Open
  • quality assurance status badge
Details
One participant
  • JEŇÝK KOŇÝK
Owner
unassigned
Submitted by
JEŇÝK KOŇÝK
Severity
normal

Debbugs page

JEŇÝK KOŇÝK wrote 3 months ago
(address . bug-guix@gnu.org)
CAJJB0HbJ75cODQn7MmA2wR7M5x+4q9aiD61zGpvuH5x8p9=Wug@mail.gmail.com
So I create a container like this:
guix shell -C -F pango coreutils

Then in that container I do:
ls /lib
ls /lib64
The output is pretty long so I'd rather not send the entire thing, but
the issue is that it doesn't contain libpangocairo-1.0.so.0

When I do guix locate libpangocairo-1.0.so.0 I get:
pango@1.50.14
/gnu/store/lj27gmzw22b2lcsfrs7lys5ygwp1hngl-pango-1.50.14/lib/libpangocairo-1.0.so.0
pango@1.48.10
/gnu/store/p0ypxddznxfd7385c3q07q4cf17qghia-pango-1.48.10/lib/libpangocairo-1.0.so.0
pango-next@1.50.4
/gnu/store/b86nbf0q1kkwicykl3a3wrrai6z2kd0i-pango-next-1.50.4/lib/libpangocairo-1.0.so.0

Which means that the file does exist and is part of pango, yet for some
reason it doesn't appear in the container.

Best regards,
Jan Libicher
Attachment: file
?
Your comment

Commenting via the web interface is currently disabled.

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

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