Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2011 21:16:44 +0400
From:      Andrey Chernov <ache@freebsd.org>
To:        ports@freebsd.org, ume@freebsd.org
Subject:   libtool & 10.0-CURRENT, cyrus-sasl2 case
Message-ID:  <20111006171644.GA66122@vniz.net>

next in thread | raw e-mail | index | archive | help
Something is broken in libtool which is not bypassed by
UNAME_r=9.9-CURRENT
trick recommended in /usr/ports/UPDATING.

F.e. I can't install security/cyrus-sasl2 in -current (fails in libtool on 
install step). Replacing libtool with libtool-fixed does not help too.

  /bin/sh ../libtool   --mode=install /usr/bin/install -c saslpasswd2 
sasldblistusers2 pluginviewer '/usr/local/sbin'
libtool: install: invalid libtool wrapper script `saslpasswd2'
*** Error code 1

saslpasswd2 wrapper is generated by system libtool, but final ../libtool 
is local one and check completely different variables set on install.

-- 
http://ache.vniz.net/



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