Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95115 - cogito-0.11.1: incomplete manpage installation
Summary: cogito-0.11.1: incomplete manpage installation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Carlos Silva (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 95127
Blocks:
  Show dependency tree
 
Reported: 2005-06-05 04:50 UTC by Peter `MathFox' Roozemaal
Modified: 2005-06-06 02:13 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 Peter `MathFox' Roozemaal 2005-06-05 04:50:09 UTC
after emerging cogito there are only 4 manpages installed:
>>> /usr/share/man/man1/cg.1.gz
>>> /usr/share/man/man1/git.1.gz
>>> /usr/share/man/man7/cogito.7.gz
>>> /usr/share/man/man7/git.7.gz

'man cg' shows the manpage for cg-version. The manpages for other cg commands
(cg-ls) are unavailable.

Reproducible: Didn't try
Steps to Reproduce:
1. emerge cogito
2. man cg
3. man cg-ls

Actual Results:  
1. emerge cogito
[...]
asciidoc -b docbook -d manpage cg-add.txt
xmlto man cg-add.xml
Writing cg.1 for refentry
asciidoc -b docbook -d manpage cg-admin-lsobj.txt
xmlto man cg-admin-lsobj.xml
Writing cg.1 for refentry
asciidoc -b docbook -d manpage cg-admin-uncommit.txt
xmlto man cg-admin-uncommit.xml
Writing cg.1 for refentry
[...]

2. man cg
>>> shows cg-version manpage

3. man cg-ls
No manual entry for cg-ls


Expected Results:  
All manpages for the cg-* and git-* that are generated during the build should
be installed in the man directories.

Portage 2.0.51.19 (default-linux/amd64/2004.3, gcc-3.4.3,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.11-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, May 12 2005, 18:34:27)]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.9.5, 1.8.5-r3, 1.7.9-r1, 1.6.3, 1.4_p6
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.nedlinux.nl http://ftp.easynet.nl/mirror/gentoo/
http://gentoo.mirror.sdv.fr http://gentoo.math.bme.hu"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X acpi alsa arts berkdb bitmap-fonts bonobo cdr crypt curl doc dvd
dvdr eds esd fam flac font-server fortran gd gdbm gif gnome gpm gstreamer gtk
gtk2 gtkhtml guile imagemagick imlib ipv6 java jp2 jpeg junit kde ldap libwww
lm-sensors lzw lzw-tiff mad mikmod motif mozilla mp3 mysql ncurses nls ogg
opengl oss
pam pda pdflib perl png postgres python qt readline ruby samba sdl slang speex
ssl tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts unicode usb
userlocales vorbis xine xml xml2 xmms xpm xrandr xv zlib userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Carlos Silva (RETIRED) gentoo-dev 2005-06-05 07:13:12 UTC
This is not a cogito problem. It's a patch that needs to be applied to asciidoc
(see bug #95127). i'll leave this bug opened until the other is closed.
Comment 2 Carlos Silva (RETIRED) gentoo-dev 2005-06-05 17:08:41 UTC
Ok, since the patch has been aplied to asciidoc, i'm closing this bug. give it
two hours and sync again. thx for reporting.
Comment 3 Peter `MathFox' Roozemaal 2005-06-06 02:13:34 UTC
thanks for fixing it so quickly.