From owner-freebsd-questions@FreeBSD.ORG Sat May 13 19:09:26 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 E830C16A401 for ; Sat, 13 May 2006 19:09:25 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D78E43D49 for ; Sat, 13 May 2006 19:09:25 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wr-out-0506.google.com with SMTP id 70so524002wra for ; Sat, 13 May 2006 12:09:24 -0700 (PDT) Received: by 10.54.120.9 with SMTP id s9mr1207625wrc; Sat, 13 May 2006 12:09:24 -0700 (PDT) Received: from ?192.168.0.4? ( [216.45.217.148]) by mx.gmail.com with ESMTP id 13sm3295069wrl.2006.05.13.12.09.23; Sat, 13 May 2006 12:09:24 -0700 (PDT) Date: Sat, 13 May 2006 15:09:16 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Organization: Seibercom In-Reply-To: <447j4q9hal.fsf@be-well.ilk.org> References: <7.0.1.0.2.20060512183937.02190800@broadpark.no> <447j4q9hal.fsf@be-well.ilk.org> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20060513144915.E0C2.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.25 [en] Subject: Re: makeworld FAILURE on 5.4-STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 May 2006 19:09:26 -0000 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 And God said, "Let there be light. "But then the program crashed because he was trying to access the 'light' property of a NULL universe pointer.