From owner-freebsd-bugs Mon Jul 27 07:51:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA28538 for freebsd-bugs-outgoing; Mon, 27 Jul 1998 07:51:11 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA28525 for ; Mon, 27 Jul 1998 07:51:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA07646; Mon, 27 Jul 1998 07:50:01 -0700 (PDT) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA27564; Mon, 27 Jul 1998 07:43:51 -0700 (PDT) (envelope-from nobody) Message-Id: <199807271443.HAA27564@hub.freebsd.org> Date: Mon, 27 Jul 1998 07:43:51 -0700 (PDT) From: jnickelsen@acm.org To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: kern/7413: ssc pseudo device fails to include scsi/su.c in Makefile Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7413 >Category: kern >Synopsis: ssc pseudo device fails to include scsi/su.c in Makefile >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 27 07:50:01 PDT 1998 >Last-Modified: >Originator: Juergen Nickelsen >Organization: >Release: 2.2.7-stable >Environment: (sorry, not available at the moment) >Description: When I configure the ssc (super-scsi) pseudo device into the kernel, the build fails due to missing symbols _suopen(), _suclose(), etc. These are defined in su.c, which is not included automaticvally in the kernel Makefile when the "ssc" pdeudo device is configured. >How-To-Repeat: [sorry, untested, but I hope this does it] cd /sys/i386/conf echo pseudo-device ssc >> GENERIC config GENERIC cd ../../compile/GENERIC make >Fix: I propose to make the "pseudo-device ssc" option include the file scsi/su.c in the kernel Makefile. I had no problem to find the missing source, but people not as familiar with these things might get very confused about that. (Thanks again, BTW, for this marvellous operating system!) >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message