Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33235 - net-irc/epic4 installs help files incorrectly
Summary: net-irc/epic4 installs help files incorrectly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-11 08:48 UTC by Daniel Westermann-Clark
Modified: 2003-11-13 18:36 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 Daniel Westermann-Clark 2003-11-11 08:48:23 UTC
Version 1.1.12 of net-irc/epic4 installs the help files (from
epic4-help-20030114.tar.gz) incorrectly.  The files are installed into
/usr/share/epic4/help, but are owned by uid 100 and gid 100. They should
probably be owned by root.

Additionally, there is a CVS directory and a Makefile in /usr/share/epic4/help,
which appear when executing a "/help" command in the client.

Reproducible: Always
Steps to Reproduce:
1. emerge net-irc/epic4
2. ls -l /usr/share/epic4/help
3. Note ownership with uid = 100 and gid = 100; should be owned by root
4. Note presence of CVS directory and Makefile

Actual Results:  
The files were owned by uid 100 and gid 100.  The CVS directory and Makefile
were present.

Expected Results:  
The files should be owned by uid 0 and gid 0.  The CVS directory and Makefile
should not be present.

Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gentoo-r8)
=================================================================
System uname: 2.4.20-gentoo-r8 i686 AMD Athlon(tm) XP 2000+
Gentoo Base System version 1.4.3.10p1
distcc 2.11.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon-xp -O2 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=athlon-xp -O2 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs sandbox ccache distcc userpriv"
GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://gentoo.oregonstate.edu"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 oss apm crypt foomaticdb libg++ libwww mad mikmod nls quicktime spell
xmms zlib gdbm berkdb slang svga java guile sdl gpm tcpd pam esd qt kde motif
mozilla 3dnow mmx aalib cdr cups fbcon maildir ncurses pda readline sasl ssl
perl python postgresql xml xml2 X xv gtk gtkhtml gnome -arts truetype gif imlib
jpeg pdflib png tiff avi dvd encode mpeg opengl oggvorbis"
Comment 1 Chuck Short (RETIRED) gentoo-dev 2003-11-13 18:36:27 UTC
Fixed in cvs thanks for the bug report.