Date: Sat, 15 Aug 2020 09:36:04 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 248667] graphics/openexr: error: expected '(' for function-style cast or type construction Message-ID: <bug-248667-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248667 Bug ID: 248667 Summary: graphics/openexr: error: expected '(' for function-style cast or type construction Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: mandree@FreeBSD.org Reporter: ohartmann@walstatt.org Flags: maintainer-feedback?(mandree@FreeBSD.org) Assignee: mandree@FreeBSD.org On CURRENT (FreeBSD 13.0-CURRENT #162 r364187: Thu Aug 13 14:17:00 CEST 2020 amd64), building of port graphics/openexr fails due to the fail shown below: FAILED: IlmImf/CMakeFiles/IlmImf.dir/ImfChannelList.cpp.o=20 /usr/bin/c++ -DILMIMF_EXPORTS -DIlmImf_EXPORTS -IIlmImf -I/usr/ports/graphics/openexr/work/openexr-2.5.3/OpenEXR/IlmImf -Iconfig -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -pthread -MD -MT IlmImf/CMakeFiles/IlmImf.dir/ImfChannelList.cpp.o -MF IlmImf/CMakeFiles/IlmImf.dir/ImfChannelList.cpp.o.d -o IlmImf/CMakeFiles/IlmImf.dir/ImfChannelList.cpp.o -c /usr/ports/graphics/openexr/work/openexr-2.5.3/OpenEXR/IlmImf/ImfChannelLis= t.cpp /usr/ports/graphics/openexr/work/openexr-2.5.3/OpenEXR/IlmImf/ImfChannelLis= t.cpp:79:30: error: expected '(' for function-style cast or type construction THROW (IEX_NAMESPACE::ArgExc, "Image channel name cannot be an empty string."); ~~~~~~~~~~~~~~~~~~~~~^ /usr/ports/graphics/openexr/work/openexr-2.5.3/OpenEXR/IlmImf/ImfChannelLis= t.cpp:98:30: error: expected '(' for function-style cast or type construction THROW (IEX_NAMESPACE::ArgExc, "Cannot find image channel \"" << nam= e << "\"."); ~~~~~~~~~~~~~~~~~~~~~^ /usr/ports/graphics/openexr/work/openexr-2.5.3/OpenEXR/IlmImf/ImfChannelLis= t.cpp:98:63: error: invalid operands to binary expression ('const char [28]' and 'const = char *') THROW (IEX_NAMESPACE::ArgExc, "Cannot find image channel \"" << nam= e << "\"."); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~ /usr/ports/graphics/openexr/work/openexr-2.5.3/OpenEXR/IlmImf/ImfChannelLis= t.cpp:110:30: error: expected '(' for function-style cast or type construction THROW (IEX_NAMESPACE::ArgExc, "Cannot find image channel \"" << nam= e << "\"."); ~~~~~~~~~~~~~~~~~~~~~^ /usr/ports/graphics/openexr/work/openexr-2.5.3/OpenEXR/IlmImf/ImfChannelLis= t.cpp:110:63: error: invalid operands to binary expression ('const char [28]' and 'const = char *') THROW (IEX_NAMESPACE::ArgExc, "Cannot find image channel \"" << nam= e << "\"."); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~ 5 errors generated. On CURRENT (), building of port graphi --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248667-7788>