From owner-freebsd-stable@FreeBSD.ORG Wed Jan 7 19:57:30 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C96B210656C3 for ; Wed, 7 Jan 2009 19:57:30 +0000 (UTC) (envelope-from dieggo.rbo@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 793E28FC31 for ; Wed, 7 Jan 2009 19:57:30 +0000 (UTC) (envelope-from dieggo.rbo@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so3645704ywe.13 for ; Wed, 07 Jan 2009 11:57:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=B84pFqrYxrocOE97uX8jzRGfIljGd5jO3A30cj+ptRY=; b=VG+0U+oUhzABMx+EgImv4MdwVBQ/Ysxz/nwNGpjod9cbbD9g7hJyQcoBTI7tMgP3jy xnGU2+NcS/IC3ZMrz1EsldsJfIEdTjAnw39GMB/V+QU84gxzhBOJwWFdlKajxw6plK4A BXCg2q0u9IDNp4y9PA2ou0RhghQsRPillHoiQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=cdS9i6h9UORmbumTw9QAmjz+QULmQb3otGh0A7CEiB9nNJhh3YIwV+5/cGY/ftaEmX B4uqe3yWPr4tcTn2g+oLSUFKJ22UQADs4qllGqDWiomvzw99yTnks5mPQAdoTZUlhvi8 /5VIiHyMWszdkERCeNWpL74vrO6YNcc4vbzkk= Received: by 10.65.59.11 with SMTP id m11mr17185045qbk.90.1231358249276; Wed, 07 Jan 2009 11:57:29 -0800 (PST) Received: by 10.65.119.5 with HTTP; Wed, 7 Jan 2009 11:57:29 -0800 (PST) Message-ID: <966852d10901071157q43b2ff6ha5b9eb0df79b877c@mail.gmail.com> Date: Wed, 7 Jan 2009 17:57:29 -0200 From: "Diego Ribeiro" To: "Claus Guttesen" In-Reply-To: MIME-Version: 1.0 References: <966852d10901070941u1f0b96efq98ede931a4586a9@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: stable@freebsd.org Subject: Re: Error in make buildworld 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: Wed, 07 Jan 2009 19:57:31 -0000 Hi Claus, thanks for return. I'm tried this steps below before send the first email and not resolve my problem =/ make cleandir && make cleandir rm -rf /usr/obj/* make -j6 buildworld but...the segmentation fault persist. I have more logs of buidworld, if you want, I send :D any idea? and thanks again. On Wed, Jan 7, 2009 at 5:12 PM, Claus Guttesen wrote: > > I'm a new member of this list and I have a problem when execute > > a make buildworld in my FreeBSD. I'm using > > > > FreeBSD user.domain.local 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #1: > > root@user.domain.local:/usr/obj/usr/src/sys/GENERIC i386 > > I ca't help you with the error below unfortunately. You can try to > update to the latest source by issuing 'csup /etc/release-supfile' and > then retry your buildworld. Remember to remove /usr/obj/* before > buildworld. > > HTH > > Claus > > > The error returned is > > > > cc -O2 -fno-strict-aliasing -pipe -DIN_GCC -DHAVE_CONFIG_H > > -DPREFIX=\"/usr/obj/usr/src/tmp/usr\" > > -I/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools > > -I/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools > > -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc > > -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config > > -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/include > > > -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/libcpp/include > > -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcclibs/libdecnumber > > -I/usr/obj/usr/src/tmp/legacy/usr/include -c > > /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/c-pretty-print.c > > /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config/i386/ > i386.md: > > In function 'insn_default_latency': > > /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config/i386/ > > i386.md:209: internal compiler error: Segmentation fault: 11 > > Please submit a full bug report, > > with preprocessed source if appropriate. > > See for instructions. > > *** Error code 1 > > 1 error > > *** Error code 2 > > 1 error > > *** Error code 2 > > 1 error > > *** Error code 2 > > 1 error > > *** Error code 2 > > 1 error > > > > In attach the buildworld output. > > > > Anyone can help-me > > > > tank's for atention > > > > > > > > -- > > dieggo.rbo at gmail dot com > > FreeBSD-BR User: #1047 > > Linux User: #395884 > > www.linkedin.com/in/diegodias > > Limeira - SP - [] > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org > " > > > > > > -- > regards > Claus > > When lenity and cruelty play for a kingdom, > the gentler gamester is the soonest winner. > > Shakespeare > -- dieggo.rbo at gmail dot com FreeBSD-BR User: #1047 Linux User: #395884 www.linkedin.com/in/diegodias Limeira - SP - []