Skip site navigation (1)Skip section navigation (2)
Date:      26 Feb 2001 21:06:33 +0300
From:      Ilya Martynov <m_ilya@agava.com>
To:        Alexander Matey <matey@cis.ohio-state.edu>
Cc:        freebsd-multimedia@FreeBSD.ORG
Subject:   Re: Bug (?) in STABLE-4 which prevents correct building aureal-kmod port
Message-ID:  <867l2dl3o6.fsf@juil.domain>
In-Reply-To: <20010226124032.A933@cis.ohio-state.edu>
References:  <86d7ccknos.fsf@juil.domain> <20010226124032.A933@cis.ohio-state.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "AM" == Alexander Matey <matey@cis.ohio-state.edu> writes:

    AM> On Wed, Feb 21, 2001 at 07:25:55PM +0300, Ilya Martynov wrote:
    >> I've submitted PR about a two weeks ago about possible bug in STABLE-4
    >> which prevents correct building aureal-kmod port. Seems nobody has
    >> noticed it. Please look at it:
    >> 
    >> http://www.freebsd.org/cgi/query-pr.cgi?pr=24954

    AM> /src/sys/dev/sound/isa/sb.c has nothing to do whatsoever with
    AM> ports/audio/aureal-kmod.

But I did saw that before commenting out some lines in
/usr/src/sys/dev/sound/isa/sb.c which call function 'chn_allocbuf'
ports/audio/aureal-kmod produces kernel module snd_au8810.ko which has
undefined symbol 'chn_allocbuf'. If I comment out this lines kernel
module snd_au8810.ko doesn't have this undefined symbol. I've used 'nm
-u' to check it.

    AM> You couldn't load the kernel module after compiling and
    AM> installing the aureal-kmod port most likely because of
    AM> some old aureal driver files lying around in
    AM> /sys/dev/sound/pci/{au88x0.[ch], asp[123]0.o} which caused
    AM> the port to use these instead of the ones in the distfile.

    AM> The most recent version of the port contains will's checks 
    AM> that handle this situation.

I'm not 100% sure but I've belive I did saw it with lastest version of
port and I don't have /sys/dev/sound/pci/{au88x0.[ch], asp[123]0.o}
now (but I could have them before - some time ago I've rm -rf /usr/src
and cvsup'ed clean /usr/src tree)

    AM> Remove the above mentioned files from your tree, deinstall
    AM> the port, rebuild it and reinstall it (make clean; make install).

    AM> This PR can be closed, it doesn't make much sense.

Yes. Anyway several days ago /usr/src/sys/dev/sound/isa/sb.c was
removed from STABLE-4.

-- 
Ilya Martynov
AGAVA Software Company, http://www.agava.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?867l2dl3o6.fsf>