[869] in arla-drinkers
Two problems with arla 0.25
daemon@ATHENA.MIT.EDU (Rainer Schoepf)
Wed Jun 9 09:44:49 1999
From owner-arla-drinkers@stacken.kth.se Wed Jun 09 13:44:47 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 25862 invoked from network); 9 Jun 1999 13:44:45 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 9 Jun 1999 13:44:45 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id PAA24517
for arla-drinkers-list; Wed, 9 Jun 1999 15:36:00 +0200 (MET DST)
Received: from magenta04.nada.kth.se (magenta04.nada.kth.se [130.237.226.54])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id PAA24512
for <arla-drinkers@stacken.kth.se>; Wed, 9 Jun 1999 15:35:55 +0200 (MET DST)
Received: (from d95-mah@localhost)
by magenta04.nada.kth.se (8.8.7/8.8.7) id PAA03569;
Wed, 9 Jun 1999 15:35:55 +0200 (MET DST)
From: Rainer Schoepf <schoepf@uni-mainz.de>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="mpGOjiqzet"
Content-Transfer-Encoding: 8bit
Message-ID: <14174.24707.683955.762702@perdita.zdv.Uni-Mainz.de>
Date: Wed, 9 Jun 1999 14:39:31 +0200 (MEST)
To: arla-drinkers@stacken.kth.se
Subject: Two problems with arla 0.25
X-Mailer: VM 6.62 under Emacs 19.34.1
Organization: Johannes Gutenberg-Universitaet Mainz
Lines: 67
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
--mpGOjiqzet
Content-Type: text/plain; charset=iso-8859-1
Content-Description: message body text
Content-Transfer-Encoding: 8bit
[moderator note: large attachments removed]
Hello,
I'm experimenting with Arla on Solaris7/X86. It works quite well, but
has some problems.
1. The build process fails because the name of the xfs module in
xfs/solaris is the same as the name of the include directory. That's
easy to solve, I changed the module name in the Makefile to
xfs_module.
2. I see a strange behaviour when a directory is created, populated
and deleted immediately afterwards. This happened while I was trying
to build egcs. I boiled it down to the following sequence of commands:
mkdir tmpcopy
if [ xlibgcc1.null != x ]; \
then (cd tmpcopy; ar x ../libgcc1.null); \
else true; \
fi
(cd tmpcopy; chmod +w * > /dev/null 2>&1)
(cd tmpcopy; ar x ../libgcc2.a)
(cd tmpcopy; ar rc ../tmplibgcc.a *.o)
rm -rf tmpcopy
sleep 3
rm -rf tmpcopy
The first rm -rf comes back with:
rm: Unable to remove tmpcopy: File exists
The second rm -rf works.
The appended system call trace shows that in the first case, reading
the directory does not give all filenames.
I'm afraid I don't know what's going on. I append the debugging output
of xfs and arlad.
Thanks a lot for your efforts.
Rainer Schöpf
--mpGOjiqzet
Content-Type: text/plain; charset=iso-8859-1
Content-Description: .signature
Content-Transfer-Encoding: 8bit
--
Rainer Schöpf
Zentrum für Datenverarbeitung A point of view can be a dangerous
der Universität Mainz luxury when substituted for insight
Anselm-Franz-von-Bentzel-Weg 12 and understanding.
D-55099 Mainz
Germany Herbert Marshall McLuhan:
<Schoepf@Uni-Mainz.DE> The Gutenberg Galaxy
--mpGOjiqzet--