Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197130 - games-fps/soldieroffortune-demo-0.57 requires libSDL-1.1.so.0
Summary: games-fps/soldieroffortune-demo-0.57 requires libSDL-1.1.so.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-26 13:31 UTC by Gustavo
Modified: 2009-11-05 05:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fix broken link on amd64 (sof.diff,442 bytes, patch)
2008-09-09 18:10 UTC, anomen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo 2007-10-26 13:31:50 UTC
I've emerged the Soldier of Fortune (Demo) package, but, when I've started it, it said (in the terminal) that it requires libSDL-1.1.so.0. Checking the folders /usr/lib and /usr/lib32 I saw that there was only libSDL-1.2.so.0 (since I have libSDL-1.2.11-r2). Creating a symlink (by calling "ln -s libSDL-1.2.so.0 libSDL-1.1.so.0" under both folders) seems to work fine, but I guess that is not totally safe, is it?
I have installed emul-linux-x86-sdl-10.1

Reproducible: Always

Steps to Reproduce:
1. run soldieroffortune-demo

and to fix:

1. run "ln -s libSDL-1.2.so.0 libSDL-1.1.so.0" under both folder /usr/lib/ and /usr/lib32/



$ emerge --info
Portage 2.1.3.9 (default-linux/amd64/2007.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.22-gentoo-r8 x86_64)
=================================================================
System uname: 2.6.22-gentoo-r8 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Timestamp of tree: Wed, 24 Oct 2007 13:50:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p17
dev-lang/python:     2.4.4-r5
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=k8 -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe -march=k8 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://mirrors.localhost.net.ar/pub/mirrors/gentoo http://open-systems.ufl.edu/mirrors/gentoo"
LINGUAS="pt_BR"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
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 --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/layman/mozilla /usr/local/layman/xeffects"
SYNC="rsync://rsync.samerica.gentoo.org/gentoo-portage"
USE="3dnow X Xaw3d aac aalib acl acpi alsa amd64 apm arts aspell bash-completion berkdb bitmap-fonts bzip bzip2 cairo cdb cddb cdr cli cracklib crypt dbus dri dvb dvd dvdr dvdread eds emacs emboss encode esd evo fam firefox fortran ftp gdbm gif glitz glut gstreamer hal history iconv imap ipv6 irc isdnlog jabber jack jpeg kde kdeenablefinal kerberos ldap mad midi mikmod mmx motif mozilla mp3 mpeg mplayer msn mudflap mysql mysqli ncurses netmeeting nls nptl nptlonly ogg opengl openmp oss pam pcre pdf perl pertty php plotutils png python qt3 qt3support qt4 quicktime rar readline reflection samba sdl session sms spell spl sse sse2 ssl svg szip tcpd tetex threads tiff truetype truetype-fonts type1-fonts unicode unrar videos vorbis wavpack xml xorg xv xvid xvmc zip zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="pt_BR" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 anomen 2008-09-09 18:10:04 UTC
Created attachment 165046 [details, diff]
fix broken link on amd64

this ebuild doesn't work (still or again) - on amd64 the libSDL symlink is broken.
this patch fixes the problem.
Comment 2 matt 2009-11-05 02:18:26 UTC
i have the same problem.  the solution in comment #2 does not work for me.  the hack in comment #1 did work.  but now an undefined symbol :(
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2009-11-05 05:04:06 UTC
patched in portage.