Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 560938 - emerge -pv @preserved-rebuild should show also the preserved lib causing the needed rebuild
Summary: emerge -pv @preserved-rebuild should show also the preserved lib causing the ...
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: preserve-libs
  Show dependency tree
 
Reported: 2015-09-20 18:21 UTC by Pacho Ramos
Modified: 2022-07-20 23:44 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2015-09-20 18:21:32 UTC
Currently the lib that is being preserved is shown at the bottom of a normal merge... the problem is that when that merge fails, nothing is shown and, if I try to know what lib was preserved, emerge -pv @preserved-rebuild won't tell me that either:
# emerge -pv @preserved-rebuild

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] net-libs/libmicrohttpd-0.9.42::gentoo  USE="ssl -epoll -messages -static-libs {-test}" 1.204 KiB
[ebuild   R   ~] net-misc/grive-0.4.0_pre20150905::gentoo  0 KiB
[ebuild   R    ] net-libs/gtk-vnc-0.5.4::gentoo  USE="gtk3 introspection pulseaudio python vala -examples -sasl" PYTHON_TARGETS="python2_7" 409 KiB
[ebuild   R    ] dev-libs/totem-pl-parser-3.10.5:0/18::gentoo  USE="crypt introspection quvi -archive {-test}" 0 KiB
[ebuild   R    ] gnome-extra/yelp-3.16.1::gentoo  1.384 KiB
[ebuild   R    ] net-misc/remmina-1.2.0_rc3::gentoo  USE="avahi crypt gnome-keyring nls ssh vte -ayatana -debug -freerdp -telepathy" 774 KiB
[ebuild   R    ] net-misc/vpnc-0.5.3_p550::gentoo  USE="gnutls -resolvconf (-selinux)" 0 KiB

Total: 7 packages (7 reinstalls), Size of downloads: 3.769 KiB

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


From my point of view, at least with "-v" option, it should also post that information

Thanks