Subject: Re: clean current fails OpenOffice 1.1.1 linux install but binarys work!
To: George Michaelson <ggm@apnic.net>
From: Michael Rauch <mrauch@NetBSD.org>
List: current-users
Date: 05/10/2004 15:33:05
Hi, 

On Sat, May 01, 2004 at 02:42:46PM +1000, George Michaelson wrote:
> but there is /tmp/sv001.tmp/ which has:
> 
> # ls -ltr
> total 3302
> -rw-r--r--  1 root  wheel    30632 Mar 31  2003 libgcc_s.so.1
> -rwxrwxr-x  1 root  wheel   779528 Dec  1 15:47 libstlport_gcc.so
> -rwxrwxr-x  1 root  wheel  1797144 Jan 30 21:23 libsal.so.3.1.0
> -rw-------  1 root  wheel   737280 May  1 14:37 setup.core
> lrwxr-xr-x  1 root  wheel       30 May  1 14:37 libsal.so.3 -> /tmp/sv001.tmp/libsal.so.3.1.0

that listing has proven to be quite useful. I've run an strace over the
binary on a linux box, and the next syscall after creating the symlink was
statfs(). 
Code inspection hasn't given me anything suspicious however, and I can't
upgrade my computer to -current at the moment.

So, could you please try to run a small test program for me?
It's at http://www.fs.tum.de/~mrauch/OpenOffice/statvfs . This is a Linux
binary, source code is in the same directory as statvfs.c . If you have
access to a Linux box, you may of course compile it yourself.
The command to run would be  

  cd ~
  statvfs /tmp/sv001.tmp
  cd /tmp/sv001.tmp
  statvfs /tmp/sv001.tmp


Michael