Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2005 21:25:39 GMT
From:      Kyryll A Mirnenko <mirya@matrix.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/81930: libtool15 won't work if not in same FS with ports
Message-ID:  <200506052125.j55LPd6E016186@www.freebsd.org>
Resent-Message-ID: <200506052130.j55LU3M3023375@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         81930
>Category:       ports
>Synopsis:       libtool15 won't work if not in same FS with ports
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 05 21:30:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Kyryll A Mirnenko
>Release:        RELENG_5_4
>Organization:
matrix.ua
>Environment:
FreeBSD localhost 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #41: Sun May 15 17:28:00 EEST 2005     root@localhost:/usr/src/sys/i386/compile/M
Y-O3  i386 
>Description:
      If ports tree is placed in separate FS libtool15 (maybe 13 too) fails to operate 'cause of improper `ln` (for hard link) usage in line 1137:

if test "$need_locks" = yes; then
      until $run ln "$progpath" "$lockfile" 2>/dev/null; do
#                ^ here
        $show "Waiting for $lockfile to be removed"
        sleep 2
      done

>How-To-Repeat:
      Put ports into separate FS & try to build smth using libtool. It fails to create a .lock file
>Fix:
      use `ln -s` or whatever else there :)
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506052125.j55LPd6E016186>