From owner-freebsd-stable@FreeBSD.ORG Fri Sep 22 00:47:44 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 2A66216A407 for ; Fri, 22 Sep 2006 00:47:44 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44F9A43D46 for ; Fri, 22 Sep 2006 00:47:43 +0000 (GMT) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GQZCV-0000cD-Ae for freebsd-stable@freebsd.org; Fri, 22 Sep 2006 02:47:31 +0200 Received: from r5h168.net.upc.cz ([86.49.7.168]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Sep 2006 02:47:31 +0200 Received: from martinkov by r5h168.net.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Sep 2006 02:47:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: martinko Date: Fri, 22 Sep 2006 02:47:10 +0200 Lines: 31 Message-ID: References: <4512EC35.4030605@halplant.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r5h168.net.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.6) Gecko/20060805 SeaMonkey/1.0.4 In-Reply-To: <4512EC35.4030605@halplant.com> Sender: news Subject: Re: RELENG_6 does not compile X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 00:47:44 -0000 Andrew J. Caines wrote: > martinko, > > Do you have NO_INFO set in make.conf? > > My RELENG_6 boxes, which all have NO_INFO, also fail consistently at > this stage of the build. My aborted efforts to find the cause (ie. why > texinfo was being built at all), including building without the "-j 4" > or _any_ make.conf or compiler options, ended when I just removed > texinfo from the Makefile. > > FWIW, they go on to fail during the sysinstall build. > > I'll follow up with something more useful that "me too" when I have it. > > > -Andrew- no, i don't have NO_INFO in my make.conf. well, the only change i've done recently is commenting out the following two lines based on a thread in one of the freebsd mailing lists: #CFLAGS= -O2 -pipe # userland settings #COPTFLAGS= -O -pipe # kernel settings therefore i guess -O2 being used now might be the culprit. cheers, martin