Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85853 - games-arcade/gish-demo: gish crashes at startup
Summary: games-arcade/gish-demo: gish crashes at startup
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-18 21:45 UTC by Josh Nichols (RETIRED)
Modified: 2005-12-15 01:14 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 Josh Nichols (RETIRED) gentoo-dev 2005-03-18 21:45:27 UTC
When trying to run gish from gish-demo, I get the error:
./gish: relocation error: /lib/tls/libpthread.so.0: symbol errno, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference


Emerge info as follows;
Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.4.3-20050110, glibc-2.3.4.20050125-r0, 2.6.10-gentoo-r6 i686)
=================================================================
System uname: 2.6.10-gentoo-r6 i686 Intel(R) Pentium(R) M processor 2.00GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb 15 2005, 19:09:23)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
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="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /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/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks fixpackages sandbox sfperms"
GENTOO_MIRRORS="http://mirrors.acm.cs.rpi.edu/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://acm.cs.rpi.edu/gentoo-portage"
USE="x86 X acpi alsa apache2 apm avi berkdb bitmap-fonts bonobo cdr crypt cups curl dvd dvdr emboss encode ethereal fam flac font-server foomaticdb fortran gdbm gif gimpprint gmail gnome gpm gstreamer gtk gtk2 gtkhtml guile imagemagick imlib ipv6 ithreads java javamail jpeg junit libg++ libwww mad mikmod mono mozilla mp3 mpeg ncurses nls nptl oggvorbis opengl pam pdflib perl pic png ppds pthreads python quicktime readline samba sdl sox spell sqlite ssl tcpd tiff truetype truetype-fonts type1-fonts xml xml2 xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS

Reproducible: Always
Steps to Reproduce:
1. emerge gish-demo
2. run 'gish'
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2005-03-19 01:02:23 UTC
remerge glibc.  Search bugzilla for similar bugs with version GLIBC_PRIVATE in the comments.
Comment 2 James Le Cuirot gentoo-dev 2005-11-28 18:40:55 UTC
I have a better solution. Running it like this solved it for me.

LD_PRELOAD=/lib/libc.so.6:/lib/libpthread.so.0 gish
Comment 3 Mark Loeser (RETIRED) gentoo-dev 2005-12-15 01:14:30 UTC
Is this still a problem?