Hi Marc,

On Mon, Mar 31, 2014 at 09:03:28PM +0200, marc wrote:
> > On the mips architecture the test-suite fails and the symptoms are as
> > following:
> > 
> > $ echo foo > foo
> > $ since foo
> > foo
> > $ since foo
> > since: considering foo to be truncated, displaying from start
> > foo
> > $ 
> 
> Hmm, that is really quite interesting, it suggest that the size
> reported by stat is smaller than what was written to the .since
> file - could you send me the .since file after running it the first
> time on foo ?

Here you go:

On mips (big endian):

abe@gabrielli:~$ echo foo > foo
abe@gabrielli:~$ since foo
foo
abe@gabrielli:~$ cat .since 
00000000:000000000000fe01:00000000000e00d6
abe@gabrielli:~$ since foo
since: considering foo to be truncated, displaying from start
foo
abe@gabrielli:~$ cat .since 
00000000:000000000000fe01:00000000000e00d6
abe@gabrielli:~$ ls -l foo
-rw-r--r-- 1 abe Debian 4 Mar 31 22:58 foo
abe@gabrielli:~$

On mipsel (little endian):

abe@eder:~$ echo foo > foo
abe@eder:~$ since foo
foo
abe@eder:~$ cat .since
00000000:000000000000fe01:000000000010203a
abe@eder:~$ since foo
since: considering foo to be truncated, displaying from start
foo
abe@eder:~$ cat .since
00000000:000000000000fe01:000000000010203a
abe@eder:~$ ls -l foo
-rw-r--r-- 1 abe Debian 4 Mar 31 22:44 foo
abe@eder:~$ 

On hurd-i386:

abe@exodar:~$ echo foo > foo
abe@exodar:~$ since foo
foo
abe@exodar:~$ cat .since
0007a005000001ce:0000000400000000:08048e3d00000000
abe@exodar:~$ since foo
foo
abe@exodar:~$ cat .since
0007a005000001ce:0000000400000000:08048e3d00000000
0007a005000001ce:0000000400000000:08048e3d00000000
abe@exodar:~$ ls -l foo
-rw-r--r-- 1 abe Debian 4 Apr  1 00:48 foo
abe@exodar:~$

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591386#10 for
comments of a Hurd porter.

Hope this helps. Thanks for looking into these issues!

                Regards, Axel
-- 
 ,''`.  |  Axel Beckert <a...@debian.org>, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-    |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to