Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 501608 - sys-devel/llvm-3.4 breaks build of mesa-9.2.5
Summary: sys-devel/llvm-3.4 breaks build of mesa-9.2.5
Status: RESOLVED DUPLICATE of bug 481316
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-17 17:52 UTC by walt
Modified: 2014-02-17 17:57 UTC (History)
0 users

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 walt 2014-02-17 17:52:39 UTC
The v3.4 libLLVMSupport.a requires symbols from ncurses (e.g. setupterm) but the libtool link phase can't find them when building mesa-9.2.5.

The v3.3 libLLVMSupport.a doesn't require those ncurses symbols, so mesa-9.2.5 builds normally.

The failing link command includes -lcurses and -L/usr/lib and -L/lib so I'm stumped why it can't find the needed symbols.

Can anyone reproduce this problem?

Reproducible: Always
Comment 1 Chí-Thanh Christopher Nguyễn gentoo-dev 2014-02-17 17:57:19 UTC
Workaround is to disable ncurses flag for llvm.

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