linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* OSS msnd build failure
@ 2006-02-25 16:24 Jesper Juhl
  2006-02-25 16:32 ` Adrian Bunk
  0 siblings, 1 reply; 4+ messages in thread
From: Jesper Juhl @ 2006-02-25 16:24 UTC (permalink / raw)
  To: Andrew Veliath; +Cc: Linux Kernel Mailing List

During some build tests of 2.6.16-rc4-mm2 with  'make randconfig'  I
found this build failure :

  ...
  LD      drivers/built-in.o
  CC      sound/sound_core.o
  CC      sound/sound_firmware.o
  CC      sound/oss/msnd.o
make[2]: *** No rule to make target `/etc/sound/msndperm.bin', needed
by `sound/oss/msndperm.c'.  Stop.
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [sound/oss] Error 2
make: *** [sound] Error 2

I must admit I don't know how to fix it, so I'll have to just report it.


--
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post  http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please      http://www.expita.com/nomime.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: OSS msnd build failure
  2006-02-25 16:24 OSS msnd build failure Jesper Juhl
@ 2006-02-25 16:32 ` Adrian Bunk
  2006-02-25 16:41   ` Jesper Juhl
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2006-02-25 16:32 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: Andrew Veliath, Linux Kernel Mailing List

On Sat, Feb 25, 2006 at 05:24:10PM +0100, Jesper Juhl wrote:

> During some build tests of 2.6.16-rc4-mm2 with  'make randconfig'  I
> found this build failure :
> 
>   ...
>   LD      drivers/built-in.o
>   CC      sound/sound_core.o
>   CC      sound/sound_firmware.o
>   CC      sound/oss/msnd.o
> make[2]: *** No rule to make target `/etc/sound/msndperm.bin', needed
> by `sound/oss/msndperm.c'.  Stop.
> make[2]: *** Waiting for unfinished jobs....
> make[1]: *** [sound/oss] Error 2
> make: *** [sound] Error 2
> 
> I must admit I don't know how to fix it, so I'll have to just report it.

That's expected if the .config contains CONFIG_STANDALONE=n

> Jesper Juhl <jesper.juhl@gmail.com>

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: OSS msnd build failure
  2006-02-25 16:32 ` Adrian Bunk
@ 2006-02-25 16:41   ` Jesper Juhl
  2006-02-25 18:38     ` Andrew Veliath
  0 siblings, 1 reply; 4+ messages in thread
From: Jesper Juhl @ 2006-02-25 16:41 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Andrew Veliath, Linux Kernel Mailing List

On 2/25/06, Adrian Bunk <bunk@stusta.de> wrote:
> On Sat, Feb 25, 2006 at 05:24:10PM +0100, Jesper Juhl wrote:
>
> > During some build tests of 2.6.16-rc4-mm2 with  'make randconfig'  I
> > found this build failure :
> >
> >   ...
> >   LD      drivers/built-in.o
> >   CC      sound/sound_core.o
> >   CC      sound/sound_firmware.o
> >   CC      sound/oss/msnd.o
> > make[2]: *** No rule to make target `/etc/sound/msndperm.bin', needed
> > by `sound/oss/msndperm.c'.  Stop.
> > make[2]: *** Waiting for unfinished jobs....
> > make[1]: *** [sound/oss] Error 2
> > make: *** [sound] Error 2
> >
> > I must admit I don't know how to fix it, so I'll have to just report it.
>
> That's expected if the .config contains CONFIG_STANDALONE=n
>

Ahhh, makes perfect sense, I should have thought of that.

Thanks Adrian.

--
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post  http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please      http://www.expita.com/nomime.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: OSS msnd build failure
  2006-02-25 16:41   ` Jesper Juhl
@ 2006-02-25 18:38     ` Andrew Veliath
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Veliath @ 2006-02-25 18:38 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: Adrian Bunk, Linux Kernel Mailing List

Hi -- yes, it is looking to compile the firmware into the kernel so
that during boot it can access it in-memory.  Despite showing it's age
as a driver, unfortunately we still probably cannot just include the
firmware for obvious reasons.  I actually have an update for this
driver that I need to get around to patching up, so this kind of
reminded me.

thanks

Andrew

 .........----------------==================----
..--==-  Sat, 25 Feb 2006 17:41:54 +0100,
..--==-  Jesper Juhl (JJ) discussed:

 JJ)  On 2/25/06, Adrian Bunk <bunk@stusta.de> wrote:
 )) On Sat, Feb 25, 2006 at 05:24:10PM +0100, Jesper Juhl wrote:
 )) 
 )) > During some build tests of 2.6.16-rc4-mm2 with  'make randconfig'  I
 )) > found this build failure :
 )) >
 )) >   ...
 )) >   LD      drivers/built-in.o
 )) >   CC      sound/sound_core.o
 )) >   CC      sound/sound_firmware.o
 )) >   CC      sound/oss/msnd.o
 )) > make[2]: *** No rule to make target `/etc/sound/msndperm.bin', needed
 )) > by `sound/oss/msndperm.c'.  Stop.
 )) > make[2]: *** Waiting for unfinished jobs....
 )) > make[1]: *** [sound/oss] Error 2
 )) > make: *** [sound] Error 2
 )) >
 )) > I must admit I don't know how to fix it, so I'll have to just report it.
 )) 
 )) That's expected if the .config contains CONFIG_STANDALONE=n
 )) 

 JJ)  Ahhh, makes perfect sense, I should have thought of that.

 JJ)  Thanks Adrian.

 JJ)  --
 JJ)  Jesper Juhl <jesper.juhl@gmail.com>
 JJ)  Don't top-post  http://www.catb.org/~esr/jargon/html/T/top-post.html
 JJ)  Plain text mails only, please      http://www.expita.com/nomime.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-02-25 18:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-25 16:24 OSS msnd build failure Jesper Juhl
2006-02-25 16:32 ` Adrian Bunk
2006-02-25 16:41   ` Jesper Juhl
2006-02-25 18:38     ` Andrew Veliath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).