From owner-freebsd-stable@FreeBSD.ORG Tue Feb 15 21:19:16 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFF2516A4CE for ; Tue, 15 Feb 2005 21:19:15 +0000 (GMT) Received: from smtp-4.hut.fi (smtp-4.hut.fi [130.233.228.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B2AC43D46 for ; Tue, 15 Feb 2005 21:19:14 +0000 (GMT) (envelope-from tuure@laurinolli.net) Received: from localhost (putosiko.hut.fi [130.233.228.114]) by smtp-4.hut.fi (8.12.10/8.12.10) with ESMTP id j1FLJ421009215; Tue, 15 Feb 2005 23:19:04 +0200 Received: from smtp-4.hut.fi ([130.233.228.94]) by localhost (putosiko.hut.fi [130.233.228.114]) (amavisd-new, port 10024) with LMTP id 23089-11-7; Tue, 15 Feb 2005 23:19:04 +0200 (EET) Received: from vortex.home.lan (ddr.tky.hut.fi [130.233.19.34]) by smtp-4.hut.fi (8.12.10/8.12.10) with ESMTP id j1FLIYKQ009076; Tue, 15 Feb 2005 23:18:34 +0200 Received: from [10.176.70.251] (nexus.home.lan [10.176.70.251]) by vortex.home.lan (8.13.1/8.13.1) with ESMTP id j1FLJGg7042185; Tue, 15 Feb 2005 23:19:17 +0200 (EET) (envelope-from tuure@laurinolli.net) Message-ID: <42126726.5090602@laurinolli.net> Date: Tue, 15 Feb 2005 23:18:30 +0200 From: Tuure Laurinolli User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steve Hodgson References: <200501161422.05929.steve@acidy.com> <200501170834.49690.steve@acidy.com> <200502152112.29024.steve@acidy.com> In-Reply-To: <200502152112.29024.steve@acidy.com> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on putosiko.hut.fi X-TKK-Virus-Scanned: by amavisd-new-2.1.2-hutcc at putosiko.hut.fi cc: freebsd-stable@freebsd.org Subject: Re: make buildworld for RELENG_5 failing on RELENG_5_3 in /usr/src/usr.sbin/syslogd, _PATH_LOG_PRIV not defined X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 21:19:16 -0000 Steve Hodgson wrote: > On Tuesday 15 February 2005 14:02, Tuure Laurinolli wrote: > >>Steve Hodgson wrote: >> >>>On Sunday 16 January 2005 17:37, Kris Kennaway wrote: >>> >>>>On Sun, Jan 16, 2005 at 02:22:05PM +0000, Steve Hodgson wrote: >>>> >>>>>I'm getting the following error on a RELENG_5_3 box when trying to >>>>>compile the RELENG_5 sources. I've been cvsupping now for about a week >>>>>and continuing to get the same error when we get to syslogd. >> >>I get the same error updating RELENG_5_3 to RELENG_5. It's strange >>because the constant most certainly is defined in >>/usr/src/sys/sys/syslog.h. However, when I straced the make, it seemed >>that this file was never used. Instead it used syslog.h from my already >>installed system! >> > > On Tuesday 15 February 2005 14:02, Tuure Laurinolli wrote: > >>Steve Hodgson wrote: >> >>>On Sunday 16 January 2005 17:37, Kris Kennaway wrote: >>> >>>>On Sun, Jan 16, 2005 at 02:22:05PM +0000, Steve Hodgson wrote: >>>> >>>>>I'm getting the following error on a RELENG_5_3 box when trying to >>>>>compile the RELENG_5 sources. I've been cvsupping now for about a week >>>>>and continuing to get the same error when we get to syslogd. >> >>I get the same error updating RELENG_5_3 to RELENG_5. It's strange >>because the constant most certainly is defined in >>/usr/src/sys/sys/syslog.h. However, when I straced the make, it seemed >>that this file was never used. Instead it used syslog.h from my already >>installed system! >> > > In the end I traced this down to devel/ccache which I was using at the time. I > had copied the lines from /usr/local/share/doc/ccache/make.conf into my own > make.conf: > I don't have anything like that in my make.conf, only the following: CPUTYPE?=p3 CFLAGS= -g -O -pipe COPTFLAGS= -O2 -pipe NO_LPR= true NO_X= true NOGAMES= true SUP_UPDATE= yes SUPFLAGS= -g -L 2 -Z SUPHOST= cvsup2.se.freebsd.org SUPFILE= /root/standard-supfile PORTSSUPFILE= /root/ports-supfile PERL_VER=5.8.6 PERL_VERSION=5.8.6 > Can't recall why i didn't send-pr this one - probably because no one else has > complained till now. Apparently I also don't have any time to look at it today, I guess I'll have to try to find some time tomorrow. I'll send-pr once I dig about it a bit more.