* ALSA 1.0.15rc1
@ 2007-08-31 9:14 Jaroslav Kysela
2007-08-31 10:02 ` Thierry Vignaud
` (2 more replies)
0 siblings, 3 replies; 16+ messages in thread
From: Jaroslav Kysela @ 2007-08-31 9:14 UTC (permalink / raw)
To: ALSA development
Hi all,
ALSA 1.0.15rc1 packages are released. Please, check
http://www.alsa-project.org for download and changelog.
Jaroslav
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SUSE Labs
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: ALSA 1.0.15rc1
2007-08-31 9:14 ALSA 1.0.15rc1 Jaroslav Kysela
@ 2007-08-31 10:02 ` Thierry Vignaud
2007-08-31 10:05 ` Thierry Vignaud
2007-08-31 12:25 ` compilation faillure (was: Re: ALSA 1.0.15rc1) Thierry Vignaud
2007-08-31 15:23 ` ALSA 1.0.15rc1 Elimar Riesebieter
2 siblings, 1 reply; 16+ messages in thread
From: Thierry Vignaud @ 2007-08-31 10:02 UTC (permalink / raw)
To: Jaroslav Kysela; +Cc: ALSA development
Jaroslav Kysela <perex@suse.cz> writes:
> Hi all,
>
> ALSA 1.0.15rc1 packages are released. Please, check
> http://www.alsa-project.org for download and changelog.
>
> Jaroslav
Looks like you included the 1.0.14 changelog too. Eg, below shouldn't
have you killed everythinkg after "release 1.0.14a"?
http://www.alsa-project.org/main/index.php/Changes_v1.0.14_v1.0.15rc1#alsa-lib
[edit]alsa-lib
[edit]Core
Fix plugin directory
Properly disable -Bsymbolic-functions if ld doesn't support
release 1.0.14a
Fix the build of lfloat plugin
release 1.0.14
Fix undefined references in namehint.c
Create asoundlib.h dynamically according to configure options
Fix a typo in configure script
Continue build even if python-config doesn't exist
mixer simple basic abstraction - added python binding
Split mmap-emulation code from hw layer
^ permalink raw reply [flat|nested] 16+ messages in thread
* compilation faillure (was: Re: ALSA 1.0.15rc1)
2007-08-31 9:14 ALSA 1.0.15rc1 Jaroslav Kysela
2007-08-31 10:02 ` Thierry Vignaud
@ 2007-08-31 12:25 ` Thierry Vignaud
2007-08-31 13:19 ` Takashi Iwai
` (2 more replies)
2007-08-31 15:23 ` ALSA 1.0.15rc1 Elimar Riesebieter
2 siblings, 3 replies; 16+ messages in thread
From: Thierry Vignaud @ 2007-08-31 12:25 UTC (permalink / raw)
To: Jaroslav Kysela; +Cc: ALSA development
Jaroslav Kysela <perex@suse.cz> writes:
> ALSA 1.0.15rc1 packages are released. Please, check
> http://www.alsa-project.org for download and changelog.
(...)
Making all in simple
make[3]: Entering directory `/home/tv/rpm/BUILD/alsa-lib-1.0.15rc1/modules/mixer/simple'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O
2 -W -Wall -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -fomit-frame-pointer
-march=i586 -mtune=generic -fasynchronous-unwind-tables -MT python.lo -MD -MP -MF ".deps/python.Tpo" -c -o python.lo python.
c; \
then mv -f ".deps/python.Tpo" ".deps/python.Plo"; else rm -f ".deps/python.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -MT python.lo -MD -MP -MF .deps/python.Tpo -c python.c -DPIC -fPIC -DPIC -o .libs/python.o
ICECC[32088] 14:23:50: can't send joblocalmsg to daemon
python.c:26:27: error: python/Python.h: No such file or directory
>From where does come this header?
Also this shows that configure.in misses some test...
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: compilation faillure (was: Re: ALSA 1.0.15rc1)
2007-08-31 12:25 ` compilation faillure (was: Re: ALSA 1.0.15rc1) Thierry Vignaud
@ 2007-08-31 13:19 ` Takashi Iwai
2007-08-31 13:22 ` compilation faillure Thierry Vignaud
2007-08-31 13:24 ` compilation faillure (was: Re: ALSA 1.0.15rc1) Jaroslav Kysela
2 siblings, 0 replies; 16+ messages in thread
From: Takashi Iwai @ 2007-08-31 13:19 UTC (permalink / raw)
To: Thierry Vignaud; +Cc: ALSA development, Jaroslav Kysela
At Fri, 31 Aug 2007 14:25:38 +0200,
Thierry Vignaud wrote:
>
> Jaroslav Kysela <perex@suse.cz> writes:
>
> > ALSA 1.0.15rc1 packages are released. Please, check
> > http://www.alsa-project.org for download and changelog.
>
> (...)
> Making all in simple
> make[3]: Entering directory `/home/tv/rpm/BUILD/alsa-lib-1.0.15rc1/modules/mixer/simple'
> if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O
> 2 -W -Wall -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -fomit-frame-pointer
> -march=i586 -mtune=generic -fasynchronous-unwind-tables -MT python.lo -MD -MP -MF ".deps/python.Tpo" -c -o python.lo python.
> c; \
> then mv -f ".deps/python.Tpo" ".deps/python.Plo"; else rm -f ".deps/python.Tpo"; exit 1; fi
> gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -MT python.lo -MD -MP -MF .deps/python.Tpo -c python.c -DPIC -fPIC -DPIC -o .libs/python.o
> ICECC[32088] 14:23:50: can't send joblocalmsg to daemon
> python.c:26:27: error: python/Python.h: No such file or directory
>
> From where does come this header?
> Also this shows that configure.in misses some test...
Maybe python headers need -Ixxx cc option?
configure script seems not checking the output of python-config
--cflags.
As a workaround, build with --disable-python.
Takashi
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: compilation faillure
2007-08-31 12:25 ` compilation faillure (was: Re: ALSA 1.0.15rc1) Thierry Vignaud
2007-08-31 13:19 ` Takashi Iwai
@ 2007-08-31 13:22 ` Thierry Vignaud
2007-08-31 13:25 ` Jaroslav Kysela
2007-08-31 13:24 ` compilation faillure (was: Re: ALSA 1.0.15rc1) Jaroslav Kysela
2 siblings, 1 reply; 16+ messages in thread
From: Thierry Vignaud @ 2007-08-31 13:22 UTC (permalink / raw)
To: Jaroslav Kysela; +Cc: ALSA development
Thierry Vignaud <tvignaud@mandriva.com> writes:
> > ALSA 1.0.15rc1 packages are released. Please, check
> > http://www.alsa-project.org for download and changelog.
>
> (...)
> Making all in simple
> make[3]: Entering directory `/home/tv/rpm/BUILD/alsa-lib-1.0.15rc1/modules/mixer/simple'
> if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O
> 2 -W -Wall -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -fomit-frame-pointer
> -march=i586 -mtune=generic -fasynchronous-unwind-tables -MT python.lo -MD -MP -MF ".deps/python.Tpo" -c -o python.lo python.
> c; \
> then mv -f ".deps/python.Tpo" ".deps/python.Plo"; else rm -f ".deps/python.Tpo"; exit 1; fi
> gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -MT python.lo -MD -MP -MF .deps/python.Tpo -c python.c -DPIC -fPIC -DPIC -o .libs/python.o
> ICECC[32088] 14:23:50: can't send joblocalmsg to daemon
> python.c:26:27: error: python/Python.h: No such file or directory
>
> >From where does come this header?
> Also this shows that configure.in misses some test...
looks like it doesn't use python-config at all :-(
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: compilation faillure (was: Re: ALSA 1.0.15rc1)
2007-08-31 12:25 ` compilation faillure (was: Re: ALSA 1.0.15rc1) Thierry Vignaud
2007-08-31 13:19 ` Takashi Iwai
2007-08-31 13:22 ` compilation faillure Thierry Vignaud
@ 2007-08-31 13:24 ` Jaroslav Kysela
2007-08-31 13:32 ` compilation faillure Thierry Vignaud
2 siblings, 1 reply; 16+ messages in thread
From: Jaroslav Kysela @ 2007-08-31 13:24 UTC (permalink / raw)
To: Thierry Vignaud; +Cc: ALSA development
On Fri, 31 Aug 2007, Thierry Vignaud wrote:
> Jaroslav Kysela <perex@suse.cz> writes:
>
> > ALSA 1.0.15rc1 packages are released. Please, check
> > http://www.alsa-project.org for download and changelog.
>
> (...)
> Making all in simple
> make[3]: Entering directory `/home/tv/rpm/BUILD/alsa-lib-1.0.15rc1/modules/mixer/simple'
> if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O
> 2 -W -Wall -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -fomit-frame-pointer
> -march=i586 -mtune=generic -fasynchronous-unwind-tables -MT python.lo -MD -MP -MF ".deps/python.Tpo" -c -o python.lo python.
> c; \
> then mv -f ".deps/python.Tpo" ".deps/python.Plo"; else rm -f ".deps/python.Tpo"; exit 1; fi
> gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g -O2 -W -Wall -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -MT python.lo -MD -MP -MF .deps/python.Tpo -c python.c -DPIC -fPIC -DPIC -o .libs/python.o
> ICECC[32088] 14:23:50: can't send joblocalmsg to daemon
> python.c:26:27: error: python/Python.h: No such file or directory
Oops, configure script does not detected location of python C header files.
Fixed in HG.
You may disable building of python code with --disable-python and wait for
1.0.15rc2.
Jaroslav
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SUSE Labs
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: compilation faillure
2007-08-31 13:24 ` compilation faillure (was: Re: ALSA 1.0.15rc1) Jaroslav Kysela
@ 2007-08-31 13:32 ` Thierry Vignaud
2007-08-31 14:42 ` Takashi Iwai
2007-08-31 17:14 ` stan
0 siblings, 2 replies; 16+ messages in thread
From: Thierry Vignaud @ 2007-08-31 13:32 UTC (permalink / raw)
To: Jaroslav Kysela; +Cc: ALSA development
Jaroslav Kysela <perex@suse.cz> writes:
> Oops, configure script does not detected location of python C header files.
> Fixed in HG.
>
> You may disable building of python code with --disable-python and wait for
> 1.0.15rc2.
--disable-python has no effect
--disable-python & --enable-python breaks at the exact same point...
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: compilation faillure
2007-08-31 13:32 ` compilation faillure Thierry Vignaud
@ 2007-08-31 14:42 ` Takashi Iwai
2007-08-31 17:14 ` stan
1 sibling, 0 replies; 16+ messages in thread
From: Takashi Iwai @ 2007-08-31 14:42 UTC (permalink / raw)
To: Thierry Vignaud; +Cc: ALSA development, Jaroslav Kysela
At Fri, 31 Aug 2007 15:32:06 +0200,
Thierry Vignaud wrote:
>
> Jaroslav Kysela <perex@suse.cz> writes:
>
> > Oops, configure script does not detected location of python C header files.
> > Fixed in HG.
> >
> > You may disable building of python code with --disable-python and wait for
> > 1.0.15rc2.
>
> --disable-python has no effect
Works for me.
Takashi
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: compilation faillure
2007-08-31 13:32 ` compilation faillure Thierry Vignaud
2007-08-31 14:42 ` Takashi Iwai
@ 2007-08-31 17:14 ` stan
1 sibling, 0 replies; 16+ messages in thread
From: stan @ 2007-08-31 17:14 UTC (permalink / raw)
To: Thierry Vignaud; +Cc: ALSA development, Jaroslav Kysela
Thierry Vignaud wrote:
> Jaroslav Kysela <perex@suse.cz> writes:
>
>
>> Oops, configure script does not detected location of python C header files.
>> Fixed in HG.
>>
>> You may disable building of python code with --disable-python and wait for
>> 1.0.15rc2.
>>
>
> --disable-python has no effect
> --disable-python & --enable-python breaks at the exact same point...
> _______________________________________________
>
>
Hi,
When I compile the snapshots on Fedora they fail with python errors
unless I go to the /usr/include directory and create a symbolic link: ln
-s python2.5 python
i.e. create a generic python link to the version specific include
directory. Your system might need something similar.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: ALSA 1.0.15rc1
2007-08-31 9:14 ALSA 1.0.15rc1 Jaroslav Kysela
2007-08-31 10:02 ` Thierry Vignaud
2007-08-31 12:25 ` compilation faillure (was: Re: ALSA 1.0.15rc1) Thierry Vignaud
@ 2007-08-31 15:23 ` Elimar Riesebieter
2007-08-31 17:49 ` Elimar Riesebieter
2 siblings, 1 reply; 16+ messages in thread
From: Elimar Riesebieter @ 2007-08-31 15:23 UTC (permalink / raw)
To: alsa-devel; +Cc: pkg-alsa-devel
On Fri, 31 Aug 2007 the mental interface of
Jaroslav Kysela told:
>Hi all,
>
> ALSA 1.0.15rc1 packages are released. Please, check
>http://www.alsa-project.org for download and changelog.
Now we have the changelog formatted in xhtml. We (Debian) are
distributing the changes always in pure text format, otherwise we
have to put a browser to the install deps. I tried to convert with
html2text but got some garbage. Is there a tool to extract the text
similar formatted as the old "v1-0-14rc4--v1-0-14.txt"? Isn't it
usual to package a changelog to the sources?
Elimar
--
Obviously the human brain works like a computer.
Since there are no stupid computers humans can't be stupid.
There are just a few running with Windows or even CE ;-)
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: ALSA 1.0.15rc1
2007-08-31 15:23 ` ALSA 1.0.15rc1 Elimar Riesebieter
@ 2007-08-31 17:49 ` Elimar Riesebieter
2007-09-01 8:07 ` Jaroslav Kysela
0 siblings, 1 reply; 16+ messages in thread
From: Elimar Riesebieter @ 2007-08-31 17:49 UTC (permalink / raw)
To: alsa-devel, pkg-alsa-devel
On Fri, 31 Aug 2007 the mental interface of
Elimar Riesebieter told:
[...]
> Is there a tool to extract the text similar formatted as the old
> "v1-0-14rc4--v1-0-14.txt"? Isn't it usual to package a changelog to
> the sources?
Well using lynx (print to file) and some vim actions are doing the
trick, But anyway, shouldn't it be included in sources?
Elimar
--
.~.
/V\ L I N U X
/( )\ >Phear the Penguin<
^^-^^
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: ALSA 1.0.15rc1
2007-08-31 17:49 ` Elimar Riesebieter
@ 2007-09-01 8:07 ` Jaroslav Kysela
0 siblings, 0 replies; 16+ messages in thread
From: Jaroslav Kysela @ 2007-09-01 8:07 UTC (permalink / raw)
To: Elimar Riesebieter; +Cc: alsa-devel, pkg-alsa-devel
On Fri, 31 Aug 2007, Elimar Riesebieter wrote:
> On Fri, 31 Aug 2007 the mental interface of
> Elimar Riesebieter told:
>
> [...]
> > Is there a tool to extract the text similar formatted as the old
> > "v1-0-14rc4--v1-0-14.txt"? Isn't it usual to package a changelog to
> > the sources?
>
> Well using lynx (print to file) and some vim actions are doing the
> trick, But anyway, shouldn't it be included in sources?
It's probably better to extract the wiki source text from <textarea> tag
when you download the edit page (only html entities like < etc. should
be converted back to text):
http://www.alsa-project.org/main/index.php?title=Changes_v1.0.14_v1.0.15rc1&action=edit
Actually, I have no plans to add this history to source files. Anyone can
get this information from www or extract it from the HG repository.
Jaroslav
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SUSE Labs
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2007-09-01 8:07 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-31 9:14 ALSA 1.0.15rc1 Jaroslav Kysela
2007-08-31 10:02 ` Thierry Vignaud
2007-08-31 10:05 ` Thierry Vignaud
2007-08-31 10:39 ` Jaroslav Kysela
2007-08-31 13:31 ` Thierry Vignaud
2007-08-31 12:25 ` compilation faillure (was: Re: ALSA 1.0.15rc1) Thierry Vignaud
2007-08-31 13:19 ` Takashi Iwai
2007-08-31 13:22 ` compilation faillure Thierry Vignaud
2007-08-31 13:25 ` Jaroslav Kysela
2007-08-31 13:24 ` compilation faillure (was: Re: ALSA 1.0.15rc1) Jaroslav Kysela
2007-08-31 13:32 ` compilation faillure Thierry Vignaud
2007-08-31 14:42 ` Takashi Iwai
2007-08-31 17:14 ` stan
2007-08-31 15:23 ` ALSA 1.0.15rc1 Elimar Riesebieter
2007-08-31 17:49 ` Elimar Riesebieter
2007-09-01 8:07 ` Jaroslav Kysela
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.