lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 29 Apr 2008 12:43:03 +0200
From:	Takashi Iwai <tiwai@...e.de>
To:	"Jesper Juhl" <jesper.juhl@...il.com>
Cc:	"Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>,
	"Stas Sergeev" <stsp@...et.ru>
Subject: Re: Build error; sound/built-in.o:(.data+0x388): undefined reference to `snd_pcm_lib_ioctl'

At Mon, 28 Apr 2008 22:02:25 +0200,
Jesper Juhl wrote:
> 
> 2008/4/28 Takashi Iwai <tiwai@...e.de>:
> > At Mon, 28 Apr 2008 01:20:08 +0200,
> >
> >
> > Jesper Juhl wrote:
> >  >
> >  > FYI
> >  >
> >  > With the attached .config I'm getting the following build error :
> ...
> >  > undefined reference to `snd_pcm_lib_preallocate_pages_for_all'
> >  > sound/built-in.o:(.data+0x388): undefined reference to `snd_pcm_lib_ioctl'
> >  > make: *** [.tmp_vmlinux1] Error 1
> >
> >  Does the patch below fix the problem?
> >
> >
> >  thanks,
> >
> >  Takashi
> >
> >  ---
> >  diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig
> >  index fe85af1..a78a8d0 100644
> >  --- a/sound/drivers/Kconfig
> >  +++ b/sound/drivers/Kconfig
> >  @@ -8,6 +8,8 @@ config SND_PCSP
> >         tristate "Internal PC speaker support"
> >         depends on X86_PC && HIGH_RES_TIMERS
> >         depends on INPUT
> >  +       depends on SND
> >  +       select SND_PCM
> >         help
> >           If you don't have a sound card in your computer, you can include a
> >           driver for the PC speaker which allows it to act like a primitive
> >
> 
> 
> Yes. That solves the problem.

Thanks for checking.  I added it for the next fix.


Takashi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ