Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 1998 11:11:31 -0500 (EST)
From:      James Risner <risner@akira.stdio.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/5967: aic7xxx compile broken in 2.2.5-STABLE
Message-ID:  <199803101611.LAA08271@akira.stdio.com>

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

>Number:         5967
>Category:       kern
>Synopsis:       upg from 2.1.7.1/2.2.1 to 2.2.5-stable (aic7xxx no compile)
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 10 08:10:01 PST 1998
>Last-Modified:
>Originator:     James Risner
>Organization:
Home
>Release:        FreeBSD 2.2.5-STABLE i386
>Environment:

	controller      ahc0
	2.2.5-STABLE cvsup upgraded

>Description:

	cd /usr/src/sys/compile/SYS; make depend
make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx
Warning: Object directory not changed from original /usr/src/sys/compile/SYS2
cc -O -I.   -c aicasm_scan.c
../../dev/aic7xxx/aicasm_scan.l: In function `yylex':
../../dev/aic7xxx/aicasm_scan.l:68: `T_DOWNLOAD' undeclared (first use this function)
../../dev/aic7xxx/aicasm_scan.l:68: (Each undeclared identifier is reported only once
../../dev/aic7xxx/aicasm_scan.l:68: for each function it appears in.)
*** Error code 1

Stop.
*** Error code 1

Stop.

>How-To-Repeat:

	Install 2.1.7.1 or 2.2.1 system.
	CVSUP down 2.2.5-STABLE.
	config "kernelname"
	cd ../../compile/kernelname; make depend

>Fix:
	
	Work around:
cd /usr/src/sys/dev/aic7xxx; make
cd /usr/src/sys/compile/SYS; make depend

Kernel config file:
machine         "i386"
cpu             "I386_CPU"
cpu             "I486_CPU"
cpu             "I586_CPU"              # aka Pentium(tm)
ident           MAIL
maxusers        64

options         INET                    #InterNETworking
options         FFS                     #Berkeley Fast Filesystem
options         NFS                     #Network Filesystem
options         MSDOSFS                 #MSDOS Filesystem
options         PROCFS                  #Process filesystem
options         "COMPAT_43"             #Compatible with BSD 4.3
options         "SCSI_DELAY=9"          #Be pessimistic about Joe SCSI device
options         BOUNCE_BUFFERS          #include support for DMA bounce buffers
options         UCONSOLE                #Allow users to grab the console

options         SYSVSHM
options         SYSVSEM
options         SYSVMSG

options         FAILSAFE                #Be conservative
options         USERCONFIG              #boot -c editor
options         VISUAL_USERCONFIG       #visual boot -c editor
options         KTRACE          #kernel tracing
options         INCLUDE_CONFIG_FILE     # Include this file in kernel
options         DDB
options         "MAXMEM=(128*1024)"
options         CHILD_MAX=128
options         OPEN_MAX=128
options         "MAXDSIZ=(256*1024*1024)"
options         "DFLDSIZ=(256*1024*1024)"

config          kernel  root on sd0 

controller      isa0
controller      pci0

controller      fdc0    at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk            fd0     at fdc0 drive 0
disk            fd1     at fdc0 drive 1

controller      ahc0

controller      scbus0

device          sd0

device          st0

device          cd0     #Only need one of these, the code dynamically grows

# syscons is the default console driver, resembling an SCO console
device          sc0     at isa? port "IO_KBD" tty irq 1 vector scintr

device          npx0    at isa? port "IO_NPX" irq 13 vector npxintr

device          sio0    at isa? port "IO_COM1" tty irq 4 vector siointr
device          sio1    at isa? port "IO_COM2" tty irq 3 vector siointr

device          lpt0    at isa? port? tty irq 7 vector lptintr
device          lpt1    at isa? port? tty
device          lpt2    at isa? port? tty

device ed0 at isa? port 0x300 net irq 11 iomem 0xd0000 iosiz 32768 vector edintr

pseudo-device   loop
pseudo-device   ether
pseudo-device   log
pseudo-device   bpfilter        4       #Berkeley packet filter
pseudo-device   pty     16     
pseudo-device   gzip            # Exec gzipped a.out's
pseudo-device   vn              #Vnode driver (turns a file int

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



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