From owner-freebsd-current Sat Dec 9 11:35:31 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA08858 for current-outgoing; Sat, 9 Dec 1995 11:35:31 -0800 (PST) Received: from hub.org (hub.org [199.166.238.138]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA08849 for ; Sat, 9 Dec 1995 11:35:21 -0800 (PST) Received: (from scrappy@localhost) by hub.org (8.7.1/8.7.1) id OAA01056; Sat, 9 Dec 1995 14:34:47 -0500 (EST) Date: Sat, 9 Dec 1995 14:34:43 -0500 (EST) From: "Marc G. Fournier" To: current@freebsd.org Subject: Problems compilng kernel Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org Precedence: bulk Hi... Well, I've sup'd in all the new stuff, and did my make depend, but when it seems to be right at the end of 'make', it fails with: cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -nostdinc -I. -I../.. -I../../sys -I../../../include -DI386_CPU -DPCVT_PRETTYSCRNS -DPCVT_SCREENSAVER -DPCVT_FREEBSD=210 -DSYSVMSG -DSYSVSEM -DSYSVSHM -DUCONSOLE -DBOUNCE_ BUFFERS -DSCSI_DELAY=15 -DCOMPAT_43 -DPROCFS -DMSDOSFS -DFFS -DINET -DMATH_EMULATE -DJREMOD -DKERNEL -DMAXUSERS=10 param.c Makefile:4: *** missing separator. Stop. *** Error code 2 Stop. Now, usually a 'missing separator', from my experience, refers to a missing tab or something...doesn't it? Well, here's the top of my Makefile in ../../compile/hub, and, line 4 turns out to be the '# Copy...' line (IDENT is all one line, until -DJREMOD): KERN_IDENT=HUB IDENT= -DI386_CPU -DPCVT_PRETTYSCRNS -DPCVT_SCREENSAVER -DPCVT_FREEBSD=210 -DSYS VMSG -DSYSVSEM -DSYSVSHM -DUCONSOLE -DBOUNCE_BUFFERS -DSCSI_DELAY=15 -DCOMPAT_43 -DPROCFS -DMSDOSFS -DFFS -DINET -DMATH_EMULATE -DJREMOD PARAM=-DMAXUSERS=10 # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 # $Id: Makefile.i386,v 1.70 1995/11/19 19:49:43 davidg Exp $ # # Makefile for FreeBSD # # This makefile is constructed from a machine description: # config machineid # Most changes should be made in the machine description # /sys/i386/conf/``machineid'' # after which you should do # config machineid # Generic makefile changes should be made in # /sys/i386/conf/Makefile.i386 # after which config should be rerun for all machines. # CC?= cc CPP?= cpp LD?= /usr/bin/ld .if exists(./@/.) S= ./@ .else S= ../.. .endif I386= ${S}/i386 Then again...if the Makefile was "corrupt", it shouldn't compile anything else, let alone fail on the last segment of the compile...should it? Any ideas of where I should look on this? I've tried doing a 'config hub' again, to wipe out everything and rebuild the compile directory, no go. And I haven't modified 'Makefile.i386' in the i386/conf directory... Ideas are welcome... Thanks.. Marc G. Fournier | POP Mail Telnet Acct DNS Hosting scrappy@hub.org | WWW Services Database Services | Knowledge, soon to be: | | Information and scrappy@ki.net | WWW: http://hub.org | Communications, Inc