myglc2 <[email protected]> writes: > I am running Guix/Debian from this git checkout ... > > g1@e3b:~/dev/guix$ git branch -av | grep '* master' > * master fda746b gnu: menu-cache: Update to > 1.0.1. > > g1@e3b:~/dev/guix$ stat /home/g1/.config/guix/latest | grep File: > File: ‘/home/g1/.config/guix/latest’ -> ‘../../dev/guix’ > > ... I produced and ran a vm-image using the attached 'img' script by > doing ... > > ./img mk > ./img run > > In the running "guest" VM, 'M-x guix-installed-system-packages' > displayed 'git', 'git-manpages', 'guix', 'iw', 'magit', 'pciutils', > 'screen' and 'wget' in red in the "*Guix Package List:..." buffer. > > As an example, *Guix package Info:...* displays: > > *** > guix 0.10.0-0.e901 > [...] > Outputs: (This package is obsolete) > out > Store directory: > /gnu/store/4r360f7pndsnkfbmwb7bym8qrpsjd38b-guix-0.10.0-0.e901 > [...] > *** > > However, on the host, 'M-x guix-installed-packages' displays the same > packages in green and, for example, *Guix package Info:...* displays: > > *** > guix 0.10.0-0.e901 > [...] > Outputs: > out Delete > Store directory: > /gnu/store/4r360f7pndsnkfbmwb7bym8qrpsjd38b-guix-0.10.0-0.e901 > [...] > *** > > So here is the question: > > Why do some vm-image VM packages display "OUTPUTS: (Package is obsolete)"?
BTW, packages below installed in the host machine g1 user environment: g1@e3b:~$ guix package --list-installed graphviz 2.38.0 out /gnu/store/n0q0qhpspm4j3ifdjx19c4c1pkafzh67-graphviz-2.38.0 aspell-dict-en 2016.01.19-0 out /gnu/store/gv7pdi3qnkwkxx3clk221zzf40ayx478-aspell-dict-en-2016.01.19-0 aspell 0.60.6.1 out /gnu/store/nap51bp7filrnlc3cb4qg1hm787v9lq7-aspell-0.60.6.1 magit 2.7.0 out /gnu/store/rzyz5iyls3ifb1n914kf2jb7vq4qpfng-magit-2.7.0 emacs 24.5 out /gnu/store/82gacqn8igi3c9zsn6m58j93c8w2kp2b-emacs-24.5 git-manpages 2.9.0 out /gnu/store/w7q4bk0ia85z4mzmy7pah1yyal5vg1s9-git-manpages-2.9.0 git 2.9.0 out /gnu/store/7rmk16ddzhp8yn6riw6rkbh00iclrc6z-git-2.9.0 make 4.1 out /gnu/store/9riq04hq3svqw0m99xxh7vilmwh6dcwm-make-4.1 xauth 1.0.9 out /gnu/store/86f0c3h99sl9z4x4w30hfy33i7nv2ik9-xauth-1.0.9 nss-certs 3.23 out /gnu/store/g3sr4cv9kzvwz2g04nhqif4x8vgfl12k-nss-certs-3.23 openssh 7.2p2 out /gnu/store/4b9xc2bmvvjxy57k9wh7qfwayhqr3g24-openssh-7.2p2 font-dejavu 2.34 out /gnu/store/a76pp12hp9y9sczzkajzdy73jljpibmk-font-dejavu-2.34 guix 0.10.0-0.e901 out /gnu/store/4r360f7pndsnkfbmwb7bym8qrpsjd38b-guix-0.10.0-0.e901 glibc-utf8-locales 2.22 out /gnu/store/5nj8prd102cs4s0im7092zrq0s8b2bz3-glibc-utf8-locales-2.22 g1@e3b:~$
