Date: Sat, 30 Sep 2006 21:44:24 -0400 From: "Alexandre \"Sunny\" Kovalenko" <alex.kovalenko@verizon.net> To: Ariff Abdullah <ariff@FreeBSD.org> Cc: freebsd-multimedia@FreeBSD.org Subject: Re: HEADS UP: Last call for snd_hda(4) testers - High Definition Audio driver Message-ID: <1159667064.778.17.camel@RabbitsDen.RabbitsLawn.verizon.net> In-Reply-To: <20061001090712.091d1a71.ariff@FreeBSD.org> References: <20060929044401.5c52bef3.ariff@FreeBSD.org> <1159664308.778.8.camel@RabbitsDen.RabbitsLawn.verizon.net> <20061001090712.091d1a71.ariff@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2006-10-01 at 09:07 +0800, Ariff Abdullah wrote:
> On Sat, 30 Sep 2006 20:58:28 -0400
> "Alexandre \"Sunny\" Kovalenko" <alex.kovalenko@verizon.net> 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 <bsd.kmod.mk>
# $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 <bsd.kmod.mk>
-----------------------------------------------------------------------------------
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 (Олександр Коваленко)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1159667064.778.17.camel>
