Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Oct 2001 09:59:03 -0700 (PDT)
From:      Matt Sykes <matt-sykes@excite.com>
To:        freebsd-questions@freebsd.org
Subject:   cvsup not useful?
Message-ID:  <23843410.1002646743508.JavaMail.imail@patti.excite.com>

next in thread | raw e-mail | index | archive | help

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':

<tons of other errors snipped>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?23843410.1002646743508.JavaMail.imail>