Hi all, I checked out stable/9 this morning to generate a release. buildworld fails with the following: /usr/src/lib/libc/gen/stringlist.c:108: error: conflicting types for 'sl_find' /usr/src/lib/libc/../../include/stringlist.h:54: error: previous declaration of 'sl_find' was here *** [stringlist.o] Error code 1 Stop in /usr/src/lib/libc. *** [lib/libc__L] Error code 1 Stop in /usr/src. *** [libraries] Error code 1 Stop in /usr/src. *** [_libraries] Error code 1 Stop in /usr/src. *** [buildworld] Error code 1 Stop in /usr/src. Is this an indication of conflicting libraries? -- Take care Rick Miller
On Fri, Apr 26, 2013 at 12:52 PM, Rick Miller <vmiller at hostileadmin.com> wrote:> Hi all, > > I checked out stable/9 this morning to generate a release. buildworld > fails with the following: > > /usr/src/lib/libc/gen/stringlist.c:108: error: conflicting types for > 'sl_find' > /usr/src/lib/libc/../../include/stringlist.h:54: error: previous > declaration of 'sl_find' was here > *** [stringlist.o] Error code 1 > > Stop in /usr/src/lib/libc. > *** [lib/libc__L] Error code 1 > > Stop in /usr/src. > *** [libraries] Error code 1 > > Stop in /usr/src. > *** [_libraries] Error code 1 > > Stop in /usr/src. > *** [buildworld] Error code 1 > > Stop in /usr/src. > > > Is this an indication of conflicting libraries? >This was the result of a bad MFC, Glen Barber just mailed the list to say he has corrected this so perhaps up and try again. Cheers Tom
On Fri, Apr 26, 2013 at 8:12 AM, Tom Evans <tevans.uk at googlemail.com> wrote:> > This was the result of a bad MFC, Glen Barber just mailed the list to > say he has corrected this so perhaps up and try again. >Yep, I just saw his email and thought that it may be related. just checked out stable/9 again and am running buildworld! Thanks! -- Take care Rick Miller