Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39701 - ut2003 crashed while trying to run loki_patch
Summary: ut2003 crashed while trying to run loki_patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-28 15:18 UTC by Stolz
Modified: 2004-02-05 12:24 UTC (History)
1 user (show)

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 Stolz 2004-01-28 15:18:31 UTC
The ut2003-2225.ebuild crashed while trying to run loki_patch on line 140 , which is bin/Linux/x86/loki_patch patch.dat ${Ddir} >& /dev/null || die "patching")




Reproducible: Always
Steps to Reproduce:
1. Copy the 3 games CD into /where/i/have/copied/the/3/CDs
2.export GAMES_CDROM=/where/i/have/copied/the/3/CDs
3.emerge ut2003
Actual Results:  
I get the error:
...
image///opt/ut2003/Textures/ATI.utx
Decompressed
/var/tmp/portage/ut2003-2225/image///opt/ut2003/Textures/AlleriaArchitecture.utx.uz2
-> /var/tmp/portage/ut2003-2225/image///opt/ut2003/Textures/AlleriaArchitecture.utx
>>> dobin: making ucc executable...
>>> dobin: making ut2003 executable...

!!! ERROR: games-fps/ut2003-2225 failed.
!!! Function src_install, Line 140, Exitcode 3
!!! patching



My system:
# emerge --info
Portage 2.0.49-r21 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r9, 2.4.22-gentoo-r2)
=================================================================
System uname: 2.4.22-gentoo-r2 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.4.3.10
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer -ffast-math"
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/share/config /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -ffast-math"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib apm arts avi berkdb cdr crypt cups encode esd foomaticdb gdbm gif
gpm imlib java jpeg kde libg++ libwww mad mikmod motif mozilla mpeg ncurses nls
oggvorbis opengl oss pam pda pdflib perl png python qt quicktime readline sdl
slang spell ssl svga tcltk tcpd truetype usb x86 xml2 xmms xv zlib"
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2004-01-28 15:36:54 UTC
I'll look into it...
Comment 2 witr 2004-01-30 19:39:11 UTC
Ditto.  In my case I had successfully installed this a week or so ago on the same system before I suffered a disk crash.  I think that means I succeeded with the 1.10 version of the ebuild.  I reinstalled from scratch and I get this error now.

BTW, why aren't you releasing _rn versions?  It is hard to roll back and try a previous ebuild when it changes this way...

Anyway, I'll try with the earlier version and see if that works...
Comment 3 witr 2004-01-30 20:15:36 UTC
...and 1.10 *does* work on my system.

Portage 2.0.49-r21 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r9, 2.4.22-gentoo-r5)
=================================================================
System uname: 2.4.22-gentoo-r5 i686 AMD Athlon(tm) XP 2800+
Gentoo Base System version 1.4.3.10
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -mfpmath=sse -finline-functions -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/init.d /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -mfpmath=sse -finline-functions -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://harvey.rwwa.com ftp://gentoo.mirrors.pair.com/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="S3TC X X509 Xaw3d acpi acpi4linux alsa apm berkdb cdr crypt cups dga dv dvd dvdr emacs encode evo fftw flac foomaticdb gdbm gif gimpprint glut gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml idea imagemagick imap imlib java jpeg libg++ libwww mad mikmod motif mpeg ncurses nls nvidia odbc oggvorbis opengl oss pam pda pdflib perl plotutils png ppds python quicktime readline scanner sdl slang spell sse ssl stencil-buffer svga tcltk tcpd transcode truetype type1 usb v4l x86 xinerama xml2 xmms xv zlib"
Comment 4 Stolz 2004-02-02 19:09:43 UTC
Robert, what version does install the 1.10 ebuild? ut2003v255 or older one ?
where can I get it?

T.i.a
Comment 5 Chris Gianelloni (RETIRED) gentoo-dev 2004-02-05 12:19:22 UTC
*** Bug 40376 has been marked as a duplicate of this bug. ***
Comment 6 Chris Gianelloni (RETIRED) gentoo-dev 2004-02-05 12:24:46 UTC
This has been fixed in CVS.  Thanks to Matthias for taking the time to submit a fix, as I have not been able to find time to test this monster ebuild.