Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 496308 - sys-devel/llvm-3.3-r2: configure: error: Unrecognized target r600
Summary: sys-devel/llvm-3.3-r2: configure: error: Unrecognized target r600
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-28 19:51 UTC by Vasco Gervasi
Modified: 2013-12-28 22:56 UTC (History)
4 users (show)

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


Attachments
emerge --info (info,16.08 KB, text/plain)
2013-12-28 19:51 UTC, Vasco Gervasi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vasco Gervasi 2013-12-28 19:51:39 UTC
Created attachment 366386 [details]
emerge --info

Hi,
I get this error updating llvm:

checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
configure: error: Unrecognized target r600
Comment 1 Holger Hoffstätte 2013-12-28 20:36:56 UTC
Same here on two machines that successfully built 3.3-r1 previously. It's due to USE="radeon"; building -r2 on a headless machine works fine.
Comment 2 Holger Hoffstätte 2013-12-28 20:49:57 UTC
(In reply to Holger Hoffstätte from comment #1)
> due to USE="radeon"

VIDEO_CARDS of course. Sorry.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-12-28 22:56:56 UTC
+  28 Dec 2013; Michał Górny <mgorny@gentoo.org> llvm-3.3-r2.ebuild:
+  Fix building R600 target, bug #496308.

Thanks for the report.