From: Hartmut Figge <h.figge@gmx.de>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Re: emerge @preserved-rebuild failure
Date: Sat, 6 Jan 2018 22:04:21 +0100 [thread overview]
Message-ID: <92647486-aa17-71fe-957e-13c79e2fac68@hfigge.myfqdn.de> (raw)
In-Reply-To: <20180106204050.4d801d47@digimed.co.uk>
Neil Bothwick:
>On Sat, 6 Jan 2018 21:21:16 +0100, Hartmut Figge wrote:
>> Mostly stable Gentoo. After having fun with linguas *g*
>>
>> !!! existing preserved libs found
>
>What's the rest of this output, it should list the packages and files
>involved.
There is no rest. I can give the whole output for the last emerge
command which ended with the above line. Doubt that will be helpful.
i5-64 /home/hafi # USE="linguas_de linguas_en linguas_en_US" emerge -pq
-uDN @world
[ebuild R ] sys-apps/pv-1.6.0-r1
[ebuild R ] net-analyzer/nmap-7.40
[ebuild R ] sys-apps/shadow-4.5
[ebuild R ] media-video/vlc-2.2.8
[ebuild R ] app-emulation/wine-vanilla-2.22
[ebuild R ] app-emulation/wine-d3d9-2.21
[ebuild R ] app-emulation/wine-any-2.21
[ebuild R ] app-text/qpdfview-0.4.16
[ebuild R ] sys-apps/lshw-02.18b
[ebuild rR ] app-crypt/gnupg-2.2.0
[ebuild U ] sys-block/gparted-0.29.0 [0.27.0]
[ebuild R ] media-gfx/gimp-2.8.22
[ebuild U ] app-crypt/gpgme-1.10.0 [1.8.0-r3]
[ebuild rR ] net-print/gutenprint-5.2.12
i5-64 /home/hafi # USE="linguas_de linguas_en linguas_en_US" emerge -q
-uDN --keep-going @world
[ebuild R ] sys-apps/pv-1.6.0-r1
[ebuild R ] net-analyzer/nmap-7.40
[ebuild R ] sys-apps/shadow-4.5
[ebuild R ] media-video/vlc-2.2.8
[ebuild R ] app-emulation/wine-vanilla-2.22
[ebuild R ] app-emulation/wine-d3d9-2.21
[ebuild R ] app-emulation/wine-any-2.21
[ebuild R ] app-text/qpdfview-0.4.16
[ebuild R ] sys-apps/lshw-02.18b
[ebuild rR ] app-crypt/gnupg-2.2.0
[ebuild U ] sys-block/gparted-0.29.0 [0.27.0]
[ebuild R ] media-gfx/gimp-2.8.22
[ebuild U ] app-crypt/gpgme-1.10.0 [1.8.0-r3]
[ebuild rR ] net-print/gutenprint-5.2.12
>>> Verifying ebuild manifests
>>> Running pre-merge checks for app-emulation/wine-vanilla-2.22
>>> Running pre-merge checks for app-emulation/wine-d3d9-2.21
>>> Running pre-merge checks for app-emulation/wine-any-2.21
>>> Emerging (1 of 14) sys-apps/pv-1.6.0-r1::gentoo
>>> Installing (1 of 14) sys-apps/pv-1.6.0-r1::gentoo
>>> Emerging (2 of 14) net-analyzer/nmap-7.40::gentoo
>>> Installing (2 of 14) net-analyzer/nmap-7.40::gentoo
>>> Emerging (3 of 14) sys-apps/shadow-4.5::gentoo
>>> Installing (3 of 14) sys-apps/shadow-4.5::gentoo
>>> Emerging (4 of 14) media-video/vlc-2.2.8::gentoo
>>> Installing (4 of 14) media-video/vlc-2.2.8::gentoo
>>> Emerging (5 of 14) app-emulation/wine-vanilla-2.22::x-portage
>>> Installing (5 of 14) app-emulation/wine-vanilla-2.22::x-portage
>>> Emerging (6 of 14) app-emulation/wine-d3d9-2.21::x-portage
>>> Installing (6 of 14) app-emulation/wine-d3d9-2.21::x-portage
>>> Emerging (7 of 14) app-emulation/wine-any-2.21::x-portage
>>> Installing (7 of 14) app-emulation/wine-any-2.21::x-portage
>>> Emerging (8 of 14) app-text/qpdfview-0.4.16::gentoo
>>> Installing (8 of 14) app-text/qpdfview-0.4.16::gentoo
>>> Emerging (9 of 14) sys-apps/lshw-02.18b::gentoo
>>> Installing (9 of 14) sys-apps/lshw-02.18b::gentoo
>>> Emerging (10 of 14) app-crypt/gnupg-2.2.0::gentoo
>>> Installing (10 of 14) app-crypt/gnupg-2.2.0::gentoo
>>> Emerging (11 of 14) sys-block/gparted-0.29.0::gentoo
>>> Installing (11 of 14) sys-block/gparted-0.29.0::gentoo
>>> Emerging (12 of 14) media-gfx/gimp-2.8.22::gentoo
>>> Installing (12 of 14) media-gfx/gimp-2.8.22::gentoo
>>> Emerging (13 of 14) app-crypt/gpgme-1.10.0::gentoo
>>> Installing (13 of 14) app-crypt/gpgme-1.10.0::gentoo
>>> Emerging (14 of 14) net-print/gutenprint-5.2.12::gentoo
>>> Installing (14 of 14) net-print/gutenprint-5.2.12::gentoo
* Messages for package net-print/gutenprint-5.2.12:
* Updating installed printer ppd files
* Did not update any PPD files
!!! existing preserved libs found
>> i5-64 /home/hafi # emerge -q @preserved-rebuild
>>
>> emerge: there are no ebuilds to satisfy "dev-lang/ruby:2.1".
>> (dependency required by "@preserved-rebuild" [argument])
>
>Something appears to be asking for an old Ruby, hopefully the output will
>show why.
Sadly there is no more output. Even 'emerge -v @preserved-rebuild' does
not give more.
>Also, what does emerge --info show for RUBY_TARGETS
RUBY_TARGETS="ruby22"
>and do you have asetting fo r it in make.conf?
No.
Another info:
hafi@i5-64 ~ $ emerge --version
Portage 2.3.13 (python 2.7.14-final-0, default/linux/amd64/17.0,
gcc-6.4.0, glibc-2.25-r9, 4.9.72-gentoo x86_64)
Hartmut
next prev parent reply other threads:[~2018-01-06 21:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-06 20:21 [gentoo-user] emerge @preserved-rebuild failure Hartmut Figge
2018-01-06 20:40 ` Neil Bothwick
2018-01-06 21:04 ` Hartmut Figge [this message]
2018-01-06 21:16 ` [gentoo-user] " zless
2018-01-06 21:25 ` Hartmut Figge
2018-01-06 21:42 ` zless
2018-01-06 21:51 ` Hartmut Figge
2018-01-06 21:57 ` zless
2018-01-07 1:09 ` Mart Raudsepp
2018-01-07 8:14 ` Hartmut Figge
2018-01-07 13:36 ` zless
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=92647486-aa17-71fe-957e-13c79e2fac68@hfigge.myfqdn.de \
--to=h.figge@gmx.de \
--cc=gentoo-user@lists.gentoo.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox