Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 540088 - media-libs/openimageio-1.1.1 with media-libs/openexr-2.1.0 - .../work/openimageio-1.1.1/src/openexr.imageio/exrinput.cpp:64:46: fatal error: OpenEXR/ImfDeepScanlineInputPart.h: No such file or directory #include <OpenEXR/ImfDeepScanlineInputPart.h>
Summary: media-libs/openimageio-1.1.1 with media-libs/openexr-2.1.0 - .../work/openima...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-14 18:39 UTC by Erich Seifert
Modified: 2016-05-05 19:57 UTC (History)
6 users (show)

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


Attachments
build.log (media-libs:openimageio-1.1.1:20150214-182858.log,116.32 KB, text/plain)
2015-02-14 18:40 UTC, Erich Seifert
Details
openexr-2.1.0-fix.patch (9000_openexr-2.1.0-fix.patch,995 bytes, patch)
2015-02-14 21:36 UTC, Risimi
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erich Seifert 2015-02-14 18:39:51 UTC
media-libs/openimageio-1.1.1 fails to compile after update to media-libs/openexr-2.1.0.

Reproducible: Always

Steps to Reproduce:
1. emerge =media-libs/openexr-2.1.0
2. emerge =media-libs/openimageio-1.1.1

Actual Results:  
/var/tmp/portage/media-libs/openimageio-1.1.1/work/openimageio-1.1.1/src/openexr.imageio/exrinput.cpp:64:46: fatal error: OpenEXR/ImfDeepScanlineInputPart.h: No such file or directory
 #include <OpenEXR/ImfDeepScanlineInputPart.h>


Expected Results:  
build successfully
Comment 1 Erich Seifert 2015-02-14 18:40:37 UTC
Created attachment 396454 [details]
build.log
Comment 2 Risimi 2015-02-14 21:36:54 UTC
Created attachment 396464 [details, diff]
openexr-2.1.0-fix.patch

Can confirm it.
Looks like the header files have been renamed.
I was able to build it after updating the #includes.
Comment 3 Guido Winkelmann 2015-02-16 13:11:43 UTC
I can confirm this bug. The patch posted by risimirox@gmail.com works for me.
Comment 4 Jaak Ristioja 2015-02-20 13:00:04 UTC
(In reply to Guido Winkelmann from comment #3)
> I can confirm this bug. The patch posted by risimirox@gmail.com works for me.

Works for me too.
Comment 5 Risimi 2015-02-21 08:38:07 UTC
This was fixed upstream in 1.1.3 release:
https://github.com/OpenImageIO/oiio/commit/e2e88a5819d9a43b144424c5dbd32b608624f4da
Comment 6 J.C. Kha 2015-03-02 16:08:24 UTC
I can also confirm this. Perhaps 1.1.1 should no longer be stable?
Comment 7 Dennis Schridde 2016-01-31 08:24:37 UTC
Is there anything in the tree requiring 1.1.1? Maybe it could be removed from the tree, as version 1.6.9 is current and versions prior to that have their own problems (e.g. bug #571702).
Comment 8 Michael Palimaka (kensington) gentoo-dev 2016-05-05 19:57:25 UTC
1.3.5 is stable and contains the patch.