From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 1 01:44:58 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C74E16A407; Sun, 1 Oct 2006 01:44:58 +0000 (UTC) (envelope-from alex.kovalenko@verizon.net) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 158F043D45; Sun, 1 Oct 2006 01:44:58 +0000 (GMT) (envelope-from alex.kovalenko@verizon.net) Received: from RabbitsDen ([70.21.206.89]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J6F0054SOU6K2M7@vms044.mailsrvcs.net>; Sat, 30 Sep 2006 20:44:32 -0500 (CDT) Date: Sat, 30 Sep 2006 21:44:24 -0400 From: "Alexandre \"Sunny\" Kovalenko" In-reply-to: <20061001090712.091d1a71.ariff@FreeBSD.org> To: Ariff Abdullah Message-id: <1159667064.778.17.camel@RabbitsDen.RabbitsLawn.verizon.net> MIME-version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Content-type: multipart/mixed; boundary="Boundary_(ID_dcKzNJo8ma2UllOChdp4uA)" References: <20060929044401.5c52bef3.ariff@FreeBSD.org> <1159664308.778.8.camel@RabbitsDen.RabbitsLawn.verizon.net> <20061001090712.091d1a71.ariff@FreeBSD.org> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@FreeBSD.org Subject: Re: HEADS UP: Last call for snd_hda(4) testers - High Definition Audio driver X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 01:44:58 -0000 --Boundary_(ID_dcKzNJo8ma2UllOChdp4uA) Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8BIT On Sun, 2006-10-01 at 09:07 +0800, Ariff Abdullah wrote: > On Sat, 30 Sep 2006 20:58:28 -0400 > "Alexandre \"Sunny\" Kovalenko" wrote: > > On -CURRENT as of late September 30th > > (EST) /usr/src/sys/modules/sound/driver/Makefile failed to patch > > (Makefile.rej attached) for reasons I do not quite understand. No > > big deal -- fixed that manually. Ensuing compilation errors attached > > -- sorry but they are way beyond what I can figure out on my own. > > > > -- > > Alexandre "Sunny" Kovalenko (ОлекÑандр Коваленко) > > > > P.S. I am not subscribing to multimedia@, please, do not remove me > > from CC list. > > > Things are moving so fast (for good) for the past several hours. Even > "2 hours ago" can be considered outdated. > > Please cvsup to the latest -CURRENT and fetch back the diff. > > > > -- > Ariff Abdullah > FreeBSD > > ... Recording in stereo is obviously too advanced > and confusing for us idiot ***** users :P ........ Did cvsup (Sep 30 21:29 EST), fetched diff, patched, Makefile is still failing (did that again manually). Did 'make clean cleandir && make'. Ensuing errors attached. BTW: I forgot to mention first time around -- /usr/src/sys/modules/sound/driver/hda/Makefile seemed to contain two identical sections: --------------------------------------------------------------------------------- # $FreeBSD$ .PATH: ${.CURDIR}/../../../../dev/sound/pci/hda KMOD= snd_hda SRCS= device_if.h bus_if.h pci_if.h channel_if.h mixer_if.h SRCS+= hdac.c hdac_private.h hdac_reg.h hda_reg.h hdac.h .include # $FreeBSD$ .PATH: ${.CURDIR}/../../../../dev/sound/pci/hda KMOD= snd_hda SRCS= device_if.h bus_if.h pci_if.h channel_if.h mixer_if.h SRCS+= hdac.c hdac_private.h hdac_reg.h hda_reg.h hdac.h .include ----------------------------------------------------------------------------------- I have manually removed the second of the two, otherwise I would have different compilation error (-I- used twice on the command line). Sorry, should have reported it first time around. -- Alexandre "Sunny" Kovalenko (Олександр Коваленко) --Boundary_(ID_dcKzNJo8ma2UllOChdp4uA)--