[Bug 248667] graphics/openexr: error: expected '(' for function-style cast or type construction
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Aug 15 09:36:05 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248667
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 at FreeBSD.org
Reporter: ohartmann at walstatt.org
Flags: maintainer-feedback?(mandree at FreeBSD.org)
Assignee: mandree at 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
/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/ImfChannelList.cpp
/usr/ports/graphics/openexr/work/openexr-2.5.3/OpenEXR/IlmImf/ImfChannelList.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/ImfChannelList.cpp:98:30:
error: expected '(' for function-style cast or type construction
THROW (IEX_NAMESPACE::ArgExc, "Cannot find image channel \"" << name <<
"\".");
~~~~~~~~~~~~~~~~~~~~~^
/usr/ports/graphics/openexr/work/openexr-2.5.3/OpenEXR/IlmImf/ImfChannelList.cpp:98:63:
error: invalid operands to binary expression ('const char [28]' and 'const char
*')
THROW (IEX_NAMESPACE::ArgExc, "Cannot find image channel \"" << name <<
"\".");
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~
/usr/ports/graphics/openexr/work/openexr-2.5.3/OpenEXR/IlmImf/ImfChannelList.cpp:110:30:
error: expected '(' for function-style cast or type construction
THROW (IEX_NAMESPACE::ArgExc, "Cannot find image channel \"" << name <<
"\".");
~~~~~~~~~~~~~~~~~~~~~^
/usr/ports/graphics/openexr/work/openexr-2.5.3/OpenEXR/IlmImf/ImfChannelList.cpp:110:63:
error: invalid operands to binary expression ('const char [28]' and 'const char
*')
THROW (IEX_NAMESPACE::ArgExc, "Cannot find image channel \"" << name <<
"\".");
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~
5 errors generated.
On CURRENT (), building of port graphi
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list