Date: Fri, 6 Jul 2007 16:09:35 +0200 From: Thomas Backman <serenity@exscape.org> To: Kirk Fort <dogcube@gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: buildworld error Message-ID: <7A9BBA04-E986-42A4-BE6E-2F6D4AF0E706@exscape.org> In-Reply-To: <1183669505.10705.22.camel@patricia-laptop> References: <1183669505.10705.22.camel@patricia-laptop>
next in thread | previous in thread | raw e-mail | index | archive | help
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. > <massive amounts of output not quoted> > 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: <snip> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7A9BBA04-E986-42A4-BE6E-2F6D4AF0E706>