Date: Fri, 8 Dec 2000 09:00:58 -0800 From: "DaveStanford" <dstanford@abac.com> To: <freebsd-questions@FreeBSD.org> Subject: 4.1 kernel compile error Message-ID: <0bb001c06138$76635ca0$458137d8@abac.net>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. ------=_NextPart_000_0BAD_01C060F5.61781E90 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I receive this error when trying to compile a new kernel for FreeBSD 4.1 release. I have attached my config file "SRV4ME" for reference. Any input would be greatly appreciated. install -c -m 555 -o root -g wheel -fschg kernel /kernel if [ -d /modules -a -n "`ls /modules`" ]; then mkdir -p /modules.old; cp -p /modules/* /modules.old; fi; cd ../../modules && env MAKEOBJDIRPREFIX=/usr/src/sys/compile/SRV4ME/modules make install ===> agp install -c -o root -g wheel -m 555 agp.ko /modules install: agp.ko: No such file or directory *** Error code 71 Stop in /usr/src/sys/modules/agp. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/SRV4ME. ----------- Dave Stanford Network Engineer A+Net Internet Services 5266 Eastgate Mall San Diego, CA 92121 voice (858) 455-7709 fax (858) 450-0567 ------=_NextPart_000_0BAD_01C060F5.61781E90 Content-Type: application/octet-stream; name="SRV4ME" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="SRV4ME" machine i386=0A= cpu I686_CPU=0A= ident SRVME=0A= maxusers 64=0A= =0A= options INET #InterNETworking=0A= options FFS #Berkeley Fast Filesystem=0A= options FFS_ROOT #FFS usable as root device [keep this!]=0A= options SOFTUPDATES #Enable FFS soft updates support=0A= options MFS #Memory Filesystem=0A= options CD9660 #ISO 9660 Filesystem=0A= options PROCFS #Process filesystem=0A= options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]=0A= options UCONSOLE #Allow users to grab the console=0A= options USERCONFIG #boot -c editor=0A= options VISUAL_USERCONFIG #visual boot -c editor=0A= options KTRACE #ktrace(1) support=0A= options SYSVSHM #SYSV-style shared memory=0A= options SYSVMSG #SYSV-style message queues=0A= options SYSVSEM #SYSV-style semaphores=0A= options P1003_1B #Posix P1003_1B real-time extensions=0A= options _KPOSIX_PRIORITY_SCHEDULING=0A= options ICMP_BANDLIM #Rate limit bad replies=0A= options KBD_INSTALL_CDEV # install a CDEV entry in /dev=0A= =0A= device isa=0A= device eisa=0A= device pci=0A= device agp=0A= =0A= device fdc0 at isa? port IO_FD1 irq 6 drq 2=0A= device fd0 at fdc0 drive 0=0A= =0A= device ata0 at isa? port IO_WD1 irq 14=0A= device ata=0A= device atadisk # ATA disk drives=0A= device atapicd # ATAPI CDROM drives=0A= options ATA_STATIC_ID #Static device numbering=0A= =0A= device atkbdc0 at isa? port IO_KBD=0A= device atkbd0 at atkbdc? irq 1 flags 0x1=0A= =0A= device vga0 at isa?=0A= =0A= pseudo-device splash=0A= =0A= device sc0 at isa? flags 0x100=0A= =0A= device npx0 at nexus? port IO_NPX irq 13=0A= =0A= device sio0 at isa? port IO_COM1 flags 0x10 irq 4=0A= device sio1 at isa? port IO_COM2 irq 3=0A= =0A= device ppc0 at isa? irq 7=0A= device ppbus # Parallel port bus (required)=0A= =0A= device fxp=0A= =0A= device miibus # MII bus support=0A= device rl # RealTek 8129/8139=0A= =0A= pseudo-device loop # Network loopback=0A= pseudo-device ether # Ethernet support=0A= pseudo-device pty # Pseudo-ttys (telnet etc)=0A= =0A= options IPFIREWALL=0A= options IPFIREWALL_VERBOSE=0A= ------=_NextPart_000_0BAD_01C060F5.61781E90-- 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?0bb001c06138$76635ca0$458137d8>