Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 368533 - media-gfx/luminance-hdr-2.0.2 - src/Fileformat/pfsinraw.cpp:274: error: `dcraw_clear_mem' is not a member of `LibRaw'
Summary: media-gfx/luminance-hdr-2.0.2 - src/Fileformat/pfsinraw.cpp:274: error: `dcra...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-24 08:17 UTC by Borkenkaefer
Modified: 2011-07-04 13:05 UTC (History)
0 users

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


Attachments
emerge --info (emerge-info.txt,4.58 KB, text/plain)
2011-05-25 15:50 UTC, Borkenkaefer
Details
build.log (build.log,61.14 KB, text/plain)
2011-05-25 15:50 UTC, Borkenkaefer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Borkenkaefer 2011-05-24 08:17:05 UTC
I'd like to emerge luminance-hdr-2.0.2 on an amd64 machine, but it fails because of an error with libraw

I have libraw-0.13.5 installed

Reproducible: Always

Steps to Reproduce:
1. keyword luminance-hdr and libraw
2. emerge luminance-hdr
3. 
Actual Results:  
Merging fails with an compilation error.

Expected Results:  
Installed luminance-hdr-2.0.2

emerge --info: http://pastebin.com/Hav3Kdke

build.log: http://pastebin.com/Zu3jLF26
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-05-25 14:59:07 UTC
(In reply to comment #0)
> emerge --info: http://pastebin.com/Hav3Kdke
> 
> build.log: http://pastebin.com/Zu3jLF26

Please attach those.
Comment 2 Borkenkaefer 2011-05-25 15:50:00 UTC
Created attachment 274617 [details]
emerge --info
Comment 3 Borkenkaefer 2011-05-25 15:50:24 UTC
Created attachment 274619 [details]
build.log
Comment 4 Tim Harder gentoo-dev 2011-07-04 08:46:21 UTC
I'm unable to reproduce this error with either libraw-0.13.5 or 0.13.6 (just added to CVS).
Comment 5 Tim Harder gentoo-dev 2011-07-04 08:54:27 UTC
Do you have a local version of libraw installed in addition to the system version?

In the build.log, I see that it finds libraw headers in /usr/local/include/libraw in addition to the usual /usr/include/libraw. I'd try uninstalling the local libraw version and trying the build again.
Comment 6 Borkenkaefer 2011-07-04 13:05:59 UTC
oh yes, there were nasty, old libraw files under /usr/local I completely forgot. Now it compiles fine ...