From owner-cvs-all Thu Nov 9 22:57: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 36D8D37B4C5; Thu, 9 Nov 2000 22:56:45 -0800 (PST) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.0/8.11.0) id eAA6u8p49260; Fri, 10 Nov 2000 08:56:08 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200011100656.eAA6u8p49260@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/sys/compat/linux linux_file.c linux_ioctl.c linux_ipc.c linux_misc.c linux_signal.c linux_socket.c linux_sta In-Reply-To: <200011100541.eAA5fTW30099@mobile.wemm.org> from Peter Wemm at "Nov 10, 2000 01:41:29 pm" To: peter@netplex.com.au (Peter Wemm) Date: Fri, 10 Nov 2000 08:56:08 +0200 (SAT) Cc: marcel@FreeBSD.org (Marcel Moolenaar), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Marcel Moolenaar wrote: > > marcel 2000/11/08 23:27:56 PST > > > > Modified files: > > sys/compat/linux linux_file.c linux_ioctl.c linux_ipc.c > > linux_misc.c linux_signal.c > > linux_socket.c linux_stats.c > > sys/i386/linux linux.h linux_dummy.c linux_locore.s > > linux_machdep.c linux_sysvec.c > > syscalls.master > > Removed files: > > sys/i386/linux linux_proto.h linux_syscall.h > > linux_sysent.c > > Log: > > Sync with Alpha: > > Do not use sysent.c, proto.h and syscall.h in source tree; > > use auto-generated versions. > > This is now broken, please either fix it or back it out now!: > > peter@overcee[9:40pm]/home/src/sys/compile/OVERCEE-171> make depend > cc -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/dev/acpica/Subsystem/Include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 -c ../../i386/linux/linux_genassym.c > In file included from ../../i386/linux/linux_genassym.c:6: > ../../i386/linux/linux.h:36: linux_syscall.h: No such file or directory > *** Error code 1 > > Stop in /home/src/sys/compile/OVERCEE. > Also that least the 3dfx module is broken: ===> 3dfx @ -> /usr/src/sys machine -> /usr/src/sys/i386/include touch opt_tdfx.h echo "#define TDFX_LINUX" >> opt_tdfx.h echo "#define NPCI 1" > pci.h perl @/kern/makeobjops.pl -h @/kern/bus_if.m perl @/kern/makeobjops.pl -h @/pci/pci_if.m perl @/kern/makeobjops.pl -h @/kern/device_if.m rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../includ e -I/usr/include /usr/src/sys/modules/3dfx/../../dev/tdfx/tdfx_pci.c In file included from @/dev/tdfx/tdfx_linux.h:35, from /usr/src/sys/modules/3dfx/../../dev/tdfx/tdfx_pci.c:81: machine/../linux/linux.h:36: linux_syscall.h: No such file or directory In file included from /usr/src/sys/modules/3dfx/../../dev/tdfx/tdfx_pci.c:81: @/dev/tdfx/tdfx_linux.h:36: machine/../linux/linux_proto.h: No such file or dire ctory mkdep: compile failed *** Error code 1 John -- John Hay -- John.Hay@icomtek.csir.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message