From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: alsa-driver, alsa-kernel cvs does not install now. Date: Wed, 30 Jun 2004 11:08:22 +0200 Sender: alsa-devel-admin@lists.sourceforge.net Message-ID: References: <40E1D6C7.2080104@superbug.demon.co.uk> Mime-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <40E1D6C7.2080104@superbug.demon.co.uk> Errors-To: alsa-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: James Courtier-Dutton Cc: alsa-devel@lists.sourceforge.net List-Id: alsa-devel@alsa-project.org At Tue, 29 Jun 2004 21:53:27 +0100, James Courtier-Dutton wrote: > > Can you maybe fix the problem below. > I am using the latest alsa-driver and alsa-kernel cvs. > > I do make, and get > ... > *** Warning: "snd_compat_kcalloc" > [/u/alsacvs/alsa-driver/kbuild/../acore/snd.ko] undefined! > ... Fixed now on cvs. The patch below was applied. > Then later > > make install > .... > WARNING: Module /lib/modules/2.6.7/kernel/sound/acore/snd-pcm.ko > ignored, due to loop > WARNING: Loop detected: /lib/modules/2.6.7/kernel/sound/acore/snd.ko > which needs snd.ko again! > WARNING: Module /lib/modules/2.6.7/kernel/sound/acore/snd.ko ignored, > due to loop > ... That I can't reproduce. Could you run make clean once, or build on the fresh alsa-driver tree? Takashi --- alsa-driver/acore/misc.c 29 Jun 2004 15:58:54 -0000 1.24 +++ alsa-driver/acore/misc.c 30 Jun 2004 08:56:38 -0000 @@ -239,7 +239,7 @@ #endif #ifndef CONFIG_HAVE_KCALLOC -#ifdef CONFIG_SND_DEBUG_MEMORY +#ifndef CONFIG_SND_DEBUG_MEMORY /* Don't put this to wrappers.c. We need to call the kmalloc wrapper here. */ void *snd_compat_kcalloc(size_t n, size_t size, int flags) { ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com