The last release of Cutter is the 1.10.1, as reporter on https://github.com/radareorg/cutter/releases Reproducible: Always Steps to Reproduce: 1. emaint sync -a 2. emerge --search dev-util/cutter Actual Results: Last available version is 1.9.0. Expected Results: Last available version is 1.10.1. Cutter 1.9.0 seems to be not compatible with radare2 4.2.1: src/core/Cutter.cpp: In member function ‘QList<FunctionDescription> CutterCore::getAllFunctions()’: src/core/Cutter.cpp:1649:25: error: ‘r_anal_fcn_size’ was not declared in this scope; did you mean ‘r_anal_fcn_resize’? 1649 | function.size = r_anal_fcn_size(fcn); | ^~~~~~~~~~~~~~~ | r_anal_fcn_resize
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a4d352bbd8035cc510b68bdfe321c274aea037 commit a9a4d352bbd8035cc510b68bdfe321c274aea037 Author: Gergely Nagy <ngg@ngg.hu> AuthorDate: 2020-02-15 10:48:43 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2020-03-09 05:55:10 +0000 dev-util/cutter: Bump to 1.10.1 Closes: https://bugs.gentoo.org/708886 Signed-off-by: Gergely Nagy <ngg@ngg.hu> Closes: https://github.com/gentoo/gentoo/pull/14667 Signed-off-by: Joonas Niilola <juippis@gentoo.org> dev-util/cutter/Manifest | 1 + dev-util/cutter/cutter-1.10.1.ebuild | 56 ++++++++++++++++++++++ .../cutter/files/cutter-1.10.1-radare2-4.3.0.patch | 12 +++++ 3 files changed, 69 insertions(+)