Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28387 - Error in ut2003 ebuild
Summary: Error in ut2003 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-10 14:05 UTC by LuisMi Garcia
Modified: 2003-09-11 13:04 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 LuisMi Garcia 2003-09-10 14:05:45 UTC
I think there are an error in the new ut2003 ebuild for Unreal Tournament 2003.
Trying to emerge it gives me the following error. I think there are problems
with the paths. Thanks!.


bash-2.05b# emerge ut2003
Calculating dependencies ...done!
>>> emerge (1 of 1) games-fps/ut2003-2225 to /
>>> md5 src_uri ;-) ut2003lnx_2107to2225.sh.bin
 * The installed game takes about 2.7GB of space!
>>> Unpacking source...
>>> Unpacking ut2003lnx_2107to2225.sh.bin to /var/tmp/portage/ut2003-2225/work
>>> Source unpacked.

>>> Install ut2003-2225 into /var/tmp/portage/ut2003-2225/image/ category games-fps
 * Using /media/ut as the data source
 * Copying files... this may take a while...
rm: cannot remove
`/var/tmp/portage/ut2003-2225/image///opt/ut2003/System/UT2003.ini': No such
file or directory
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2003-09-11 03:39:57 UTC
Does it fail on that error?  What version of the ebuild are you installing from?  The /media/ut directory contains the files from the original UT2003 CDs, correct?
Comment 2 LuisMi Garcia 2003-09-11 06:15:06 UTC
Yes, It fail after the error. And yes, /media/ut has all the CD files. I have the game installed using an old ebuild, but some characters and music are not installed, so I've tried this ebuid and fails there. This is the complete output:

bash-2.05b# export GAMES_CDROM="/media/ut"
bash-2.05b# emerge ut2003
Calculating dependencies ...done!
>>> emerge (1 of 1) games-fps/ut2003-2225 to /
>>> md5 src_uri ;-) ut2003lnx_2107to2225.sh.bin
 * The installed game takes about 2.7GB of space!
>>> Unpacking source...
>>> Unpacking ut2003lnx_2107to2225.sh.bin to /var/tmp/portage/ut2003-2225/work
>>> Source unpacked.

>>> Install ut2003-2225 into /var/tmp/portage/ut2003-2225/image/ category games-fps
 * Using /media/ut as the data source
 * Copying files... this may take a while...
rm: cannot remove `/var/tmp/portage/ut2003-2225/image///opt/ut2003/System/UT2003.ini': No such file or directory

!!! ERROR: games-fps/ut2003-2225 failed.
!!! Function src_install, Line 80, Exitcode 1
!!! deleting ini files

bash-2.05b#
Comment 3 LuisMi Garcia 2003-09-11 11:49:13 UTC
I don't know if this is important, but the file in "/media/ut" is not System/UT2003.ini but System/ut2003.ini.

Could this be important?
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2003-09-11 12:07:52 UTC
What did you use to copy it?  I copied it directly from the CD, so the case was preserved.  Try renaming that file to UT2003.ini and see if you still have troubles.
Comment 5 LuisMi Garcia 2003-09-11 12:40:12 UTC
Problem solved. But I still don't know if this is a bug or not.

Yesterday I copied the three CDs from Windows XP, from CD to a FAT partition. Now I have copied it inside linux to an ReiserFS partition and it works ok. I think the problem is the uppercase of the file, that gets overrided by the FAT system, or something like this.

So I don't know if we can close this bug... perhaps...
Comment 6 Chris Gianelloni (RETIRED) gentoo-dev 2003-09-11 13:04:46 UTC
Mount the CD under Linux and copy it and you'll have no problems.  Therefore it is a problem with the specific way you copied them.  There's nothing I can do to make up for the lack of features of "certain" filesystems... *grin*

I'm going to close the bug since we located the source of your problem.