From owner-freebsd-qa@FreeBSD.ORG Sun Aug 30 11:37:56 2009 Return-Path: Delivered-To: qa@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21043106566C; Sun, 30 Aug 2009 11:37:56 +0000 (UTC) (envelope-from eugen@kuzbass.ru) Received: from grosbein.pp.ru (grosbein.pp.ru [89.189.172.146]) by mx1.freebsd.org (Postfix) with ESMTP id 7E2688FC13; Sun, 30 Aug 2009 11:37:54 +0000 (UTC) Received: from grosbein.pp.ru (localhost [127.0.0.1]) by grosbein.pp.ru (8.14.3/8.14.3) with ESMTP id n7UBN7V9001671; Sun, 30 Aug 2009 19:23:07 +0800 (KRAST) (envelope-from eugen@kuzbass.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.14.3/8.14.3/Submit) id n7UBN6M7001670; Sun, 30 Aug 2009 19:23:06 +0800 (KRAST) (envelope-from eugen) Date: Sun, 30 Aug 2009 19:23:06 +0800 (KRAST) Message-Id: <200908301123.n7UBN6M7001670@kuzbass.ru> To: FreeBSD-gnats-submit@freebsd.org From: Eugene Grosbein X-send-pr-version: 3.113 X-GNATS-Notify: Cc: stable@freebd.org, qa@freebsd.org Subject: [patch] 8.0-BETA3: nanobsd build broken due to sysipc kernel module X-BeenThere: freebsd-qa@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eugene Grosbein List-Id: FreeBSD Quality Assurance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2009 11:37:56 -0000 >Submitter-Id: current-users >Originator: Eugene Grosbein >Organization: Private person >Confidential: no >Synopsis: [patch] 8.0-BETA3: nanobsd build broken due to sysipc kernel module >Severity: serious >Priority: high >Category: kern >Class: sw-bug >Release: FreeBSD 8.0-BETA3 i386 >Environment: System: FreeBSD grosbein.pp.ru 8.0-BETA3 FreeBSD 8.0-BETA3 #6: Fri Aug 28 22:34:15 KRAST 2009 eugen@grosbein.pp.ru:/usr/local/obj/usr/local/src/sys/DADV i386 >Description: NanoBSD does not builds: ===> sys/modules/sysvipc/sysvmsg (depend) machine -> /usr/local/src/sys/i386/include :> opt_sysvipc.h @ -> /usr/local/src/sys rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I. -I@ -I@/contrib/altq /usr/local/src/sys/modules/sysvipc/sysvmsg/../../../kern/sysv_msg.c /usr/local/src/sys/modules/sysvipc/sysvmsg/../../../kern/sysv_msg.c:53:24: error: opt_compat.h: No such file or directory mkdep: compile failed *** Error code 1 >How-To-Repeat: Try to build NanoBSD. >Fix: Apply next patch to /usr/src: --- sys/modules/sysvipc/sysvmsg/Makefile.orig 2009-08-30 19:12:16.000000000 +0800 +++ sys/modules/sysvipc/sysvmsg/Makefile 2009-08-30 19:14:13.000000000 +0800 @@ -5,4 +5,11 @@ KMOD= sysvmsg SRCS= sysv_msg.c opt_sysvipc.h +.if !defined(KERNBUILDDIR) +opt_compat.h: + echo "#define COMPAT_FREEBSD8 1" > ${.TARGET} + +SRCS+= opt_compat.h +.endif + .include From owner-freebsd-qa@FreeBSD.ORG Sun Aug 30 12:40:16 2009 Return-Path: Delivered-To: qa@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 100BE106566B for ; Sun, 30 Aug 2009 12:40:16 +0000 (UTC) (envelope-from eugen@kuzbass.ru) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by mx1.freebsd.org (Postfix) with ESMTP id 566338FC1F for ; Sun, 30 Aug 2009 12:40:14 +0000 (UTC) Received: from www.svzserv.kemerovo.su (eugen@localhost [127.0.0.1]) by www.svzserv.kemerovo.su (8.13.8/8.13.8) with ESMTP id n7UCe7qb067775; Sun, 30 Aug 2009 20:40:07 +0800 (KRAST) (envelope-from eugen@www.svzserv.kemerovo.su) Received: (from eugen@localhost) by www.svzserv.kemerovo.su (8.13.8/8.13.8/Submit) id n7UCe7FY067774; Sun, 30 Aug 2009 20:40:07 +0800 (KRAST) (envelope-from eugen) Date: Sun, 30 Aug 2009 20:40:07 +0800 From: Eugene Grosbein To: Marc Fonvieille Message-ID: <20090830124006.GA67685@svzserv.kemerovo.su> References: <200908301123.n7UBN6M7001670@kuzbass.ru> <20090830123408.GC1306@gothic.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090830123408.GC1306@gothic.blackend.org> User-Agent: Mutt/1.4.2.3i Cc: stable@freebd.org, FreeBSD-gnats-submit@FreeBSD.org, qa@FreeBSD.org Subject: Re: kern/138341: [patch] 8.0-BETA3: nanobsd build broken due to sysipc kernel module X-BeenThere: freebsd-qa@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Quality Assurance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2009 12:40:16 -0000 On Sun, Aug 30, 2009 at 02:34:08PM +0200, Marc Fonvieille wrote: > > ===> sys/modules/sysvipc/sysvmsg (depend) > > machine -> /usr/local/src/sys/i386/include > > :> opt_sysvipc.h > > @ -> /usr/local/src/sys > > rm -f .depend > > mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I. -I@ -I@/contrib/altq /usr/local/src/sys/modules/sysvipc/sysvmsg/../../../kern/sysv_msg.c > > /usr/local/src/sys/modules/sysvipc/sysvmsg/../../../kern/sysv_msg.c:53:24: error: opt_compat.h: No such file or directory > > mkdep: compile failed > > *** Error code 1 > > > > >How-To-Repeat: > > Try to build NanoBSD. > > > > >Fix: > > > > Apply next patch to /usr/src: > > > > --- sys/modules/sysvipc/sysvmsg/Makefile.orig 2009-08-30 19:12:16.000000000 +0800 > > +++ sys/modules/sysvipc/sysvmsg/Makefile 2009-08-30 19:14:13.000000000 +0800 > > @@ -5,4 +5,11 @@ > > KMOD= sysvmsg > > SRCS= sysv_msg.c opt_sysvipc.h > > > > +.if !defined(KERNBUILDDIR) > > +opt_compat.h: > > + echo "#define COMPAT_FREEBSD8 1" > ${.TARGET} > > + > > +SRCS+= opt_compat.h > > +.endif > > + > > .include > > > > > > I suspect it's the problem I met when I tried to do a > > make -DMODULES_WITH_WORLD="YES" buildworld > > and many modules were concerned. See the following patch: > > Index: sys/modules/dtrace/lockstat/Makefile > =================================================================== > --- sys/modules/dtrace/lockstat/Makefile (revision 196013) > +++ sys/modules/dtrace/lockstat/Makefile (working copy) > @@ -5,7 +5,7 @@ > KMOD= lockstat > SRCS= lockstat.c > > -SRCS+= vnode_if.h > +SRCS+= vnode_if.h opt_kdtrace.h > > CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris \ > -I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common \ > Index: sys/modules/sysvipc/sysvsem/Makefile > =================================================================== > --- sys/modules/sysvipc/sysvsem/Makefile (revision 196013) > +++ sys/modules/sysvipc/sysvsem/Makefile (working copy) > @@ -3,6 +3,6 @@ > .PATH: ${.CURDIR}/../../../kern > > KMOD= sysvsem > -SRCS= sysv_sem.c opt_sysvipc.h > +SRCS= sysv_sem.c opt_sysvipc.h opt_compat.h > > .include > Index: sys/modules/sysvipc/sysvmsg/Makefile > =================================================================== > --- sys/modules/sysvipc/sysvmsg/Makefile (revision 196013) > +++ sys/modules/sysvipc/sysvmsg/Makefile (working copy) > @@ -3,6 +3,6 @@ > .PATH: ${.CURDIR}/../../../kern > > KMOD= sysvmsg > -SRCS= sysv_msg.c opt_sysvipc.h > +SRCS= sysv_msg.c opt_sysvipc.h opt_compat.h > > .include > You are right, other modules are concerned and your patch is more complete and correct. Vote for commit :-) Eugene Grosbein From owner-freebsd-qa@FreeBSD.ORG Sun Aug 30 12:45:28 2009 Return-Path: Delivered-To: qa@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D38C71065670 for ; Sun, 30 Aug 2009 12:45:28 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id 501E38FC19 for ; Sun, 30 Aug 2009 12:45:27 +0000 (UTC) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id n7UCYE6i024515; Sun, 30 Aug 2009 14:34:14 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost [127.0.0.1]) by gothic.blackend.org (8.14.3/8.14.3) with ESMTP id n7UCYEFJ001609; Sun, 30 Aug 2009 14:34:14 +0200 (CEST) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.14.3/8.14.3/Submit) id n7UCY8C1001608; Sun, 30 Aug 2009 14:34:08 +0200 (CEST) (envelope-from marc) Date: Sun, 30 Aug 2009 14:34:08 +0200 From: Marc Fonvieille To: Eugene Grosbein Message-ID: <20090830123408.GC1306@gothic.blackend.org> References: <200908301123.n7UBN6M7001670@kuzbass.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200908301123.n7UBN6M7001670@kuzbass.ru> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 8.0-BETA3 User-Agent: Mutt/1.5.20 (2009-06-14) Cc: stable@freebd.org, FreeBSD-gnats-submit@FreeBSD.org, qa@FreeBSD.org Subject: Re: kern/138341: [patch] 8.0-BETA3: nanobsd build broken due to sysipc kernel module X-BeenThere: freebsd-qa@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Quality Assurance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2009 12:45:28 -0000 On Sun, Aug 30, 2009 at 07:23:06PM +0800, Eugene Grosbein wrote: > > >Number: 138341 > >Category: kern > >Synopsis: [patch] 8.0-BETA3: nanobsd build broken due to sysipc kernel module > >Confidential: no > >Severity: serious > >Priority: high > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sun Aug 30 11:40:02 UTC 2009 > >Closed-Date: > >Last-Modified: > >Originator: Eugene Grosbein > >Release: FreeBSD 8.0-BETA3 i386 > >Organization: > Private person > >Environment: > System: FreeBSD grosbein.pp.ru 8.0-BETA3 FreeBSD 8.0-BETA3 #6: Fri Aug 28 22:34:15 KRAST 2009 eugen@grosbein.pp.ru:/usr/local/obj/usr/local/src/sys/DADV i386 > > >Description: > > NanoBSD does not builds: > > ===> sys/modules/sysvipc/sysvmsg (depend) > machine -> /usr/local/src/sys/i386/include > :> opt_sysvipc.h > @ -> /usr/local/src/sys > rm -f .depend > mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I. -I@ -I@/contrib/altq /usr/local/src/sys/modules/sysvipc/sysvmsg/../../../kern/sysv_msg.c > /usr/local/src/sys/modules/sysvipc/sysvmsg/../../../kern/sysv_msg.c:53:24: error: opt_compat.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > >How-To-Repeat: > Try to build NanoBSD. > > >Fix: > > Apply next patch to /usr/src: > > --- sys/modules/sysvipc/sysvmsg/Makefile.orig 2009-08-30 19:12:16.000000000 +0800 > +++ sys/modules/sysvipc/sysvmsg/Makefile 2009-08-30 19:14:13.000000000 +0800 > @@ -5,4 +5,11 @@ > KMOD= sysvmsg > SRCS= sysv_msg.c opt_sysvipc.h > > +.if !defined(KERNBUILDDIR) > +opt_compat.h: > + echo "#define COMPAT_FREEBSD8 1" > ${.TARGET} > + > +SRCS+= opt_compat.h > +.endif > + > .include > > I suspect it's the problem I met when I tried to do a make -DMODULES_WITH_WORLD="YES" buildworld and many modules were concerned. See the following patch: Index: sys/modules/dtrace/lockstat/Makefile =================================================================== --- sys/modules/dtrace/lockstat/Makefile (revision 196013) +++ sys/modules/dtrace/lockstat/Makefile (working copy) @@ -5,7 +5,7 @@ KMOD= lockstat SRCS= lockstat.c -SRCS+= vnode_if.h +SRCS+= vnode_if.h opt_kdtrace.h CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris \ -I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common \ Index: sys/modules/sysvipc/sysvsem/Makefile =================================================================== --- sys/modules/sysvipc/sysvsem/Makefile (revision 196013) +++ sys/modules/sysvipc/sysvsem/Makefile (working copy) @@ -3,6 +3,6 @@ .PATH: ${.CURDIR}/../../../kern KMOD= sysvsem -SRCS= sysv_sem.c opt_sysvipc.h +SRCS= sysv_sem.c opt_sysvipc.h opt_compat.h .include Index: sys/modules/sysvipc/sysvmsg/Makefile =================================================================== --- sys/modules/sysvipc/sysvmsg/Makefile (revision 196013) +++ sys/modules/sysvipc/sysvmsg/Makefile (working copy) @@ -3,6 +3,6 @@ .PATH: ${.CURDIR}/../../../kern KMOD= sysvmsg -SRCS= sysv_msg.c opt_sysvipc.h +SRCS= sysv_msg.c opt_sysvipc.h opt_compat.h .include -- Marc From owner-freebsd-qa@FreeBSD.ORG Sun Aug 30 13:16:31 2009 Return-Path: Delivered-To: qa@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 576601065676; Sun, 30 Aug 2009 13:16:31 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id B86638FC18; Sun, 30 Aug 2009 13:16:30 +0000 (UTC) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id n7UDGPjv024958; Sun, 30 Aug 2009 15:16:25 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.13.4/8.13.3/Submit) id n7UDGPBr024957; Sun, 30 Aug 2009 15:16:25 +0200 (CEST) (envelope-from marc) Date: Sun, 30 Aug 2009 15:16:25 +0200 From: Marc Fonvieille To: Eugene Grosbein Message-ID: <20090830131625.GA24582@abigail.blackend.org> References: <200908301123.n7UBN6M7001670@kuzbass.ru> <20090830123408.GC1306@gothic.blackend.org> <20090830124006.GA67685@svzserv.kemerovo.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090830124006.GA67685@svzserv.kemerovo.su> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.11-STABLE User-Agent: Mutt/1.5.9i Cc: stable@freebd.org, FreeBSD-gnats-submit@FreeBSD.org, qa@FreeBSD.org Subject: Re: kern/138341: [patch] 8.0-BETA3: nanobsd build broken due to sysipc kernel module X-BeenThere: freebsd-qa@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Quality Assurance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2009 13:16:31 -0000 On Sun, Aug 30, 2009 at 08:40:07PM +0800, Eugene Grosbein wrote: > > > > I suspect it's the problem I met when I tried to do a > > > > make -DMODULES_WITH_WORLD="YES" buildworld > > > > and many modules were concerned. See the following patch: > > > > Index: sys/modules/dtrace/lockstat/Makefile > > =================================================================== > > --- sys/modules/dtrace/lockstat/Makefile (revision 196013) > > +++ sys/modules/dtrace/lockstat/Makefile (working copy) > > @@ -5,7 +5,7 @@ > > KMOD= lockstat > > SRCS= lockstat.c > > > > -SRCS+= vnode_if.h > > +SRCS+= vnode_if.h opt_kdtrace.h > > > > CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris \ > > -I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common \ > > Index: sys/modules/sysvipc/sysvsem/Makefile > > =================================================================== > > --- sys/modules/sysvipc/sysvsem/Makefile (revision 196013) > > +++ sys/modules/sysvipc/sysvsem/Makefile (working copy) > > @@ -3,6 +3,6 @@ > > .PATH: ${.CURDIR}/../../../kern > > > > KMOD= sysvsem > > -SRCS= sysv_sem.c opt_sysvipc.h > > +SRCS= sysv_sem.c opt_sysvipc.h opt_compat.h > > > > .include > > Index: sys/modules/sysvipc/sysvmsg/Makefile > > =================================================================== > > --- sys/modules/sysvipc/sysvmsg/Makefile (revision 196013) > > +++ sys/modules/sysvipc/sysvmsg/Makefile (working copy) > > @@ -3,6 +3,6 @@ > > .PATH: ${.CURDIR}/../../../kern > > > > KMOD= sysvmsg > > -SRCS= sysv_msg.c opt_sysvipc.h > > +SRCS= sysv_msg.c opt_sysvipc.h opt_compat.h > > > > .include > > > > You are right, other modules are concerned and your patch is more complete > and correct. Vote for commit :-) > For info this unbreak things for most of archs but mips and arm which need more work in sys/modules/Makefile. However we can already commit this patch. -- Marc From owner-freebsd-qa@FreeBSD.ORG Mon Aug 31 11:45:55 2009 Return-Path: Delivered-To: qa@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0392A106566B for ; Mon, 31 Aug 2009 11:45:55 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id C82BC8FC19 for ; Mon, 31 Aug 2009 11:45:54 +0000 (UTC) Received: from compute2.internal (compute2.internal [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id 0F92D59221; Mon, 31 Aug 2009 07:34:50 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Mon, 31 Aug 2009 07:34:50 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:date:from:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; s=smtpout; bh=FREF6/yn2nXbjboCRT8vs0spksc=; b=V7NdpMWxXo+0ohm3GM2vCdkzfHQEV8a+a4CoiHm5B9UbLiSMPZGI0XkSHxjfArfhe+O+WGLH9tsuNTpuhIBH45zdr2pHpVCTTAq+livzgduKR7tNOxqtQLA03XtRMv/kiSHNcbQCzwVuavrrJuBvlOn5Qr+2u0tFv/dO6iAcKzo= X-Sasl-enc: KX2FxU5yz340tAPHO1U+PtGk18BQVy/V/XUIvVEp1U3S 1251718489 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 5718563A83; Mon, 31 Aug 2009 07:34:49 -0400 (EDT) Message-ID: <4A9BB556.9010901@incunabulum.net> Date: Mon, 31 Aug 2009 12:34:46 +0100 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: "Simon L. Nielsen" References: <20090829173443.GA10192@svzserv.kemerovo.su> <20090829184723.GE1301@arthur.nitro.dk> In-Reply-To: <20090829184723.GE1301@arthur.nitro.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org, Eugene Grosbein , qa@freebsd.org Subject: Re: 8.0-BETA3/i386: make WITHOUT_TOOLCHAIN=yes buildworld broken X-BeenThere: freebsd-qa@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Quality Assurance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2009 11:45:55 -0000 Simon L. Nielsen wrote: > I'm pretty sure WITHOUT_TOOLCHAIN=yes hasn't worked with buildworld > since 7.x, so this is nothing new. You need to specify it with > installworld, not buildworld. At least I ran into that with NanoBSD > some time ago. > Any chance we could get the C++ runtime coaxed away from under this option? Just now, to get libstdc++, I have to ship binutils too in a NanoBSD install... From owner-freebsd-qa@FreeBSD.ORG Mon Aug 31 12:23:58 2009 Return-Path: Delivered-To: freebsd-qa@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21AE0106568B; Mon, 31 Aug 2009 12:23:58 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id E5B338FC2B; Mon, 31 Aug 2009 12:23:57 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 9690446B1A; Mon, 31 Aug 2009 08:23:57 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id E9E3D8A03E; Mon, 31 Aug 2009 08:23:56 -0400 (EDT) From: John Baldwin To: freebsd-qa@freebsd.org Date: Mon, 31 Aug 2009 08:06:04 -0400 User-Agent: KMail/1.9.7 References: <20090829173443.GA10192@svzserv.kemerovo.su> <20090829184723.GE1301@arthur.nitro.dk> <20090829190845.GA22333@svzserv.kemerovo.su> In-Reply-To: <20090829190845.GA22333@svzserv.kemerovo.su> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908310806.04614.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Mon, 31 Aug 2009 08:23:57 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.3 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: stable@freebsd.org, Eugene Grosbein , qa@freebsd.org, "Simon L. Nielsen" Subject: Re: 8.0-BETA3/i386: make WITHOUT_TOOLCHAIN=yes buildworld broken X-BeenThere: freebsd-qa@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Quality Assurance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2009 12:23:58 -0000 On Saturday 29 August 2009 3:08:45 pm Eugene Grosbein wrote: > On Sat, Aug 29, 2009 at 08:47:23PM +0200, Simon L. Nielsen wrote: > > > > In 8.0-BETA3, make WITHOUT_TOOLCHAIN=yes buildworld breaks in 15 minutes > > > after start: > > > > I'm pretty sure WITHOUT_TOOLCHAIN=yes hasn't worked with buildworld > > since 7.x, so this is nothing new. You need to specify it with > > installworld, not buildworld. At least I ran into that with NanoBSD > > some time ago. > > > > But thanks for report in any case. > > Then it should be ignored for buildworld target, shouldn't it? I think that is sort of difficult to do (or at least very messy) as usually the WITH/WITHOUT options just ignore subdirectories for all targets rather than only doing so for certain targets. -- John Baldwin From owner-freebsd-qa@FreeBSD.ORG Mon Aug 31 12:23:58 2009 Return-Path: Delivered-To: qa@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21AE0106568B; Mon, 31 Aug 2009 12:23:58 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id E5B338FC2B; Mon, 31 Aug 2009 12:23:57 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 9690446B1A; Mon, 31 Aug 2009 08:23:57 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id E9E3D8A03E; Mon, 31 Aug 2009 08:23:56 -0400 (EDT) From: John Baldwin To: freebsd-qa@freebsd.org Date: Mon, 31 Aug 2009 08:06:04 -0400 User-Agent: KMail/1.9.7 References: <20090829173443.GA10192@svzserv.kemerovo.su> <20090829184723.GE1301@arthur.nitro.dk> <20090829190845.GA22333@svzserv.kemerovo.su> In-Reply-To: <20090829190845.GA22333@svzserv.kemerovo.su> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908310806.04614.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Mon, 31 Aug 2009 08:23:57 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.3 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: stable@freebsd.org, Eugene Grosbein , qa@freebsd.org, "Simon L. Nielsen" Subject: Re: 8.0-BETA3/i386: make WITHOUT_TOOLCHAIN=yes buildworld broken X-BeenThere: freebsd-qa@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Quality Assurance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2009 12:23:58 -0000 On Saturday 29 August 2009 3:08:45 pm Eugene Grosbein wrote: > On Sat, Aug 29, 2009 at 08:47:23PM +0200, Simon L. Nielsen wrote: > > > > In 8.0-BETA3, make WITHOUT_TOOLCHAIN=yes buildworld breaks in 15 minutes > > > after start: > > > > I'm pretty sure WITHOUT_TOOLCHAIN=yes hasn't worked with buildworld > > since 7.x, so this is nothing new. You need to specify it with > > installworld, not buildworld. At least I ran into that with NanoBSD > > some time ago. > > > > But thanks for report in any case. > > Then it should be ignored for buildworld target, shouldn't it? I think that is sort of difficult to do (or at least very messy) as usually the WITH/WITHOUT options just ignore subdirectories for all targets rather than only doing so for certain targets. -- John Baldwin