Hmph.  My SMTP server is not an open relay or a spam source, even if it
is in an ADSL dynamic IP address pool, thank you very much.  <bleep>ing
spammers.

Let's try sending this to alsa-devel again ...

I wrote:

> lundi, le 2 juin, 2003, Paul Davis nous a dit ceci:
> 
> > this is with CVS as of this morning (US EST), trying to build alsa-driver
> > outside a 2.4.20 kernel using:
> > 
> >         ./cvscompile --with-oss=yes --with-sequencer=yes --with-cards=rme9652,hd
> > sp,trident
> > 
> >   [ ... ]
> > 
> > ake[2]: Entering directory `/usr/local/music/src/alsa-cvs/newer/alsa-driver/acor
> > e/ioctl32'
> > make[2]: Leaving directory `/usr/local/music/src/alsa-cvs/newer/alsa-driver/acor
> > e/ioctl32'
> > make  -C oss fastdep
> > make[2]: Entering directory `/usr/local/music/src/alsa-cvs/newer/alsa-driver/aco
> > re/oss'
> > /bin/sh: ${xtmp:0:5}: bad substitution
> 
> Hmph.  This syntax is in configure now too.
> 
> This bit:  
> 
>         ${xtmp:0:5}
> 
> is a Bash-ism.  Normal Bourne shells don't understand this.  I'm guessing
> that your system's /bin/sh isn't Bash.  You might be able to put a 
> 
>         SHELL=/bin/bash
> 
> line into alsa-driver/acore/oss/Makefile right before the include of
> $(TOPDIR)/Rules.make.  (I say "might" because I can't build ALSA right now
> due to a (real) kernel compiler / system compiler mismatch.)
> 
> Alternatively, if you have root, you could temporarily replace /bin/sh
> with a symlink to /bin/bash, build, then restore /bin/sh.
> 
> Matt.
> -- 
> For a successful technology, reality must take precedence over public
> relations, for nature cannot be fooled.
>                               -- Richard P. Feynman


-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to