[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [VCDImager] stat: value too large for defined data type
From: |
Herbert Valerio Riedel |
Subject: |
Re: [VCDImager] stat: value too large for defined data type |
Date: |
Mon, 16 Feb 2004 09:34:06 +0100 |
On Sat, 2004-02-14 at 20:34, Kevin DeGraaf wrote:
> (address@hidden) [kevin]$ ls -l /data/pvr/ci_0208.mpg
> -rwxr--r-- 1 kevin users 3223486464 Feb 8 23:03 /data/pvr/ci_0208.mpg
>
> (address@hidden) [kevin]$ /usr/local/bin/vcdimager -p --type=svcd
> --cue-file=/videocd.cue --bin-file=/videocd.bin --iso-volume-label="blah
> blah blah" --volume-count=1 --volume-number=1 /data/pvr/ci_0208.mpg
>
> ++ WARN: initializing libvcd 0.7.12 [linux-gnu/i686]
> ++ WARN:
> ++ WARN: this is the UNSTABLE development branch!
> ++ WARN: use only if you know what you are doing
> ++ WARN: see http://www.hvrlab.org/~hvr/vcdimager/ for more information
> ++ WARN:
>
> **ERROR: could not stat() file `/data/pvr/ci_0208.mpg': Value too large
> for defined data type
>
> 0.6.1 and 0.6.2 would not compile on my box. The above error is generated
> by both 0.7.12 and 0.7.14.
3223486464 bytes... that's quite large to fit on a CD-R... and it seems
it doesn't fit into struct stat as well... (32bit restriction, I'd have
to use a 64bit-stat() variant, but there's little reason for it right
now, since vcdimager wouldn't be able to handle such big files anyway
for VideoCD's)