From: Jone <yeger9@gmail.com>
To: help-guix <help-guix@gnu.org>
Subject: Re: A few questions about packages
Date: Tue, 13 Mar 2018 22:15:35 +0300 [thread overview]
Message-ID: <20180313221535.5ddd956e@gmail.com> (raw)
In-Reply-To: <20180312004319.5aab7f70@gmail.com>
I wrote a simple script:
TRGT="*-gtk+-2.2*"
for i in $(ls -d /gnu/store/$TRGT/)
do
echo
echo "----------> $i"
echo "$(guix gc --referrers $i | grep -v \.drv)"
done
Part of output:
----------> /gnu/store/595ydgdnkj9vdxr88dkscb0ws9rgjv0g-gtk+-2.24.31/
/gnu/store/595ydgdnkj9vdxr88dkscb0ws9rgjv0g-gtk+-2.24.31
/gnu/store/6h7w5z60zqx6802qxd98wcmx1yrhnzy5-xfce4-appfinder-4.12.0
/gnu/store/8vy4gnmb17xc3hiqjd1b5z28vfsn8jzq-gtk-im-modules
/gnu/store/fi77qxlq9ga6rgl9gg1xfxkfw7vps2l3-gtk-im-modules
/gnu/store/ggrwghpwyfwrmxb90aj846c3ydwprqvl-gtk-im-modules
/gnu/store/miiv6rnlrhbjk34l1ga7v6ys1x6983q4-libxfce4ui-4.12.0
/gnu/store/rki1c8z0v7crppym7qzqys894pikxljc-garcon-0.4.0
----------> /gnu/store/blxcjvmcpm4h80wmzrjh8z8hxjp6a7cj-gtk+-2.24.31/
/gnu/store/blxcjvmcpm4h80wmzrjh8z8hxjp6a7cj-gtk+-2.24.31
/gnu/store/sd4qn7ar9a7xyahv6ywvjwa3q0jqngbs-xfce4-taskmanager-1.1.0
/gnu/store/w5ybzdmixcji3ffngqvs8kcnysr265ww-libwnck-2.30.7
/gnu/store/wpy59cvw89rq607i2qsfagavllxc0ixf-murrine-0.98.2
----------> /gnu/store/jwaxdxsxfd220dx5a1crcbw3nh2nnpmy-gtk+-2.24.31/
/gnu/store/agfcmv3vyl6s5kwg74xw3hrp76xyc6g0-gnome-themes-standard-3.22.3
/gnu/store/jwaxdxsxfd220dx5a1crcbw3nh2nnpmy-gtk+-2.24.31
----------> /gnu/store/lf7379mdvch8y1i1ds4lqblm43sfzlbf-gtk+-2.24.31/
/gnu/store/360i9ca4gnm3rsjj8v43ih0j3mfrp40n-icecat-52.6.0-gnu1
/gnu/store/bnwiazvkqspg4nwg95hs4cj4dvshi0j4-gparted-0.30.0
/gnu/store/c6qmgjl5pv94yh9j5y1i2clcvxslgs68-gtkmm-2.24.5
/gnu/store/gd5kml4ci17nblgr05k38i4w2rpn5fap-webkitgtk-2.18.6
/gnu/store/lf7379mdvch8y1i1ds4lqblm43sfzlbf-gtk+-2.24.31
/gnu/store/mm5qhds0x1vxs37gwf9kxakilawcl8iw-claws-mail-3.16.0
----------> /gnu/store/mnxrb9zgbdglhsr98h7r2skn6wv7zvsp-gtk+-2.24.31/
/gnu/store/fmhaw615y43mjrijc0wm6s5ar4xnmy9w-leafpad-0.8.18.1
/gnu/store/gq6iw1d77rbndpz7niijp636rp6kcdyc-gtk-xfce-engine-2.10.1
/gnu/store/mnxrb9zgbdglhsr98h7r2skn6wv7zvsp-gtk+-2.24.31
/gnu/store/s1klb9q9aczcgzffvn7kq6azcdf5aw3g-gtk-engines-2.20.2
----------> /gnu/store/rbzlcg13vpabvj2sr6c67icd15wq0vhz-gtk+-2.24.31/
/gnu/store/16rwx833av4k48hk2diqj87mwsc457j3-gtk-im-modules
/gnu/store/rbzlcg13vpabvj2sr6c67icd15wq0vhz-gtk+-2.24.31
It is possible to draw a conclusion, that each application refers the
SEPARATE version of library. What??? Somebody can explain it?
next prev parent reply other threads:[~2018-03-13 16:15 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-07 16:09 A few questions about packages Jone
2018-03-07 17:01 ` Ricardo Wurmus
2018-03-07 17:38 ` Konrad Hinsen
2018-03-07 19:26 ` Jone
2018-03-07 20:15 ` Jone
2018-03-07 21:23 ` Ricardo Wurmus
2018-03-11 21:43 ` Jone
2018-03-11 20:59 ` Ricardo Wurmus
2018-03-12 1:41 ` Jone
2018-03-13 19:15 ` Jone [this message]
2018-03-13 17:24 ` Björn Höfling
2018-03-13 19:36 ` Jone
2018-03-13 17:25 ` Ricardo Wurmus
2018-03-13 22:32 ` Jone
2018-03-13 22:38 ` Adonay Felipe Nogueira
2018-03-13 17:35 ` Björn Höfling
2018-03-13 22:48 ` Jone
2018-03-13 20:25 ` Björn Höfling
2018-03-10 11:26 ` Jone
2018-03-10 21:38 ` 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=20180313221535.5ddd956e@gmail.com \
--to=yeger9@gmail.com \
--cc=help-guix@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.