From owner-freebsd-questions@FreeBSD.ORG Mon Nov 29 03:36:06 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACDCE1065674 for ; Mon, 29 Nov 2010 03:36:06 +0000 (UTC) (envelope-from mse_software@charter.net) Received: from que11.charter.net (que11.charter.net [209.225.8.21]) by mx1.freebsd.org (Postfix) with ESMTP id 3DAF88FC16 for ; Mon, 29 Nov 2010 03:36:05 +0000 (UTC) Received: from imp10 ([10.20.200.15]) by mta21.charter.net (InterMail vM.7.09.02.04 201-2219-117-106-20090629) with ESMTP id <20101129031417.REPH3705.mta21.charter.net@imp10> for ; Sun, 28 Nov 2010 22:14:17 -0500 Received: from [192.168.10.106] ([71.93.14.246]) by imp10 with smtp.charter.net id crEF1f00B5JXkbK05rEGCq; Sun, 28 Nov 2010 22:14:17 -0500 X-Authority-Analysis: v=1.0 c=1 a=7AyF3mq78LMA:10 a=IkcTkHD0fZMA:10 a=-pC8G0LByncxfilFyCsA:9 a=hdVZRz0pcglNZwqFNqwA:7 a=_o4YerOBAo1_R7LHTZU-4FYswrUA:4 a=QEXdDO2ut3YA:10 From: Michael Eubanks To: freebsd-questions@freebsd.org In-Reply-To: <4CF20F7F.9030400@mgwigglesworth.net> References: <4CF20F7F.9030400@mgwigglesworth.net> Content-Type: text/plain; charset="UTF-8" Date: Sun, 28 Nov 2010 19:14:07 -0800 Message-ID: <1291000447.19411.16.camel@devel.atol.pacnwsystems.com> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Subject: Re: Build World fails on 7-stable with cvs sources X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2010 03:36:06 -0000 On Sun, 2010-11-28 at 03:14 -0500, Martes G Wigglesworth wrote: > Greetings. > > I have cvs'd to the most current 7-stable source tree and have compiled > a kernel using these sources. > However, when I attempt to complete the buildworld process, I keep > getting failures in the below-listed areas. > > Does anyone know of an issue with these sources? I see that this > release is now considered "legacy" so I hope I am not at end of life on > this source tree. > > The system is just an edge router so I am just updating to the newest > stable release due to the assumptions that there may be some fixes > included in the sources. > > I have my own patched ipfirewall sources, (don't feel like writing a > script for ipfw to run and figure out why it isn't running at boot, > etc....),however, I have not installed them yet, since I have not > patched anything on this test upgrade box, yet. > > I have the full logs from build world and kernel build, if someone would > like to see them. (very long, and don't fail until the point listed below) > > The kernel kept failing as well, until I used the old method by hand, in > the /usr/src/sys/i386/conf directory. > > That is another question that I would like to ask. > > Why am I able to compile and install a kernel just fine using the old > method, however, using the make buildkernel... method fails on some > obscure module that I usually don't even have included within the config > file? > > gnu/lib/libgomp (buildincludes) > sed -e 's/@OMP_LOCK_ALIGN@/4/g' -e 's/@OMP_LOCK_KIND@/4/g' -e > 's/@OMP_LOCK_SIZE@/4/g' -e 's/@OMP_NEST_LOCK_ALIGN@/4/g' -e > 's/@OMP_NEST_LOCK_KIND@/8/g' -e 's/@OMP_NEST_LOCK_SIZE@/8/g' < > /usr/src/gnu/lib/libgomp/../../../contrib/gcclibs/libgomp/omp.h.in > omp.h > ===> gnu/lib/libregex (buildincludes) > sed 's===g' < > /usr/src/gnu/lib/libregex/regex.h > regex.h.patched > ===> gnu/lib/libregex/doc (buildincludes) > ===> gnu/lib/libreadline (buildincludes) > ===> gnu/lib/libreadline/history (buildincludes) > ===> gnu/lib/libreadline/history/doc (buildincludes) > ===> gnu/lib/libreadline/readline (buildincludes) > ===> gnu/lib/libreadline/readline/doc (buildincludes) > ===> gnu/lib/libstdc++ (buildincludes) > Segmentation fault (core dumped) > *** Error code 139 > > Stop in /usr/src/gnu/lib. > *** Error code 1 > > Stop in /usr/src/gnu. > *** Error code 1 > > Stop in /usr/src/gnu. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > Curious. What does your ``make'' command look like?