From owner-freebsd-ports@FreeBSD.ORG Wed Jul 16 19:12:47 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF6E72C9 for ; Wed, 16 Jul 2014 19:12:47 +0000 (UTC) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5731F28C4 for ; Wed, 16 Jul 2014 19:12:47 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id ho1so1894254wib.10 for ; Wed, 16 Jul 2014 12:12:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=UFN49xYyj8KOytzThEaxjqOlZzHkOVUXI/nUopDZDGU=; b=Z/gal3vP8gSIsb1Kx3BSTGZWHh069avPRlvxEkZ9FK9EWQ5J1FXjoJ+DiWfir/9BXy zOGXKVfjVs8jP+wT6deucTZt4ql4NDxNETDfcfDrobwlN4FenUBgT1LWXytrq3qod3h7 Iz1ePt65IE4rXzNG16O+8TbZYYHXGqd5bWcp82Dgz2UQ++F5eWfeqzR/y+PdOrKw2CEC 6I4xOQTMSu2eLEBafcTMtWkoY2gKYkm/C4t1AAcqGENNwFLL6kSATWR0u7w/8bfr0Fkl Z6UosSjwbvZihBm9bzEoAZdT8mE5N93YiQhnO+bLcYiLCAJsSomXzCF2Uk6vjQ1Y9dyk hVcg== X-Received: by 10.180.187.113 with SMTP id fr17mr15979450wic.51.1405537965679; Wed, 16 Jul 2014 12:12:45 -0700 (PDT) Received: from DaemON.home (078088214039.walbrzych.vectranet.pl. [78.88.214.39]) by mx.google.com with ESMTPSA id ed15sm12199111wic.9.2014.07.16.12.12.45 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 16 Jul 2014 12:12:45 -0700 (PDT) Date: Wed, 16 Jul 2014 21:12:23 +0200 From: Serpent7776 To: "Herbert J. Skuhra" Subject: Re: upgrading devel/p5-subversion fails Message-ID: <20140716211223.20231dc6@DaemON.home> In-Reply-To: References: <20140715224238.3c4e31b1@DaemON.home> <87a98agwds.wl-hskuhra@eumx.net> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd9.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "ports@FreeBSD.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2014 19:12:47 -0000 On Tue, 15 Jul 2014 14:51:42 -0700 Kevin Oberman wrote: > On Tue, Jul 15, 2014 at 2:11 PM, Herbert J. Skuhra wrote: > > > On Tue, 15 Jul 2014 22:42:38 +0200 > > Serpent7776 wrote: > > > > > Hello, > > > > > > I'm trying to upgrade p5-subversion, but I got error > > > > > > sed: /usr/local/lib/libsqlite3.la: No such file or directory > > > libtool: link: `/usr/local/lib/libsqlite3.la' is not a valid libtool > > archive > > > *** [subversion/bindings/swig/perl/libsvn_swig_perl/ > > libsvn_swig_perl-1.la] > > > Error code 1 1 error > > > ===> Compilation failed unexpectedly. > > > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure > > to > > > the maintainer. > > > *** [do-build] Error code 1 > > > > > > Stop in /usr/ports/devel/p5-subversion. > > > > > > Full output of portmaster p5-subversion available here: > > > http://pastie.org/private/ysbvkwqnppzqvangdqmew > > > > > > File /usr/local/lib/libsqlite3.la does not exists. > > > I tried rebuilding sqlite3 and deleting p5-subversion before > > reinstalling, but > > > this does not work. > > > > > > My system is > > > # uname -a > > > FreeBSD DaemON.home 9.2-RELEASE-p10 FreeBSD 9.2-RELEASE-p10 #0: Tue Jul > > 8 > > > 10:48:24 UTC 2014 > > > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > > > > Have you tried to rebuild subversion before upgrading p5-subversion? > > Have you tried to run 'portmaster -r sqlite3'? > > Make sure that your portstree is up-to-date. > > > > Looks like databases/sqlite3/Makefile has "USES= pathfix libtool". By > default that will not install ".la" files. Normally they are only needed > during the build of the port, but it looks like libsqlite3.la is an > exception. > > Try editing the Makefile to: > USES= pathfix libtool:keepla > and see if that fixes the problem. Changing USES= pathfix libtool to USES= pathfix libtool:keepla in sqlite3 makefile doesn't change a thing - p5-subversion still fails and *.la library still does not exists. Maybe I'll try to upgrade to 9.3-RELEASE. Thanks -- //Serpent7776