From owner-freebsd-current@FreeBSD.ORG Fri Jul 6 14:15:58 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B339116A41F for ; Fri, 6 Jul 2007 14:15:58 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.freebsd.org (Postfix) with ESMTP id 77AF413C459 for ; Fri, 6 Jul 2007 14:15:58 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from [192.168.1.5] (217.211.83.81) by pne-smtpout2-sn1.fre.skanova.net (7.2.075) id 4668007E006986EF; Fri, 6 Jul 2007 16:09:37 +0200 In-Reply-To: <1183669505.10705.22.camel@patricia-laptop> References: <1183669505.10705.22.camel@patricia-laptop> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7A9BBA04-E986-42A4-BE6E-2F6D4AF0E706@exscape.org> Content-Transfer-Encoding: 7bit From: Thomas Backman Date: Fri, 6 Jul 2007 16:09:35 +0200 To: Kirk Fort X-Mailer: Apple Mail (2.752.3) Cc: freebsd-current@freebsd.org Subject: Re: buildworld error 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: Fri, 06 Jul 2007 14:15:58 -0000 On Jul 5, 2007, at 11:05 PM, Kirk Fort wrote: > Hi. Starting last night and throughout today I have been experiencing > buildworld errors. My architecture is i386. I have tried syncing to > multiple cvsup servers several times throughout the day. Nothing in > the > CVS commits stands out at me, and I'm confused as to what could be > causing this issue. My last successful build was yesterday afternoon. > > ln -fs libkrb5.so.8 /usr/obj/usr/src/tmp/usr/lib/libkrb5.so > 3 errors > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error I'm having this problem as well, also on i386, but my build fails right after the first errors (are you using make -j?). Here's mine: cc -O1 -pipe -I/usr/src/lib/libmd -DSHA1_ASM -DELF -DRMD160_ASM - DELF -c /usr/src/lib/libmd/md2c.c cc -O1 -pipe -I/usr/src/lib/libmd -DSHA1_ASM -DELF -DRMD160_ASM - DELF -c /usr/src/lib/libmd/md4c.c cc -O1 -pipe -I/usr/src/lib/libmd -DSHA1_ASM -DELF -DRMD160_ASM - DELF -c /usr/src/lib/libmd/md5c.c cc -O1 -pipe -I/usr/src/lib/libmd -DSHA1_ASM -DELF -DRMD160_ASM - DELF -c md2hl.c md2hl.c:25: error: expected ')' before '*' token md2hl.c: In function 'md2File': md2hl.c:47: warning: return makes pointer from integer without a cast md2hl.c: At top level: md2hl.c:52: error: conflicting types for 'md2FileChunk' md2hl.c:47: error: previous implicit declaration of 'md2FileChunk' was here md2hl.c: In function 'md2FileChunk': md2hl.c:54: error: 'md2_CTX' undeclared (first use in this function) md2hl.c:54: error: (Each undeclared identifier is reported only once md2hl.c:54: error: for each function it appears in.) md2hl.c:54: error: expected ';' before 'ctx' md2hl.c:59: error: 'ctx' undeclared (first use in this function) md2hl.c:88: warning: return makes pointer from integer without a cast md2hl.c: In function 'md2Data': md2hl.c:94: error: 'md2_CTX' undeclared (first use in this function) md2hl.c:94: error: expected ';' before 'ctx' md2hl.c:96: error: 'ctx' undeclared (first use in this function) md2hl.c:98: warning: return makes pointer from integer without a cast *** Error code 1 Stop in /usr/src/lib/libmd. *** 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. Is anyone having success building? I haven't seen much activity regarding this.