Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Aug 2018 20:11:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230392] lang/solidity: fails to build with boost 1.68
Message-ID:  <bug-230392-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230392

            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@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
            Blocks: 229569
             Flags: maintainer-feedback?(ale@FreeBSD.org)
          Assignee: ale@FreeBSD.org

After bug 229569 lands this port will end up BROKEN. Can you help? I've alr=
eady
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())));
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
                            ^~~~~~~~~~~~~~~
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())));
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
             ^~~~~~~~~~~~~~~


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229569
[Bug 229569] devel/boost-all: Update to 1.68.0 (currently, RC phase)
--=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-230392-7788>