From owner-freebsd-current@FreeBSD.ORG Wed Apr 5 15:58:29 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A25716A400 for ; Wed, 5 Apr 2006 15:58:29 +0000 (UTC) (envelope-from jasone@FreeBSD.org) Received: from lh.synack.net (lh.synack.net [204.152.188.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 314A043D58 for ; Wed, 5 Apr 2006 15:58:28 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: by lh.synack.net (Postfix, from userid 100) id E5AA65E4921; Wed, 5 Apr 2006 08:58:16 -0700 (PDT) Received: from [192.168.168.201] (moscow-cuda-gen2-68-64-60-20.losaca.adelphia.net [68.64.60.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lh.synack.net (Postfix) with ESMTP id 900115E482A; Wed, 5 Apr 2006 08:58:15 -0700 (PDT) Message-ID: <4433E915.1090509@FreeBSD.org> Date: Wed, 05 Apr 2006 08:58:13 -0700 From: Jason Evans User-Agent: Mozilla Thunderbird 1.0.7-1.4.1 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Zach References: <4433DCF6.8060802@webges.com> In-Reply-To: <4433DCF6.8060802@webges.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.5 (2005-11-28) on lh.synack.net X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.5 Cc: freebsd-current@freebsd.org Subject: Re: make buildworld error with current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Apr 2006 15:58:29 -0000 Michael Zach wrote: > Hi, > > when trying to make a buildworld with the current cvs snapshot I get an > error in /usr/src/lib/libc (regardless of multi-user / single-user). > What I've tried so far is: > > -) CPUTYPE?=athlon in make.conf > -) provide a TARGET_ARCH=i386 when calling make buildworld > -) go to single-user & run the above steps > -) even did not work out in multiuser > > The error in question is (which occurs after a warning): > > /usr/src/lib/libc/stdlib/malloc.c: In function `arena_run_reg_alloc': > /usr/src/lib/libc/stdlib/malloc.c:1540: warning: control reaches end of > a non-void function > *** Error code 1 > > Stop in /usr/src/lib/libc. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > If needed a script-snippet is available. Actually I'm running out of > ideas what could raise the error since line 1540 in malloc.c is an > "assert(0);" ... Do you have non-standard compiler flags set? I don't see this warning. Thanks, Jason