Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Axel Thimm <Axel.Thimm@ATrpms.net>
To: Takashi Iwai <tiwai@suse.de>
Cc: ALSA development <alsa-devel@alsa-project.org>
Subject: Re: ALSA 1.0.12rc2
Date: Thu, 10 Aug 2006 17:33:22 +0200	[thread overview]
Message-ID: <20060810153322.GC3148@neu.nirvana> (raw)
In-Reply-To: <20060810152918.GA3148@neu.nirvana>


[-- Attachment #1.1: Type: text/plain, Size: 3055 bytes --]

On Thu, Aug 10, 2006 at 05:29:18PM +0200, Axel Thimm wrote:
> On Wed, Aug 09, 2006 at 01:25:13PM +0200, Takashi Iwai wrote:
> > At Wed, 9 Aug 2006 13:13:19 +0200,
> > Axel Thimm wrote:
> > > On Fri, Aug 04, 2006 at 04:01:26PM +0200, Jaroslav Kysela wrote:
> > > > 	1.0.12rc2 ALSA packages (except tools and oss - no changes) were 
> > > > released. The list of changes can be obtained here:
> > > 
> > > I tried to build on several FC/RHEL platforms, there are some new
> > > failures wrt rc1:
> > > 
> > > a) all 2.4. kernel platforms (but probably more binutils related):
> > >    Starting with pcm_oss.o it fails on assembly
> > > 
> > > {standard input}:5744: Warning: rest of line ignored; first ignored character is `"'
> > > {standard input}:5745: Error: unknown pseudo-op: `.text.lock.'
> > 
> > Does it happen with HG version?
> 
> It now fails on
> 
> In file included from ca0106_mixer.c:2:
> ../../alsa-kernel/pci/ca0106/ca0106_mixer.c:499: unknown field `p' specified in initializer
> 
> or
> 
> In file included from pcm32.c:5:
> pcm32_old.c: In function `snd_pcm_info_ioctl32':
> pcm32_old.c:521: structure has no member named `no_compat_mmap'

BTW this also makes 2.6.9/x86_64 fail which did build for 1.0.12rc2.

> or
> 
> adriver.h:142:35: macro "might_sleep" passed 1 arguments, but takes just 0
> 
> 
> > > b) on 2.6.10/x86_64:
> > > 
> > >   CC [M]  /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/ioctl32.o
> > >   CC [M]  /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.o
> > > In file included from /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.c:16:
> > > /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32_new.c: In function `snd_pcm_info_ioctl32':
> > > /builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32_new.c:409: error: structure has no member named `no_mmap_ctrl'
> > > make[4]: *** [/builddir/alsa-driver-1.0.12rc2/acore/ioctl32/pcm32.o] Error 1
> > 
> > OK, that's my failure.  The patch below should fix.
> > (applied to HG now.)
> 
> Now it dies on
> 
>   CC [M]  /builddir/alsa-driver-1.0.12-hg20060810/acore/ioctl32/pcm32.o
> In file included from /builddir/alsa-driver-1.0.12-hg20060810/acore/ioctl32/pcm32.c:16:
> /builddir/alsa-driver-1.0.12-hg20060810/acore/ioctl32/pcm32_new.c: In function `snd_pcm_info_ioctl32':
> /builddir/alsa-driver-1.0.12-hg20060810/acore/ioctl32/pcm32_new.c:409: error: structure has no member named `no_compat_mmap'
> 



> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel


-- 
Axel.Thimm at ATrpms.net

[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 373 bytes --]

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

[-- Attachment #3: Type: text/plain, Size: 161 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

  reply	other threads:[~2006-08-10 15:33 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-04 14:01 ALSA 1.0.12rc2 Jaroslav Kysela
2006-08-04 16:35 ` [alsa-announce] " Thierry Vignaud
2006-08-04 16:42   ` Thierry Vignaud
2006-08-04 16:46   ` Takashi Iwai
2006-08-04 17:11     ` Thierry Vignaud
2006-08-04 17:19       ` Jaroslav Kysela
2006-08-09 11:13 ` Axel Thimm
2006-08-09 11:25   ` Takashi Iwai
2006-08-09 11:36     ` Axel Thimm
2006-08-09 12:17       ` Takashi Iwai
2006-08-10 15:32         ` Axel Thimm
2006-08-10 16:41           ` Takashi Iwai
2006-08-10 15:29     ` Axel Thimm
2006-08-10 15:33       ` Axel Thimm [this message]
2006-08-10 16:41       ` Takashi Iwai
2006-08-19 14:56         ` 1.0.12rc3 (was: ALSA 1.0.12rc2) Axel Thimm

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=20060810153322.GC3148@neu.nirvana \
    --to=axel.thimm@atrpms.net \
    --cc=alsa-devel@alsa-project.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox