From owner-freebsd-questions Wed May 23 16:53:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mout1.freenet.de (mout1.freenet.de [194.97.50.132]) by hub.freebsd.org (Postfix) with ESMTP id 0F4D237B422 for ; Wed, 23 May 2001 16:53:10 -0700 (PDT) (envelope-from rabat@web.de) Received: from [194.97.50.136] (helo=mx3.freenet.de) by mout1.freenet.de with esmtp (Exim 3.22 #1) id 152iRB-0003rM-00 for questions@freebsd.org; Thu, 24 May 2001 01:53:09 +0200 Received: from b3ea8.pppool.de ([213.7.62.168] helo=spotteswoode.yi.org) by mx3.freenet.de with asmtp (ID inode@freenet.de) (Exim 3.22 #1) id 152iRA-0004D1-00 for questions@freebsd.org; Thu, 24 May 2001 01:53:08 +0200 Received: (qmail 15935 invoked by uid 0); 23 May 2001 23:53:29 -0000 Date: Thu, 24 May 2001 01:53:29 +0200 From: clemensF To: "questions@freebsd.org" Subject: building a kernel after tracking stable fails Message-ID: <20010524015329.G2515@spotteswoode.yi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: private X-PGP-ID: 0x214190AF X-Stamper-To: post@stamper.itconsult.co.uk 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 i upgraded my kernel sources today by cvsup(), also src-share, because this happens when making a new kernel: -----8<----- DSLMFS $ fbsdmake depend . . ===> agp @ -> /usr/src/sys machine -> /usr/src/sys/i386/include make: don't know how to make agp_if.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 ----->8----- the file agp_if.c could be made using makeops.pl, i guess, which is a perl- utility transforming interface definitions from agp_if.m into the "real" .c file, but apparently it doesn't get called. there are other errors, too, eg. -----8<----- In file included from ../../dev/advansys/adwlib.h:52, from ../../dev/advansys/adwvar.h:39, from ../../dev/advansys/adwcam.c:70: ../../../include/stddef.h:64: warning: `offsetof' redefined ../../sys/types.h:104: warning: this is the location of the previous definition ----->8----- i ran freebsd 4.0 before and made many kernels without any problems. could cvsup() have done evil tricks while going from 4.0 -> 4.3? since the neccessary files seem to exist, it might have something to do with the Makefile, that's why i alsu cvsup'd /usr/src/share. all the make templates live there, with a second, sometimes incompatible set in /usr/share/mk. does somebody know how to handle this? i'm under pressure, because i'll get ADSL in a week, which might need another kernel configuration. clemens fischer ps: please Cc: me, i'm not on the list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message