Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646708 - games-fps/redeclipse-1.6.0-r1 fails to install
Summary: games-fps/redeclipse-1.6.0-r1 fails to install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Rob
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-05 19:11 UTC by Thomas Capricelli
Modified: 2018-02-07 09:57 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 Thomas Capricelli 2018-02-05 19:11:02 UTC
[ebuild  N    ] games-fps/redeclipse-1.6.0-r1  USE="-dedicated" 

It ends with : 

!!! doman: doc/man/redeclipse-server.6 does not exist
...
 * QA Notice: file does not exist:
 * 
 *      doman: doc/man/redeclipse-server.6 does not exist
Comment 1 Rob 2018-02-06 21:35:05 UTC
Even though I have had this installed, I was able to reproduce this issue by attempting to reinstall. Looking into it.
Comment 2 Larry the Git Cow gentoo-dev 2018-02-06 22:23:33 UTC
The bug has been closed via the following commit(s):

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

commit f6d7fbd05fee68e2437de6e66abd26bfd800288f
Author:     Rob Levitsky <kitsunenokenja@protonmail.ch>
AuthorDate: 2018-02-06 21:54:13 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-02-06 22:23:11 +0000

    games-fps/redeclipse: fix missing manual error, fix bug 646708
    
    The symlink creation step uses a change directory command which breaks
    the call to dodoc. Simply reversing the order solves the problem.
    
    Closes: https://bugs.gentoo.org/646708
    Package-Manager: Portage-2.3.19, Repoman-2.3.6
    Closes: https://github.com/gentoo/gentoo/pull/7100

 games-fps/redeclipse/redeclipse-1.6.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
Comment 3 Thomas Capricelli 2018-02-07 09:57:26 UTC
I can confirm, it works now. Thanks !