Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94121 - doom3 and cdinstall not working
Summary: doom3 and cdinstall not working
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Other
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-26 14:53 UTC by konsti
Modified: 2005-05-26 15:36 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 konsti 2005-05-26 14:53:21 UTC
I can't upgrade doom3 to new version doom3-1.3.1302 because it does not get files from the install cd. I exported "CD_ROOT=/mnt/cdrom" and if I do "mount /mnt/cdrom" the cd gets mounted fine.

>>> Source unpacked.
>>> Test phase [not enabled]: games-fps/doom3-1.3.1302

>>> Install doom3-1.3.1302 into /export/tmp/portage/doom3-1.3.1302/image/ category games-fps
 * Copying files from Disk 1...
install: cannot stat `/mnt/cdrom/Setup/Data/base/pak002.pk4': No such file or directory

!!! ERROR: games-fps/doom3-1.3.1302 failed.
!!! Function src_install, Line 68, Exitcode 1
!!! copying pak002
!!! If you need support, post the topmost build error, NOT this status message.

This is with cd umounted (shouldn't the script do that?).

When I mount cd before emerging:

>>> Source unpacked.
>>> Test phase [not enabled]: games-fps/doom3-1.3.1302

>>> Install doom3-1.3.1302 into /export/tmp/portage/doom3-1.3.1302/image/ category games-fps
 * Copying files from Disk 1...
install: cannot stat `/mnt/cdrom/Setup/Data/base/pak002.pk4': No such file or directory

!!! ERROR: games-fps/doom3-1.3.1302 failed.
!!! Function src_install, Line 68, Exitcode 1
!!! copying pak002
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2005-05-26 15:36:37 UTC
Do not export CD_ROOT if you're using actual CD media.  Only do that if you've
copied the CD to the hard drive.

Please REOPEN if there's still an issue after you try this.