Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 652722 - sys-apps/portage: add emerge option for rebuild of reverse deps after a new slot is installed (without world update)
Summary: sys-apps/portage: add emerge option for rebuild of reverse deps after a new s...
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Portage team
URL: https://forums.gentoo.org/viewtopic-t...
Whiteboard:
Keywords:
Depends on:
Blocks: 155723
  Show dependency tree
 
Reported: 2018-04-07 06:58 UTC by Zac Medico
Modified: 2018-08-27 18:51 UTC (History)
1 user (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 Zac Medico gentoo-dev 2018-04-07 06:58:46 UTC
luaposix isn't rebuilt when installing a new lua slot:

user $ emerge -qv -1 lua 
[ebuild  NS   ] dev-lang/lua-5.3.3-r1 [5.2.3-r2] USE="deprecated emacs readline -static" 
user $ cat /var/db/pkg/dev-lua/luaposix-33.4.0/RDEPEND 
dev-lang/lua:5.2/5.2=
Comment 1 Zac Medico gentoo-dev 2018-04-07 22:51:48 UTC
Since --complete-graph mode is the natural way to account for reverse dependencies, and the default --complete-graph-if-new-ver=y setting does not account for new slots, it would make sense to add a --complete-graph-if-new-slot option to pull in reverse dependencies for this case.