From owner-freebsd-current@FreeBSD.ORG Tue Jun 10 22:31:40 2003 Return-Path: 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 E79CE37B401; Tue, 10 Jun 2003 22:31:40 -0700 (PDT) Received: from titan.kgt.co.jp (titan.kgt.co.jp [210.141.246.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B90543FBD; Tue, 10 Jun 2003 22:31:40 -0700 (PDT) (envelope-from haro@kgt.co.jp) Received: from navgw.tt.kgt.co.jp (navgw [210.141.246.71]) by titan.kgt.co.jp (Postfix) with ESMTP id 70FD349F06; Wed, 11 Jun 2003 14:31:38 +0900 (JST) Received: from tt.kgt.co.jp (pegasus [192.168.10.1]) by navgw.tt.kgt.co.jp (Postfix) with ESMTP id 4E75B47714; Wed, 11 Jun 2003 14:31:38 +0900 (JST) Received: from localhost [192.168.15.205] by tt.kgt.co.jp with ESMTP (SMTPD32-7.12) id AEB91EF00DA; Wed, 11 Jun 2003 14:31:37 +0900 Date: Wed, 11 Jun 2003 14:31:32 +0900 (JST) Message-Id: <20030611.143132.74757193.haro@kgt.co.jp> To: drosih@rpi.edu From: Munehiro Matsuda In-Reply-To: References: <20030609210914.GA15553@nemesis.bsd-network.org> <20030610194208.GA55855@nemesis.bsd-network.org> X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org cc: gordon@bsd-network.org Subject: Re: [solved] buildworld error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 11 Jun 2003 05:31:41 -0000 Hi all, From: Garance A Drosihn Date: Tue, 10 Jun 2003 19:50:08 -0400 ::At 9:42 PM +0200 6/10/03, Gordon Bergling wrote: ::>Hi all, ::> ::>Since I disable BDECFLAGS in /etc/make.conf this problem goes ::>away. I don't know if this effects the build process in any ::>other way. I had enable them around 4.5-RELEASE or so. ;) :: ::I'm not sure what you mean by that. Did you remove a line ::which had ::BDECFLAGS=...etc... :: ::or did you remove a line which said something like ::CFLAGS="$BDECFLAGS" ::? :: ::If you mean the first one, that probably means some makefile ::has a reference to BDECFLAGS and it (probably) should not. I was having the same compile error, until I commeted out the BDECFLAGS definition from /etc/make.conf. Looking into the problematic Makefiles, I've found that following Makefiles do references BDECFLAGS, which matches errors I was getting: usr.sbin/config/Makefile : CFLAGS+= ${BDECFLAGS} usr.sbin/lpr/Makefile.inc: CWARNFLAGS= ${BDECFLAGS} usr.sbin/kgzip/Makefile : CFLAGS+= ${BDECFLAGS} I think these references must be removed. Thanks, Haro =------------------------------------------------------------------------------ _ _ Munehiro (haro) Matsuda -|- /_\ |_|_| Internet Solution Dept., Kubota Graphics Technologies Inc. /|\ |_| |_|_| 2-8-8 Shinjuku Shinjuku-ku Tokyo 160-0022, Japan Tel: +81-3-3225-0767 Fax: +81-3-3225-0740 Email: haro@kgt.co.jp