Comment 2 for bug 441021

Revision history for this message
rogmorri (frontporsche) wrote :

I have, perhaps, a similar issue in Karmic.

In a cifs-mounted file system, I get "Value too large for defined data type" when I try to compile a tiny program....

rsm@hina:/c/Temp/y$ ls -ld . 1.c
drwxr-xr-x 1 rsm root 0 2009-10-18 19:00 .
-rwxr-xr-x 1 rsm root 25 2009-10-18 19:00 1.c
rsm@hina:/c/Temp/y$ cat 1.c
int main() { return 0; }
rsm@hina:/c/Temp/y$ gcc-4.3 1.c
cc1: error: 1.c: Value too large for defined data type
rsm@hina:/c/Temp/y$ gcc-4.4 1.c
cc1: error: 1.c: Value too large for defined data type
rsm@hina:/c/Temp/y$ cp 1.c 2.c
rsm@hina:/c/Temp/y$

I don't see this issue in Ubuntu 9.04.