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

Bug 586470

Summary: sys-kernel/aufs-sources: detect_arch in global scope
Product: Gentoo Linux Reporter: Göktürk Yüksek <gokturk>
Component: Current packagesAssignee: Justin Lecher (RETIRED) <jlec>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Göktürk Yüksek archtester gentoo-dev 2016-06-20 15:17:49 UTC
The call to detect_arch() results in a call to KV_to_int() down the call stack. This call is completely useless in the global scope during depend phase and future versions of portage will die on this behavior. Please migrate them to pkg_setup() or a similar phase.
Comment 1 SpanKY gentoo-dev 2016-06-21 00:32:12 UTC

*** This bug has been marked as a duplicate of bug 586474 ***