Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 510744 - net-libs/webkit-gtk-2.2.6 fails with clang
Summary: net-libs/webkit-gtk-2.2.6 fails with clang
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-19 13:31 UTC by Justin Lecher (RETIRED)
Modified: 2014-07-17 07:47 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 Justin Lecher (RETIRED) gentoo-dev 2014-05-19 13:31:43 UTC
configure:4807: clang -c -O2 -pipe -march=core2 -mssse3  conftest.c >&5
conftest.c:13:2: error: Not a supported GCC compiler
#error Not a supported GCC compiler
 ^
1 error generated.
configure:4807: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "WebKitGTK"
| #define PACKAGE_TARNAME "webkitgtk"
| #define PACKAGE_VERSION "2.2.6"
| #define PACKAGE_STRING "WebKitGTK 2.2.6"
| #define PACKAGE_BUGREPORT "http://bugs.webkit.org/"
| #define PACKAGE_URL ""
| #define USER_AGENT_GTK_MAJOR_VERSION 538
| #define USER_AGENT_GTK_MINOR_VERSION 1
| /* end confdefs.h.  */
| 
| #if !(defined(__GNUC__) && !defined(__clang__) && !defined(__INTEL_COMPILER) && __GNUC__ >= 4 && __GNUC_MINOR__ >= 7)
| #error Not a supported GCC compiler
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }


The ebuild says that clang is supported, but it fails.
Comment 1 Pacho Ramos gentoo-dev 2014-07-16 09:09:56 UTC
Still the same with 2.4.4? I thought upstream is supposedly supporting clang, in that case, if still failing, I would report to upstream too 

Thanks
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2014-07-17 07:03:51 UTC
Works here now.
Comment 3 Pacho Ramos gentoo-dev 2014-07-17 07:47:54 UTC
thanks for feedback