From nobody@FreeBSD.org  Tue Jul  9 06:17:32 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6F92C37B400
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  9 Jul 2002 06:17:32 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1CB9443E54
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  9 Jul 2002 06:17:32 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g69DHVOT014742
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 9 Jul 2002 06:17:31 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g69DHVV2014741;
	Tue, 9 Jul 2002 06:17:31 -0700 (PDT)
Message-Id: <200207091317.g69DHVV2014741@www.freebsd.org>
Date: Tue, 9 Jul 2002 06:17:31 -0700 (PDT)
From: Paul Werkowski <pw@sonetechcorp.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ../../dev/sound/pcm/channel.h:69: channel_if.h: No such file or directory
X-Send-Pr-Version: www-1.0

>Number:         40379
>Category:       kern
>Synopsis:       ../../dev/sound/pcm/channel.h:69: channel_if.h: No such file or directory
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 09 06:20:01 PDT 2002
>Closed-Date:    Wed Jul 17 09:27:30 PDT 2002
>Last-Modified:  Wed Jul 17 09:27:30 PDT 2002
>Originator:     Paul Werkowski
>Release:        4.6
>Organization:
Sonetech Corporation
>Environment:
FreeBSD mht.sc.com 4.6-RELEASE-p1 FreeBSD 4.6-RELEASE-p1 #0: Fri Jul  5 07:03:13 EDT 2002     root@mht.sc.com:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Added this line to a copy of GENERIC config file

      device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15

Kernel fails to build due to missing file
 /sys/dev/sound/pcm/channel_if.h

>How-To-Repeat:
      See Full Description

>Fix:
      Unknown
>Release-Note:
>Audit-Trail:

From: Peter Pentchev <roam@ringlet.net>
To: Paul Werkowski <pw@sonetechcorp.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: kern/40379: ../../dev/sound/pcm/channel.h:69: channel_if.h: No such file or directory
Date: Tue, 9 Jul 2002 18:08:37 +0300

 On Tue, Jul 09, 2002 at 06:17:31AM -0700, Paul Werkowski wrote:
 > 
 > >Number:         40379
 > >Category:       kern
 > >Synopsis:       ../../dev/sound/pcm/channel.h:69: channel_if.h: No such file or directory
 > >Originator:     Paul Werkowski
 > >Release:        4.6
 > >Organization:
 > Sonetech Corporation
 > >Environment:
 > FreeBSD mht.sc.com 4.6-RELEASE-p1 FreeBSD 4.6-RELEASE-p1 #0: Fri Jul  5 07:03:13 EDT 2002     root@mht.sc.com:/usr/obj/usr/src/sys/GENERIC  i386
 > 
 > >Description:
 > Added this line to a copy of GENERIC config file
 > 
 >       device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15
 > 
 > Kernel fails to build due to missing file
 >  /sys/dev/sound/pcm/channel_if.h
 
 What commands did you execute after adding the line to the GENERIC
 config file?  Did you use 'make buildkernel' from the /usr/src
 directory, or did you do it the old-fashioned way, using config(8)?
 If you did it with config(8), are you sure that you ran 'make depend'
 before the real 'make'?
 
 G'luck,
 Peter
 
 -- 
 Peter Pentchev	roam@ringlet.net	roam@FreeBSD.org
 PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
 Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
 "yields falsehood, when appended to its quotation." yields falsehood, when appended to its quotation.

From: "Paul Werkowski" <pw@sonetechcorp.com>
To: "Peter Pentchev" <roam@ringlet.net>
Cc: <bug-followup@FreeBSD.org>
Subject: Re: kern/40379: ../../dev/sound/pcm/channel.h:69: channel_if.h: No such file or directory
Date: Tue, 9 Jul 2002 11:48:31 -0400

  
 | What commands did you execute after adding the line to the GENERIC
 | config file?  Did you use 'make buildkernel' from the /usr/src
 | directory, or did you do it the old-fashioned way, using config(8)?
 | If you did it with config(8), are you sure that you ran 'make depend'
 | before the real 'make'?
 | 
 
 I tried both the new and old ways. Yes I did do make depend, and
 that is where the build failed. I also tried removing the offending
 #include but that just led to failure at link time.
 
 There is no channel_if.h in the source. There are channel_if.m files
 though.
 
 Paul
 
 

From: Mark Peek <mp@FreeBSD.org>
To: Paul Werkowski <pw@sonetechcorp.com>,
	freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: kern/40379: ../../dev/sound/pcm/channel.h:69: channel_if.h:
 No such file or directory
Date: Sun, 14 Jul 2002 19:48:19 -0700

 Try adding this to your configuration file:
 
 	device pcm
 
 And then rerun config, etc.
 
 
 Mark
State-Changed-From-To: open->feedback 
State-Changed-By: roam 
State-Changed-When: Wed Jul 17 05:54:20 PDT 2002 
State-Changed-Why:  
Does Mark Peek's suggestion of adding 'device pcm' to your kernel config 
file solve the problem? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=40379 
State-Changed-From-To: feedback->closed 
State-Changed-By: roam 
State-Changed-When: Wed Jul 17 09:27:09 PDT 2002 
State-Changed-Why:  
The submitter confirms that adding 'device pcm' fixes the problem. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=40379 
>Unformatted:
