From owner-freebsd-current@FreeBSD.ORG Thu Oct 13 09:58:50 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BC0216A41F for ; Thu, 13 Oct 2005 09:58:50 +0000 (GMT) (envelope-from fbsd@lurkie.xs4all.nl) Received: from lurkie.xs4all.nl (lurkie.xs4all.nl [194.109.236.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A89243D46 for ; Thu, 13 Oct 2005 09:58:49 +0000 (GMT) (envelope-from fbsd@lurkie.xs4all.nl) Received: from lurkie.xs4all.nl (localhost [127.0.0.1]) by lurkie.xs4all.nl (8.12.9/8.12.9) with ESMTP id j9D9pOcq033126; Thu, 13 Oct 2005 11:51:24 +0200 (CEST) (envelope-from fbsd@lurkie.xs4all.nl) Received: (from fbsd@localhost) by lurkie.xs4all.nl (8.12.9/8.12.9/Submit) id j9D9pNU6033125; Thu, 13 Oct 2005 11:51:23 +0200 (CEST) Date: Thu, 13 Oct 2005 11:51:22 +0200 From: Marc Veldman To: "Bjoern A. Zeeb" Message-ID: <20051013095122.GA33105@lurkie.xs4all.nl> References: <20051012213408.GA28187@lurkie.xs4all.nl> <20051012215712.GA93539@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Cc: freebsd-current@freebsd.org Subject: Re: NO_TOOLCHAIN broken in -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: Thu, 13 Oct 2005 09:58:50 -0000 On Thu, Oct 13, 2005 at 06:20:24AM +0000, Bjoern A. Zeeb wrote: > > > is the NO_TOOLCHAIN option broken in -current ? > > > > Someone else complained previously, so probably yes. > > It's broken for buildworld but it should be ok for installworld. > For now that would mean to edit make.conf or change make arguments > between build and install targets. > > I got told that there are people already working on this. To follow up on myself: It seems that the following files are the culprits: src/share/mk/bsd.incs.mk Rev. 1.5 src/share/mk/bsd.lib.mk Rev. 1.169 src/secure/lib/libssl/Makefile Rev. 1.23 Reverting to the previous versions of these files fixes the build. Cheers, Marc.