From owner-freebsd-questions Tue Oct 9 9:59:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gigi.excite.com (gigi.excite.com [199.172.152.110]) by hub.freebsd.org (Postfix) with ESMTP id D5DFD37B403 for ; Tue, 9 Oct 2001 09:59:03 -0700 (PDT) Received: from patti.excite.com ([199.172.148.159]) by gigi.excite.com (InterMail vM.4.01.02.39 201-229-119-122) with ESMTP id <20011009165903.EQPC17391.gigi.excite.com@patti.excite.com> for ; Tue, 9 Oct 2001 09:59:03 -0700 Message-ID: <23843410.1002646743508.JavaMail.imail@patti.excite.com> Date: Tue, 9 Oct 2001 09:59:03 -0700 (PDT) From: Matt Sykes To: freebsd-questions@freebsd.org Subject: cvsup not useful? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Excite Inbox X-Sender-Ip: 66.3.230.250 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 just cvsupped. cd /usr/local/src/sbin make ===> adjkerntz ===> atm ===> atm/atm ===> atm/fore_dnld ===> atm/ilmid ===> badsect ===> camcontrol ===> ccdconfig ===> clri ===> comcontrol ===> dhclient make: don't know how to make clparse.c. Stop *** Error code 2 Stop in /usr/local/src/sbin. /src/sbin/dhclient directory only contains a Makefile, so I remove the dhclient directory and the dhclient entry in the top-level Makefile (I'm not using it anyway). make ===> adjkerntz ===> atm ===> atm/atm ===> atm/fore_dnld ===> atm/ilmid ===> badsect ===> camcontrol ===> ccdconfig ===> clri ===> comcontrol ===> disklabel ===> dmesg ===> dump ===> dumpfs ===> dumpon ===> ffsinfo ===> fsck cc -O -pipe -W -c setup.c setup.c: In function `readsb': setup.c:383: structure has no member named `fs_contigdirs' setup.c:383: structure has no member named `fs_contigdirs' setup.c:384: structure has no member named `fs_avgfilesize' setup.c:384: structure has no member named `fs_avgfilesize' setup.c:385: structure has no member named `fs_avgfpdir' setup.c:385: structure has no member named `fs_avgfpdir' setup.c:386: structure has no member named `fs_pendingblocks' setup.c:386: structure has no member named `fs_pendingblocks' setup.c:387: structure has no member named `fs_pendinginodes' setup.c:387: structure has no member named `fs_pendinginodes' *** Error code 1 Stop in /usr/local/src/sbin/fsck. *** Error code 1 I remove fsck directory and entry in top-level Makefile. make Stop in /usr/local/src/sbin. ===> adjkerntz ===> atm ===> atm/atm ===> atm/fore_dnld ===> atm/ilmid ===> badsect ===> camcontrol ===> ccdconfig ===> clri ===> comcontrol ===> disklabel ===> dmesg ===> dump ===> dumpfs ===> dumpon ===> ffsinfo ===> fsck_msdosfs cc -O -pipe -I/usr/local/src/sbin/fsck_msdosfs/../fsck -c main.c main.c:53: fsutil.h: No such file or directory *** Error code 1 Stop in /usr/local/src/sbin/fsck_msdosfs. *** Error code 1 I remove fsck_msdosfs and entry in top-level Makefile. make Stop in /usr/local/src/sbin. ===> adjkerntz ===> atm ===> atm/atm ===> atm/fore_dnld ===> atm/ilmid ===> badsect ===> camcontrol ===> ccdconfig ===> clri ===> comcontrol ===> disklabel ===> dmesg ===> dump ===> dumpfs ===> dumpon ===> ffsinfo ===> fsdb cc -O -pipe -I/usr/local/src/sbin/fsdb/../fsck -c fsdb.c fsdb.c:50: fsck.h: No such file or directory fsdb.c: In function `main': fsdb.c:87: `debug' undeclared (first use in this function) fsdb.c:87: (Each undeclared identifier is reported only once fsdb.c:87: for each function it appears in.) fsdb.c:96: `optind' undeclared (first use in this function) fsdb.c:106: `sblock' undeclared (first use in this function) fsdb.c: In function `cmdloop': fsdb.c:223: warning: assignment makes pointer from integer without a cast fsdb.c:237: `debug' undeclared (first use in this function) fsdb.c: In function `focus': fsdb.c:299: `maxino' undeclared (first use in this function) fsdb.c:300: warning: assignment makes pointer from integer without a cast fsdb.c: In function `back': fsdb.c:310: warning: assignment makes pointer from integer without a cast fsdb.c: In function `zapi': Stop in /usr/local/src/sbin/fsdb. *** Error code 1 Stop in /usr/local/src/sbin. ----- Are the CVS repositories often filled with errors like this? _______________________________________________________ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message