From owner-freebsd-questions@FreeBSD.ORG Sun May 14 12:31:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5592816A40E for ; Sun, 14 May 2006 12:31:18 +0000 (UTC) (envelope-from kyrreny@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id B853043D49 for ; Sun, 14 May 2006 12:31:17 +0000 (GMT) (envelope-from kyrreny@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IZ900IU99G5OG00@osl1smout1.broadpark.no> for freebsd-questions@freebsd.org; Sun, 14 May 2006 14:31:17 +0200 (CEST) Received: from urban.broadpark.no ([80.203.212.30]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IZ90035I9G1OL60@osl1sminn1.broadpark.no> for freebsd-questions@freebsd.org; Sun, 14 May 2006 14:31:17 +0200 (CEST) Date: Sun, 14 May 2006 14:31:16 +0200 From: Kyrre Nygard In-reply-to: <20060513144915.E0C2.GERARD@seibercom.net> To: freebsd-questions@freebsd.org, freebsd-questions@freebsd.org Message-id: <7.0.1.0.2.20060514143053.02220a58@broadpark.no> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <7.0.1.0.2.20060512183937.02190800@broadpark.no> <447j4q9hal.fsf@be-well.ilk.org> <20060513144915.E0C2.GERARD@seibercom.net> Subject: Re: makeworld FAILURE on 5.4-STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 12:31:18 -0000 At 21:09 13.05.2006, Gerard Seibert wrote: >Lowell Gilbert wrote: > > > Kyrre Nygard writes: > > > > > Hello ... > > > > > > When doing makeworld, and this is my exact procedure: > > > > > > cvsup -g -L 2 /etc/cvsupfile > > > cd /usr/obj > > > chflags -R noschg > > > rm -rf * > > > cd /usr/src > > > make clean > > > > > > make buildworld (this is where it fails) > > > > > > make buildkernel KERNCONF=NINJA > > > make installkernel KERNCONF=NINJA > > > make installworld > > > mergemaster > > > > > > With this error: > > > > > > ===> usr.sbin/traceroute (all) > > > cc -O2 -fno-strict-aliasing -pipe -DHAVE_SYS_SELECT_H=1 > > > -DHAVE_SYS_SOCKIO_H=1 -DHAVE_NET_ROUTE_H=1 > > > -DHAVE_NET_IF_DL_H=1 -DHAVE_STRERROR=1 > > > -DHAVE_USLEEP=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SETLINEBUF=1 > > > -DHAVE_RAW_OPTIONS=1 -DHAVE_SOCKADDR_SA_LEN=1 -DHAVE_ICMP_NEXTMTU=1 > > > -DIPSEC > > > -I/usr/src/usr.sbin/traceroute/../../contrib/traceroute/lbl -c version.c > > > cc -O2 -fno-strict-aliasing -pipe -DHAVE_SYS_SELECT_H=1 > > > -DHAVE_SYS_SOCKIO_H=1 -DHAVE_NET_ROUTE_H=1 > > > -DHAVE_NET_IF_DL_H=1 -DHAVE_STRERROR=1 > > > -DHAVE_USLEEP=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SETLINEBUF=1 > > > -DHAVE_RAW_OPTIONS=1 -DHAVE_SOCKADDR_SA_LEN=1 -DHAVE_ICMP_NEXTMTU=1 > > > -DIPSEC > > > -I/usr/src/usr.sbin/traceroute/../../contrib/traceroute/lbl -c > > > /usr/src/usr.sbin/traceroute/../../contrib/traceroute/traceroute.c > > > cc -O2 -fno-strict-aliasing -pipe -DHAVE_SYS_SELECT_H=1 > > > -DHAVE_SYS_SOCKIO_H=1 -DHAVE_NET_ROUTE_H=1 > > > -DHAVE_NET_IF_DL_H=1 -DHAVE_STRERROR=1 > > > -DHAVE_USLEEP=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SETLINEBUF=1 > > > -DHAVE_RAW_OPTIONS=1 -DHAVE_SOCKADDR_SA_LEN=1 -DHAVE_ICMP_NEXTMTU=1 > > > -DIPSEC > > > -I/usr/src/usr.sbin/traceroute/../../contrib/traceroute/lbl -c > > > /usr/src/usr.sbin/traceroute/../../contrib/traceroute/ifaddrlist.c > > > cc -O2 -fno-strict-aliasing -pipe -DHAVE_SYS_SELECT_H=1 > > > -DHAVE_SYS_SOCKIO_H=1 -DHAVE_NET_ROUTE_H=1 > > > -DHAVE_NET_IF_DL_H=1 -DHAVE_STRERROR=1 > > > -DHAVE_USLEEP=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SETLINEBUF=1 > > > -DHAVE_RAW_OPTIONS=1 -DHAVE_SOCKADDR_SA_LEN=1 -DHAVE_ICMP_NEXTMTU=1 > > > -DIPSEC > > > -I/usr/src/usr.sbin/traceroute/../../contrib/traceroute/lbl -c > > > /usr/src/usr.sbin/traceroute/../../contrib/traceroute/findsaddr-socket.c > > > cc -O2 -fno-strict-aliasing -pipe -DHAVE_SYS_SELECT_H=1 > > > -DHAVE_SYS_SOCKIO_H=1 -DHAVE_NET_ROUTE_H=1 > > > -DHAVE_NET_IF_DL_H=1 -DHAVE_STRERROR=1 > > > -DHAVE_USLEEP=1 -DHAVE_SYS_SYSCTL_H=1 -DHAVE_SETLINEBUF=1 > > > -DHAVE_RAW_OPTIONS=1 -DHAVE_SOCKADDR_SA_LEN=1 -DHAVE_ICMP_NEXTMTU=1 > > > -DIPSEC > > > -I/usr/src/usr.sbin/traceroute/../../contrib/traceroute/lbl -o > > > traceroute version.o traceroute.o ifaddrlist.o findsaddr-socket.o -lipsec > > > traceroute.o(.text+0x7): In function `usage': > > > : undefined reference to `version' > > > *** Error code 1 > > > > > > Stop in /usr/src/usr.sbin/traceroute. > > > *** Error code 1 > > > > > > Stop in /usr/src/usr.sbin. > > > *** Error code 1 > > > > > > Stop in /usr/src. > > > *** Error code 1 > > > > > > Stop in /usr/src. > > > *** Error code 1 > > > > > > Stop in /usr/src. > > > > > > Does anyone know what I can do to fix it? > > > > Did you have sources before you ran cvsup? > > What did the supfile look like? > >I believe it should be: > >chflags -R noschg /usr/obj/usr >rm -rf /usr/obj/usr >cd /usr/src >make cleandir >make cleandir > >Yes, the 'make cleandir' statement is run twice. > >-- >Gerard Seibert >gerard@seibercom.net > Once or twice, it is still irrelevant. Thank you so much though. -- Kyrre