Date: Thu, 4 Nov 2004 03:42:34 -0800 From: Joshua Tinnin <krinklyfig@spymac.com> To: freebsd-questions@freebsd.org Cc: Anton Kazak <anton@sp-vertical.spb.ru> Subject: Re: [Q] Error in 'make buildworld' Message-ID: <200411040342.35243.krinklyfig@spymac.com> In-Reply-To: <20041104141143.M52740@P-III.home.my> References: <20041104141143.M52740@P-III.home.my>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 04 November 2004 03:18 am, Anton Kazak <anton@sp-vertical.spb.ru> wrote: > Hello. > I make cvsup 4.11.2004, RELENG_5_3. > My make.conf: > ---------------------------------------- > CFLAGS= -O3 -pipe Maybe try with -O instead. Optimizations of -O2 and higher are not supported, and -O3 is known to fail. Also, are you running make -j4 buildworld? If so, try it without multiple processes (i.e., without the -j option). - jt > NOPROFILE= true > > PERL_VER=5.8.5 > PERL_VERSION=5.8.5 > PERL_ARCH=mach > NOPERL=yo > NO_PERL=yo > NO_PERL_WRAPPER=yo > > X_WINDOW_SYSTEM=xorg > > CUPS_OVERWRITE_BASE=yes > NO_LPR=yes > ---------------------------------- > > I have error 'make buildworld': > > ---------------------------------- > -- skipped -- > cc -fpic -DPIC -O3 -pipe -I/usr/src/lib/libc/include > -I/usr/src/lib/libc/../../ > include -I/usr/src/lib/libc/i386 -D__DBINTERFACE_PRIVATE > -I/usr/src/lib/libc/../ > ../contrib/gdtoa -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE > -I/usr/src/ > lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN > -I/usr/src/lib/libc/rpc -DY > P -DHESIOD -Wsystem-headers -Werror -Wall -Wno-format-y2k > -Wno-uninitialized -c > /usr/src/lib/libc/net/res_init.c -o res_init.So > In file included from /usr/src/lib/libc/net/res_debug.c:786: > /usr/src/lib/libc/net/res_debug.c: In function `__loc_aton': > In file included from /usr/src/lib/libc/net/res_debug.c:786: > /usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of > `precsize_aton' > from incompatible pointer type > /usr/src/lib/libc/net/res_debug.c: In function `__loc_aton': > In file included from /usr/src/lib/libc/net/res_debug.c:797: > /usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of > `precsize_aton' > from incompatible pointer type > /usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of > `precsize_aton' > from incompatible pointer type > In file included from /usr/src/lib/libc/net/res_debug.c:808: > In file included from /usr/src/lib/libc/net/res_debug.c:797: > /usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of > `precsize_aton' > from incompatible pointer type > /usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of > `precsize_aton' > from incompatible pointer type > /usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of > `precsize_aton' > from incompatible pointer type > In file included from /usr/src/lib/libc/net/res_debug.c:808: > /usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of > `precsize_aton' > from incompatible pointer type > *** Error code 1 > *** Error code 1 > 2 errors > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > -------------------------------------- > > uname -a > FreeBSD P-III.home.my 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Oct 18 > 19:01:59 MSD > 2004 anton@P-III.home.my:/usr/obj/usr/src/sys/P-III i386 > > /usr/obj clean. > > Maybe i stipid... Any idea?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411040342.35243.krinklyfig>