Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48855 - Wrong path for sounds in media-sound/teamspeak2-client-bin
Summary: Wrong path for sounds in media-sound/teamspeak2-client-bin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-24 01:04 UTC by Andre Hinrichs
Modified: 2004-04-24 17:07 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 Andre Hinrichs 2004-04-24 01:04:25 UTC
teamspeak2-client-bin installs sounds to /opt/teamspeak2-client/sounds/
but ebuild says the following:

 * Note: If you just upgraded from a version less than 2.0.32.60-r1,
 * your users' config files will incorrectly point to non-existant
 * soundfiles because they've been moved from their old location.
 * You may want to perform the following commands:
 * # mkdir /usr/share/teamspeak2-client
 * # ln -s /sounds /usr/share/teamspeak2-client/sounds
 * This way, each user won't have to modify their config files to
 * reflect this move.

...but there is no /usr/share/teamspeak2-client/sounds directory.
So either the default install path is wrong or the path in the message
should be changed.


Reproducible: Always
Steps to Reproduce:




Portage 2.0.50-r6 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.5-gentoo-r1)
=================================================================
System uname: 2.6.5-gentoo-r1 i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.9
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=i686 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config
/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/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=i686 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://ftp.uninett.no/pub/linux/Gentoo
http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j 3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://192.168.68.1/gentoo-portage"
USE="X Xaw3d aalib acl alsa apache2 apm arts audiofile avi berkdb bonobo cdr
crypt cups curl dvd emacs encode esd flac flash foomaticdb gd gdbm ggi gif gmp
gnome gphoto2 gpm gtk gtk2 gtkhtml guile icq imagemagick imlib java jpeg kde
lcms ldap leim libg++ libwww mad maildir mikmod motif mozilla mpeg mysql nas
ncurses nls nocardbus odbc oggvorbis opengl oss pam pcmcia pda pdflib perl
plotutils png ppds python qt quicktime readline samba sasl scanner sdl slang
spell ssl svga tcltk tcpd tetex theora tiff truetype unicode usb wmf wxwindows
x86 xml xml2 xmms xv zlib"
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-04-24 17:07:36 UTC
thanks for noticing... it should read

ln -s /opt/teamspeak2-client/sounds /usr/share/teamspeak2-client/sounds