Bug 46565 - QA install paths incorrect. using /usr/man vs /usr/share/man and /usr/doc vs /usr/share/doc
|
Bug#:
46565
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: minor
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: qa@gentoo.org
|
Reported By: dragonheart@gentoo.org
|
|
Component: Development
|
|
|
URL:
|
|
Summary: QA install paths incorrect. using /usr/man vs /usr/share/man and /usr/doc vs /usr/share/doc
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-04-02 00:53 0000
|
qpkg -f /usr/man -v
dev-tcltk/tclx-8.3 installs man pages to /usr/man. should be /usr/share/man.
$ qpkg -f /usr/doc -v
dev-util/gperf-2.7.2 *
dev-util/indent-2.2.9
dev-util/gperf-2.7.2 and dev-util/indent-2.2.9 fixed.
The ebuild posted in bug #58730 for tclx corrects this issue with tclx.
$ qpkg -f /usr/man -v
dev-perl/MP3-Info-1.02-r1 *
dev-perl/PlRPC-0.2016-r1 *
dev-perl/Test-Simple-0.47-r1 *
media-libs/svgalib-1.9.19 *
sys-apps/baselayout-1.10.2 *
$ qpkg -f /usr/doc -v
net-p2p/giftui-0.4.1 *
sys-apps/baselayout-1.10.2 *
Looks like a couple more ebuilds violate this though, (obviously not baselayout). I also had to re-emerge indent for it to properly move out of /usr/doc. Shouldn't it be revision bumped because there has been a change in the file system layout?
revision bumped indent as suggested.
qpkg -f -nc -v /usr/doc
gnome-base/gnome-vfs-1.0.5-r3 (one empty direcory on an old ebuild - harmless)
bash-2.05b$ qpkg -f -nc -v /usr/man
app-cdr/kover-2.9.5
kover is the fault of the kde eclass - writing bug now.
bug 63637 identifies some configure problems in eclasses that will result in
bad install locations.
emerge -C tclx
then
emerge tclx -vuDa
seems to have fixed it.
Thanks
All of my packages seem to be cleaned up. Anything left for this bug?