Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 513054 - media-gfx/ufraw-0.19.2 with CC=clang - ufraw_settings.cc:54:12: error: declaration of 'ufRawImage' with C language linkage conflicts with declaration in global scope
Summary: media-gfx/ufraw-0.19.2 with CC=clang - ufraw_settings.cc:54:12: error: declar...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL: http://sourceforge.net/p/ufraw/bugs/365/
Whiteboard:
Keywords:
Depends on:
Blocks: systemwide-clang
  Show dependency tree
 
Reported: 2014-06-12 15:56 UTC by Priit Laes (IRC: plaes)
Modified: 2014-06-15 10:19 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 Priit Laes (IRC: plaes) 2014-06-12 15:56:53 UTC
[snip]
ufraw_settings.cc:54:12: error: declaration of 'ufRawImage' with C language linkage conflicts with declaration in global scope
    UFName ufRawImage = "Image";
           ^
./ufraw.h:77:15: note: declared in global scope here
extern UFName ufRawImage;
              ^
[/snip]
Comment 1 Priit Laes (IRC: plaes) 2014-06-12 15:57:21 UTC
This seems to be fixed upstream: http://sourceforge.net/p/ufraw/bugs/365/
Comment 2 Markus Meier gentoo-dev 2014-06-15 10:19:27 UTC
fixed in cvs, thanks for the report!

+  15 Jun 2014; Markus Meier <maekke@gentoo.org> ufraw-0.19.2.ebuild,
+  +files/ufraw-0.19.2-clang.patch:
+  fix building with clang by Priit Laes in bug #513054
+