From owner-freebsd-bugs Fri Nov 5 6: 0: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0647B1522F for ; Fri, 5 Nov 1999 06:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA47014; Fri, 5 Nov 1999 06:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9D468151FF; Fri, 5 Nov 1999 05:55:57 -0800 (PST) Message-Id: <19991105135557.9D468151FF@hub.freebsd.org> Date: Fri, 5 Nov 1999 05:55:57 -0800 (PST) From: kugimoto@ntt-20.ecl.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/14721: Kernel fails to compile with isp0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14721 >Category: kern >Synopsis: Kernel fails to compile with isp0 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 5 06:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Takeshi Kugimoto >Release: FreeBSD-2.2.8-STABLE >Organization: NTT Network Innovations Labs. >Environment: FreeBSD 2.2.8-STABLE/i386 >Description: After adding the line controller isp0 to kernel config file I got messages as follows: cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs\ -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -\ I../.. -I../../../include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOS\ FS -DNFS -DFFS -DINET -DKERNEL ../../dev/isp/isp.c ../../dev/isp/isp.c: In function `ispscsicmd': ../../dev/isp/isp.c:1944: invalid operands to binary == *** Error code 1 Stop. Incidentally, 2.2.8-STABLE GENERIC config file includes "controller isp0" by default. Kernel fails to compile with GENERIC config. >How-To-Repeat: Just try to compile kernel with given configuration from 2.2.8-STABLE source code. >Fix: unknown >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message