From owner-freebsd-current@FreeBSD.ORG Mon Nov 28 08:27:20 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0041D106566B for ; Mon, 28 Nov 2011 08:27:19 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id B0D428FC1E for ; Mon, 28 Nov 2011 08:27:19 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id E15DDC5; Mon, 28 Nov 2011 09:27:16 +0100 (CET) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by jab.dat.pl (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id iTWP89fQxrYv; Mon, 28 Nov 2011 09:27:11 +0100 (CET) Received: from snifi.localnet (unknown [212.69.68.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id ED7FF63; Mon, 28 Nov 2011 09:27:10 +0100 (CET) From: Maciej Milewski To: freebsd-current@freebsd.org Date: Mon, 28 Nov 2011 09:27:38 +0100 Message-ID: <1389353.3cq8XXOFZN@snifi> User-Agent: KMail/4.7.3 (Linux/3.1.1-1-ARCH; KDE/4.7.3; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: ZaRiuS KRiNG Subject: Re: Problem compiling libs after pass to current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2011 08:27:20 -0000 Dnia niedziela, 27 listopada 2011 19:59:44 ZaRiuS KRiNG pisze: > Hi! is my first post here and have a little problem try to google some and > don't find any of value. > > A week ago compile the src of current, and after that in any new port i > install, if compile before any lib, don't work, i need to install pkg from > repository of that lib and continue compiling the program, and work fine. > Just have this problem with the libs > > Any solution? Have you updated you ports tree? Maybe you are affected by the issue mentioned in ports/UPDATING: 20110928: AFFECTS: users of 10-current AUTHOR: eadler@FreeBSD.org There are known issues installing ports on FreeBSD 10+ due to bogus assumptions by various build scripts. This will not be fixed until 9-RELEASE is released. There are two workarounds: 1) Set UNAME_r=9.9-CURRENT in your environment 2) Set REVISION="9.9" in ${SRCDIR}/sys/conf/newvers.sh -- Maciek