Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 466892 - sys-devel/clang: fails multilib with SYMLINK_LIB=no
Summary: sys-devel/clang: fails multilib with SYMLINK_LIB=no
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: no-symlink-lib
  Show dependency tree
 
Reported: 2013-04-23 11:24 UTC by Michał Górny
Modified: 2014-05-11 21:45 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 2013-04-23 11:24:55 UTC
Steven Newbury has pointed out to me that the way we're changing install location for clang breaks multilib system with SYMLINK_LIB=no.

Since clang is multitarget, the lib/clang contains both 64-bit and 32-bit resources. Moving that to $(get_libdir) is wrong, and clang fails to find the system headers.

The suggested fix is to drop the libdir substitution completely. I will test it later today when I get near distcc.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-04-23 19:46:51 UTC
I think this is fixed since 3.3-r3 or so.