Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23044 - Unreal-tournament install failure
Summary: Unreal-tournament install failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-18 08:04 UTC by Carl Olof Englund
Modified: 2003-06-22 15:29 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 Carl Olof Englund 2003-06-18 08:04:18 UTC
The ebuild for unreal-tournament does not properly set necessary install
variables for Supermounted CD-ROM drives.
Comment 2 Carl Olof Englund 2003-06-22 03:38:12 UTC
Nice job with the new ebuild! It installed like a charm - almost. This bug isn't quite 
closed yet since the ebuild wouldn't correctly detect my supermounted CD drive. The 
ebuild worked fine once i changed the detection-line to: 
 
for mline in `mount | grep iso9660 | awk '{print $3}'` 
 
and unmounted my CD-RW drive. The line still causes a problem in cases when you 
have two or more CD drives.. 
Comment 3 SpanKY gentoo-dev 2003-06-22 13:48:48 UTC
the detection routine is just a fall back ...

thats why you can export the variable UT_SETUP_CDROM ...

what does `mount` display when you have the game mounted with your supermounted cdrw ?
Comment 4 Carl Olof Englund 2003-06-22 15:20:52 UTC
I'm only pasting in the relevant lines from the "mount" command output..but the floppy 
drive is in Supermount too. 
 
/dev/cdroms/cdrom0 on /mnt/cdrw type supermount 
(ro,noexec,nosuid,nodev,fs=iso9660,dev=/dev/cdroms/cdrom0,--) 
/dev/cdroms/cdrom1 on /mnt/cdrom type supermount 
(ro,noexec,nosuid,nodev,fs=iso9660,dev=/dev/cdroms/cdrom1,--) 
Comment 5 SpanKY gentoo-dev 2003-06-22 15:29:40 UTC
ok, updated the mount line ... 
also, the script *does* handle multiple cdroms ;) 
 
http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-x86/app-games/unreal-tournament/unreal-tournament-436.ebuild.diff?r1=1.11&r2=1.12