Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107798 - Filenames on my cd are different from hardcoded one in the ebuild files since i didnt build joliet support into my kernel
Summary: Filenames on my cd are different from hardcoded one in the ebuild files since...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-01 09:12 UTC by Alias John Doe
Modified: 2005-10-02 01:25 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 Alias John Doe 2005-10-01 09:12:12 UTC
Filenames on my cd are diffrentes from HARDcoded one in the ebuild 
files.Causing ebuild to fails 

Reproducible: Always
Steps to Reproduce:
1.mount /mnt/cdrom with a heavy gear  
2.emerge games-action/heavygear2-1.0b    
   
    
Actual Results:  
3.emerge die : no sutch files /mnt/cdrom/data.tar.gz  

Expected Results:  
to merge the game  

To solve the emerge problemes: 
cp -a /mnt/cdrom /tmp 
cd /tmp/cdrom 
mv DATA.TAR to data.tar.gz 
mv BINARIES.TAR binaries.tar.gz 
for i in `find .` ;do  mv $i `echo $i|tr 'A-Z' 'a-z'`;done#lower case filenames 
CD_ROOT="/tmp/cdrom" USE="videos" emerge games-action/heavygear2 
hg2#to play but i was unable to make intro videos to display just sounds.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2005-10-01 12:14:45 UTC
You have missing joliet support in your kernel.
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2005-10-01 13:26:31 UTC
Ehh... turn on Joliet support in your kernel.  =]