[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libtool-2.2.2] testsuite on NFS mount on AIX
From: |
Michael Haubenwallner |
Subject: |
[libtool-2.2.2] testsuite on NFS mount on AIX |
Date: |
Fri, 18 Apr 2008 16:59:43 +0200 |
Hi,
when doing the libtool testsuite in some NFS mounted directory on AIX,
the output is full of lines looking like:
rm: cannot remove directory
`/nfsmount/libtool-2.2.2/tests/testsuite.dir/25/broken/lib': File exists
Although it does not cause any additional test to fail, it's still ugly.
This is because AIX keeps shared libraries in use for some time even if
there are no more programs using it.
But this only applies to shared libraries having read (execute?)
permission for 'other'.
So adding an 'umask 0007' (or 0077) early in testsuite.at can help here.
[lt-2.2.2-aixnfs-check.out.bz2]
Output of 'make check TESTS=' on NFS mounted filesystem on AIX.
Thanks!
/haubi/
lt-2.2.2-aixnfs-check.out.bz2
Description: application/bzip
- [libtool-2.2.2] testsuite on NFS mount on AIX,
Michael Haubenwallner <=