Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51641 - ut2004 ebuild is unable to find DVD
Summary: ut2004 ebuild is unable to find DVD
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-21 05:50 UTC by Markus Rothe (RETIRED)
Modified: 2004-05-21 06:08 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 Markus Rothe (RETIRED) gentoo-dev 2004-05-21 05:50:14 UTC
Hi,

the ut2004 ebuild is unable to find the DVD. Here is the output.

markus root # emerge ut2004
Calculating dependencies ...done!
>>> emerge (1 of 1) games-fps/ut2004-3204 to /
>>> md5 src_uri ;-) ut2004-lnxpatch3204.tar.bz2
 * Do you accept the terms of this license (ut2003)? [yes/no] yes
 * The installed game takes about 6.8GB of space!
dirname: too few arguments
Try `dirname --help' for more information.
basename: too few arguments
Try `basename --help' for more information.
find: paths must precede expression
Usage: find [path...] [expression]
 * This package will need access to 6 cds.

 * If you do not have the CDs, but have the data files
 * mounted somewhere on your filesystem, just export
 * the following variables so they point to the right place:
 *  CD_ROOT_1 CD_ROOT_2 CD_ROOT_3 CD_ROOT_4 CD_ROOT_5 CD_ROOT_6
 * Or, if you have all the files in the same place, or
 * you only have one cdrom, you can export CD_ROOT
 * and that place will be used as the same data source
 * for all the CDs.


 * Please insert cd #1 for ut2004 now !
 * Press return to scan for the cd again
 * or hit CTRL+C to abort the emerge.
markus root # 

I have to use "USE_DVD=1 emerge ut2004", or else I'm not able to install it.

Markus
Comment 1 Kris Kersey (RETIRED) gentoo-dev 2004-05-21 05:55:26 UTC
I have not tried the new ebuild yet (pulling it now).  Can you verify that when you synced that you got his new one and that you aren't simply re-running the old one.
Comment 2 Markus Rothe (RETIRED) gentoo-dev 2004-05-21 06:00:45 UTC
sry... I synced, but it was v1.1...

will sync once more in some minutes.

Markus
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2004-05-21 06:06:12 UTC
I actually removed a lot of the complexity in the detection, since I realized I wasn't wasting time actually searching for specific files.  The dirname/basename stuff is now completely removed.
Comment 4 Markus Rothe (RETIRED) gentoo-dev 2004-05-21 06:08:40 UTC
:-)

It finaly works like a charm.

Markus