Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351342 - sacred-gold, no "data.tar.gz"
Summary: sacred-gold, no "data.tar.gz"
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-10 22:35 UTC by Iñigo
Modified: 2011-01-11 17:21 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 Iñigo 2011-01-10 22:35:01 UTC
Install of games-rpg/sacred-gold (both version 1.0 or 1.0.01), fails with a "ERROR: games-rpg/sacred-gold-1.0.01 failed:
 *   ./cd/data/data.tar.gz does not exist"

Reproducible: Always

Steps to Reproduce:
1.emerge sacred-gold, after mounting the data directory
2.wait 3 sec until it realizes it cant download anything from the repo 
3.admire error message

Actual Results:  
No install of the game, and as it wont work on actual wine version, no playing posibility

Expected Results:  
Download everything emerge needs from the server, and compile
Comment 1 Dustin Polke 2011-01-11 07:37:27 UTC
(In reply to comment #0)
> Install of games-rpg/sacred-gold (both version 1.0 or 1.0.01), fails with a
> "ERROR: games-rpg/sacred-gold-1.0.01 failed:
>  *   ./cd/data/data.tar.gz does not exist"
Please post the output of
# ls -la /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work
after the emerge of sacred-gold-1.0.01 has failed.
Comment 2 Dustin Polke 2011-01-11 07:39:14 UTC
Marked fixed by mistake, reopening.
Sorry for the bug spam.
Comment 3 Iñigo 2011-01-11 10:45:35 UTC
(In reply to comment #1)
> (In reply to comment #0)
> > Install of games-rpg/sacred-gold (both version 1.0 or 1.0.01), fails with a
> > "ERROR: games-rpg/sacred-gold-1.0.01 failed:
> >  *   ./cd/data/data.tar.gz does not exist"
> Please post the output of
> # ls -la /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work
> after the emerge of sacred-gold-1.0.01 has failed.
> 
Dont worry for the "error spam"
(In reply to comment #1)
> (In reply to comment #0)
> > Install of games-rpg/sacred-gold (both version 1.0 or 1.0.01), fails with a
> > "ERROR: games-rpg/sacred-gold-1.0.01 failed:
> >  *   ./cd/data/data.tar.gz does not exist"
> Please post the output of
> # ls -la /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work
> after the emerge of sacred-gold-1.0.01 has failed.
> 

Dont worry for the "reopening thing"

The outpout of the command you gave me is:

# ls -la /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work
total 8
drwx------ 2 root    root    4096 Jan 11 11:06 .
drwxrwxr-x 6 portage portage 4096 Jan 11 11:06 ..
lrwxrwxrwx 1 root    root      15 Jan 11 11:06 cd -> /mnt/iso//.data


Well, as far as i know, it just point to the iso image mounted on mnt/iso (i had to do a "export CD_ROOT=/mnt/iso/"),but the phisical cd is not detected anyway...
Comment 4 Dustin Polke 2011-01-11 11:45:58 UTC
(In reply to comment #3)
> The outpout of the command you gave me is:
> 
> # ls -la /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work
> total 8
> drwx------ 2 root    root    4096 Jan 11 11:06 .
> drwxrwxr-x 6 portage portage 4096 Jan 11 11:06 ..
> lrwxrwxrwx 1 root    root      15 Jan 11 11:06 cd -> /mnt/iso//.data
> 
> 
> Well, as far as i know, it just point to the iso image mounted on mnt/iso (i
> had to do a "export CD_ROOT=/mnt/iso/"),but the phisical cd is not detected
> anyway...
Is the iso image mounted correctly and can you access it?
Before you emerge sacred-gold, please check the output of
# mount | grep /mnt/iso
If it is mounted, please provide the output of
# ls /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work/cd
Comment 5 Iñigo 2011-01-11 13:08:03 UTC
(In reply to comment #4)
> (In reply to comment #3)
> > The outpout of the command you gave me is:
> > 
> > # ls -la /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work
> > total 8
> > drwx------ 2 root    root    4096 Jan 11 11:06 .
> > drwxrwxr-x 6 portage portage 4096 Jan 11 11:06 ..
> > lrwxrwxrwx 1 root    root      15 Jan 11 11:06 cd -> /mnt/iso//.data
> > 
> > 
> > Well, as far as i know, it just point to the iso image mounted on mnt/iso (i
> > had to do a "export CD_ROOT=/mnt/iso/"),but the phisical cd is not detected
> > anyway...
> Is the iso image mounted correctly and can you access it?
> Before you emerge sacred-gold, please check the output of
> # mount | grep /mnt/iso
> If it is mounted, please provide the output of
> # ls /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work/cd
> 
Hi! thanks for the answer!

The iso image is correctly mounted, as udf and ro (like a real dvd)

The outpout of the last command is:

# ls /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work/cd
/var/tmp/portage/games-rpg/sacred-gold-1.0.01/work/cd

(but as a quite new user in gentoo this is quite cryptic for me). In fact, i installed from this iso image sacred with wine, but wine dump a error after installation (i tried no-cd patch, and same, i am pretty sure it is wine fault, not iso. Next step is try the iso image on a image of winxp in virtualbox and see...)
Comment 6 Iñigo 2011-01-11 13:41:38 UTC
iso file works perfectly, so i am pretty sure it is the ebuild fault somewath.
Comment 7 Dustin Polke 2011-01-11 16:24:27 UTC
(In reply to comment #5)
> The outpout of the last command is:
> 
> # ls /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work/cd
> /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work/cd
> 
The output should be:
# ls /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work/cd
bin  data  icon.xpm

I think there is something wrong with your mount, but I cannot tell without at least the output of
# mount | grep /mnt/iso

What gives the following command?
# ls /mnt/iso
Comment 8 Iñigo 2011-01-11 16:38:26 UTC
(In reply to comment #7)
> (In reply to comment #5)
> > The outpout of the last command is:
> > 
> > # ls /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work/cd
> > /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work/cd
> > 
> The output should be:
> # ls /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work/cd
> bin  data  icon.xpm
> 
> I think there is something wrong with your mount, but I cannot tell without at
> least the output of
> # mount | grep /mnt/iso
> 
> What gives the following command?
> # ls /mnt/iso
> 

Ok, now i stopped a bit and looked carefully. ls /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work/cd is a link to some files of the cd.

This cd come woth a spanish newspaper, and the file system is totally messed. The outpout of ls /mnt/iso is:

# ls /mnt/iso/
Autorun.exe  Cab         FIN_TIME      ORO      Redist    XPSETUP
Autorun.inf  DSETUP.dll  Instalar.exe  OROSACR  SACR      Xtras
Autorun.txt  DirectX     Misc          PREMORO  Trailers

i did a
# find /mnt/iso/ -name bin  
# find /mnt/iso/ -name *xpm

(no output, so no even archives with those names).

Screw cheap promotional newspaper games. I have to find a standard cd, and dd a new iso image, so i can test it. Thanks in advance 

(maybe is not a bug of the ebuild, but a fail in the iso image?)


Comment 9 Dustin Polke 2011-01-11 17:17:24 UTC
(In reply to comment #8)
> Ok, now i stopped a bit and looked carefully. ls
> /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work/cd is a link to some files
> of the cd.
> 
> This cd come woth a spanish newspaper, and the file system is totally messed.
> The outpout of ls /mnt/iso is:
> 
> # ls /mnt/iso/
> Autorun.exe  Cab         FIN_TIME      ORO      Redist    XPSETUP
> Autorun.inf  DSETUP.dll  Instalar.exe  OROSACR  SACR      Xtras
> Autorun.txt  DirectX     Misc          PREMORO  Trailers
> 
> i did a
> # find /mnt/iso/ -name bin  
> # find /mnt/iso/ -name *xpm
> 
> (no output, so no even archives with those names).
I afraid that the image only holds the windows version. There is a dedicated Linux-DVD which is labeled explicitly to be for the Linux OS in my case.

Sorry, but the problem is with your image not with the ebuild.
Comment 10 Iñigo 2011-01-11 17:21:48 UTC
(In reply to comment #9)
> (In reply to comment #8)
> > Ok, now i stopped a bit and looked carefully. ls
> > /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work/cd is a link to some files
> > of the cd.
> > 
> > This cd come woth a spanish newspaper, and the file system is totally messed.
> > The outpout of ls /mnt/iso is:
> > 
> > # ls /mnt/iso/
> > Autorun.exe  Cab         FIN_TIME      ORO      Redist    XPSETUP
> > Autorun.inf  DSETUP.dll  Instalar.exe  OROSACR  SACR      Xtras
> > Autorun.txt  DirectX     Misc          PREMORO  Trailers
> > 
> > i did a
> > # find /mnt/iso/ -name bin  
> > # find /mnt/iso/ -name *xpm
> > 
> > (no output, so no even archives with those names).
> I afraid that the image only holds the windows version. There is a dedicated
> Linux-DVD which is labeled explicitly to be for the Linux OS in my case.
> 
> Sorry, but the problem is with your image not with the ebuild.
> 

(In reply to comment #9)
> (In reply to comment #8)
> > Ok, now i stopped a bit and looked carefully. ls
> > /var/tmp/portage/games-rpg/sacred-gold-1.0.01/work/cd is a link to some files
> > of the cd.
> > 
> > This cd come woth a spanish newspaper, and the file system is totally messed.
> > The outpout of ls /mnt/iso is:
> > 
> > # ls /mnt/iso/
> > Autorun.exe  Cab         FIN_TIME      ORO      Redist    XPSETUP
> > Autorun.inf  DSETUP.dll  Instalar.exe  OROSACR  SACR      Xtras
> > Autorun.txt  DirectX     Misc          PREMORO  Trailers
> > 
> > i did a
> > # find /mnt/iso/ -name bin  
> > # find /mnt/iso/ -name *xpm
> > 
> > (no output, so no even archives with those names).
> I afraid that the image only holds the windows version. There is a dedicated
> Linux-DVD which is labeled explicitly to be for the Linux OS in my case.
> 
> Sorry, but the problem is with your image not with the ebuild.
> 
Well, i tought it was valid (as it whas with quake) the dos-windows version. Thanks anyway, i will stick to dwarf fortress untill i buy the linux-dvd version (more fun):P Glad to know is not a bug anyway