From owner-freebsd-questions Thu Oct 26 6:21:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sivka.carrier.kiev.ua (sivka.carrier.kiev.ua [193.193.193.101]) by hub.freebsd.org (Postfix) with ESMTP id 3D03D37B479; Thu, 26 Oct 2000 06:21:32 -0700 (PDT) Received: from kozlik.carrier.kiev.ua (root@kozlik.carrier.kiev.ua [193.193.193.111]) by sivka.carrier.kiev.ua (8/Kilkenny_is_better) with ESMTP id QIH85438; Thu, 26 Oct 2000 16:21:30 +0300 (EEST) (envelope-from igor@greyk.kiev.ua) Received: (from uucp@localhost) by kozlik.carrier.kiev.ua with UUCP id QHW14129; Thu, 26 Oct 2000 16:20:24 +0300 (EEST) (envelope-from igor@greyk.kiev.ua) Received: from greyk.UUCP (uucp@localhost) by kozlik.carrier.kiev.ua (rmail mypid=14126 childpid=14129) with UUCP; Thu, 26 Oct 2000 13:20:23 +0000 GMT Received: from greyk.kiev.ua (ntserver.greyk.kiev.ua [192.168.194.1]) by bsd.greyk.kiev.ua (8.9.3/8.9.3) with ESMTP id QAA43075; Thu, 26 Oct 2000 16:12:58 +0300 (EEST) (envelope-from igor@greyk.kiev.ua) Message-ID: <39F83B81.270C4040@greyk.kiev.ua> Date: Thu, 26 Oct 2000 16:11:13 +0200 From: Igor Khavin Organization: Grey Kyiv X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: freebsd-questions Cc: freebsd-stable Subject: make depend fails Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to compile new kernel but make depend stops: ===> 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 Stop in /usr/src/sys/compile/BSD. Even previous config file cannot be compiled successfully though that kernel is now running my box! My box is Acer PowerUltima P133/32M, system 4.0-stable. I was told that is known issue and advised to do (I'm now going to try): cd /usr/src make world cd /usr/src/sys/i386/conf config -n cd ../../compile/SOMETHING make depend && make && make install && shutdown -r now Is it really bug and what is the official way to get trough it? Please help! Thanks in advance PS. My config file /sys/i386/conf/BSD is: --------------------------------------------------------- machine i386 cpu I586_CPU ident BSD maxusers 32 #makeoptions DEBUG=-g options INET options FFS options FFS_ROOT options MFS options MD_ROOT options PROCFS options COMPAT_43 options UCONSOLE options USERCONFIG options VISUAL_USERCONFIG options KTRACE options SOFTUPDATES options SYSVSHM options SYSVMSG options SYSVSEM options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM options SC_TWOBUTTON_MOUSE options INCLUDE_CONFIG_FILE options IPFILTER options IPFILTER_LOG device isa device pci # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives options ATA_STATIC_ID # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 device vga0 at isa? # syscons is the default console driver, resembling an SCO console device sc0 at isa? # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 # The probe order of these is presently determined by i386/isa/isa_compat.c. device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter -- Igor Khavin IT Manager "Grey Kyiv" advertising agency phone: 380 44 2386073 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message