Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 725112

Summary: sys-apps/portage: add FEATURES=parallel-install-collision-protect support
Product: Portage Development Reporter: Zac Medico <zmedico>
Component: CoreAssignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: enhancement CC: pacho, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 715110    

Description Zac Medico gentoo-dev 2020-05-24 19:54:07 UTC
Currently, FEATURES=parallel-install does not check for file collisions between packages that are installed at about the same time, since it would have to re-run the collision-protect routine that runs prior to pkg_preinst.

We can add a FEATURES=parallel-install-collision-protect option that will cause the collision-protect routine to re-run prior to merge of the package files, ensuring that not file collisions can go undetected.