From owner-freebsd-questions Mon Feb 4 9: 4:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from email.accessus.net (email.accessus.net [209.145.128.5]) by hub.freebsd.org (Postfix) with ESMTP id 1D93137B404 for ; Mon, 4 Feb 2002 09:04:22 -0800 (PST) Received: from [209.145.133.59] (account jkoenig@accessus.net HELO jwebmedia.com) by email.accessus.net (CommuniGate Pro SMTP 3.4.8) with ESMTP id 42298986 for freebsd-questions@FreeBSD.ORG; Mon, 04 Feb 2002 11:04:21 -0600 Message-ID: <3C5EC21A.86A7C91@jwebmedia.com> Date: Mon, 04 Feb 2002 11:17:15 -0600 From: Joseph Koenig Reply-To: joe@jwebmedia.com Organization: jWeb New Media Design X-Mailer: Mozilla 4.77 (Macintosh; U; PPC) X-Accept-Language: en MIME-Version: 1.0 To: FBSD Subject: Problems building Jail Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When trying to build a jail (from a script based on directions in the manual) I get the following errors. The system is a FreeBSD 4.2 system. I had updated my source tree after having problems the first time. Any ideas on how to fix this? Thanks, Joe ===> lib/libkvm rm -f .depend mkdep -f .depend -a -DLIBC_SCCS -I/usr/src/lib/libkvm -I/usr/src/lib/libkvm/../../sys /usr/src/lib/libkvm/kvm.c /usr/src/lib/libkvm/kvm_i386.c /usr/src/lib/libkvm/kvm_fi$ *** Error code 1 Stop in /usr/src/lib/libkvm. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ===> share/info ===> include ===> include/rpcsvc ===> include/rpc ===> lib ===> lib/csu/i386-elf ===> lib/libcom_err ===> lib/libcom_err/doc ===> lib/libcrypt ===> lib/msun ===> lib/libmd ===> lib/libncurses ===> lib/libradius ===> lib/libskey ===> lib/libtacplus ===> lib/libutil cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil -I/usr/src/lib/libutil/../../sys -DINET6 -c /usr/src/lib/libutil/login_auth.c -o login_auth.o *** Error code 1 Stop in /usr/src/lib/libutil. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -------------------------- cd /usr/src/lib/libutil && install -C -o root -g wheel -m 444 login_cap.h /usr/jail/66.216.71.72/usr/include install -c -o root -g wheel -m 444 libutil.a /usr/jail/66.216.71.72/usr/lib *** Error code 71 Stop in /usr/src/lib/libutil. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ------------------------- If I run the script so the output is dumped to a file, the standard output shows me this also: In file included from /usr/src/lib/libkvm/../../sys/sys/ucred.h:41, from /usr/src/lib/libkvm/../../sys/sys/user.h:46, from /usr/src/lib/libkvm/kvm.c:48: /usr/src/lib/libkvm/../../sys/sys/mutex.h:46: machine/mutex.h: No such file or directory In file included from /usr/src/lib/libkvm/../../sys/sys/ucred.h:41, from /usr/src/lib/libkvm/../../sys/sys/user.h:46, from /usr/src/lib/libkvm/kvm_i386.c:53: /usr/src/lib/libkvm/../../sys/sys/mutex.h:46: machine/mutex.h: No such file or directory In file included from /usr/src/lib/libkvm/../../sys/sys/ucred.h:41, from /usr/src/lib/libkvm/../../sys/sys/user.h:46, from /usr/src/lib/libkvm/kvm_file.c:51: /usr/src/lib/libkvm/../../sys/sys/mutex.h:46: machine/mutex.h: No such file or directory In file included from /usr/src/lib/libkvm/../../sys/sys/ucred.h:41, from /usr/src/lib/libkvm/../../sys/sys/proc.h:56, from /usr/src/lib/libkvm/kvm_getloadavg.c:46: /usr/src/lib/libkvm/../../sys/sys/mutex.h:46: machine/mutex.h: No such file or directory In file included from /usr/src/lib/libkvm/../../sys/sys/ucred.h:41, from /usr/src/lib/libkvm/../../sys/sys/user.h:46, from /usr/src/lib/libkvm/kvm_proc.c:52: /usr/src/lib/libkvm/../../sys/sys/mutex.h:46: machine/mutex.h: No such file or directory mkdep: compile failed In file included from /usr/src/lib/libutil/login_auth.c:49: /usr/src/lib/libutil/../../sys/sys/socket.h:312: syntax error before `socklen_t' /usr/src/lib/libutil/../../sys/sys/socket.h:316: syntax error before `socklen_t' /usr/src/lib/libutil/../../sys/sys/socket.h:338: syntax error before `socklen_t' /usr/src/lib/libutil/../../sys/sys/socket.h:433: syntax error before `socklen_t' /usr/src/lib/libutil/../../sys/sys/socket.h:434: syntax error before `socklen_t' /usr/src/lib/libutil/../../sys/sys/socket.h:435: syntax error before `socklen_t' /usr/src/lib/libutil/../../sys/sys/socket.h:436: syntax error before `socklen_t' /usr/src/lib/libutil/../../sys/sys/socket.h:437: syntax error before `socklen_t' /usr/src/lib/libutil/../../sys/sys/socket.h:438: syntax error before `socklen_t' /usr/src/lib/libutil/../../sys/sys/socket.h:441: syntax error before `socklen_t' /usr/src/lib/libutil/../../sys/sys/socket.h:445: syntax error before `socklen_t' /usr/src/lib/libutil/../../sys/sys/socket.h:448: syntax error before `socklen_t' install: libutil.a: No such file or directory + ln -s mail/aliases /usr/jail/66.216.71.72/etc/aliases --------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message