Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 737886 - net-libs/libtelnet-9999 - The ebuild is installing to one or more unexpected paths: /usr/man
Summary: net-libs/libtelnet-9999 - The ebuild is installing to one or more unexpected ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas Schürch
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-08-18 11:28 UTC by Jakov Smolić
Modified: 2020-08-19 14:33 UTC (History)
0 users

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 Jakov Smolić archtester gentoo-dev 2020-08-18 11:28:24 UTC
[1/2] Install the project...
-- Install configuration: "Gentoo"
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/lib64/liblibtelnet.so
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/include/libtelnet.h
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/lib64/cmake/libtelnet/libtelnet.cmake
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/lib64/cmake/libtelnet/libtelnet-gentoo.cmake
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/man/man1/telnet-chatd.1
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/man/man1/telnet-client.1
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/man/man1/telnet-proxy.1
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/man/man3/libtelnet.h.3
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/man/man3/telnet_environ_t.3
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/man/man3/telnet_event_t.3
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/man/man3/telnet_event_t_compress_t.3
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/man/man3/telnet_event_t_data_t.3
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/man/man3/telnet_event_t_environ_t.3
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/man/man3/telnet_event_t_error_t.3
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/man/man3/telnet_event_t_iac_t.3
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/man/man3/telnet_event_t_negotiate_t.3
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/man/man3/telnet_event_t_subnegotiate_t.3
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/man/man3/telnet_event_t_ttype_t.3
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/man/man3/telnet_event_t_zmp_t.3
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/man/man3/telnet_event_t_mssp_t.3
-- Installing: /var/tmp/portage/net-libs/libtelnet-9999/image/usr/man/man3/telnet_telopt_t.3
>>> Completed installing net-libs/libtelnet-9999 into /var/tmp/portage/net-libs/libtelnet-9999/image

 * Final size of build directory: 2444 KiB (2.3 MiB)
 * Final size of installed tree:   240 KiB

 * The ebuild is installing to one or more unexpected paths:
 *
 *   /usr/man
 *
 * Please fix the ebuild to use correct FHS/Gentoo policy paths.
 * QA Notice: This ebuild installs into the following deprecated directories:
 *
 *   usr/man
 *

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2020-08-19 14:33:21 UTC
The bug has been closed via the following commit(s):

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

commit a13e1cdc27b95529cd40038763516cd434de102e
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2020-08-18 11:29:57 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-08-19 14:33:13 +0000

    net-libs/libtelnet: install manpages in standard directory
    
    Closes: https://bugs.gentoo.org/737886
    Package-Manager: Portage-3.0.3, Repoman-3.0.0
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Closes: https://github.com/gentoo/gentoo/pull/17157
    Signed-off-by: Sam James <sam@gentoo.org>

 net-libs/libtelnet/files/libtelnet-9999-doc.patch | 39 +++++++++++++++++++++++
 net-libs/libtelnet/libtelnet-9999.ebuild          | 12 ++++---
 2 files changed, 47 insertions(+), 4 deletions(-)