9.1 rc1 problem running buildworld with rc2 src

Joe Maloney jpm820 at gmail.com
Tue Oct 9 13:34:50 UTC 2012


 malco_2001 <http://forums.freebsd.org/member.php?u=15914> [image:
malco_2001 is online now]
Junior Member

Join Date: Oct 2010
 Posts: 7
Thanks: 0
 Thanked 1 Time in 1 Post
    [image: Default] *9.1rc1 problem running buildworld with rc2 src*
------------------------------
 Running this from FreeBSD 9.1 RC1 to update to RC2

svn co svn://svn0.us-west.freebsd.org/base/stable/9 /usr/src
make buildworld

will generate this

cc -O2 -pipe -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include
-I/usr/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE
-I/usr/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc
-I/usr/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE
-I/usr/src/lib/libc/../../contrib/tzcode/stdtime
-I/usr/src/lib/libc/stdtime -I/usr/src/lib/libc/locale -DBROKEN_DES
-DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DNS_CACHING
-DSYMBOL_VERSIONING -std=gnu99 -fstack-protector -Wsystem-headers -Werror
-Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c nsparser.c -o
nsparser.o
cc1: warnings being treated as errors
/usr/src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap':
/usr/src/lib/libc/net/nsparser.y:169: warning: implicit declaration of
function 'free'
In file included from nsparser.c:398:
/usr/src/lib/libc/../../include/stdlib.h: At top level:
/usr/src/lib/libc/../../include/stdlib.h:93: warning: conflicting types for
'free'
/usr/src/lib/libc/net/nsparser.y:169: warning: previous implicit
declaration of 'free' was here
*** [nsparser.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.
root at bsd91rc1:/usr/src #

I am able to build the src on a fresh install of rc2. Has anyone else run
into this?


More information about the svn-src-stable-9 mailing list