From owner-freebsd-current@FreeBSD.ORG Sun Aug 7 21:01:07 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 5D49A16A420 for ; Sun, 7 Aug 2005 21:01:07 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 693DC43F12 for ; Sun, 7 Aug 2005 21:01:06 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-37-29.dynamic.qsc.de [212.202.37.29]) by efacilitas.de (Postfix) with ESMTP id C08374AE2A; Sun, 7 Aug 2005 23:06:29 +0000 (UTC) Received: from localhost (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id C320512B140; Sun, 7 Aug 2005 23:00:03 +0200 (CEST) Received: from eurystheus.local ([192.168.1.67]) by localhost (eurystheus.locaL [192.168.1.67]) (amavisd-new, port 10024) with ESMTP id 79893-04; Sun, 7 Aug 2005 22:59:52 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 94A1912B104; Sun, 7 Aug 2005 22:59:51 +0200 (CEST) Message-ID: <42F67646.2030306@cs.tu-berlin.de> Date: Sun, 07 Aug 2005 22:59:50 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roman Neuhauser References: <20050807190553.GA75308@isis.sigpipe.cz> In-Reply-To: <20050807190553.GA75308@isis.sigpipe.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at example.com Cc: freebsd-current Subject: Re: RELENG_6: cannot make buildworld 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: Sun, 07 Aug 2005 21:01:07 -0000 Roman Neuhauser wrote: > CFLAGS= -O -pipe > COPTFLAGS= -O -pipe Why do you use -O since -O2 is default in RELENG_6? > NO_NIS= Just by the way, I noticed some ugly error messages about unknown login classes in a world with NO_NIS. > NO_SHARED= This adds "-static" to almost everything which is a bad idea; it is also the reason for your failed buildworld. The origin for this knob is PR conf/48569 which says "do NOT use unless you known what are you doing", but the committed comment in src/share/examples/etc/make.conf is a little bit wrong and malformed. Someone should fix this. Regards Björn -- Björn König (bkoenig@cs.tu-berlin.de) student at the Technische Universität Berlin http://bkoenig.alpha-tierchen.de/