From owner-freebsd-current@FreeBSD.ORG Fri Jun 24 19:52:07 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC9E0106564A for ; Fri, 24 Jun 2011 19:52:07 +0000 (UTC) (envelope-from freebsd-current@dino.sk) Received: from loki.netlab.sk (loki.netlab.sk [84.245.65.11]) by mx1.freebsd.org (Postfix) with ESMTP id 25DBE8FC13 for ; Fri, 24 Jun 2011 19:52:06 +0000 (UTC) Received: from atom.dino.sk (fw1.dino.sk [84.245.95.252]) (AUTH: LOGIN milan, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by loki.netlab.sk with ESMTPSA; Fri, 24 Jun 2011 21:51:36 +0200 id 00033C0C.4E04EAC8.00008C87 Date: Fri, 24 Jun 2011 21:51:49 +0200 From: Milan Obuch To: Ruslan Ermilov Message-ID: <20110624215149.5d71a0ff@atom.dino.sk> In-Reply-To: <20110616201833.GA27085@lo0.su> References: <20110616135017.3ec538dd@atom.dino.sk> <20110616125528.GA22627@lo0.su> <20110616201833.GA27085@lo0.su> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd8.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: ak5rwz4-aUa>hPFZlcg,bXxn.(TN}e9DGFrKU\.i_'B[&5=pAd9o"j)5VSUYW:BRQG#^42Ev$Il|; Ztn=,C X-Operating-System: FreeBSD/amd64 8.2-STABLE Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Eir Nym , freebsd-current@freebsd.org Subject: Re: WITHOUT_INSTALLLIB broken? 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: Fri, 24 Jun 2011 19:52:07 -0000 On Thu, 16 Jun 2011 20:18:33 +0000 Ruslan Ermilov wrote: > On Thu, Jun 16, 2011 at 05:09:05PM +0400, Eir Nym wrote: > > On 16 June 2011 16:55, Ruslan Ermilov wrote: > > > On Thu, Jun 16, 2011 at 01:50:17PM +0200, Milan Obuch wrote: > > >> Hi, > > >> > > >> I encountered an error when WITHOUT_INSTALLLIB option is > > >> specified for 'make buildworld' process. I documented this issue > > >> with build logs at my page, > > >> http://www.dino.sk/build/2011-06-16-log1 and > > >> http://www.dino.sk/build/2011-06-16-log2 show how to test this. > > >> At this time, there is no /etc/make.conf nor /etc/src.conf. > > >> > > >> Any idea what's wrong with libegacy.a here? > > > > > > This option wasn't designed for build, only for install. =A0It's > > > like WITHOUT_TOOLCHAIN, which is documented to "not work for > > > build targets". > > > > >=20 > > Should this be simply ignored for build targets? >=20 > build targets utilize install targets internally, so this is > hardly doable. >=20 Could then this be documented in file /usr/src/tools/build/options/WITHOUT_INSTALLLIB, possibly the same way as in /usr/src/tools/build/options/WITHOUT_TOOLCHAIN? It does not tell 'The option does not work for build targets' currently. Regards, Milan