[Bug 230392] lang/solidity: fails to build with boost 1.68
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 5 20:11:28 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230392
Bug ID: 230392
Summary: lang/solidity: fails to build with boost 1.68
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: needs-qa, patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ale at FreeBSD.org
Reporter: jbeich at FreeBSD.org
Blocks: 229569
Flags: maintainer-feedback?(ale at FreeBSD.org)
Assignee: ale at FreeBSD.org
After bug 229569 lands this port will end up BROKEN. Can you help? I've already
reported upstream.
libevmasm/Assembly.cpp:267:74: error: no matching conversion for
functional-style cast from 'const u256' (aka 'const
number<boost::multiprecision::cpp_int_backend<256, 256,
boost::multiprecision::unsigned_magnitude, boost::multiprecision::unchecked,
void> >') to 'string' (aka 'basic_string<char, char_traits<char>,
allocator<char> >')
createJsonValue("PUSH [tag]",
i.location().start, i.location().end, string(i.data())));
^~~~~~~~~~~~~~~
libevmasm/Assembly.cpp:293:66: error: no matching conversion for
functional-style cast from 'const u256' (aka 'const
number<boost::multiprecision::cpp_int_backend<256, 256,
boost::multiprecision::unsigned_magnitude, boost::multiprecision::unchecked,
void> >') to 'string' (aka 'basic_string<char, char_traits<char>,
allocator<char> >')
createJsonValue("tag", i.location().start,
i.location().end, string(i.data())));
^~~~~~~~~~~~~~~
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229569
[Bug 229569] devel/boost-all: Update to 1.68.0 (currently, RC phase)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list