Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 593392 - sys-devel/gcc-apple, sys-devel/binutils-apple: is_crosscompile, get_libdir called in global scope + SLOT variability
Summary: sys-devel/gcc-apple, sys-devel/binutils-apple: is_crosscompile, get_libdir ca...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: function-calls-in-global-scope
  Show dependency tree
 
Reported: 2016-09-10 11:36 UTC by Michał Górny
Modified: 2016-09-10 14:41 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-09-10 11:36:44 UTC
See tracker.

This one's a major problem since SLOT is variable to CTARGET... which is a major hack and violation of every rule of sanity.
Comment 1 Fabian Groffen gentoo-dev 2016-09-10 14:41:14 UTC
SLOT variability has been removed (these ebuilds have a very long history).

Conditional variable setting has been moved out of global scope.

Please tell me if there is more than this.