From owner-freebsd-ports@FreeBSD.ORG Tue Nov 28 19:55:15 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 828F216A4A0 for ; Tue, 28 Nov 2006 19:55:15 +0000 (UTC) (envelope-from fjoe@neo.samodelkin.net) Received: from neo.samodelkin.net (samodelkin.net [195.62.0.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5672743DA2 for ; Tue, 28 Nov 2006 19:50:25 +0000 (GMT) (envelope-from fjoe@neo.samodelkin.net) Received: by neo.samodelkin.net (Postfix, from userid 1000) id EBC7B1705D; Wed, 29 Nov 2006 01:50:26 +0600 (NOVT) Date: Wed, 29 Nov 2006 01:50:26 +0600 From: Max Khon To: Joe Marcus Clarke Message-ID: <20061128195026.GB71715@samodelkin.net> References: <20061114044137.GC16470@samodelkin.net> <20061114064414.GA61581@xor.obsecurity.org> <20061123223312.GA86018@xor.obsecurity.org> <1164323825.28084.37.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1164323825.28084.37.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.2i Cc: ports@freebsd.org, Kris Kennaway Subject: Re: recent build failures on pointyhat (libtool: link: cannot find the library `') 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: Tue, 28 Nov 2006 19:55:15 -0000 Hi! On Thu, Nov 23, 2006 at 06:17:05PM -0500, Joe Marcus Clarke wrote: > > > > I've received a bunch of build failures on pointyhat with the same > > > > error reason: > > > > > > > > /bin/sh ./libtool --mode=link cc -O -pipe -pthread -o mtest mtest.o > > > > +libmysqlclient.la -L/usr/local/lib -lodbc -lz > > > > libtool: link: cannot find the library `' > > > > *** Error code 1 > > > > > > > > Stop in /work/a/ports/databases/mysql2odbc/work/mysql2odbc-0.99.2. > > > > *** Error code 1 > > > > > > > > Stop in /work/a/ports/databases/mysql2odbc/work/mysql2odbc-0.99.2. > > > > *** Error code 1 > > > > > > > > Stop in /a/ports/databases/mysql2odbc. > > > > ================================================================ > > > > build of /usr/ports/databases/mysql2odbc ended at Mon Nov 13 23:00:11 GMT 2006 > > > > > > > > This happens for all FreeBSD versions (at least 4, 5 and 6, all i386) > > > > on pointyhat and I cannot reproduce it locally and on sledge. > > > > The port has not been touched for about 8 months. > > > > > > > > Do you have an idea what happens? > > > > > > Broken .la file? > > > > Any progress on this? > > Typically the solution for this problem is to change the > GNU_CONFIGURE=yes to USE_AUTOTOOLS=libtool:15. This forces the FreeBSD > libtool to be on the system when the port is built in a package build. Thanks for the hint! That did the trick! /fjoe