From owner-freebsd-questions@FreeBSD.ORG Thu Nov 4 11:21:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F8BE16A4CE for ; Thu, 4 Nov 2004 11:21:47 +0000 (GMT) Received: from relay.spb.su (relay.spb.ru [193.124.83.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD7C043D5C for ; Thu, 4 Nov 2004 11:21:45 +0000 (GMT) (envelope-from anton@sp-vertical.spb.ru) Received: from relay.spb.su (localhost [127.0.0.1]) (8.13.0.PreAlpha4/SQL-8.12.11-1/3.5Wbeta/8.13.0.PreAlpha4) with ESMTP id iA4BLI7I027581 for ; Thu, 4 Nov 2004 14:21:18 +0300 (MSK) Received: from relay.spb.su (localhost [127.0.0.1]) (8.13.0.PreAlpha4/SQL-8.12.11-1/3.5Wbeta/8.13.0.PreAlpha4) with ESMTP id iA4BL0q6027507 for ; Thu, 4 Nov 2004 14:21:00 +0300 (MSK) Received: (from uucp@localhost) (8.13.0.PreAlpha4/SQL-8.12.11-1/3.5Wbeta/8.12.9/Submit) with UUCP id iA4BKx5C027506 for freebsd-questions@freebsd.org; Thu, 4 Nov 2004 14:20:59 +0300 (MSK) (envelope-from anton@sp-vertical.spb.ru) Received: from localhost (localhost.home.my [127.0.0.1]) by P-III.home.my (8.13.1/8.13.1) with ESMTP id iA4BInVL052756 for ; Thu, 4 Nov 2004 14:18:49 +0300 (MSK) (envelope-from anton@sp-vertical.spb.ru) Date: Thu, 4 Nov 2004 14:18:49 +0300 (MSK) From: Anton Kazak X-X-Sender: anton@P-III.home.my To: freebsd-questions@freebsd.org Message-ID: <20041104141143.M52740@P-III.home.my> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: [Q] Error in 'make buildworld' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 11:21:47 -0000 Hello. I make cvsup 4.11.2004, RELENG_5_3. My make.conf: ---------------------------------------- CFLAGS= -O3 -pipe 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? Sy Anton