All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.19rc1: pcm_native.c doesn't build
@ 2006-10-05 20:19 Elimar Riesebieter
  2006-10-05 20:26 ` Lee Revell
  0 siblings, 1 reply; 4+ messages in thread
From: Elimar Riesebieter @ 2006-10-05 20:19 UTC (permalink / raw)
  To: alsa-devel

Hi all,

I tried to build alsa-driver (sources) 1.0.13 against kernel
2.6.19rc1 on i386. The build stops with:

/usr/bin/make -C /usr/src/linux-2.6.19-rc1 \
SUBDIRS=/usr/src/modules/alsa-driver O=/usr/src/linux-2.6.19-rc1 \
CPP="gcc-4.1 -E" CC="gcc-4.1" modules
make[4]: Entering directory `/usr/src/linux-2.6.19-rc1'
  CC [M]  /usr/src/modules/alsa-driver/acore/pcm_native.o
/usr/src/modules/alsa-driver/acore/pcm_native.c:3569: error: unknown field \
'writev' specified in initializer
/usr/src/modules/alsa-driver/acore/pcm_native.c:3569: warning: \
initialization from incompatible pointer type
/usr/src/modules/alsa-driver/acore/pcm_native.c:3589: error: unknown field \
'readv' specified in initializer
/usr/src/modules/alsa-driver/acore/pcm_native.c:3589: warning: \
initialization from incompatible pointer type

Any hints?

Elimar

-- 
  Do you smell something burning or ist it me?

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

* Re: 2.6.19rc1: pcm_native.c doesn't build
  2006-10-05 20:19 2.6.19rc1: pcm_native.c doesn't build Elimar Riesebieter
@ 2006-10-05 20:26 ` Lee Revell
  2006-10-05 20:44   ` Elimar Riesebieter
  0 siblings, 1 reply; 4+ messages in thread
From: Lee Revell @ 2006-10-05 20:26 UTC (permalink / raw)
  To: Elimar Riesebieter; +Cc: alsa-devel

On Thu, 2006-10-05 at 22:19 +0200, Elimar Riesebieter wrote:
> Hi all,
> 
> I tried to build alsa-driver (sources) 1.0.13 against kernel
> 2.6.19rc1 on i386. The build stops with:
> 

Is 2.6.19rc1 newer than ALSA 1.0.13?  Building old ALSA against a new
kernel is not supported.

> /usr/bin/make -C /usr/src/linux-2.6.19-rc1 \
> SUBDIRS=/usr/src/modules/alsa-driver O=/usr/src/linux-2.6.19-rc1 \
> CPP="gcc-4.1 -E" CC="gcc-4.1" modules
> make[4]: Entering directory `/usr/src/linux-2.6.19-rc1'
>   CC [M]  /usr/src/modules/alsa-driver/acore/pcm_native.o
> /usr/src/modules/alsa-driver/acore/pcm_native.c:3569: error: unknown field \
> 'writev' specified in initializer
> /usr/src/modules/alsa-driver/acore/pcm_native.c:3569: warning: \
> initialization from incompatible pointer type
> /usr/src/modules/alsa-driver/acore/pcm_native.c:3589: error: unknown field \
> 'readv' specified in initializer
> /usr/src/modules/alsa-driver/acore/pcm_native.c:3589: warning: \
> initialization from incompatible pointer type
> 
> Any hints?
> 
> Elimar
> 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

* Re: 2.6.19rc1: pcm_native.c doesn't build
  2006-10-05 20:26 ` Lee Revell
@ 2006-10-05 20:44   ` Elimar Riesebieter
  2006-10-06 11:33     ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Elimar Riesebieter @ 2006-10-05 20:44 UTC (permalink / raw)
  To: alsa-devel

On Thu, 05 Oct 2006 the mental interface of
Lee Revell told:

> On Thu, 2006-10-05 at 22:19 +0200, Elimar Riesebieter wrote:
> > Hi all,
> > 
> > I tried to build alsa-driver (sources) 1.0.13 against kernel
> > 2.6.19rc1 on i386. The build stops with:
> > 
> 
> Is 2.6.19rc1 newer than ALSA 1.0.13?  Building old ALSA against a new
> kernel is not supported.

Well, the default imclude/sound/version.h tells:

/* include/version.h.  Generated by configure.  */
#define CONFIG_SND_VERSION "1.0.12rc1"
#define CONFIG_SND_DATE " (Thu Jun 22 13:55:50 2006 UTC)"

IMHO ALSA 1.0.13 should build with kernel 2.6.19rc1.

Elimar

-- 
  Alles was viel bedacht wird ist bedenklich!;-)
         Friedrich Nietzsche

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

* Re: 2.6.19rc1: pcm_native.c doesn't build
  2006-10-05 20:44   ` Elimar Riesebieter
@ 2006-10-06 11:33     ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2006-10-06 11:33 UTC (permalink / raw)
  To: Elimar Riesebieter; +Cc: alsa-devel

At Thu, 5 Oct 2006 22:44:34 +0200,
Elimar Riesebieter wrote:
> 
> On Thu, 05 Oct 2006 the mental interface of
> Lee Revell told:
> 
> > On Thu, 2006-10-05 at 22:19 +0200, Elimar Riesebieter wrote:
> > > Hi all,
> > > 
> > > I tried to build alsa-driver (sources) 1.0.13 against kernel
> > > 2.6.19rc1 on i386. The build stops with:
> > > 
> > 
> > Is 2.6.19rc1 newer than ALSA 1.0.13?  Building old ALSA against a new
> > kernel is not supported.
> 
> Well, the default imclude/sound/version.h tells:
> 
> /* include/version.h.  Generated by configure.  */
> #define CONFIG_SND_VERSION "1.0.12rc1"
> #define CONFIG_SND_DATE " (Thu Jun 22 13:55:50 2006 UTC)"

That's somehow bogus.  We didn't create a patch to increase the ALSA
version number.

> IMHO ALSA 1.0.13 should build with kernel 2.6.19rc1.

No.  It doesn't (can't).  2.6.19rc1 was out after ALSA 1.0.13.
There is no way to support the newer kernel without a magic crystall 
ball to fix everything automatically for the future API breakage :)

It's already fixed in HG version, BTW.


Takashi

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

end of thread, other threads:[~2006-10-06 11:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-05 20:19 2.6.19rc1: pcm_native.c doesn't build Elimar Riesebieter
2006-10-05 20:26 ` Lee Revell
2006-10-05 20:44   ` Elimar Riesebieter
2006-10-06 11:33     ` Takashi Iwai

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.