From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 8 08:40:11 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F92416A442 for ; Wed, 8 Jun 2005 08:40:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0597343D53 for ; Wed, 8 Jun 2005 08:40:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j588eA7L041994 for ; Wed, 8 Jun 2005 08:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j588eAKL041993; Wed, 8 Jun 2005 08:40:10 GMT (envelope-from gnats) Date: Wed, 8 Jun 2005 08:40:10 GMT Message-Id: <200506080840.j588eAKL041993@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Kyryll A Mirnenko Cc: Subject: Re: ports/81930: libtool15 won't work if not in same FS with ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kyryll A Mirnenko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 08:40:11 -0000 The following reply was made to PR ports/81930; it has been noted by GNATS. From: Kyryll A Mirnenko To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/81930: libtool15 won't work if not in same FS with ports Date: Wed, 08 Jun 2005 11:28:20 +0300 The line specified makes `ln /usr/local/bin/libtool15 ./my.lock`, which is surely invalid across FS. Ensure the statement is reached in you case (`if test "$need_locks" = yes; then`), e.g. put a "breakpoint" there & retry, for me it is (so I see "Waiting for $lockfile to be removed" repeated endlessly). $need_locks seems to be the key