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.Received on Fri Jul 06 2007 - 12:15:58 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:13 UTC