From owner-freebsd-stable Sun Jun 8 06:41:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA12965 for stable-outgoing; Sun, 8 Jun 1997 06:41:10 -0700 (PDT) Received: from sand.sentex.ca (sand.sentex.ca [206.222.77.6]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA12959; Sun, 8 Jun 1997 06:41:04 -0700 (PDT) Received: from gravel (gravel.sentex.ca [205.211.165.210]) by sand.sentex.ca (8.8.5/8.8.3) with SMTP id JAA01501; Sun, 8 Jun 1997 09:49:16 -0400 (EDT) Message-Id: <3.0.1.32.19970608094308.02470d10@sentex.net> X-Sender: mdtancsa@sentex.net X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Sun, 08 Jun 1997 09:43:08 -0400 To: questions@freebsd.org, stable@freebsd.org From: Mike Tancsa Subject: Re: /usr/include/ufs/ffs missing?...Make world failure on 2.2-RELENG In-Reply-To: <199706072353.JAA24250@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have been tracking the RELENG-2.2 for a while now and doing a make world without incident. However, yesterday, I ran into all sorts of problems. I tried a make -DCLOBBER world to get by the ufs/ffs missing problem, but it only seemed to cause other errors. (see below) I blew away the src try and cvsup'd the whole thing again, but still the same errors. Any suggestions ? -------------------------------------------------------------- Rebuilding bootstrap tools -------------------------------------------------------------- cd /usr/src && make bootstrap cd /usr/src/usr.bin/make && make depend && make -DNOINFO -DNOMAN -DNOPROFILE all install cleandir obj rm -f .depend mkdep -f .depend -a -I/usr/src/usr.bin/make /usr/src/usr.bin/make/arch.c /usr/src/usr.bin/make/buf.c /usr/src/usr.b in/make/compat.c /usr/src/usr.bin/make/cond.c /usr/src/usr.bin/make/dir.c /usr/src/usr.bin/make/for.c /usr/src/usr.bi n/make/hash.c /usr/src/usr.bin/make/job.c /usr/src/usr.bin/make/main.c /usr/src/usr.bin/make/make.c /usr/src/usr.bin/ make/parse.c /usr/src/usr.bin/make/str.c /usr/src/usr.bin/make/suff.c /usr/src/usr.bin/make/targ.c /usr/src/usr.bin/m ake/var.c /usr/src/usr.bin/make/util.c /usr/src/usr.bin/make/lst.lib/lstAppend.c /usr/src/usr.bin/make/lst.lib/lstAtE nd.c /usr/src/usr.bin/make/lst.lib/lstAtFront.c /usr/src/usr.bin/make/lst.lib/lstClose.c /usr/src/usr.bin/make/lst.li b/lstConcat.c /usr/src/usr.bin/make/lst.lib/lstDatum.c /usr/src/usr.bin/make/lst.lib/lstDeQueue.c /usr/src/usr.bin/ma ke/lst.lib/lstDestroy.c /usr/src/usr.bin/make/lst.lib/lstDupl.c /usr/src/usr.bin/make/lst.lib/lstEnQueue.c /usr/src/u sr.bin/make/lst.lib/lstFind.c /usr/src/usr.bin/make/lst.lib/lstFindFrom.c /usr/src/usr.bin/make/lst.lib/lstFirst.c /u sr/src/usr.bin/make/lst.lib/lstForEach.c /usr/src/usr.bin/make/lst.lib/lstForEachFrom.c /usr/src/usr.bin/make/lst.lib /lstInit.c /usr/src/usr.bin/make/lst.lib/lstInsert.c /usr/src/usr.bin/make/lst.lib/lstIsAtEnd.c /usr/src/usr.bin/make /lst.lib/lstIsEmpty.c /usr/src/usr.bin/make/lst.lib/lstLast.c /usr/src/usr.bin/make/lst.lib/lstMember.c /usr/src/usr. bin/make/lst.lib/lstNext.c /usr/src/usr.bin/make/lst.lib/lstOpen.c /usr/src/usr.bin/make/lst.lib/lstRemove.c /usr/src /usr.bin/make/lst.lib/lstReplace.c /usr/src/usr.bin/make/lst.lib/lstSucc.c /usr/src/usr.bin/make/arch.c:93: sys/types.h: No such file or directory /usr/src/usr.bin/make/arch.c:94: sys/stat.h: No such file or directory /usr/src/usr.bin/make/arch.c:95: sys/time.h: No such file or directory /usr/src/usr.bin/make/arch.c:96: sys/param.h: No such file or directory /usr/src/usr.bin/make/arch.c:97: ctype.h: No such file or directory /usr/src/usr.bin/make/arch.c:98: ar.h: No such file or directory /usr/src/usr.bin/make/arch.c:99: utime.h: No such file or directory /usr/src/usr.bin/make/arch.c:100: stdio.h: No such file or directory /usr/src/usr.bin/make/arch.c:101: stdlib.h: No such file or directory In file included from /usr/src/usr.bin/make/arch.c:102: In file included from /usr/src/usr.bin/make/lst.lib/lstInt.h:47, from /usr/src/usr.bin/make/lst.lib/lstSucc.c:48: /usr/src/usr.bin/make/make.h:50: sys/types.h: No such file or directory /usr/src/usr.bin/make/make.h:51: stdio.h: No such file or directory /usr/src/usr.bin/make/make.h:52: string.h: No such file or directory /usr/src/usr.bin/make/make.h:53: ctype.h: No such file or directory /usr/src/usr.bin/make/make.h:66: stdlib.h: No such file or directory /usr/src/usr.bin/make/make.h:67: unistd.h: No such file or directory In file included from /usr/src/usr.bin/make/make.h:70, from /usr/src/usr.bin/make/lst.lib/lstInt.h:47, from /usr/src/usr.bin/make/lst.lib/lstSucc.c:48: /usr/src/usr.bin/make/lst.h:50: sys/param.h: No such file or directory /usr/src/usr.bin/make/lst.h:52: stdlib.h: No such file or directory mkdep: compile failed. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ********************************************************************** Mike Tancsa (mike@sentex.net) * To do is to be -- Nietzsche Sentex Communications Corp, * To be is to do -- Sartre Cambridge, Ontario * Do be do be do -- Sinatra (http://www.sentex.net/~mdtancsa) * From owner-freebsd-stable Mon Jun 9 06:48:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA22939 for stable-outgoing; Mon, 9 Jun 1997 06:48:16 -0700 (PDT) Received: from live-oak.cycon.com (live-oak.CYCON.COM [198.202.237.69]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA22929; Mon, 9 Jun 1997 06:48:14 -0700 (PDT) Received: from localhost (ardoin@localhost) by live-oak.cycon.com (8.8.5/8.7.3) with SMTP id JAA00251; Mon, 9 Jun 1997 09:48:06 -0400 (EDT) X-Authentication-Warning: live-oak.cycon.com: ardoin owned process doing -bs Date: Mon, 9 Jun 1997 09:48:04 -0400 (EDT) From: Cy Ardoin To: Mike Tancsa cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: /usr/include/ufs/ffs missing?...Make world failure on 2.2-RELENG In-Reply-To: <3.0.1.32.19970608094308.02470d10@sentex.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I found that the Makefile in /usr/include has an error for ufs. There are two lines LUDIR= ufs UDIRS= ufs/ffs ufs/lfs.... down later in the Makefile there are "for" loops. The loop that creates the directories is backwards. It references UDIRS before LUDIR. So the directory doesn't exist. Switching the order on that loop works. .for i in ${LDIRS} ${LUDIR} ${UDIRS} machine if [ ! -d ${DESTDIR}/usr/include/$i ]; then \ mkdir ${DESTDIR}/usr/include/$i; \ chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/$i; \ chmod 755 ${DESTDIR}/usr/include/$i; \ fi .endfor On Sun, 8 Jun 1997, Mike Tancsa wrote: > > I have been tracking the RELENG-2.2 for a while now and doing a make world > without incident. However, yesterday, I ran into all sorts of problems. > > I tried a make -DCLOBBER world to get by the ufs/ffs missing problem, but > it only seemed to cause other errors. (see below) > > I blew away the src try and cvsup'd the whole thing again, but still the > same errors. > > Any suggestions ? > > -------------------------------------------------------------- > Rebuilding bootstrap tools > -------------------------------------------------------------- > cd /usr/src && make bootstrap > cd /usr/src/usr.bin/make && make depend && make -DNOINFO -DNOMAN > -DNOPROFILE all install cleandir obj > rm -f .depend > mkdep -f .depend -a -I/usr/src/usr.bin/make /usr/src/usr.bin/make/arch.c > /usr/src/usr.bin/make/buf.c /usr/src/usr.b > in/make/compat.c /usr/src/usr.bin/make/cond.c /usr/src/usr.bin/make/dir.c > /usr/src/usr.bin/make/for.c /usr/src/usr.bi > n/make/hash.c /usr/src/usr.bin/make/job.c /usr/src/usr.bin/make/main.c > /usr/src/usr.bin/make/make.c /usr/src/usr.bin/ > make/parse.c /usr/src/usr.bin/make/str.c /usr/src/usr.bin/make/suff.c > /usr/src/usr.bin/make/targ.c /usr/src/usr.bin/m > ake/var.c /usr/src/usr.bin/make/util.c > /usr/src/usr.bin/make/lst.lib/lstAppend.c /usr/src/usr.bin/make/lst.lib/lstAtE > nd.c /usr/src/usr.bin/make/lst.lib/lstAtFront.c > /usr/src/usr.bin/make/lst.lib/lstClose.c /usr/src/usr.bin/make/lst.li > b/lstConcat.c /usr/src/usr.bin/make/lst.lib/lstDatum.c > /usr/src/usr.bin/make/lst.lib/lstDeQueue.c /usr/src/usr.bin/ma > ke/lst.lib/lstDestroy.c /usr/src/usr.bin/make/lst.lib/lstDupl.c > /usr/src/usr.bin/make/lst.lib/lstEnQueue.c /usr/src/u > sr.bin/make/lst.lib/lstFind.c /usr/src/usr.bin/make/lst.lib/lstFindFrom.c > /usr/src/usr.bin/make/lst.lib/lstFirst.c /u > sr/src/usr.bin/make/lst.lib/lstForEach.c > /usr/src/usr.bin/make/lst.lib/lstForEachFrom.c /usr/src/usr.bin/make/lst.lib > /lstInit.c /usr/src/usr.bin/make/lst.lib/lstInsert.c > /usr/src/usr.bin/make/lst.lib/lstIsAtEnd.c /usr/src/usr.bin/make > /lst.lib/lstIsEmpty.c /usr/src/usr.bin/make/lst.lib/lstLast.c > /usr/src/usr.bin/make/lst.lib/lstMember.c /usr/src/usr. > bin/make/lst.lib/lstNext.c /usr/src/usr.bin/make/lst.lib/lstOpen.c > /usr/src/usr.bin/make/lst.lib/lstRemove.c /usr/src > /usr.bin/make/lst.lib/lstReplace.c /usr/src/usr.bin/make/lst.lib/lstSucc.c > /usr/src/usr.bin/make/arch.c:93: sys/types.h: No such file or directory > /usr/src/usr.bin/make/arch.c:94: sys/stat.h: No such file or directory > /usr/src/usr.bin/make/arch.c:95: sys/time.h: No such file or directory > /usr/src/usr.bin/make/arch.c:96: sys/param.h: No such file or directory > /usr/src/usr.bin/make/arch.c:97: ctype.h: No such file or directory > /usr/src/usr.bin/make/arch.c:98: ar.h: No such file or directory > /usr/src/usr.bin/make/arch.c:99: utime.h: No such file or directory > /usr/src/usr.bin/make/arch.c:100: stdio.h: No such file or directory > /usr/src/usr.bin/make/arch.c:101: stdlib.h: No such file or directory > In file included from /usr/src/usr.bin/make/arch.c:102: > In file included from /usr/src/usr.bin/make/lst.lib/lstInt.h:47, > from /usr/src/usr.bin/make/lst.lib/lstSucc.c:48: > /usr/src/usr.bin/make/make.h:50: sys/types.h: No such file or directory > /usr/src/usr.bin/make/make.h:51: stdio.h: No such file or directory > /usr/src/usr.bin/make/make.h:52: string.h: No such file or directory > /usr/src/usr.bin/make/make.h:53: ctype.h: No such file or directory > /usr/src/usr.bin/make/make.h:66: stdlib.h: No such file or directory > /usr/src/usr.bin/make/make.h:67: unistd.h: No such file or directory > In file included from /usr/src/usr.bin/make/make.h:70, > from /usr/src/usr.bin/make/lst.lib/lstInt.h:47, > from /usr/src/usr.bin/make/lst.lib/lstSucc.c:48: > /usr/src/usr.bin/make/lst.h:50: sys/param.h: No such file or directory > /usr/src/usr.bin/make/lst.h:52: stdlib.h: No such file or directory > mkdep: compile failed. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > ********************************************************************** > Mike Tancsa (mike@sentex.net) * To do is to be -- Nietzsche > Sentex Communications Corp, * To be is to do -- Sartre > Cambridge, Ontario * Do be do be do -- Sinatra > (http://www.sentex.net/~mdtancsa) * > -- Cy Ardoin ardoin@cycon.com -------------------------------------------------------------------- -- Cypress Consulting, Inc. | Voice: 703/383-0247 --- -- 4101 Olympic Way, Alexandria VA | Fax: 703/383-0320 ---- -- and | ---- -- 11240 Waples Mill Road, Suite 403, | http://www.cycon.com/ --- -- Fairfax, VA 22030 | -- -------------------------------------------------------------------- From owner-freebsd-stable Mon Jun 9 08:09:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA26626 for stable-outgoing; Mon, 9 Jun 1997 08:09:24 -0700 (PDT) Received: from fani.fidata.fi (fani.fidata.fi [193.64.102.6]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA26610 for ; Mon, 9 Jun 1997 08:09:14 -0700 (PDT) Received: from zeta.fidata.fi (zeta.fidata.fi [193.64.103.213]) by fani.fidata.fi (8.8.5/8.8.5) with ESMTP id SAA24483 for ; Mon, 9 Jun 1997 18:08:32 +0300 (EET DST) Received: (from tomppa@localhost) by zeta.fidata.fi (8.8.5/8.8.5) id SAA25730; Mon, 9 Jun 1997 18:08:31 +0300 (EET DST) Date: Mon, 9 Jun 1997 18:08:31 +0300 (EET DST) Message-Id: <199706091508.SAA25730@zeta.fidata.fi> From: Tomi Vainio MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-stable@freebsd.org Subject: Userland ppp X-Mailer: VM 6.32 under 19.15 XEmacs Lucid Reply-To: tomppa@fidata.fi Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Something has broken in ppp. I supped new 2.2-stable yesterday and ppp won't work anymore with older version of ppp or with itself. With Cisco it still works. I grabbed older ppp from May 26th stable system to get system work again. Tomppa --- Server side log / broken ppp --- 06-09 17:05:20 [195] Using interface: tun1 06-09 17:05:20 [195] Listening at 3001. 06-09 17:05:20 [195] PPP Started. 06-09 17:05:20 [195] Packet mode enabled 06-09 17:05:20 [195] LCP: state change Initial --> Closed 06-09 17:05:20 [195] LCP: SendConfigReq 06-09 17:05:20 [195] ACFCOMP 06-09 17:05:20 [195] PROTOCOMP 06-09 17:05:20 [195] ACCMAP [6] 00000000 06-09 17:05:20 [195] MRU [4] 1500 06-09 17:05:20 [195] MAGICNUM [6] 9a4297e2 06-09 17:05:20 [195] LCP: state change Closed --> Req-Sent 06-09 17:05:21 [195] *Connected! 06-09 17:05:23 [195] LCP: SendConfigReq 06-09 17:05:23 [195] ACFCOMP 06-09 17:05:23 [195] PROTOCOMP 06-09 17:05:23 [195] ACCMAP [6] 00000000 06-09 17:05:23 [195] MRU [4] 1500 06-09 17:05:23 [195] MAGICNUM [6] 9a4297e2 06-09 17:05:26 [195] LCP: SendConfigReq 06-09 17:05:26 [195] ACFCOMP 06-09 17:05:26 [195] PROTOCOMP 06-09 17:05:26 [195] ACCMAP [6] 00000000 06-09 17:05:26 [195] MRU [4] 1500 06-09 17:05:26 [195] MAGICNUM [6] 9a4297e2 06-09 17:05:29 [195] LCP: SendConfigReq 06-09 17:05:29 [195] ACFCOMP 06-09 17:05:29 [195] PROTOCOMP 06-09 17:05:29 [195] ACCMAP [6] 00000000 06-09 17:05:29 [195] MRU [4] 1500 06-09 17:05:29 [195] MAGICNUM [6] 9a4297e2 06-09 17:05:32 [195] LCP: SendConfigReq 06-09 17:05:32 [195] ACFCOMP 06-09 17:05:32 [195] PROTOCOMP 06-09 17:05:32 [195] ACCMAP [6] 00000000 06-09 17:05:32 [195] MRU [4] 1500 06-09 17:05:32 [195] MAGICNUM [6] 9a4297e2 06-09 17:05:35 [195] LCP: state change Req-Sent --> Stopped 06-09 17:05:35 [195] LCP: LayerFinish 06-09 17:05:36 [195] Disconnected! 06-09 17:05:36 [195] Connect time: 15 secs 06-09 17:05:36 [195] Phase: Dead 06-09 17:05:36 [195] PPP Terminated (dead). --- Server side log / working ppp --- 06-09 17:38:34 [508] Using interface: tun1 06-09 17:38:34 [508] Listening at 3001. 06-09 17:38:34 [508] PPP Started. 06-09 17:38:34 [508] Packet mode enabled 06-09 17:38:34 [508] LCP: state change Initial --> Closed 06-09 17:38:34 [508] LCP: SendConfigReq 06-09 17:38:34 [508] ACFCOMP 06-09 17:38:34 [508] PROTOCOMP 06-09 17:38:34 [508] ACCMAP [6] 00000000 06-09 17:38:34 [508] MRU [4] 1500 06-09 17:38:34 [508] MAGICNUM [6] d5c55e98 06-09 17:38:34 [508] LCP: state change Closed --> Req-Sent 06-09 17:38:34 [508] LCP: Received Configure Request (1) state = Req-Sent (6) 06-09 17:38:34 [508] ACFCOMP 06-09 17:38:34 [508] PROTOCOMP 06-09 17:38:34 [508] ACCMAP 00000000 06-09 17:38:34 [508] MRU 1500 06-09 17:38:34 [508] MAGICNUM ea65b558 06-09 17:38:34 [508] LCP: SendConfigAck(Req-Sent) 06-09 17:38:34 [508] ACFCOMP 06-09 17:38:34 [508] PROTOCOMP 06-09 17:38:34 [508] ACCMAP 00000000 06-09 17:38:34 [508] MRU 1500 06-09 17:38:34 [508] MAGICNUM ea65b558 06-09 17:38:34 [508] LCP: state change Req-Sent --> Ack-Sent 06-09 17:38:34 [508] LCP: Received Configure Ack (1) state = Ack-Sent (8) 06-09 17:38:34 [508] LCP: state change Ack-Sent --> Opend 06-09 17:38:34 [508] LCP: LayerUp 06-09 17:38:34 [508] Phase: Authenticate 06-09 17:38:34 [508] Phase: Network 06-09 17:38:34 [508] IPCP: state change Initial --> Closed 06-09 17:38:34 [508] IPCP Up event!! 06-09 17:38:34 [508] IPCP: SendConfigReq 06-09 17:38:34 [508] IPADDR [6] 193.64.103.1 06-09 17:38:34 [508] COMPPROTO [6] 002d0f00 06-09 17:38:34 [508] IPCP: state change Closed --> Req-Sent 06-09 17:38:34 [508] CCP: state change Initial --> Closed 06-09 17:38:34 [508] CCP Up event!! 06-09 17:38:34 [508] IPCP: Received Configure Request (1) state = Req-Sent (6) 06-09 17:38:34 [508] IPADDR[6] 193.64.103.82 06-09 17:38:34 [508] COMPPROTO[6] 002d0f00 06-09 17:38:34 [508] IPCP: SendConfigAck(Req-Sent) 06-09 17:38:34 [508] IPADDR[6] 193.64.103.82 06-09 17:38:34 [508] COMPPROTO[6] 002d0f00 06-09 17:38:34 [508] IPCP: state change Req-Sent --> Ack-Sent 06-09 17:38:34 [508] IPCP: Received Configure Ack (1) state = Ack-Sent (8) 06-09 17:38:34 [508] IPCP: state change Ack-Sent --> Opend 06-09 17:38:34 [508] IPCP: LayerUp. 06-09 17:38:34 [508] myaddr = 193.64.103.1 hisaddr = 193.64.103.82 06-09 17:38:34 [508] OsLinkup: 193.64.103.82 06-09 17:38:35 [508] *Connected! -- Tomi Vainio, Fimeko-Data Oy Phone: +358 (0)9 4582421 Mail: tomppa@iki.fi tomppa@fidata.fi Telefax: +358 (0)9 4582425 From owner-freebsd-stable Mon Jun 9 09:43:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA00574 for stable-outgoing; Mon, 9 Jun 1997 09:43:19 -0700 (PDT) Received: from super-g.inch.com (super-g.com [204.178.32.161]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA00569 for ; Mon, 9 Jun 1997 09:43:10 -0700 (PDT) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.5/8.6.9) with SMTP id MAA19488; Mon, 9 Jun 1997 12:52:02 GMT Date: Mon, 9 Jun 1997 12:52:01 +0000 (GMT) From: spork X-Sender: spork@super-g.inch.com To: Cy Ardoin cc: stable@freebsd.org Subject: Re: /usr/include/ufs/ffs missing?...Make world failure on 2.2-RELENG In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Thanks!! I was really starting to pull my hair out over this... Charles On Mon, 9 Jun 1997, Cy Ardoin wrote: > I found that the Makefile in /usr/include has an error for ufs. > There are two lines > > LUDIR= ufs > UDIRS= ufs/ffs ufs/lfs.... > > > down later in the Makefile there are "for" loops. The loop that > creates the directories is backwards. It references UDIRS before > LUDIR. So the directory doesn't exist. Switching the order on that loop > works. > > .for i in ${LDIRS} ${LUDIR} ${UDIRS} machine > if [ ! -d ${DESTDIR}/usr/include/$i ]; then \ > mkdir ${DESTDIR}/usr/include/$i; \ > chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/$i; \ > chmod 755 ${DESTDIR}/usr/include/$i; \ > fi > .endfor > > > > > > On Sun, 8 Jun 1997, Mike Tancsa wrote: > > > > > I have been tracking the RELENG-2.2 for a while now and doing a make world > > without incident. However, yesterday, I ran into all sorts of problems. > > > > I tried a make -DCLOBBER world to get by the ufs/ffs missing problem, but > > it only seemed to cause other errors. (see below) > > > > I blew away the src try and cvsup'd the whole thing again, but still the > > same errors. > > > > Any suggestions ? > > > > -------------------------------------------------------------- > > Rebuilding bootstrap tools > > -------------------------------------------------------------- > > cd /usr/src && make bootstrap > > cd /usr/src/usr.bin/make && make depend && make -DNOINFO -DNOMAN > > -DNOPROFILE all install cleandir obj > > rm -f .depend > > mkdep -f .depend -a -I/usr/src/usr.bin/make /usr/src/usr.bin/make/arch.c > > /usr/src/usr.bin/make/buf.c /usr/src/usr.b > > in/make/compat.c /usr/src/usr.bin/make/cond.c /usr/src/usr.bin/make/dir.c > > /usr/src/usr.bin/make/for.c /usr/src/usr.bi > > n/make/hash.c /usr/src/usr.bin/make/job.c /usr/src/usr.bin/make/main.c > > /usr/src/usr.bin/make/make.c /usr/src/usr.bin/ > > make/parse.c /usr/src/usr.bin/make/str.c /usr/src/usr.bin/make/suff.c > > /usr/src/usr.bin/make/targ.c /usr/src/usr.bin/m > > ake/var.c /usr/src/usr.bin/make/util.c > > /usr/src/usr.bin/make/lst.lib/lstAppend.c /usr/src/usr.bin/make/lst.lib/lstAtE > > nd.c /usr/src/usr.bin/make/lst.lib/lstAtFront.c > > /usr/src/usr.bin/make/lst.lib/lstClose.c /usr/src/usr.bin/make/lst.li > > b/lstConcat.c /usr/src/usr.bin/make/lst.lib/lstDatum.c > > /usr/src/usr.bin/make/lst.lib/lstDeQueue.c /usr/src/usr.bin/ma > > ke/lst.lib/lstDestroy.c /usr/src/usr.bin/make/lst.lib/lstDupl.c > > /usr/src/usr.bin/make/lst.lib/lstEnQueue.c /usr/src/u > > sr.bin/make/lst.lib/lstFind.c /usr/src/usr.bin/make/lst.lib/lstFindFrom.c > > /usr/src/usr.bin/make/lst.lib/lstFirst.c /u > > sr/src/usr.bin/make/lst.lib/lstForEach.c > > /usr/src/usr.bin/make/lst.lib/lstForEachFrom.c /usr/src/usr.bin/make/lst.lib > > /lstInit.c /usr/src/usr.bin/make/lst.lib/lstInsert.c > > /usr/src/usr.bin/make/lst.lib/lstIsAtEnd.c /usr/src/usr.bin/make > > /lst.lib/lstIsEmpty.c /usr/src/usr.bin/make/lst.lib/lstLast.c > > /usr/src/usr.bin/make/lst.lib/lstMember.c /usr/src/usr. > > bin/make/lst.lib/lstNext.c /usr/src/usr.bin/make/lst.lib/lstOpen.c > > /usr/src/usr.bin/make/lst.lib/lstRemove.c /usr/src > > /usr.bin/make/lst.lib/lstReplace.c /usr/src/usr.bin/make/lst.lib/lstSucc.c > > /usr/src/usr.bin/make/arch.c:93: sys/types.h: No such file or directory > > /usr/src/usr.bin/make/arch.c:94: sys/stat.h: No such file or directory > > /usr/src/usr.bin/make/arch.c:95: sys/time.h: No such file or directory > > /usr/src/usr.bin/make/arch.c:96: sys/param.h: No such file or directory > > /usr/src/usr.bin/make/arch.c:97: ctype.h: No such file or directory > > /usr/src/usr.bin/make/arch.c:98: ar.h: No such file or directory > > /usr/src/usr.bin/make/arch.c:99: utime.h: No such file or directory > > /usr/src/usr.bin/make/arch.c:100: stdio.h: No such file or directory > > /usr/src/usr.bin/make/arch.c:101: stdlib.h: No such file or directory > > In file included from /usr/src/usr.bin/make/arch.c:102: > > In file included from /usr/src/usr.bin/make/lst.lib/lstInt.h:47, > > from /usr/src/usr.bin/make/lst.lib/lstSucc.c:48: > > /usr/src/usr.bin/make/make.h:50: sys/types.h: No such file or directory > > /usr/src/usr.bin/make/make.h:51: stdio.h: No such file or directory > > /usr/src/usr.bin/make/make.h:52: string.h: No such file or directory > > /usr/src/usr.bin/make/make.h:53: ctype.h: No such file or directory > > /usr/src/usr.bin/make/make.h:66: stdlib.h: No such file or directory > > /usr/src/usr.bin/make/make.h:67: unistd.h: No such file or directory > > In file included from /usr/src/usr.bin/make/make.h:70, > > from /usr/src/usr.bin/make/lst.lib/lstInt.h:47, > > from /usr/src/usr.bin/make/lst.lib/lstSucc.c:48: > > /usr/src/usr.bin/make/lst.h:50: sys/param.h: No such file or directory > > /usr/src/usr.bin/make/lst.h:52: stdlib.h: No such file or directory > > mkdep: compile failed. > > *** Error code 1 > > > > Stop. > > *** Error code 1 > > > > Stop. > > *** Error code 1 > > > > Stop. > > ********************************************************************** > > Mike Tancsa (mike@sentex.net) * To do is to be -- Nietzsche > > Sentex Communications Corp, * To be is to do -- Sartre > > Cambridge, Ontario * Do be do be do -- Sinatra > > (http://www.sentex.net/~mdtancsa) * > > > > -- > Cy Ardoin > ardoin@cycon.com > -------------------------------------------------------------------- > -- Cypress Consulting, Inc. | Voice: 703/383-0247 --- > -- 4101 Olympic Way, Alexandria VA | Fax: 703/383-0320 ---- > -- and | ---- > -- 11240 Waples Mill Road, Suite 403, | http://www.cycon.com/ --- > -- Fairfax, VA 22030 | -- > -------------------------------------------------------------------- > From owner-freebsd-stable Mon Jun 9 10:33:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA03768 for stable-outgoing; Mon, 9 Jun 1997 10:33:07 -0700 (PDT) Received: from pegasus.com (pegasus.com [140.174.243.13]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA03759; Mon, 9 Jun 1997 10:32:57 -0700 (PDT) Received: by pegasus.com (8.6.8/PEGASUS-2.2) id HAA00309; Mon, 9 Jun 1997 07:31:23 -1000 Date: Mon, 9 Jun 1997 07:31:23 -1000 From: richard@pegasus.com (Richard Foulk) Message-Id: <199706091731.HAA00309@pegasus.com> In-Reply-To: Cy Ardoin "Re: /usr/include/ufs/ffs missing?...Make world failure on 2.2-RELENG" (Jun 9, 9:48am) X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: Cy Ardoin , Mike Tancsa Subject: Re: /usr/include/ufs/ffs missing?...Make world failure on 2.2-RELENG Cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk } I found that the Makefile in /usr/include has an error for ufs. } There are two lines } } LUDIR= ufs } UDIRS= ufs/ffs ufs/lfs.... } } } down later in the Makefile there are "for" loops. The loop that } creates the directories is backwards. It references UDIRS before } LUDIR. So the directory doesn't exist. Switching the order on that loop } works. } } .for i in ${LDIRS} ${LUDIR} ${UDIRS} machine } if [ ! -d ${DESTDIR}/usr/include/$i ]; then \ } mkdir ${DESTDIR}/usr/include/$i; \ } chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/$i; \ } chmod 755 ${DESTDIR}/usr/include/$i; \ } fi } .endfor } } How about `mkdir -p' instead, then the order doesn't matter. From owner-freebsd-stable Tue Jun 10 03:34:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA25678 for stable-outgoing; Tue, 10 Jun 1997 03:34:10 -0700 (PDT) Received: from inter03.lion.net ([195.50.148.67]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA25665 for ; Tue, 10 Jun 1997 03:34:06 -0700 (PDT) Received: from lucky.lion.de ([192.109.89.2]) by inter03.lion.net (Netscape Mail Server v2.0) with SMTP id AAA29589 for ; Tue, 10 Jun 1997 12:32:31 +0200 Received: from brian.lion.de by lucky.lion.de (SMI-8.6/SMI-4.1) id MAA00470; Tue, 10 Jun 1997 12:33:30 +0200 Received: from localhost by brian.lion.de (SMI-8.6/SMI-SVR4) id MAA02491; Tue, 10 Jun 1997 12:33:29 +0200 Date: Tue, 10 Jun 1997 12:33:28 +0200 (MET DST) From: Christoph Haas Reply-To: Christoph Haas To: stable@freebsd.org Subject: Internal compiler errors when making world Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, since I upgraded to 2.2-STABLE I get internal compiler errors in all parts of the source. I simply tell it to "make -DMAKE_EBONES -DCLOBBER world" and it runs for a few minutes and bombs out with an internal compiler error. What's wrong with it ? I never had this kind of problems while running 2.1-STABLE. And if I compile the offending files "by hand" they are compiled without any problems. Only world as a target for make produces this strange errors. Any ideas ? Thanks... Christoph From owner-freebsd-stable Tue Jun 10 06:08:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA03108 for stable-outgoing; Tue, 10 Jun 1997 06:08:07 -0700 (PDT) Received: from trifork.gu.net (trifork.gu.net [194.93.190.194]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA03061; Tue, 10 Jun 1997 06:07:54 -0700 (PDT) Received: from localhost (localhost.gu.kiev.ua [127.0.0.1]) by trifork.gu.net (8.8.5/8.8.5) with SMTP id TAA00249; Tue, 10 Jun 1997 19:01:32 +0300 (EEST) Date: Tue, 10 Jun 1997 19:01:32 +0300 (EEST) From: Andrew Stesin Reply-To: stesin@gu.net To: stable@freebsd.org, hackers@freebsd.org Subject: Tripple panic in timeout(), 2.2-RELENG -- what might this be? Message-ID: X-NCC-RegID: ua.gu MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Recently installed, with GENERIC kernel, machine was up for some days; not loaded, just usual personal tasks like FTP, lynx, ssh/telnet, mailreading etc. A while ago I left for a few minutes and when I came back it was just recovering after reboot. Anyone has some ideas? dmesg and nm|sort output is below. (Gmm I'll rebuild a kernel today to have something to look at with debugger...) Thanks in advanse! Best regards, Andrew Stesin nic-hdl: ST73-RIPE Fatal trap 12: page fault while in kernel mode fault virtual address = 0x4 fault code = s\M^?\^Cr write, page not present instruction pointer = 0x8:0xf010bea8 stack pointer = 0x10:0xf0227f78 frame pointer = 0x10:0xf0227f98 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net tty trap number = 12 panic: page fault syncing disks... Fatal trap 12: page fault while in kernel mode fault virtual address = 0x80000000 fault code = supervisor write, page not present instruction pointer = 0x8:0xf010bfd8 stack pointer = 0x10:0xf0227dc8 frame pointer = 0x10:0xf0227e04 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net tty trap number = 12 panic: page fault Fatal trap 9: general protection fault while in kernel mode instruction pointer = 0x8:0xf0109bcc stack pointer = 0x10:0xf0227cd4 frame pointer = 0x10:0xf0227cec code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net tty trap number = 9 panic: general protection fault dumping to dev 20001, offset 131072 dump 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 Copyright (c) 1992-1997 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 2.2-970526-RELENG #0: Mon May 26 12:10:25 GMT 1997 root@make.ican.net:/usr/src/sys/compile/GENERIC CPU: Pentium (133.64-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping=12 Features=0x1bf real memory = 67108864 (65536K bytes) avail memory = 62939136 (61464K bytes) Probing for devices on PCI bus 0: chip0 rev 1 on pci0:0:0 chip1 rev 1 on pci0:1:0 pci0:1:1: Intel Corporation, device=0x7111, class=storage (ide) [no driver assigned] pci0:1:2: Intel Corporation, device=0x7112, class=serial, subclass=0x03 int d irq 12 [no driver assigned] chip2 rev 1 on pci0:1:3 vga0 rev 64 int a irq 11 on pci0:10:0 Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> ed0: disabled, not probed. ed1: disabled, not probed. fe0: disabled, not probed. sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A sio2: disabled, not probed. sio3: disabled, not probed. lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface lpt1 at 0x378-0x37f on isa lpt1 not probed due to I/O address conflict with lpt0 at 0x378 mse0: disabled, not probed. psm0: disabled, not probed. fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 72065B fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 1623MB (3324384 sectors), 3298 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (wd1): wd1: 810MB (1660176 sectors), 1647 cyls, 16 heads, 63 S/T, 512 B/S wdc1 not found at 0x170 bt0: disabled, not probed. uha0: disabled, not probed. aha0: disabled, not probed. aic0: disabled, not probed. nca0: disabled, not probed. nca1: disabled, not probed. sea0: disabled, not probed. wt0: disabled, not probed. mcd0: disabled, not probed. matcdc0: disabled, not probed. scd0: disabled, not probed. ie0: disabled, not probed. ie1: disabled, not probed. 1 3C5x9 board(s) on ISA found at 0x300 ep0 at 0x300-0x30f irq 10 on isa ep0: aui/utp/bnc[*BNC*] address 00:20:af:cd:01:0d ex0: disabled, not probed. le0: disabled, not probed. lnc0: disabled, not probed. ze0: disabled, not probed. zp0: disabled, not probed. npx0 on motherboard npx0: INT 16 interface apm0: disabled, not probed. sio0: 65 events for device with no tp sio1: 64 events for device with no tp WARNING: / was not properly dismounted. nm|sort output: [...] f01091dc t _xinflate f010924c T _inflate f01092e0 F init_main.o f01092e0 t _sysctl___kern_boottime f0109310 t ___set_sysctl__kern_sym_sysctl___kern_boottime f0109314 T ___main f010931c t ___set_sysinit_set_sym_placeholder_sys_init f010936c T _main f010947c T _kproc_start f01094c0 t _print_caddr_t f01094d4 t ___set_sysinit_set_sym_announce_sys_init f01094e0 t _proc0_init f010978c t ___set_sysinit_set_sym_p0init_sys_init f0109790 t _proc0_post f0109818 t ___set_sysinit_set_sym_p0post_sys_init f010981c t _sched_setup f0109830 t ___set_sysinit_set_sym_sched_setup_sys_init f0109848 t _xxx_vfs_mountroot f010986c t ___set_sysinit_set_sym_mountroot_sys_init f0109888 t _xxx_vfs_root_fdtab f0109904 t ___set_sysinit_set_sym_retrofit_sys_init f0109908 t ___set_sysinit_set_sym_init_sys_init f010990c t _kthread_init f01099ac t _start_init f0109b40 F init_sysent.o f0109b40 F init_sysvec.o f0109b50 F kern_module.o f0109b50 t _module_init f0109b78 t ___set_sysinit_set_sym_module_sys_init f0109b7c t _module_shutdown f0109be8 T _module_register_static f0109c1c T _module_register f0109d08 T _module_reference f0109d38 T _module_release f0109da8 T _module_lookupbyname f0109de0 T _module_lookupbyid f0109e00 T _module_unload f0109e14 T _module_getid f0109e20 T _module_getfnext f0109e2c T _modnext f0109e80 T _modfnext f0109ec4 T _modstat f0109f7c T _modfind f0109fd0 F kern_linker.o f0109fd8 t _linker_init f010a01c t ___set_sysinit_set_sym_linker_sys_init f010a020 T _linker_add_class f010a0d4 t _linker_file_sysinit f010a1dc T _linker_load_file f010a260 T _linker_find_file_by_name f010a2c0 T _linker_find_file_by_id f010a318 T _linker_make_file f010a3fc T _linker_file_unload f010a554 T _linker_file_add_dependancy f010a5c0 T _linker_file_lookup_symbol f010a6d0 T _kldload f010a7b8 T _kldunload f010a82c T _kldfind f010a898 T _kldnext f010a900 T _kldstat f010a9f8 T _kldfirstmod f010aa40 F link_aout.o f010aa80 t _link_aout_init f010ab10 t ___set_sysinit_set_sym_link_aout_sys_init f010ab14 t _link_aout_load_file f010ade0 t _link_aout_unload f010ae10 t _load_dependancies f010af68 t _read_relocation f010afac t _write_relocation f010b098 t _relocate_file f010b1d8 t _symbol_hash_value f010b224 t _link_aout_lookup_symbol f010b320 F kern_acct.o f010b320 t _sysctl___kern_acct_suspend f010b34c t ___set_sysctl__kern_sym_sysctl___kern_acct_suspend f010b350 t _sysctl___kern_acct_resume f010b378 t ___set_sysctl__kern_sym_sysctl___kern_acct_resume f010b37c t _sysctl___kern_acct_chkfreq f010b3a8 t ___set_sysctl__kern_sym_sysctl___kern_acct_chkfreq f010b3ac T _acct f010b4dc T _acct_process f010b694 t _encode_comp_t f010b728 t _acctwatch f010b880 F kern_clock.o f010b880 t ___set_sysinit_set_sym_clocks_sys_init f010b884 T _hardupdate f010b9a8 t _initclocks f010b9f8 T _hardclock f010bdf8 T _softclock f010bea8 T _timeout f010bf4c T _untimeout f010bfd8 T _gettime f010c01c T _hzto f010c0f8 T _startprofclock f010c16c T _stopprofclock f010c1e0 T _statclock f010c364 t _sysctl_kern_clockrate f010c3a4 t _sysctl___kern_clockrate f010c3d8 t ___set_sysctl__kern_sym_sysctl___kern_clockrate f010c3e0 F kern_conf.o f010c3e0 T _isdisk f010c554 T _chrtoblk f010c588 T _bdevsw_add f010c610 T _cdevsw_add f010c6b0 T _cdevsw_make f010c758 T _bdevsw_add_generic f010c7d0 F kern_descrip.o f010c7d0 T _getdtablesize f010c804 T _dup2 f010c8f8 T _dup [...] From owner-freebsd-stable Tue Jun 10 06:42:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA04527 for stable-outgoing; Tue, 10 Jun 1997 06:42:05 -0700 (PDT) Received: from destiny.erols.com (someone@destiny.erols.com [207.96.73.65]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA04514 for ; Tue, 10 Jun 1997 06:41:47 -0700 (PDT) Received: from destiny.erols.com (someone@destiny.erols.com [207.96.73.65]) by destiny.erols.com (8.8.5/8.6.12) with SMTP id JAA26835; Tue, 10 Jun 1997 09:41:00 -0400 (EDT) Date: Tue, 10 Jun 1997 09:41:00 -0400 (EDT) From: John Dowdal To: Christoph Haas cc: stable@FreeBSD.ORG Subject: Re: Internal compiler errors when making world In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 10 Jun 1997, Christoph Haas wrote: > Hi, > > since I upgraded to 2.2-STABLE I get internal compiler errors in all parts > of the source. I simply tell it to "make -DMAKE_EBONES -DCLOBBER world" > and it runs for a few minutes and bombs out with an internal compiler > error. What's wrong with it ? I never had this kind of problems while > running 2.1-STABLE. And if I compile the offending files "by hand" they > are compiled without any problems. Only world as a target for make > produces this strange errors. Any ideas ? > This is usually caused by a memory error, bad cache, bad motherboard, overheated CPU. You probably saw "cc1 received fatal signal 11" ... The solution [assuming the errors are random .. ie have nothing to do with the source files] is to fix the hardware problem, which often involves reseating SIMMs, disabling caches, or adding cooling fans. John From owner-freebsd-stable Tue Jun 10 09:08:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA13456 for stable-outgoing; Tue, 10 Jun 1997 09:08:34 -0700 (PDT) Received: from super-g.inch.com (super-g.com [204.178.32.161]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA13445 for ; Tue, 10 Jun 1997 09:08:28 -0700 (PDT) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.5/8.6.9) with SMTP id MAA10134; Tue, 10 Jun 1997 12:17:51 GMT Date: Tue, 10 Jun 1997 12:17:51 +0000 (GMT) From: spork X-Sender: spork@super-g.inch.com To: Michael Smith cc: Mark Mayo , stable@freebsd.org Subject: Re: Make World on RELENG_2_2 failing for last 2 weeks.. In-Reply-To: <199706100559.PAA05278@genesis.atrad.adelaide.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've been having problems for the past couple of weeks as well. Used to work fine... I'm using the same supfile with the RELENG_2_2 tag that I'd used previously, but now the make is falling all over itself. To date I've: nuked the source tree and brought it back in via ftp (contrib isn't included for some reason). cvsup-ed that again. So I guess the question is, if we've both "broke" our systems by using cvsup, how does one start over short of reinstalling? Nuke the source tree again and install 2.2-RELEASE sources via sysinstall and try cvsup again? TIA, Charles On Tue, 10 Jun 1997, Michael Smith wrote: > Mark Mayo stands accused of saying: > > Hi there.. It seems I just can't get RELENG_2_2 to build... > > You may have hosed your system. I haven't had any trouble here at > all, and I've been building releases off and on for the last couple of > months. > > > I guess the point here is that I'm confused :-) I was under the > > impression that the RELENG_2_2 branch was "Stable". It is called > > "2.2-STABLE". I'm > > It _is_ stable. Not much we can do about problems at your end > though. 8( > > > -Mark > > -- > ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ > ]] Genesis Software genesis@gsoft.com.au [[ > ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ > ]] realtime instrument control. (ph) +61-8-8267-3493 [[ > ]] Unix hardware collector. "Where are your PEZ?" The Tick [[ > From owner-freebsd-stable Tue Jun 10 09:41:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA15373 for stable-outgoing; Tue, 10 Jun 1997 09:41:07 -0700 (PDT) Received: from zwei.siemens.at (zwei.siemens.at [193.81.246.12]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA15368; Tue, 10 Jun 1997 09:40:58 -0700 (PDT) Received: from p0.hai.siemens.co.at (root@firix [10.1.143.100]) by zwei.siemens.at with SMTP id SAA23255; Tue, 10 Jun 1997 18:42:23 +0200 (MET DST) Received: from zerberus.hai.siemens.co.at by p0.hai.siemens.co.at with smtp (Smail3.1.28.1 #7 for ) id m0wbTzy-00074DC; Tue, 10 Jun 97 18:42 MET DST Received: from zerberus (localhost) by zerberus.hai.siemens.co.at (4.1/SMI-4.1) id AA24293; Tue, 10 Jun 97 18:41:24 +0200 Message-Id: <339D83B3.41C67EA6@zerberus.hai.siemens.co.at> Date: Tue, 10 Jun 1997 18:41:23 +0200 From: Helmut Wirth Organization: Siemens AG. Österreich X-Mailer: Mozilla 3.01Gold (X11; I; SunOS 4.1.4 sun4c) Mime-Version: 1.0 To: freebsd-questions@freebsd.org Cc: stable@freebsd.org Subject: missing ctm update file for FreeBSD-2.2 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, as far as I remember I´m not the first person pointing this out: The file src-2.2.0286.gz under FreeBSD-2.2/ctm is missing ! Ctm refuses to continue. I could force it, but I am unsure. Are I am doing something wrong ? Will this be corrected or should I continue to update by forcing it ? Thank you -- Helmut F. Wirth --------------- E-mail: hfwirth@ping.at E-mail (at work): wirth@zerberus.hai.siemens.co.at Tel. : +43-1-1707-37610 (at work) FAX : +43-1-1707-57602 (at work) From owner-freebsd-stable Tue Jun 10 12:20:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA25856 for stable-outgoing; Tue, 10 Jun 1997 12:20:51 -0700 (PDT) Received: from super-g.inch.com (super-g.com [204.178.32.161]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA25842; Tue, 10 Jun 1997 12:20:25 -0700 (PDT) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.5/8.6.9) with SMTP id PAA26829; Tue, 10 Jun 1997 15:30:10 GMT Date: Tue, 10 Jun 1997 15:30:09 +0000 (GMT) From: spork X-Sender: spork@super-g.inch.com To: questions@freebsd.org cc: stable@freebsd.org Subject: My source tree is broken Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I've reinstalled and cvsup-ed my source tree to RELENG_2_2, and I'm getting errors like so: In file included from /usr/src/usr.bin/make/make.h:67, from /usr/src/usr.bin/make/lst.lib/lstInt.h:47, from /usr/src/usr.bin/make/lst.lib/lstSucc.c:48: /usr/include/unistd.h:39: sys/cdefs.h: No such file or directory /usr/include/unistd.h:40: sys/types.h: No such file or directory /usr/include/unistd.h:41: sys/unistd.h: No such file or directory In file included from /usr/src/usr.bin/make/make.h:70, from /usr/src/usr.bin/make/lst.lib/lstInt.h:47, from /usr/src/usr.bin/make/lst.lib/lstSucc.c:48: /usr/src/usr.bin/make/lst.h:50: sys/param.h: No such file or directory mkdep: compile failed. *** Error code 1 Stop. If I look around, I see for example a cdefs.h in /usr/src/sys/sys/cdefs.h... which is the same place I find it on a working machine. So it appears the "nonexistent" files are here, but they're not being found. Compiling anything else yields similar results, so it seems to be a global problem, and probably a really dumb one at that... What am I screwing up? Thanks, Charles From owner-freebsd-stable Tue Jun 10 13:53:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA02109 for stable-outgoing; Tue, 10 Jun 1997 13:53:04 -0700 (PDT) Received: from mail.dnx.net ([207.142.171.15]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA02093 for ; Tue, 10 Jun 1997 13:52:53 -0700 (PDT) Received: from alex.dnx.net (alex@pm00-20.dnx.net [207.142.171.50]) by mail.dnx.net (8.8.5/8.7) with SMTP id RAA18585 for ; Tue, 10 Jun 1997 17:07:31 -0400 (EDT) Message-Id: <199706102107.RAA18585@mail.dnx.net> Comments: Authenticated sender is From: "AJ Tarachanowicz" To: freebsd-stable@FreeBSD.ORG Date: Tue, 10 Jun 1997 16:50:29 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Reply-to: alex@dnx.net X-Confirm-Reading-To: alex@dnx.net X-pmrqc: 1 Priority: normal X-mailer: Pegasus Mail for Win32 (v2.53/R1) Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk From owner-freebsd-stable Tue Jun 10 15:06:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA06666 for stable-outgoing; Tue, 10 Jun 1997 15:06:12 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA06659 for ; Tue, 10 Jun 1997 15:06:07 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id PAA13568; Tue, 10 Jun 1997 15:06:06 -0700 (PDT) To: Helmut Wirth cc: stable@FreeBSD.ORG Subject: Re: missing ctm update file for FreeBSD-2.2 In-reply-to: Your message of "Tue, 10 Jun 1997 18:41:23 +0200." <339D83B3.41C67EA6@zerberus.hai.siemens.co.at> Date: Tue, 10 Jun 1997 15:06:06 -0700 Message-ID: <13565.865980366@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [Redirected to -stable only; one mailing list please!] The disk on which this information lives is having serious problems and will be soon replaced. Once that's done, the CTM tangle will be unravelled. Jordan > Hello, > as far as I remember I´m not the first person pointing this out: > The file src-2.2.0286.gz under FreeBSD-2.2/ctm is missing ! Ctm refuses > to continue. I could force it, but I am unsure. > Are I am doing something wrong ? Will this be corrected or should I > continue to update by forcing it ? > > Thank you > -- > Helmut F. Wirth > --------------- > E-mail: hfwirth@ping.at > E-mail (at work): wirth@zerberus.hai.siemens.co.at > Tel. : +43-1-1707-37610 (at work) > FAX : +43-1-1707-57602 (at work) From owner-freebsd-stable Tue Jun 10 16:55:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA13095 for stable-outgoing; Tue, 10 Jun 1997 16:55:20 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA13076 for ; Tue, 10 Jun 1997 16:55:10 -0700 (PDT) Received: (from msmith@localhost) by genesis.atrad.adelaide.edu.au (8.8.5/8.7.3) id JAA12455; Wed, 11 Jun 1997 09:24:50 +0930 (CST) From: Michael Smith Message-Id: <199706102354.JAA12455@genesis.atrad.adelaide.edu.au> Subject: Re: Make World on RELENG_2_2 failing for last 2 weeks.. In-Reply-To: from spork at "Jun 10, 97 12:17:51 pm" To: spork@super-g.com (spork) Date: Wed, 11 Jun 1997 09:24:49 +0930 (CST) Cc: msmith@atrad.adelaide.edu.au, mark@quickweb.com, stable@freebsd.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk spork stands accused of saying: > I've been having problems for the past couple of weeks as well. Used to > work fine... I'm using the same supfile with the RELENG_2_2 tag that I'd > used previously, but now the make is falling all over itself. > > To date I've: > > nuked the source tree and brought it back in via ftp (contrib isn't > included for some reason). Pointless waste of time (and without contrib it's unbuildable anyway). > cvsup-ed that again. ... which is all that's required, as long as your cvsupfile is up to date. > So I guess the question is, if we've both "broke" our systems by using > cvsup, how does one start over short of reinstalling? Nuke the source > tree again and install 2.2-RELEASE sources via sysinstall and try cvsup > again? I never suggested that your system was "broken" with CVSup; I am suggesting that something is busted somewhere. Whether it's The Vince Problem (ie. you are doing something different but expecting the system to work out what you really mean), or something more subtle is impossible to tell. How about some more narrative? Are you running "make world"? Have you set NOCLEAN or NOCLEANDIR? Hmm? We can't read your minds 8) > Charles -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[ From owner-freebsd-stable Tue Jun 10 17:16:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA15366 for stable-outgoing; Tue, 10 Jun 1997 17:16:19 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA15360; Tue, 10 Jun 1997 17:16:14 -0700 (PDT) Received: (from msmith@localhost) by genesis.atrad.adelaide.edu.au (8.8.5/8.7.3) id JAA12641; Wed, 11 Jun 1997 09:45:59 +0930 (CST) From: Michael Smith Message-Id: <199706110015.JAA12641@genesis.atrad.adelaide.edu.au> Subject: Re: My source tree is broken In-Reply-To: from spork at "Jun 10, 97 03:30:09 pm" To: spork@super-g.com (spork) Date: Wed, 11 Jun 1997 09:45:58 +0930 (CST) Cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk spork stands accused of saying: > Hi, > > I've reinstalled and cvsup-ed my source tree to RELENG_2_2, and I'm > getting errors like so: > > In file included from /usr/src/usr.bin/make/make.h:67, > from /usr/src/usr.bin/make/lst.lib/lstInt.h:47, > from /usr/src/usr.bin/make/lst.lib/lstSucc.c:48: > /usr/include/unistd.h:39: sys/cdefs.h: No such file or directory > /usr/include/unistd.h:40: sys/types.h: No such file or directory > /usr/include/unistd.h:41: sys/unistd.h: No such file or directory > In file included from /usr/src/usr.bin/make/make.h:70, > from /usr/src/usr.bin/make/lst.lib/lstInt.h:47, > from /usr/src/usr.bin/make/lst.lib/lstSucc.c:48: > /usr/src/usr.bin/make/lst.h:50: sys/param.h: No such file or directory > mkdep: compile failed. > *** Error code 1 > > Stop. > > If I look around, I see for example a cdefs.h in > /usr/src/sys/sys/cdefs.h... which is the same place I find it on a > working machine. So it appears the "nonexistent" files are here, but > they're not being found. Compiling anything else yields similar > results, so it seems to be a global problem, and probably a really > dumb one at that... What am I screwing up? Interesting. Check that the /usr/include/sys symlink points to the right place; you may have moved things around. > Charles -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[ From owner-freebsd-stable Tue Jun 10 18:02:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA17839 for stable-outgoing; Tue, 10 Jun 1997 18:02:14 -0700 (PDT) Received: from seidata.com (seidata.com [206.160.242.33]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA17834 for ; Tue, 10 Jun 1997 18:02:10 -0700 (PDT) Received: from gbolling.seidata.com (sunman-3.seidata.com [206.160.243.132]) by seidata.com (8.8.5/8.7.3) with ESMTP id VAA05752 for ; Tue, 10 Jun 1997 21:02:07 -0400 (EDT) Message-ID: <339DF85F.8F4C48E0@seidata.com> Date: Tue, 10 Jun 1997 20:59:11 -0400 From: Gilbert Bollinger III X-Mailer: Mozilla 4.0b5 [en] (Win95; I) MIME-Version: 1.0 To: stable@freebsd.org Subject: Apache 1.2 X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk So has anyone had any bad luck with Apache? And how many virtual domains do you have setup. -- -=Gilbert ßollinger=- -=gbolling@seidata.com=- -=SEi DAtA Network Services=- -= http://seidata.com =- From owner-freebsd-stable Tue Jun 10 19:10:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA21451 for stable-outgoing; Tue, 10 Jun 1997 19:10:16 -0700 (PDT) Received: from mailhost.anasazi.com (mailhost.anasazi.com [138.113.128.2]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id TAA21441 for ; Tue, 10 Jun 1997 19:10:12 -0700 (PDT) Received: from chad.anasazi.com by mailhost.anasazi.com (5.65/3.7) id AA13676; Tue, 10 Jun 97 19:09:35 -0700 Received: by chad.anasazi.com (5.65/3.7) id AA11603; Tue, 10 Jun 97 19:09:33 -0700 From: chad@anasazi.com (Chad R. Larson) Message-Id: <9706110209.AA11603@chad.anasazi.com> Subject: Re: Apache 1.2 To: gbolling@seidata.com (Gilbert Bollinger III) Date: Tue, 10 Jun 1997 19:09:32 -0700 (MST) Cc: stable@FreeBSD.ORG In-Reply-To: <339DF85F.8F4C48E0@seidata.com> from "Gilbert Bollinger III" at Jun 10, 97 08:59:11 pm Reply-To: chad@anasazi.com X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > So has anyone had any bad luck with Apache? And how many virtual domains > do you have setup. I've got only a small setup. FreeBSD 2.1.7 and Apache on an old, salvaged Compaq 386/20. It's currently supporting 3 virtual hosts, and response time as seen by the outside world runs on the order of 0.6 seconds. Check www.l1design.com for a visit to a virtual site. -crl -- Chad R. Larson (CRL22) Brother, can you paradigm? 602-870-3330 chad@anasazi.com chad@anasaz.UUCP chad@dcfinc.com Anasazi, Inc. - 7500 North Dreamy Draw Drive, Suite 120, Phoenix, Az 85020 From owner-freebsd-stable Tue Jun 10 21:21:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA28308 for stable-outgoing; Tue, 10 Jun 1997 21:21:45 -0700 (PDT) Received: from shell.uniserve.com (shell.uniserve.com [204.244.210.252]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA28300 for ; Tue, 10 Jun 1997 21:21:39 -0700 (PDT) Received: from localhost (tom@localhost) by shell.uniserve.com (8.8.5/8.8.5) with SMTP id VAA26100; Tue, 10 Jun 1997 21:20:52 -0700 (PDT) X-Authentication-Warning: shell.uniserve.com: tom owned process doing -bs Date: Tue, 10 Jun 1997 21:20:51 -0700 (PDT) From: Tom To: Gilbert Bollinger III cc: stable@FreeBSD.ORG Subject: Re: Apache 1.2 In-Reply-To: <339DF85F.8F4C48E0@seidata.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by hub.freebsd.org id VAA28304 Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 10 Jun 1997, Gilbert Bollinger III wrote: > So has anyone had any bad luck with Apache? And how many virtual domains > > do you have setup. > > -- > -=Gilbert ßollinger=- -=gbolling@seidata.com=- > -=SEi DAtA Network Services=- -= http://seidata.com =- > > ??? See the mailing lists. Several commercial web providers have been using Apache+FreeBSD for years. I've been running a small number of virtual servers under FreeBSD+Apache for at least two years. Just follow the Apache docs. Tom From owner-freebsd-stable Wed Jun 11 01:01:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA08712 for stable-outgoing; Wed, 11 Jun 1997 01:01:05 -0700 (PDT) Received: from fox.uni-trier.de (blank@fox.uni-trier.de [136.199.8.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA08707; Wed, 11 Jun 1997 01:01:01 -0700 (PDT) Received: (from blank@localhost) by fox.uni-trier.de (8.8.5/8.8.5) id KAA18160; Wed, 11 Jun 1997 10:01:09 +0200 From: Sascha Blank Message-Id: <199706110801.KAA18160@fox.uni-trier.de> Subject: Re: missing ctm update file for FreeBSD-2.2 In-Reply-To: <339D83B3.41C67EA6@zerberus.hai.siemens.co.at> from Helmut Wirth at "Jun 10, 97 06:41:23 pm" To: wirth@zerberus.hai.siemens.co.at (Helmut Wirth) Date: Wed, 11 Jun 1997 10:01:09 +0200 (MET DST) Cc: freebsd-questions@FreeBSD.ORG, stable@FreeBSD.ORG Reply-To: blank@fox.uni-trier.de (Sascha Blank) X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello Helmut, > Hello, > as far as I remember I´m not the first person pointing this out: > The file src-2.2.0286.gz under FreeBSD-2.2/ctm is missing ! Ctm refuses > to continue. I could force it, but I am unsure. you can find the missing delta on: ftp://ftp.uni-trier.de/pub/unix/systems/BSD/FreeBSD/CTM/src-2.2 -- Sascha Blank - mailto:blank@fox.uni-trier.de Student and System Administrator at the University of Trier, Germany Finger my account to receive my Public PGP key I don't speak for my employers, they don't pay me enough for that. From owner-freebsd-stable Wed Jun 11 02:00:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA11259 for stable-outgoing; Wed, 11 Jun 1997 02:00:13 -0700 (PDT) Received: from zwei.siemens.at (zwei.siemens.at [193.81.246.12]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA11172; Wed, 11 Jun 1997 01:59:58 -0700 (PDT) Received: from p0.hai.siemens.co.at (root@firix [10.1.143.100]) by zwei.siemens.at with SMTP id LAA21760; Wed, 11 Jun 1997 11:01:17 +0200 (MET DST) Received: from zerberus.hai.siemens.co.at by p0.hai.siemens.co.at with smtp (Smail3.1.28.1 #7 for ) id m0wbjHI-00074DC; Wed, 11 Jun 97 11:01 MET DST Received: from zerberus (localhost) by zerberus.hai.siemens.co.at (4.1/SMI-4.1) id AA27321; Wed, 11 Jun 97 11:00:16 +0200 Message-Id: <339E691F.167EB0E7@zerberus.hai.siemens.co.at> Date: Wed, 11 Jun 1997 11:00:15 +0200 From: Helmut Wirth Organization: Siemens AG. Österreich X-Mailer: Mozilla 3.01Gold (X11; I; SunOS 4.1.4 sun4c) Mime-Version: 1.0 To: Sascha Blank Cc: freebsd-questions@freebsd.org, stable@freebsd.org Subject: RE: Re: missing ctm update file for FreeBSD-2.2 References: <199706110801.KAA18160@fox.uni-trier.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, Thank you all for your help! Somebody was so kind to mail the missing file to me. I have it now and can do the update. -- Helmut F. Wirth --------------- E-mail: hfwirth@ping.at E-mail (at work): wirth@zerberus.hai.siemens.co.at Tel. : +43-1-1707-37610 (at work) FAX : +43-1-1707-57602 (at work) From owner-freebsd-stable Wed Jun 11 15:46:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA21677 for stable-outgoing; Wed, 11 Jun 1997 15:46:42 -0700 (PDT) Received: from adsight.com (adsight.com [207.86.2.34]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA21671 for ; Wed, 11 Jun 1997 15:46:38 -0700 (PDT) Received: (from webadmin@localhost) by adsight.com (8.8.5/8.6.12) id SAA00248; Wed, 11 Jun 1997 18:45:43 -0400 (EDT) Date: Wed, 11 Jun 1997 18:45:38 -0400 (EDT) From: Sam Magee To: freebsd-stable@freebsd.org Subject: Scsi Tape Timeout Crashes System Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ever since moving to 2.2-STABLE (now from May 30) I've been experiencing system lockups during backups to my Archive Python 4mm dat tape drive. They only happen occaissionally but it takes the whole system down with the following error: SCB 0x2 timed out while idle LASTPHASE=0x1 SCSISIGI=0x0 SEQADDR=0x9 SCSISEQ=0x12 SSTAT0=0x5 SSTAT1=0xa st0(ahc0:2:0) SCB 2: immediate reset Flags=0x1 ahc0: Issued Channel A Bus Reset 1 SCBs aborted This has happened using Dump and aslo Afio. I've just changed the cabling to the tape drive (external) with no change in the problem. I'm using an Adaptec scsi with the ahc driver. This never happened with FreeBSD 2.1.5 which I ran for about 9 months. Is anyone else having a problem like this? The rest of the system is a Micron Dual Pentium 133 with 64 Megs Ram and a 4.x Gig scsi drive. Thanks for any advice that anyone may have. Sam Magee webadmin@adsight.com From owner-freebsd-stable Wed Jun 11 23:24:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA11599 for stable-outgoing; Wed, 11 Jun 1997 23:24:30 -0700 (PDT) Received: from www.giovannelli.it (www.giovannelli.it [194.184.65.4]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA11593 for ; Wed, 11 Jun 1997 23:24:20 -0700 (PDT) Received: from gmarco (ts3port3d.masternet.it [194.184.65.185]) by www.giovannelli.it (8.8.5/8.7.3) with SMTP id IAA17447 for ; Thu, 12 Jun 1997 08:19:18 GMT Message-Id: <3.0.1.32.19970612083123.006bd94c@giovannelli.it> X-Sender: gmarco@giovannelli.it X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Thu, 12 Jun 1997 08:31:23 +0200 To: freebsd-stable@freebsd.org From: Gianmarco Giovannelli Subject: make fails to compile on ctm #305, please read... Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk If I tried to compile make with ctm #305 I obtain : cc -O -I/usr/src/usr.bin/make -c /usr/src/usr.bin/make/arch.c /usr/src/usr.bin/make/arch.c:93: sys/types.h: No such file or directory /usr/src/usr.bin/make/arch.c:94: sys/stat.h: No such file or directory /usr/src/usr.bin/make/arch.c:95: sys/time.h: No such file or directory /usr/src/usr.bin/make/arch.c:96: sys/param.h: No such file or directory In file included from /usr/include/ctype.h:51, from /usr/src/usr.bin/make/arch.c:97: /usr/include/runetype.h:42: sys/cdefs.h: No such file or directory /usr/include/runetype.h:43: machine/ansi.h: No such file or directory In file included from /usr/src/usr.bin/make/arch.c:99: /usr/include/utime.h:44: sys/cdefs.h: No such file or directory In file included from /usr/src/usr.bin/make/arch.c:100: /usr/include/stdio.h:44: sys/types.h: No such file or directory /usr/include/stdio.h:47: sys/cdefs.h: No such file or directory /usr/include/stdio.h:49: machine/ansi.h: No such file or directory In file included from /usr/src/usr.bin/make/arch.c:101: /usr/include/stdlib.h:39: machine/ansi.h: No such file or directory /usr/include/stdlib.h:80: sys/cdefs.h: No such file or directory In file included from /usr/src/usr.bin/make/arch.c:102: /usr/src/usr.bin/make/make.h:50: sys/types.h: No such file or directory In file included from /usr/src/usr.bin/make/make.h:52, from /usr/src/usr.bin/make/arch.c:102: /usr/include/string.h:38: machine/ansi.h: No such file or directory /usr/include/string.h:49: sys/cdefs.h: No such file or directory In file included from /usr/src/usr.bin/make/make.h:67, from /usr/src/usr.bin/make/arch.c:102: /usr/include/unistd.h:39: sys/cdefs.h: No such file or directory /usr/include/unistd.h:40: sys/types.h: No such file or directory /usr/include/unistd.h:41: sys/unistd.h: No such file or directory In file included from /usr/src/usr.bin/make/make.h:70, from /usr/src/usr.bin/make/arch.c:102: /usr/src/usr.bin/make/lst.h:50: sys/param.h: No such file or directory *** Error code 1 Stop. Make world fails too (obiusly) .... Is it a problem of mine.... or is it a known thing ??? Thanks again Regards... Gianmarco "Unix expert since yesterday" Home page: http://www2.masternet.it/~gmarco Server page: http://www2.masternet.it/ From owner-freebsd-stable Wed Jun 11 23:45:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA12314 for stable-outgoing; Wed, 11 Jun 1997 23:45:03 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA12289; Wed, 11 Jun 1997 23:44:45 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id XAA18296; Wed, 11 Jun 1997 23:44:58 -0700 (PDT) To: bde@freebsd.org cc: stable@freebsd.org Subject: "Can't find file boot.config ... Can't find file boot.help" Date: Wed, 11 Jun 1997 23:44:57 -0700 Message-ID: <18292.866097897@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The 2.2 and 3.0 installation floppies now puke this up at boot-time (as of yesterday's bits) with these two messages. Any chance of simply making the failure silent? I don't see this additional bit of verbiage as a step forward, from a user support perspective. :-) Thanks. Jordan From owner-freebsd-stable Thu Jun 12 00:19:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA13826 for stable-outgoing; Thu, 12 Jun 1997 00:19:25 -0700 (PDT) Received: from kachina.jetcafe.org (jetcafe.org [207.155.21.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA13819 for ; Thu, 12 Jun 1997 00:19:23 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by kachina.jetcafe.org (8.8.5/8.7.3) with SMTP id AAA20225; Thu, 12 Jun 1997 00:19:19 -0700 (PDT) Message-Id: <199706120719.AAA20225@kachina.jetcafe.org> X-Authentication-Warning: kachina.jetcafe.org: localhost [127.0.0.1] didn't use HELO protocol To: Sam Magee Cc: freebsd-stable@freebsd.org Subject: Re: Scsi Tape Timeout Crashes System Date: Thu, 12 Jun 1997 00:18:38 -0700 From: Dave Hayes Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Ever since moving to 2.2-STABLE (now from May 30) I've been > experiencing system lockups during backups to my Archive > Python 4mm dat tape drive. They only happen occaissionally > but it takes the whole system down with the following error: ... > I'm using an Adaptec scsi with the ahc driver. This never happened > with FreeBSD 2.1.5 which I ran for about 9 months. Is anyone else > having a problem like this? I had a similar problem, similar situation, Adaptec card.. Upgrading to 2.2.2-RELEASE seems to have fixed it. ------ Dave Hayes - Altadena CA, USA - dave@jetcafe.org Freedom Knight of Usenet - http://www.jetcafe.org/~dave/usenet There is a proverb: "The answer to a fool is silence." Observation, however, indicates that almost any other answer will have the same effect in the long run. From owner-freebsd-stable Thu Jun 12 02:10:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA17881 for stable-outgoing; Thu, 12 Jun 1997 02:10:55 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA17874; Thu, 12 Jun 1997 02:10:46 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id TAA28979; Thu, 12 Jun 1997 19:05:50 +1000 Date: Thu, 12 Jun 1997 19:05:50 +1000 From: Bruce Evans Message-Id: <199706120905.TAA28979@godzilla.zeta.org.au> To: bde@freebsd.org, jkh@time.cdrom.com Subject: Re: "Can't find file boot.config ... Can't find file boot.help" Cc: stable@freebsd.org Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >The 2.2 and 3.0 installation floppies now puke this up at boot-time >(as of yesterday's bits) with these two messages. Only mis-installed versions of -current should complain. This feature isn't in 2.2. >Any chance of simply making the failure silent? I don't see this >additional bit of verbiage as a step forward, from a user support >perspective. :-) No. The files aren't really optional. Bruce From owner-freebsd-stable Thu Jun 12 02:24:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA18440 for stable-outgoing; Thu, 12 Jun 1997 02:24:46 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA18426; Thu, 12 Jun 1997 02:24:40 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id CAA29501; Thu, 12 Jun 1997 02:24:49 -0700 (PDT) To: Bruce Evans cc: bde@freebsd.org, stable@freebsd.org Subject: Re: "Can't find file boot.config ... Can't find file boot.help" In-reply-to: Your message of "Thu, 12 Jun 1997 19:05:50 +1000." <199706120905.TAA28979@godzilla.zeta.org.au> Date: Thu, 12 Jun 1997 02:24:47 -0700 Message-ID: <29496.866107487@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >The 2.2 and 3.0 installation floppies now puke this up at boot-time > >(as of yesterday's bits) with these two messages. > > Only mis-installed versions of -current should complain. This feature > isn't in 2.2. Mea culpa on the false report for 2.2 - I thought I had a 2.2 install floppy when I didn't. :-} However, the -current boot floppy still hates life - I'm not talking about versions of -current on your hard disk, mis-installed or not, I'm talking about boot.flp spewing these messages out and it's just wrong since WTF is the user supposed to do about that? Ah never mind, I'll just splat some files onto the boot.flp and forget about this new feature. :-) Jordan