Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Dec 2017 21:32:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 224132] net-p2p/litecoin: fails to build with boost 1.66
Message-ID:  <bug-224132-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 224132
           Summary: net-p2p/litecoin: fails to build with boost 1.66
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: swills@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
            Blocks: 223922
             Flags: maintainer-feedback?(swills@FreeBSD.org)
          Assignee: swills@FreeBSD.org

As part of exp-run in bug 223922 this port was found to break on Boost upda=
te.
If the issue won't disappear on its own by Boost release I plan to mark the
port as BROKEN. Can you check with upstream maintainer or help with a fix?

$ fetch -qo- 'https://reviews.freebsd.org/D13279?download=3Dtrue' | patch -=
Efsp0
-d /usr/ports
$ make all deinstall install clean -C/usr/ports/devel/boost-libs
$ make -C/usr/ports/net-p2p/litecoin
[...]
In file included from miner.cpp:6:
In file included from ./miner.h:10:
In file included from ./txmempool.h:25:
In file included from
/usr/local/include/boost/multi_index/ordered_index.hpp:17:
/usr/local/include/boost/multi_index/detail/ord_index_impl.hpp:1181:10: err=
or:
no matching function for call to object of type 'const key_compare' (aka 'c=
onst
CompareModifiedEntry')
      if(comp_(key(v),key(y->value())))return false;
         ^~~~~
[...]
./miner.h:76:10: note: candidate function not viable: 'this' argument has t=
ype
'const key_compare' (aka 'const CompareModifiedEntry'), but method is not
marked const
    bool operator()(const CTxMemPoolModifiedEntry &a, const
CTxMemPoolModifiedEntry &b)
         ^
In file included from miner.cpp:6:
In file included from ./miner.h:10:
In file included from ./txmempool.h:25:
In file included from
/usr/local/include/boost/multi_index/ordered_index.hpp:17:
/usr/local/include/boost/multi_index/detail/ord_index_impl.hpp:1186:26: err=
or:
no matching function for call to object of type 'const key_compare' (aka 'c=
onst
CompareModifiedEntry')
    return y=3D=3Dheader()||!comp_(key(y->value()),key(v));
                         ^~~~~
./miner.h:76:10: note: candidate function not viable: 'this' argument has t=
ype
'const key_compare' (aka 'const CompareModifiedEntry'), but method is not
marked const
    bool operator()(const CTxMemPoolModifiedEntry &a, const
CTxMemPoolModifiedEntry &b)
         ^

http://package23.nyi.freebsd.org/data/103i386-default-PR223922/2017-12-02_1=
1h06m37s/logs/errors/litecoin-0.14.2_2.log
http://package22.nyi.freebsd.org/data/103amd64-default-PR223922/2017-12-02_=
11h06m39s/logs/errors/litecoin-0.14.2_2.log
http://package22.nyi.freebsd.org/data/111amd64-default-PR223922/2017-12-03_=
09h31m05s/logs/errors/litecoin-0.14.2_2.log
http://package23.nyi.freebsd.org/data/111i386-default-PR223922/2017-12-03_0=
9h31m14s/logs/errors/litecoin-0.14.2_2.log

http://package23.nyi.freebsd.org/data/103i386-default-PR223922/2017-12-02_1=
1h06m37s/logs/errors/litecoin-daemon-0.14.2_2.log
http://package22.nyi.freebsd.org/data/103amd64-default-PR223922/2017-12-02_=
11h06m39s/logs/errors/litecoin-daemon-0.14.2_2.log
http://package22.nyi.freebsd.org/data/111amd64-default-PR223922/2017-12-03_=
09h31m05s/logs/errors/litecoin-daemon-0.14.2_2.log
http://package23.nyi.freebsd.org/data/111i386-default-PR223922/2017-12-03_0=
9h31m14s/logs/errors/litecoin-daemon-0.14.2_2.log

http://package23.nyi.freebsd.org/data/103i386-default-PR223922/2017-12-02_1=
1h06m37s/logs/errors/litecoin-utils-0.14.2_2.log
http://package22.nyi.freebsd.org/data/103amd64-default-PR223922/2017-12-02_=
11h06m39s/logs/errors/litecoin-utils-0.14.2_2.log
http://package22.nyi.freebsd.org/data/111amd64-default-PR223922/2017-12-03_=
09h31m05s/logs/errors/litecoin-utils-0.14.2_2.log
http://package23.nyi.freebsd.org/data/111i386-default-PR223922/2017-12-03_0=
9h31m14s/logs/errors/litecoin-utils-0.14.2_2.log


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223922
[Bug 223922] devel/boost-all: Update to 1.66.0 (currently beta)
--=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-224132-13>