Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 461878 - [fireburn overlay] sys-devel/llvm-9999-r50 - llvm-build: error: invalid target to enable: '600' (not in project)
Summary: [fireburn overlay] sys-devel/llvm-9999-r50 - llvm-build: error: invalid targe...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Mike Lothian
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-15 23:49 UTC by Robert
Modified: 2013-03-20 07:27 UTC (History)
0 users

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


Attachments
output of emerge --info (llvm-info.log,6.98 KB, text/plain)
2013-03-15 23:49 UTC, Robert
Details
output of emerge -pqv llvm (llvm-emerge.log,845 bytes, text/plain)
2013-03-15 23:49 UTC, Robert
Details
build log (llvm-build.log.bz2,25.24 KB, application/x-bzip)
2013-03-15 23:58 UTC, Robert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert 2013-03-15 23:49:09 UTC
Created attachment 342196 [details]
output of emerge --info

I have been trying to use the llvm-9999-r50 ebuild from the FireBurn overlay to get r600 compiler support. I have used it on my desktop with no problems at all but it has never actually compiled on my laptop. It runs ar to VirtRegMap.o seemingly successfully and then runs ranlib to libLLVMCodeGen.a and then fails with Error 1 and no more specification as to what went wrong or what failed. I have waited at least 2 weeks trying to download the updated repository and see if it fixes the problem but it never does. I will attach all needed info as files instead of copying.  I am hoping someone can look at the flags i have set and the build log to maybe be more specific. I can't seem to find this problem referenced anywhere else online, so i am wondering if its just me....
Comment 1 Robert 2013-03-15 23:49:49 UTC
Created attachment 342198 [details]
output of emerge -pqv llvm
Comment 2 Robert 2013-03-15 23:58:29 UTC
Created attachment 342200 [details]
build log
Comment 3 Mike Lothian 2013-03-16 18:10:04 UTC
Firstly bugs.gentoo.org should not be used for overlay bugs - the Gentoo guys have enough bugs to be sifting through without having to look at things that are unsupported by them

For the issue you're experiencing it looks like you've got an extra definition of --enable-experimental-targets=600 

It looks like you might have edited the ebuild yourself to do this

I'd recommend deleting the overlay and readding it to so if it fixes your issue
Comment 4 Robert 2013-03-20 07:27:49 UTC
hey I am sorry for wasting your time as well as adding an overlay problem here. You were right, the experimental option was set to 600 instead of R600. This is resolved now. 

My apologizes