[Pkg-alsa-devel] Bug#531668: alsa-driver autoconf script is broken

Ben Hutchings ben at decadent.org.uk
Sat Mar 27 03:28:23 UTC 2010


On Sat, 2010-03-27 at 02:28 +0000, Ben Hutchings wrote:
> On Sun, 2009-12-20 at 02:22 +0000, Ben Hutchings wrote:
> > The alsa-driver configure script performs file and compile checks
> > without using kbuild.  This is bound to fail sometimes, as has happened
> > here.  The attached patches fix the worst problems.  You will of course
> > need to regenerate the configure script after applying these.
> > 
> > Note, there are still compiler errors when building against 2.6.32.  But
> > I am not going to fix all this package's bugs.
> 
> Here's another patch which fixes more brain-dead checks in the configure
> scripts:
[...]
> +kaversion="$(cd "$CONFIG_SND_KERNELDIR" && make kernelversion 2>/dev/null)"
[...]

This actually needs to be:

kaversion="$(cd "$CONFIG_SND_KERNELDIR" && env -u MAKELEVEL make kernelversion 2>/dev/null)"

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 828 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-alsa-devel/attachments/20100327/6e2d449a/attachment.pgp>


More information about the Pkg-alsa-devel mailing list