bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AFS can't have hard links between directories


From: Mårten Svantesson
Subject: AFS can't have hard links between directories
Date: 26 Dec 2002 07:06:00 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

Hi!

Line 603 of ltmain.in in the current CVS looks like this:

      until $run ln "$0" "$lockfile" 2>/dev/null; do

The problem is that "$0" and "$lockfile" usually are paths to files in
different directories and you can't make hard links between
directories in AFS. This results in a that you get stuck in getting
lines like:

Waiting for arc.o.lock to be removed

A patch is attached to this mail.

-- 
                - Mårten
 
mail: address@hidden *** ICQ: 4356928 *** mobile: +46 (0)707390385

Attachment: ltmain.in.diff
Description: Patch to fix locking problem on AFS


reply via email to

[Prev in Thread] Current Thread [Next in Thread]