Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82003 - teamspeak2-client-bin: fix to use it with newest emul-libs
Summary: teamspeak2-client-bin: fix to use it with newest emul-libs
Status: RESOLVED DUPLICATE of bug 72030
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-14 08:49 UTC by Thomas Pohl
Modified: 2005-07-17 13:06 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 Thomas Pohl 2005-02-14 08:49:02 UTC
Currently TS2 can only start if you have 

emul-linux-x86-baselibs-1.0
emul-linux-x86-xlibs-1.0
emul-linux-x86-gtklib-1.0

...which causes many troubles: FireFox won't run, Steam (with cedega) won't run etc etc...

Now here is the fix:

In /opt/bin/TeamSpeak change the following:

#!/bin/sh
export LD_LIBRARY_PATH="/opt/teamspeak2-client:$LD_LIBRARY_PATH"
exec /opt/teamspeak2-client/TeamSpeak.bin "$@"

to

#!/bin/sh
export GCONV_PATH="/usr/lib32/gconv"  LD_LIBRARY_PATH="/opt/teamspeak2-client:$LD_LIBRARY_PATH"
exec /opt/teamspeak2-client/TeamSpeak.bin "$@"

(GCONV_PATH... added)

and TS2 will run fine. I dunno how to create a patch or something but maybe somebody can include this in the ebuild?





Reproducible: Always
Steps to Reproduce:
1. emerge teamspeak2-client-bin
2. open /opt/bin/TeamSpeak
3. add GCONV_PATH="/usr/lib32/gconv"

Actual Results:  
TS2 will run like a charm :o)

Expected Results:  
runtime errors, relocation errors, no GUI spawning etc...

Portage 2.0.51-r15 (default-linux/amd64/2004.3, gcc-3.4.3,
glibc-2.3.4.20041102-r0, 2.6.9-gentoo-r14 x86_64)
=================================================================
System uname: 2.6.9-gentoo-r14 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Nov 23 2004, 01:11:15)]
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.8.5-r3, 1.6.3, 1.7.9-r1, 1.9.4, 1.4_p6
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon64 -pipe -fpeel-loops -ftracer -funroll-loops"
CHOST="x86_64-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/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon64 -pipe -fpeel-loops -ftracer -funroll-loops"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
ftp://ftp6.uni-erlangen.de/pub/mirrors/gentoo
http://ftp6.uni-erlangen.de/pub/mirrors/gentoo ftp://mirror.pudas.net/gentoo"
LANG="de_DE@euro"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage-de /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X acpi aim alsa apache2 apm arts audiofile avi berkdb bitmap-fonts
cdr crypt cups divx4linux doc dvb dvd dvdr emacs encode esd f77 fam flac
font-server fortran gdbm gif gnome gpm gstreamer gtk gtk2 icq imagemagick imlib
ipv6 java jp2 jpeg kde ldap libwww lzw lzw-tiff mad mikmod motif mozilla mp3
multilib ncurses nls nptl oggvorbis opengl oss pam perl png python qt quicktime
readline samba sdl slang ssl tcltk tcpd tiff truetype truetype-fonts type1-fonts
usb userlocales xml2 xmms xpm xrandr xv zlib linguas_de"
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS
Comment 1 Herbie Hopkins (RETIRED) gentoo-dev 2005-02-23 16:12:24 UTC
duplicate of bug #72030
Comment 2 Herbie Hopkins (RETIRED) gentoo-dev 2005-03-15 06:35:32 UTC

*** This bug has been marked as a duplicate of 72030 ***