From owner-freebsd-questions@FreeBSD.ORG Wed Jan 26 04:56:46 2005 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 0480116A4CE for ; Wed, 26 Jan 2005 04:56:46 +0000 (GMT) Received: from mx2.melsa.net.id (mx2.melsa.net.id [202.138.224.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D03E43D41 for ; Wed, 26 Jan 2005 04:56:44 +0000 (GMT) (envelope-from rino@melsa.net.id) Received: from ns2.melsa.net.id (ns2.melsa.net.id [202.138.224.4]) by mx2.melsa.net.id (8.12.8/8.11.3) with ESMTP id j0Q4ugRT055208 for ; Wed, 26 Jan 2005 11:56:42 +0700 (JAVT) Received: from pop3.melsa.net.id (pop3.melsa.net.id [202.138.224.5]) by ns2.melsa.net.id (8.12.9/8.11.3) with ESMTP id j0Q4ug33090582 for ; Wed, 26 Jan 2005 11:56:42 +0700 (JAVT) Date: Wed, 26 Jan 2005 11:56:42 +0700 (JAVT) From: Della Virgina To: freebsd-questions@freebsd.org In-Reply-To: <20050125173952.GA1526@bsdbox.farid-hajji.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Problem to stabilize from 4.11 to 5.3 stable 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: Wed, 26 Jan 2005 04:56:46 -0000 Dear all, I've configured some error in stabilized to 5.3 stable from 4.11 stable. When i try to stabilize from 4.9RC to 4.11stable there's no problem at all. But when i try to cvsup to 5.3stable i found some error like this : -- cc -O3 -pipe -funroll-loops -ffast-math -O3 -march=pentiumpro -I/cache/src/lib/libc/include -I/cache/src/lib/libc/../../include -I/cache/src/lib/libc/i386 -D__DBINTERFACE_PRIVATE -I/cache/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/obj/cache/src/lib/libc -DPOSIX_MISTAKE -I/cache/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/cache/src/lib/libc/rpc -DYP -DHESIOD -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /cache/src/lib/libc/net/res_data.c cc -O3 -pipe -funroll-loops -ffast-math -O3 -march=pentiumpro -I/cache/src/lib/libc/include -I/cache/src/lib/libc/../../include -I/cache/src/lib/libc/i386 -D__DBINTERFACE_PRIVATE -I/cache/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/obj/cache/src/lib/libc -DPOSIX_MISTAKE -I/cache/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/cache/src/lib/libc/rpc -DYP -DHESIOD -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /cache/src/lib/libc/net/res_debug.c In file included from /cache/src/lib/libc/net/res_debug.c:786: /cache/src/lib/libc/net/res_debug.c: In function `__loc_aton': /cache/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of `precsize_aton' from incompatible pointer type In file included from /cache/src/lib/libc/net/res_debug.c:797: /cache/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of `precsize_aton' from incompatible pointer type In file included from /cache/src/lib/libc/net/res_debug.c:808: /cache/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of `precsize_aton' from incompatible pointer type *** Error code 1 Stop in /cache/src/lib/libc. *** Error code 1 Stop in /cache/src/lib. *** Error code 1 Stop in /cache/src. *** Error code 1 Stop in /cache/src. *** Error code 1 Stop in /cache/src. *** Error code 1 Stop in /cache/src. -- First i try to change cvsup server to another, but no luck. Can anyone help me. Many Thanks. DVg