Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41004 - ut2003-2225-r1 fails to emerge
Summary: ut2003-2225-r1 fails to emerge
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-02-09 12:50 UTC by Werner Macho
Modified: 2011-09-14 20:39 UTC (History)
0 users

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


Attachments
debug output (ut2003,153.03 KB, text/plain)
2004-02-15 09:04 UTC, Werner Macho
Details
emerge --debug ut2003 (debug,158.73 KB, text/plain)
2004-02-27 05:27 UTC, Werner Macho
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Werner Macho 2004-02-09 12:50:24 UTC
i'm using 
# $Header: /home/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225.ebuild,v 1.12 2004/02/05 20:23:10 wolf31o2 Exp $

still not solved as i copied all 3CD to one dir (/opt/ut/ut2003)

export GAMES_CDROM="/opt/ut/ut2003" ; emerge -vuD ut2003

brings out 

>>> Install ut2003-2225 into /var/tmp/portage/ut2003-2225/image/ category games-fps
 * Using /opt/ut/ut2003 as the data source
 * Copying files... this may take a while...
>>> Unpacking linux_installer.sh to /var/tmp/portage/ut2003-2225/work
cp: cannot stat `/var/tmp/portage/ut2003-2225/work/Benchmark/botmatch-*': No such file or directory

!!! ERROR: games-fps/ut2003-2225 failed.
!!! Function src_install, Line 107, Exitcode 1
!!! copying benchmark files

lost root #

trying to solve this by actually copying the Benchmark dir by hand after starting the emerge brings out the second bug

lost /opt/ut/ut2003 # export GAMES_CDROM="/opt/ut/ut2003" ; emerge -vuD ut2003
lost /opt/ut/ut2003 # cp -r Benchmark/ /var/tmp/portage/ut2003-2225/work/

Decompressed /var/tmp/portage/ut2003-2225/image///opt/ut2003/Animations/Intro_gorge.ukx.uz2 -> /var/tmp/portage/ut2003-2225/image///opt/ut2003/Animations/Intro_gorge.ukx
Decompressed /var/tmp/portage/ut2003-2225/image///opt/ut2003/Animations/Weapons.ukx.uz2 -> /var/tmp/portage/ut2003-2225/image///opt/ut2003/Animations/Weapons.ukx
.......
Decompressed /var/tmp/portage/ut2003-2225/image///opt/ut2003/Textures/NvidiaLogo_T.utx.uz2 -> /var/tmp/portage/ut2003-2225/image///opt/ut2003/Textures/NvidiaLogo_T.utx
>>> dobin: making ucc executable...
>>> dobin: making ut2003 executable...

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

lost root #


probably it has something to do with nvidia or kernel 2.6.x ? 
i don't know .. any suggestion?


Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
installed ut2003 either from CD or partition

lost ut2003 # emerge --info
Portage 2.0.50 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.2)
=================================================================
System uname: 2.6.2 i686 Intel(R) Pentium(R) 4 CPU 1.80GHz
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
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
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.inode.at"
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 alsa apm arts autofs avi berkdb bonobo cdr clamav crypt cups dga dv
dvd dvdr encode esd evms2 evo faad fbcon ffmpeg flash foomaticdb freetype gb gd
gdbm geoip ggi gif gimpprint glut gnome gpm gstreamer gtk gtk2 gtkhtml guile
hbci imagemagick imap imlib imlib2 ipv6 java javascript jpeg kde lcms ldap
libg++ libwww mad mbox md5sum mdb mikmod mmx motif mozilla moznocompose moznoirc
moznomail mpeg mpeg4 mysql ncurses nls nvidia nviz oav oggvorbis opengl opie pam
pcap pdflib perl plotutils png python qt quicktime readline sasl sdl slang snmp
sox speedo speex spell src sse ssl svga tcltk tcpd tetex tiff transcode truetype
type1 unicode usb videos virus-scan x86 xfs xine xml2 xmms xosd xv xvid zlib"
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2004-02-09 13:26:53 UTC
Well, for starters, your problem is NOT anything to do with making ut2003 executable.  Your problem is with the benchmark files.  Please do NOT edit an ebuild or do ANYTHING manually and then report a bug on what you've done.

Now, for the problem at hand.  Apparently, there is something amiss with the Benchmark folder.  Using the 1.12 ebuild, I seem to have no problems.  I don't understand why cp is not expanding the wildcard.  I guess I am just going to have to edit the ebuild and list every file individually.

Anyway, consider this being worked on as soon as I get a chance.  If you come up with a solution that works before I get a chance to, please submit it, as I am currently doing major projects at work which keep me busy more than 70 hours a week and things like UT2003 definitely take the back seat, unfortunately.
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2004-02-11 17:46:03 UTC
I have a new version of the ut2003 ebuild which I will be commiting to portage once I figure out a problem with the new CDROM interface.  The new version fixes several problems, including this one.

Keep your eyes on this bug for more info in the future.
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2004-02-13 10:32:25 UTC
I have just commited 2 new ebuilds for ut2003 to portage.  The one in x86 should fix the Benchmark problem.  The one in ~x86 (-r1) uses the new cdrom interface and needs testing, but should work also.
Comment 4 Werner Macho 2004-02-14 06:55:10 UTC
# $Header: /home/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225.ebuild,v 1.13 2004/02/13 18:32:11 wolf31o2 Exp $

Decompressed /var/tmp/portage/ut2003-2225/image///opt/ut2003/Textures/NvidiaLogo_T.utx.uz2 -> /var/tmp/portage/ut2003-2225/image///opt/ut2003/Textures/NvidiaLogo_T.utx
>>> dobin: making ucc executable...
>>> dobin: making ut2003 executable...

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

bash-2.05b

same again ... 
any other suggestion ?

greets
Comment 5 Chris Gianelloni (RETIRED) gentoo-dev 2004-02-14 15:18:35 UTC
Try the -r1 ebuild and let me know if that one works for you...
Comment 6 Werner Macho 2004-02-15 00:18:45 UTC
Bad News...

Neither the old ut2003 nor the r1 works for me =(
and neither with CD nor from data copied to disk 
(tried all 4 versions)
and everytime the same mistake...

only the line is different..

Decompressed /var/tmp/portage/ut2003-2225/image///opt/ut2003/Textures/NvidiaLogo_T.utx.uz2 -> /var/tmp/portage/ut2003-2225/image///opt/ut2003/Textures/NvidiaLogo_T.utx
>>> dobin: making ucc executable...
>>> dobin: making ut2003 executable...

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

hmmm - i wonder if i'm the only one with that problem ..
Comment 7 Chris Gianelloni (RETIRED) gentoo-dev 2004-02-15 08:15:39 UTC
So far, yes.  I have this game and can install it perfectly using either ebuild.  I tested with the data copied to the hard drive and without on both ebuilds.

I have not received another bug about this at all, so I'm really starting to wonder what the problem could be.
Comment 8 Chris Gianelloni (RETIRED) gentoo-dev 2004-02-15 08:16:17 UTC
I would suggest you emerge --debug ut2003 and save the output to a file, then attach it here as plain text.
Comment 9 Werner Macho 2004-02-15 09:04:48 UTC
Created attachment 25669 [details]
debug output

this is the output of export GAMES_CDROM="/opt/ut/ut2003/" ; emerge --debug
ut2003 &> ut2003

maybe it has something to do with P4 or aggressive compiler options? I do not
understand what  dobin: making ucc executable... really does ...
Comment 10 Chris Gianelloni (RETIRED) gentoo-dev 2004-02-15 12:01:28 UTC
Are you using the 1.13 ebuild?

Also, dobin (actually dogamesbin) does nothing more than copy the file and make it executable.  There's no compilation or processing done.  On the most recent ebuild, line 139 is a comment, which is why I am wondering if you're using the most recent ebuild.
Comment 11 Chris Gianelloni (RETIRED) gentoo-dev 2004-02-26 09:59:03 UTC
Have you tried the latest ebuild?  If I don't hear anything back from you I'm going to close this bug.
Comment 12 Werner Macho 2004-02-27 00:10:00 UTC
first of all emerge sync ; emerge -vuD world =)

tried it with the 3CD copied to HD -> no success :(
fails again with dobin: making ut2003 executable...

and directly from CD gives 

 * Copying files from Disk 1...

 * Please insert cd #2 for ut2003 now !
 * Press return to scan for the cd again
 * or hit CTRL+C to abort the emerge.

 * Found CD #2 root at /mnt/cdrom
 * Copying files from Disk 2...

 * Please insert cd #3 for ut2003 now !
 * Press return to scan for the cd again
 * or hit CTRL+C to abort the emerge.

 * Found CD #3 root at /mnt/cdrom
 * Copying files from Disk 3...
................

Decompressed /var/tmp/portage/ut2003-2225-r1/image///opt/ut2003/Animations/intro_lauren.ukx.uz2 -> /var/tmp/portage/ut2003-2225-r1/image///opt/ut2003/Animations/intro_lauren.ukx
Decompressed /var/tmp/portage/ut2003-2225-r1/image///opt/ut2003/Animations/intro_malcom.ukx.uz2 -> /var/tmp/portage/ut2003-2225-r1/image///opt/ut2003/Animations/intro_malcom.ukx
Decompressed /var/tmp/portage/ut2003-2225-r1/image///opt/ut2003/Animations/intro_nikoli.ukx.uz2 -> /var/tmp/portage/ut2003-2225-r1/image///opt/ut2003/Animations/intro_nikoli.ukx
Decompressed /var/tmp/portage/ut2003-2225-r1/image///opt/ut2003/Animations/Jugg.ukx.uz2 -> /var/tmp/portage/ut2003-2225-r1/image///opt/ut2003/Animations/Jugg.ukx
Decompressed /var/tmp/portage/ut2003-2225-r1/image///opt/ut2003/Animations/NvidiaGorge.ukx.uz2 -> /var/tmp/portage/ut2003-2225-r1/image///opt/ut2003/Animations/NvidiaGorge.ukx
Decompressed /var/tmp/portage/ut2003-2225-r1/image///opt/ut2003/Animations/Weapons.ukx.uz2 -> /var/tmp/portage/ut2003-2225-r1/image///opt/ut2003/Animations/Weapons.ukx
............
Decompressed /var/tmp/portage/ut2003-2225-r1/image///opt/ut2003/Textures/xGameShadersB.utx.uz2 -> /var/tmp/portage/ut2003-2225-r1/image///opt/ut2003/Textures/xGameShadersB.utx
>>> dobin: making ut2003 executable...

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

bash-2.05b# 


sorry for that .. still no luck
and sorry for late, gotta work sometimes ;)

do you need anything else to verify ?

greets 
Werner
Comment 13 Chris Gianelloni (RETIRED) gentoo-dev 2004-02-27 04:12:55 UTC
Yes... you need to run the emerge with --debug so I can what it is actually failing on... it appears that your patch is not taking... which generally means a file which the patch is trying to update was not found or is corrupted...

What happens if you try to install from the 3rd CD installer and patch manually?
Comment 14 Werner Macho 2004-02-27 05:27:44 UTC
Created attachment 26465 [details]
emerge --debug ut2003

thx again for your work .. i still dont know why it fails =( when i'm back home
again I'll try to install directly from the cd-installer and patch it manually
and let you know my results
Comment 15 Chris Gianelloni (RETIRED) gentoo-dev 2004-03-18 16:48:56 UTC
Resolving this as a dupe, since you're both having the same problem.

*** This bug has been marked as a duplicate of 35603 ***
Comment 16 Werner Macho 2004-03-25 13:20:20 UTC
still no good news here

sorry for being such late but i've had to do some work ;)

here is the output of the last try to emerge ut2003...

computer hardware .. same as on all other tries ;) except kernel 2.6.4

ebuild version:
$Header: /home/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r1.ebuild,v 1.6 2004/03/22 14:17:11 wolf31o2 Exp

Decompressed /var/tmp/portage/ut2003-2225-r1/image///opt/ut2003/Textures/NvidiaLogo_T.utx.uz2 -> /var/tmp/portage/ut2003-2225-r1/image///opt/ut2003/Textures/NvidiaLogo_T.utx
>>> dobin: making ut2003 executable...
install: cannot stat `ut2003': No such file or directory
sed: can't read /var/tmp/portage/ut2003-2225-r1/image///usr/games/bin/ut2003: No such file or directory
 
!!! ERROR: games-fps/ut2003-2225-r1 failed.
!!! Function src_install, Line 121, Exitcode 3
!!! patching
 
root@lost roger #

now i really try to use the installer from the 3rd cd ...

strange bug ..
Comment 17 Chris Gianelloni (RETIRED) gentoo-dev 2004-03-26 05:30:05 UTC
OK.... You apparently didn't udnerstand that you are having the same problem as someone else, ehich is why this bug has been marked as a DUPLICATE.

Make all comments in the other bug so I can keep them all together, otherwise this will get lost.

*** This bug has been marked as a duplicate of 35603 ***
Comment 18 Mr. Bones. (RETIRED) gentoo-dev 2005-05-19 09:06:44 UTC
Closing to clean up after bugzilla upgrade.  reopen if closed in error.  Thanks.
Comment 19 Mr. Bones. (RETIRED) gentoo-dev 2011-09-14 20:39:52 UTC
clean up bug list after bugzilla update