From owner-freebsd-ports@FreeBSD.ORG Thu Oct 6 17:16:48 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CD001065686; Thu, 6 Oct 2011 17:16:48 +0000 (UTC) (envelope-from ache@vniz.net) Received: from vniz.net (vniz.net [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id A0F648FC0C; Thu, 6 Oct 2011 17:16:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vniz.net (8.14.5/8.14.5) with ESMTP id p96HGjgP066366; Thu, 6 Oct 2011 21:16:45 +0400 (MSK) (envelope-from ache@vniz.net) Received: (from ache@localhost) by localhost (8.14.5/8.14.5/Submit) id p96HGjR7066365; Thu, 6 Oct 2011 21:16:45 +0400 (MSK) (envelope-from ache) Date: Thu, 6 Oct 2011 21:16:44 +0400 From: Andrey Chernov To: ports@freebsd.org, ume@freebsd.org Message-ID: <20111006171644.GA66122@vniz.net> Mail-Followup-To: Andrey Chernov , ports@freebsd.org, ume@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: libtool & 10.0-CURRENT, cyrus-sasl2 case X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 17:16:48 -0000 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/