* Request for compilation test - v1.0.25
@ 2012-01-23 11:11 Jaroslav Kysela
2012-01-23 14:16 ` Takashi Iwai
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Jaroslav Kysela @ 2012-01-23 11:11 UTC (permalink / raw)
To: ALSA development
Hi all,
I would like to ask for a package compilation test in your distribution
for latest ALSA package snapshots available at:
http://www.alsa-project.org/snapshot/
At this time, these snapshots are available:
alsa-driver 1.0.24.110.g22743.2525.ge60f5
alsa-lib 1.0.24.1.53.g98d4e
alsa-utils 1.0.24.2.26.g7d33a
alsa-firmware 1.0.24.1.3.g3c38d
alsa-tools 1.0.24.1.51.g234fa
alsa-oss 1.0.17.2.g1dfe1
alsa-plugins 1.0.24.11.gb3fb5
alsa-python 1.0.24.2.g4c452
Please, report any compilation/installation issues to this list (you
may add CC to me). I am going to make 1.0.25 release on Wednesday.
The alsa-driver package will not support the kernels bellow 2.6.18
(released Sep 20 2006), from README:
- Vanilla 3.0 to 3.2
- Vanilla 2.6.18 to 2.6.39
I kept the 2.4 build code, but it is not maintained and definitely, it
will be removed in next alsa-driver versions.
Jaroslav
--
Jaroslav Kysela <perex@perex.cz>
Linux Kernel Sound Maintainer
ALSA Project; Red Hat, Inc.
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: Request for compilation test - v1.0.25
2012-01-23 11:11 Request for compilation test - v1.0.25 Jaroslav Kysela
@ 2012-01-23 14:16 ` Takashi Iwai
[not found] ` <4F1D7F91.2030301@perex.cz>
2012-01-23 14:44 ` ozan
2012-01-23 16:27 ` David Henningsson
2 siblings, 1 reply; 7+ messages in thread
From: Takashi Iwai @ 2012-01-23 14:16 UTC (permalink / raw)
To: Jaroslav Kysela; +Cc: ALSA development
At Mon, 23 Jan 2012 12:11:26 +0100,
Jaroslav Kysela wrote:
>
> The alsa-driver package will not support the kernels bellow 2.6.18
> (released Sep 20 2006), from README:
>
> - Vanilla 3.0 to 3.2
> - Vanilla 2.6.18 to 2.6.39
>
> I kept the 2.4 build code, but it is not maintained and definitely, it
> will be removed in next alsa-driver versions.
2.4 kernel won't be built since many driver codes need
KBUILD_MODNAME.
OTOH, 2.6 kernels below 2.6.18 should be still OK. I'm building the
drivers regularly with 2.6.9 and 2.6.16 kernels for SLE10 and SLE11.
Takashi
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: Request for compilation test - v1.0.25
2012-01-23 11:11 Request for compilation test - v1.0.25 Jaroslav Kysela
2012-01-23 14:16 ` Takashi Iwai
@ 2012-01-23 14:44 ` ozan
2012-01-23 15:49 ` Jaroslav Kysela
2012-01-23 16:27 ` David Henningsson
2 siblings, 1 reply; 7+ messages in thread
From: ozan @ 2012-01-23 14:44 UTC (permalink / raw)
To: Jaroslav Kysela; +Cc: ALSA development
On Mon, 23 Jan 2012 12:11:26 +0100, Jaroslav Kysela <perex@perex.cz> wrote:
> Hi all,
>
> I would like to ask for a package compilation test in your distribution
> for latest ALSA package snapshots available at:
> alsa-plugins 1.0.24.11.gb3fb5
alsa-plugins tarball doesn't contain the *.conf files for PulseAudio added
with the commit below:
http://git.alsa-project.org/?p=alsa-plugins.git;a=commit;h=84ce9d8230d19ebd67bc8db691bab74c4cbac979
Thus build fails as they're referenced in pulse/Makefile.*
The other ones except alsa-oss which doesn't have a package in Pardus are
building just fine on x86_64 over linux 3.2.1 with GCC 4.5.3.
Sound works as expected after a reboot.
---
Ozan Caglayan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Request for compilation test - v1.0.25
2012-01-23 11:11 Request for compilation test - v1.0.25 Jaroslav Kysela
2012-01-23 14:16 ` Takashi Iwai
2012-01-23 14:44 ` ozan
@ 2012-01-23 16:27 ` David Henningsson
2012-01-23 16:41 ` Takashi Iwai
2 siblings, 1 reply; 7+ messages in thread
From: David Henningsson @ 2012-01-23 16:27 UTC (permalink / raw)
To: Jaroslav Kysela; +Cc: ALSA development
On 01/23/2012 12:11 PM, Jaroslav Kysela wrote:
> Hi all,
>
> I would like to ask for a package compilation test in your distribution
> for latest ALSA package snapshots available at:
>
> http://www.alsa-project.org/snapshot/
I have done a quick test compilation of these in the development version
of Ubuntu, 12.04. So far, I did not test installing them.
>
> At this time, these snapshots are available:
>
> alsa-driver 1.0.24.110.g22743.2525.ge60f5
Compiles without problems.
> alsa-lib 1.0.24.1.53.g98d4e
Compiles without problems.
> alsa-utils 1.0.24.2.26.g7d33a
Fails at configure (probably just requires headers from the alsa-lib
snapshot)
http://paste.ubuntu.com/814406/
> alsa-firmware 1.0.24.1.3.g3c38d
Compiles without problems.
> alsa-tools 1.0.24.1.51.g234fa
Fails with:
configure.in:20: error: possibly undefined macro: AM_PATH_LD10K1
http://paste.ubuntu.com/814403/
Also, this package refuses to build in parallel (I'm running "make -j5").
> alsa-oss 1.0.17.2.g1dfe1
Compiles without problems.
> alsa-plugins 1.0.24.11.gb3fb5
Fails with:
make[2]: *** No rule to make target `50-pulseaudio.conf', needed by
`all-am'. Stop.
http://paste.ubuntu.com/814400/
> alsa-python 1.0.24.2.g4c452
I'm not familiar with building python packages, but "python setup.py
build" seems to compile without problems.
>
> Please, report any compilation/installation issues to this list (you
> may add CC to me). I am going to make 1.0.25 release on Wednesday.
>
> The alsa-driver package will not support the kernels bellow 2.6.18
> (released Sep 20 2006), from README:
>
> - Vanilla 3.0 to 3.2
> - Vanilla 2.6.18 to 2.6.39
>
> I kept the 2.4 build code, but it is not maintained and definitely, it
> will be removed in next alsa-driver versions.
>
> Jaroslav
>
--
David Henningsson, Canonical Ltd.
http://launchpad.net/~diwic
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Request for compilation test - v1.0.25
2012-01-23 16:27 ` David Henningsson
@ 2012-01-23 16:41 ` Takashi Iwai
0 siblings, 0 replies; 7+ messages in thread
From: Takashi Iwai @ 2012-01-23 16:41 UTC (permalink / raw)
To: David Henningsson; +Cc: ALSA development
At Mon, 23 Jan 2012 17:27:19 +0100,
David Henningsson wrote:
>
> > alsa-utils 1.0.24.2.26.g7d33a
>
> Fails at configure (probably just requires headers from the alsa-lib
> snapshot)
Yes. In theory, configure could check the header version >= 1.0.25,
but it makes hard to test now. I think we can leave as is now. After
all, configure script checked correctly that the old alsa-lib is
installed.
> http://paste.ubuntu.com/814406/
>
> > alsa-firmware 1.0.24.1.3.g3c38d
>
> Compiles without problems.
>
> > alsa-tools 1.0.24.1.51.g234fa
>
> Fails with:
>
> configure.in:20: error: possibly undefined macro: AM_PATH_LD10K1
This is no regression. You need to compile and install ld10k1 before
qlo10k1.
>
> http://paste.ubuntu.com/814403/
>
> Also, this package refuses to build in parallel (I'm running "make -j5").
The parallel build itself should work when you run configure and make
in each sub-directory.
thanks,
Takashi
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-01-23 16:41 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-23 11:11 Request for compilation test - v1.0.25 Jaroslav Kysela
2012-01-23 14:16 ` Takashi Iwai
[not found] ` <4F1D7F91.2030301@perex.cz>
[not found] ` <s5hvco22xcv.wl%tiwai@suse.de>
2012-01-23 16:40 ` Jaroslav Kysela
2012-01-23 14:44 ` ozan
2012-01-23 15:49 ` Jaroslav Kysela
2012-01-23 16:27 ` David Henningsson
2012-01-23 16:41 ` 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.