Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91934 - Openjade needs "make install-man" besides "make install"
Summary: Openjade needs "make install-man" besides "make install"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-08 13:42 UTC by Donald J. Axel
Modified: 2005-05-22 06:08 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 Donald J. Axel 2005-05-08 13:42:13 UTC
For some reason "make install" does not install the man-page.
This could be on purpose from the developer team, though, I am not sure,
and I have some difficulties understanding the way the "autogenerated"
makefile is organized.

I will file a bug at sourceforge/openjade too.

Reproducible: Always
Steps to Reproduce:
1. man openjade # not found
2. tar -xzf openjade-1.3.2.tar.gz ; cd openjade-1.3.2;./configure && make
3. make install
4. make install-man
5. man openjade
NAME
       openjade - apply a DSSSL stylesheet to an SGML or XML document

SYNOPSIS
[ ... cut ...]



Expected Results:  
CURE:
1. wget openjade-1.3.2.tar.gz
2. tar -xzf openjade-1.3.2.tar.gz ; cd openjade-1.3.2;./configure && make
3. make install
4. make install-man
5. man openjade
NAME
       openjade - apply a DSSSL stylesheet to an SGML or XML document

SYNOPSIS
[ ... cut ...]


Gentoo Base System version 1.4.16
Portage 2.0.51.19 (default-linux/x86/2005.0/2.4, gcc-3.3.4,
glibc-2.3.3.20041008-r0, 2.4.28ax2-tun i686)
=================================================================
System uname: 2.4.28ax2-tun i686 AMD Duron(tm) 
Python:              dev-lang/python-2.3.3-r1 [2.3.3 (#1, Aug 29 2004, 02:50:23)]
dev-lang/python:     2.3.3-r1
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r4
sys-devel/automake:  1.8.5-r1
sys-devel/binutils:  2.14.90.0.8-r1
sys-devel/libtool:   1.4.3-r4
virtual/os-headers:  2.4.21-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=i686 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/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/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 -march=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
http://ftp.du.se/pub/os/gentoo http://ds.thn.htu.se/linux/gentoo"
LC_ALL=""
LINGUAS="en"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.skumleren.net/gentoo-portage"
USE="x86 3dnow 3dnowex X Xaw3d alsa apm arts avi berkdb bitmap-fonts bonobo cdr
crypt cups curl doc emboss encode esd fam flac foomaticdb fortran gd gdbm gif
gphoto2 gpm gtk2 gtkhtml guile imagemagick imlib ipv6 jpeg kde libg++ libgda
libwww mad mikmod mmx2 motif mozplaintext mp3 mpeg mplayer ncurses network nls
odbc ogg oggvorbis opengl oss pam pdflib perl png postgres python qt quicktime
readline real rtc samba sdl slang snmp spell ssl svga tcltk tcpd tetex tiff
truetype truetype-fonts type1-fonts v4l v4l2 vorbis xine xinerama xml xml2 xmms
xv xvid xvmc zlib linguas_en userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LDFLAGS
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-05-22 06:08:33 UTC
Thanks for the bug report. Fixed in CVS.