All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carlo Wood <carlo@alinoe.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: "alsa-devel@lists.sourceforge.net" <alsa-devel@lists.sourceforge.net>
Subject: Re: ALSA (CVS) doesn't compile on recent linux (alsa-driver)
Date: Fri, 18 Jul 2003 17:16:10 +0200	[thread overview]
Message-ID: <20030718151610.GD9756@alinoe.com> (raw)
In-Reply-To: <s5hel0nkh77.wl@alsa2.suse.de>

On Fri, Jul 18, 2003 at 05:06:20PM +0200, Takashi Iwai wrote:
> and run make on the top of kernel-source tree.
> you don't need any files in alsa-drivers tree.
> 
> (well, i know this bug must be fixed because some experimental drivers
>  only exist in alsa-driver tree.)

Now I am confused... you are saying that
I don't need the alsa-driver directory that
is checked out with CVS?

As in:

rm -rf alsa-driver

?

New attempt:

/usr/src/alsa>tar -C alsa-kernel -cf - --exclude CVS --exclude Documentation --exclude include . | tar -C /lib/modules/2.5.74-debug/build/sound -xf -
/usr/src/alsa>tar -C alsa-kernel/include -cf - --exclude CVS . | tar -C /lib/modules/2.5.74-debug/build/include/sound -xf -
/usr/src/alsa>rm -rf alsa-conf alsa-driver
/usr/src/alsa>make
/usr/src/alsa>make
rm -rf /usr/doc/packages/alsa
mkdir -p /usr/doc/packages/alsa
for i in driver utils; do                               \
        cp alsa-$i*/README /usr/doc/packages/alsa/README.$i;    \
done
cp: cannot stat `alsa-driver*/README': No such file or directory
for i in FAQ INSTALL doc/SOUNDCARDS; do                 \
        cp alsa-driver*/$i /usr/doc/packages/alsa;                      \
done
cp: cannot stat `alsa-driver*/FAQ': No such file or directory
cp: cannot stat `alsa-driver*/INSTALL': No such file or directory
cp: cannot stat `alsa-driver*/doc/SOUNDCARDS': No such file or directory
make: *** [install-doc] Error 1


Ok - so you can't run 'make' at all in the CVS root.

Then do I understand correctly that:

1) alsa-conf and alsa-driver can be deleted.
2) alsa-kernel needs to be copied to /lib/modules/*/build/sound
   and alsa-kernel/include to /lib/modules/*/build/include/sound
   and then run 'make modules' in /lib/modules/*/build
3) One needs to run 'make; make install' as root in
   alsa-lib and alsa-utils seperately.
4) The rest can't be built ('make' doesn't work).
5) Again: alsa-drivers is not needed at all for me.

Thanks for the clarification.

-- 
Carlo Wood <carlo@alinoe.com>


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0

  reply	other threads:[~2003-07-18 15:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-18 12:31 ALSA (CVS) doesn't compile on recent linux (alsa-driver) Carlo Wood
2003-07-18 14:29 ` Takashi Iwai
2003-07-18 14:55   ` Carlo Wood
2003-07-18 15:06     ` Takashi Iwai
2003-07-18 15:16       ` Carlo Wood [this message]
2003-07-18 15:40         ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030718151610.GD9756@alinoe.com \
    --to=carlo@alinoe.com \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.