Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 708886 - dev-util/cutter-1.10.1: version bump
Summary: dev-util/cutter-1.10.1: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: otakuto.gentoo
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-02-09 21:28 UTC by Alexis Lahouze
Modified: 2020-03-09 05:55 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexis Lahouze 2020-02-09 21:28:14 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2020-03-09 05:55:23 UTC
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(+)