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

Bug 459210

Summary: multilib-build: add a way to obtain BUILD_DIR for default (any, best) implementation
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: EclassesAssignee: Michał Górny <mgorny>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-02-25 21:21:30 UTC
Currently, building 'common' stuff like docs or programs from BUILD_DIR usually involve re-running the commands for all ABIs or some hackery to obtain proper BUILD_DIR.

It would be useful to have a new command which will execute the function just for the 'default' (best) ABI.

22:14:57 <@lu_zero> multilib_foreach_abi -> multilib_once_abi or multilib_first_abi

Use cases: fontconfig, libpciaccess.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-04-01 09:28:01 UTC
multilib_for_best_abi is there now.