Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 516720 - sys-devel/llvm-9999 - opt.cpp:(...): undefined reference to `llvm::cl::parser<llvm::PassInfo const*>::getOption(unsigned int) const'
Summary: sys-devel/llvm-9999 - opt.cpp:(...): undefined reference to `llvm::cl::parser...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-08 22:42 UTC by Mike Lothian
Modified: 2014-09-26 21:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,111.04 KB, application/x-xz)
2014-07-08 22:44 UTC, Mike Lothian
Details
Build log (build.log.xz,151.10 KB, application/x-xz)
2014-09-20 06:59 UTC, Mike Lothian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Lothian 2014-07-08 22:42:15 UTC
This is possibly gcc-4.9 related

I've tried with O2 and using bfd as well as gold

Reproducible: Always

Steps to Reproduce:
1. emerge llvm




I'm not seeing anything obvious in the logs
Comment 1 Mike Lothian 2014-07-08 22:44:02 UTC
Created attachment 380466 [details]
build.log.xz
Comment 2 Mike Lothian 2014-07-08 23:34:08 UTC
Not our bug

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61659
Comment 3 Mike Lothian 2014-07-09 09:33:16 UTC
Ah that patch didn't fix it at all

I did notice that the abi specific source directories didn't have a lib/CodeGen directory 

Is that possibly the issue?
Comment 4 Mike Lothian 2014-09-20 06:59:45 UTC
Created attachment 385154 [details]
Build log

This is the latest failure - seems to be an ICE in g++
Comment 5 Mike Lothian 2014-09-26 21:21:33 UTC
Seems to work fine now