Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701080 - =dev-util/edb-debugger-1.0.0-r2 installs unreachable manpage (wrong location)
Summary: =dev-util/edb-debugger-1.0.0-r2 installs unreachable manpage (wrong location)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Petross404(Petros S)
URL: https://github.com/eteran/edb-debugge...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-11-24 15:02 UTC by Sergei Trofimovich (RETIRED)
Modified: 2019-12-07 18:02 UTC (History)
1 user (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 Sergei Trofimovich (RETIRED) gentoo-dev 2019-11-24 15:02:25 UTC
$ emerge --info edb-debugger
...
dev-util/edb-debugger-1.0.0-r2::gentoo was built with the following:
USE="-graphviz" ABI_X86="(64)"

$ qlist edb-debugger | fgrep man
/usr/share/man/edb.1.bz2
$ LANG=C man edb
No manual entry for edb

Manpage should have been in /usr/share/man/man1/edb.1.bz2 or similar.
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2019-11-24 15:06:34 UTC
Fixed in -9999 by https://github.com/eteran/edb-debugger/commit/c84c5a28adaacaeee65a20e1bd8a90762cbe843c
Comment 2 Larry the Git Cow gentoo-dev 2019-12-07 18:02:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58252a6ffe48778d7dcfd2ca86894dac68f7e4ce

commit 58252a6ffe48778d7dcfd2ca86894dac68f7e4ce
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2019-12-07 18:00:01 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2019-12-07 18:00:01 +0000

    dev-util/edb-debugger: fix manpage install path, bug #701080
    
    While at it mode to EAPI=7
    
    Closes: https://bugs.gentoo.org/701080
    Package-Manager: Portage-2.3.81, Repoman-2.3.20
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 dev-util/edb-debugger/edb-debugger-1.0.0-r3.ebuild | 48 ++++++++++++++++++++++
 .../files/edb-debugger-1.0.0-man1.patch            | 21 ++++++++++
 2 files changed, 69 insertions(+)