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....


r...@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
r...@hina:/c/Temp/y$ cat 1.c
int main() { return 0; }
r...@hina:/c/Temp/y$ gcc-4.3 1.c
cc1: error: 1.c: Value too large for defined data type
r...@hina:/c/Temp/y$ gcc-4.4 1.c
cc1: error: 1.c: Value too large for defined data type
r...@hina:/c/Temp/y$ cp 1.c 2.c
r...@hina:/c/Temp/y$ 

I don't see this issue in Ubuntu 9.04.

-- 
Karmic coreutils not compiled with large file support?
https://bugs.launchpad.net/bugs/441021
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to