From owner-freebsd-questions Thu Nov 12 02:08:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA19675 for freebsd-questions-outgoing; Thu, 12 Nov 1998 02:08:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from abc.xyz.net (froggy.anchorage.ptialaska.net [208.151.119.238]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA19663 for ; Thu, 12 Nov 1998 02:08:15 -0800 (PST) (envelope-from groggy@iname.com) Received: from localhost (localhost [127.0.0.1]) by abc.xyz.net (8.8.8/8.8.8) with SMTP id WAA05049 for ; Tue, 10 Nov 1998 22:55:17 -0900 (AKST) (envelope-from groggy@iname.com) Date: Tue, 10 Nov 1998 22:55:16 -0900 (AKST) From: Steve Howe X-Sender: abc@abc.xyz.net To: freebsd-questions Subject: zip, ppc, & ppbus Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i'm trying to get my PP Zip drive working w/2.2.7 and Nicolas Souchu's last ppc & ppbus release (25-Nov-1997). after reading all the maillist posts, let me be clear: this is NOT a scsi ZIP! ;) i know scsi's the greatest, but every PC has a parallel port which makes the parallel ZIP driver valuable in it's own right. anyway, the docs were pretty clear, but when i try a "make depend", the following happens: # make depend cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I/usr/include -DCOMPAT_43 -DINET -DFFS -DKERNEL -DMAXUSERS=16 -UKERNEL ../../i386/i386/ge nassym.c cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I/usr/include -DCOMPAT_43 -DINET -DFFS -DKERNEL -DMAXUSERS=16 genassym.o -o genassym ./genassym >assym.s rm -f param.c cp ../../conf/param.c . sh ../../kern/vnode_if.sh ../../kern/vnode_if.src rm -f .newdep mkdep -a -f .newdep -nostdinc -I- -I. -I../.. -I/usr/include -DCOMPAT_43 -DINET -DFFS -DKERNEL ../../dev/pppbus/ppi.c ../../dev/pppbus/nlpt.c ../../dev/pppbus/ppbconf.c ../../dev/pppbus/ppb_base.c ../../dev/pppbus/ppb_1284.c ../../dev/pppbus/vpo.c ../.. /kern/imgact_aout.c ../../kern/imgact_elf.c ../../kern/imgact_gzip.c ../../kern/imgact_shell.c ../../kern/inflate.c ../../kern/init_main.c ../../kern/init_sysent.c ../../kern/init_sysvec.c ../../kern/kern_acct.c ../../kern/kern_clock.c ../../kern/kern_ [SNIP] cat.c ../../libkern/strcmp.c ../../libkern/strcpy.c ../../libkern/strlen.c ../../libkern/strncmp.c ../../libkern/strncpy.c ../../libkern/udivdi3.c ../../libkern/umoddi3.c ../../pci/wd82371.c swapkernel.c ioconf.c param.c vnode_if.c config.c cc: ../../dev/pppbus/ppi.c: No such file or directory cc: ../../dev/pppbus/nlpt.c: No such file or directory cc: ../../dev/pppbus/ppbconf.c: No such file or directory cc: ../../dev/pppbus/ppb_base.c: No such file or directory cc: ../../dev/pppbus/ppb_1284.c: No such file or directory cc: ../../dev/pppbus/vpo.c: No such file or directory mkdep: compile failed *** Error code 1 Stop. # ls -l ../../dev/ppbus total 107 -rw-r--r-- 1 root wheel 17615 Nov 10 19:30 if_plip.c -rw-r--r-- 1 root wheel 22038 Nov 10 19:30 nlpt.c -rw-r--r-- 1 root wheel 2060 Nov 10 19:30 nlpt.h -rw-r--r-- 1 root wheel 4508 Nov 10 19:31 ppb_1284.c -rw-r--r-- 1 root wheel 1810 Nov 10 19:31 ppb_1284.h -rw-r--r-- 1 root wheel 4430 Nov 10 19:31 ppb_base.c -rw-r--r-- 1 root wheel 9246 Nov 10 19:31 ppbconf.c -rw-r--r-- 1 root wheel 11106 Nov 10 19:32 ppbconf.h -rw-r--r-- 1 root wheel 5958 Nov 10 19:32 ppi.c -rw-r--r-- 1 root wheel 1474 Nov 10 19:33 ppi.h -rw-r--r-- 1 root wheel 20579 Nov 10 19:34 vpo.c -rw-r--r-- 1 root wheel 1607 Nov 10 19:34 vpoio.h # ls -l ../../dev total 7 drwxr-xr-x 2 root wheel 512 Jul 21 20:41 aic7xxx drwxr-xr-x 2 root wheel 512 Jul 21 20:41 ccd drwxr-xr-x 2 root wheel 512 Jul 21 20:41 dpt drwxr-xr-x 2 root wheel 512 Jul 21 20:41 pdq drwxr-xr-x 2 root wheel 512 Nov 10 19:34 ppbus drwxr-xr-x 2 root wheel 512 Jul 21 20:41 vn drwxr-xr-x 2 root wheel 512 Jul 21 20:41 vx # ls -l ../.. total 29 -rw-r--r-- 1 root wheel 308 Apr 20 1997 Makefile drwxr-xr-x 6 root wheel 512 Nov 10 22:16 compile drwxr-xr-x 2 root wheel 512 Nov 10 22:27 conf drwxr-xr-x 2 root wheel 1024 Jul 21 20:41 ddb drwxr-xr-x 9 root wheel 512 Nov 10 20:49 dev drwxr-xr-x 4 root wheel 512 Jul 21 20:41 gnu drwxr-xr-x 12 root wheel 512 Jul 21 20:42 i386 drwxr-xr-x 3 root wheel 512 Jul 21 20:42 isofs drwxr-xr-x 2 root wheel 2048 Jul 21 20:42 kern drwxr-xr-x 2 root wheel 1024 Jul 21 20:42 libkern drwxr-xr-x 13 root wheel 512 Jul 21 20:42 miscfs drwxr-xr-x 2 root wheel 512 Jul 21 20:42 msdosfs drwxr-xr-x 2 root wheel 1024 Jul 21 20:42 net drwxr-xr-x 2 root wheel 512 Jul 21 20:42 netatalk drwxr-xr-x 2 root wheel 1024 Jul 21 20:42 netinet drwxr-xr-x 2 root wheel 512 Jul 21 20:42 netipx drwxr-xr-x 2 root wheel 512 Jul 21 20:42 netkey drwxr-xr-x 2 root wheel 512 Jul 21 20:42 netns drwxr-xr-x 2 root wheel 1024 Jul 21 20:42 nfs drwxr-xr-x 6 root wheel 512 Jul 21 20:42 pc98 drwxr-xr-x 2 root wheel 512 Jul 21 20:42 pccard drwxr-xr-x 2 root wheel 1024 Jul 21 20:42 pci drwxr-xr-x 2 root wheel 1024 Jul 21 20:42 scsi drwxr-xr-x 2 root wheel 2560 Jul 21 20:42 sys drwxr-xr-x 6 root wheel 512 Jul 21 20:42 ufs drwxr-xr-x 2 root wheel 1024 Jul 21 20:42 vm # ls -l .. total 31 -rw-r--r-- 1 root wheel 0 Aug 25 1994 .keep_me drwxr-xr-x 2 root wheel 8192 Aug 17 02:21 MIN drwxr-xr-x 2 root wheel 4608 Nov 10 22:36 MYKERN drwxr-xr-x 2 root wheel 8704 Sep 29 00:52 T10 drwxr-xr-x 2 root wheel 8704 Aug 17 02:31 T20 why is "make depend" complaining? (i don't want to use -current, i want to stay with 2.2.X-stable until 3.3 or so ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message