nacl and large inodes

Paweł Sikora pluto at agmk.net
Tue Jan 1 17:38:59 CET 2013


On Tuesday 01 of January 2013 18:24:03 Elan Ruusamäe wrote:
> hi
> 
> does somebody home with gcc internals want to take look is it pld 
> problem, is it fixable, that x86_64-nacl-gcc on i686 fails if files, 
> dirs are with inode > 2GiB?

works for me for dir/file with inode > 2G.

[pluto at carme-pld-i686 ~]$ stat ~/GNUstep/
  File: '/home/users/pluto/GNUstep/'
  Size: 6               Blocks: 0          IO Block: 4096   directory
Device: fd00h/64768d    Inode: 3274325947  Links: 2
Access: (0755/drwxr-xr-x)  Uid: ( 1028/   pluto)   Gid: ( 1000/   users)
Access: 2013-01-01 07:34:25.430322690 +0100
Modify: 2012-08-26 08:18:20.014377108 +0200
Change: 2012-08-26 08:18:20.067712942 +0200
 Birth: -

[pluto at carme-pld-i686 ~]$ stat ~/GNUstep/a.c
  File: '/home/users/pluto/GNUstep/a.c'
  Size: 0               Blocks: 0          IO Block: 4096   regular empty file
Device: fd00h/64768d    Inode: 3274325924  Links: 1
Access: (0644/-rw-r--r--)  Uid: ( 1028/   pluto)   Gid: ( 1000/   users)
Access: 2013-01-01 17:36:13.909641613 +0100
Modify: 2013-01-01 17:36:13.909641613 +0100
Change: 2013-01-01 17:36:13.909641613 +0100
 Birth: -

[pluto at carme-pld-i686 ~]$ x86_64-nacl-gcc -c ~/GNUstep/a.c -I ~/GNUstep && echo ok
ok



More information about the pld-devel-en mailing list