Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 635098 - media-gfx/povray-3.7.0.0-r1 fails to build with gcc-6
Summary: media-gfx/povray-3.7.0.0-r1 fails to build with gcc-6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-6-stable
  Show dependency tree
 
Reported: 2017-10-22 20:25 UTC by Andreas K. Hüttel
Modified: 2017-10-31 19:16 UTC (History)
0 users

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


Attachments
build log (povray-3.7.0.0-r1:20171021-213820.log.gz,30.72 KB, application/gzip)
2017-10-22 20:26 UTC, Andreas K. Hüttel
Details
emerge --info (emerge-info.txt,19.98 KB, text/plain)
2017-10-22 20:26 UTC, Andreas K. Hüttel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas K. Hüttel archtester gentoo-dev 2017-10-22 20:25:24 UTC
base/image/openexr.cpp: In member function ‘virtual void pov_base::OpenEXR::POV_EXR_IStream::seekg(Imath_2_2::Int64)’:
base/image/openexr.cpp:160:36: error: no match for ‘operator==’ (operand types are ‘pov_base::IOBase’ and ‘bool’)
    if(is.seekg((unsigned long)pos) == false)
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from /usr/include/OpenEXR/ImfHeader.h:48:0,
                 from /usr/include/OpenEXR/ImfRgbaFile.h:50,
                 from base/image/openexr.cpp:58:
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2017-10-22 20:26:32 UTC
Created attachment 499686 [details]
build log
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2017-10-22 20:26:51 UTC
Created attachment 499688 [details]
emerge --info
Comment 3 Larry the Git Cow gentoo-dev 2017-10-31 19:16:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc13b382ca650a5769697f8532ce15315e3dc9d

commit 7dc13b382ca650a5769697f8532ce15315e3dc9d
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2017-10-31 19:15:44 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2017-10-31 19:15:52 +0000

    media-gfx/povray: Fix also openexr code for gcc-6, bug 635098
    
    Closes: https://bugs.gentoo.org/635098
    Package-Manager: Portage-2.3.13, Repoman-2.3.4

 .../povray/files/povray-3.7.0.0-gcc6-openexr.patch | 39 ++++++++++++++++++++++
 media-gfx/povray/povray-3.7.0.0-r1.ebuild          |  1 +
 2 files changed, 40 insertions(+)