Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155101 - net-im/ejabberd-1.1.2-r1 does not install guide even though einfo mentions it
Summary: net-im/ejabberd-1.1.2-r1 does not install guide even though einfo mentions it
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Caleb Tennis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 141302
  Show dependency tree
 
Reported: 2006-11-13 23:42 UTC by Haplo
Modified: 2009-02-01 10:01 UTC (History)
1 user (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 Haplo 2006-11-13 23:42:26 UTC
1. emerge ejabberd-1.1.2-r1
2. read mention of install guide at /usr/share/doc/ejabberd-1.1.2-r1/html/guide.html
 in einfo.
3. Guide is not installed.


kvasir /usr/share/doc/ejabberd-1.1.2-r1 # emerge --info
Portage 2.1.1-r1 (hardened/x86/2.6, gcc-3.3.5, glibc-2.3.4.20040808-r1, 2.6.11-hardened-r15 i686)
=================================================================
System uname: 2.6.11-hardened-r15 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz
Gentoo Base System version 1.12.6
Last Sync: Tue, 14 Nov 2006 01:00:02 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/gcc-config: 1.3.8-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O2 -pipe -fstack-protector-all"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /var/bind /var/qmail/alias /var/qmail/control /var/vpopmail/domains /var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=pentium4 -O2 -pipe -fstack-protector-all"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
PKGDIR="/usr/portage//packages/x86/"
PORTAGE_RSYNC_EXTRA_OPTS="--exclude-from=/etc/portage/rsync_excludes"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 apache2 berkdb bzip2 cli crypt curl dba elibc_glibc fastcgi gd gdbm gencertdaily geoip gif gnutls gpgme hardened imagemagick imap innodb input_devices_keyboard input_devices_mouse jpeg kernel_linux ldap maildir mailwrapper memlimit mmx mod_muc mpm-peruser mysql ncurses no-suexec noauthcram nptl pam pcre perl php pic pie png posix postgres python qmail qmail-spp readline session sftplogging simplexml smtp snmp soap spamassassin spell sse sse2 ssl tcpd tools truetype unzip userland_GNU vhost vhosts vpopmail xinetd xml xml2 xmlreader xmlrpc xmlwriter xsl zip zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Gustavo Felisberto (RETIRED) gentoo-dev 2006-11-15 11:51:51 UTC
I no longer maintain ejabberd.
Comment 2 Vadim Efimov 2006-11-20 13:54:40 UTC
add line to ebuild :

before

insinto /usr/share/doc/${PF}
dodoc doc/release_notes_${PV}.txt
dohtml doc/*.{html,png}

after

cd ${WORKDIR}/${P}
insinto /usr/share/doc/${PF}
dodoc doc/release_notes_${PV}.txt
dohtml doc/*.{html,png}
Comment 3 Patrick Lauer gentoo-dev 2009-02-01 10:01:28 UTC
+  01 Feb 2009; Patrick Lauer <patrick@gentoo.org> +ejabberd-1.1.4-2.ebuild:                                                                         
+  Fixing doc installation, closes #155101