mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] alsa-lib: version bump 1.1.4.1 -> 1.1.6
@ 2018-10-16  9:08 Ladislav Michl
  2018-10-16 13:09 ` Michael Olbrich
  0 siblings, 1 reply; 4+ messages in thread
From: Ladislav Michl @ 2018-10-16  9:08 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 Changes:
 -v2: just use --with-pcm-plugins=all unconditionally

 .../0001-add-largefile-support.patch          |  0
 .../autogen.sh                                |  0
 .../series                                    |  0
 rules/alsa-lib.make                           | 19 +++++++------------
 4 files changed, 7 insertions(+), 12 deletions(-)
 rename patches/{alsa-lib-1.1.4.1 => alsa-lib-1.1.6}/0001-add-largefile-support.patch (100%)
 rename patches/{alsa-lib-1.1.4.1 => alsa-lib-1.1.6}/autogen.sh (100%)
 rename patches/{alsa-lib-1.1.4.1 => alsa-lib-1.1.6}/series (100%)

diff --git a/patches/alsa-lib-1.1.4.1/0001-add-largefile-support.patch b/patches/alsa-lib-1.1.6/0001-add-largefile-support.patch
similarity index 100%
rename from patches/alsa-lib-1.1.4.1/0001-add-largefile-support.patch
rename to patches/alsa-lib-1.1.6/0001-add-largefile-support.patch
diff --git a/patches/alsa-lib-1.1.4.1/autogen.sh b/patches/alsa-lib-1.1.6/autogen.sh
similarity index 100%
rename from patches/alsa-lib-1.1.4.1/autogen.sh
rename to patches/alsa-lib-1.1.6/autogen.sh
diff --git a/patches/alsa-lib-1.1.4.1/series b/patches/alsa-lib-1.1.6/series
similarity index 100%
rename from patches/alsa-lib-1.1.4.1/series
rename to patches/alsa-lib-1.1.6/series
diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make
index 4e150d42a..f3fe93aad 100644
--- a/rules/alsa-lib.make
+++ b/rules/alsa-lib.make
@@ -20,8 +20,8 @@ PACKAGES-$(PTXCONF_ALSA_LIB) += alsa-lib
 ALSA_LIB_SUFFIX		:= tar.bz2
 
 ifdef PTXCONF_ALSA_LIB_FULL
-ALSA_LIB_VERSION	:= 1.1.4.1
-ALSA_LIB_MD5		:= 29fa3e69122d3cf3e8f0e01a0cb1d183
+ALSA_LIB_VERSION	:= 1.1.6
+ALSA_LIB_MD5		:= 2f981a8f7897c59ec2ddc44916d33788
 ALSA_LIB		:= alsa-lib-$(ALSA_LIB_VERSION)
 ALSA_LIB_URL		:= \
 	http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/lib/$(ALSA_LIB).$(ALSA_LIB_SUFFIX) \
@@ -43,13 +43,11 @@ ALSA_LIB_LICENSE	:= LGPL-2.1-or-later
 # Prepare
 # ----------------------------------------------------------------------------
 
-ALSA_LIB_PATH	:= PATH=$(CROSS_PATH)
-ALSA_LIB_ENV 	:= $(CROSS_ENV)
-
 #
 # autoconf
 #
-ALSA_LIB_AUTOCONF := \
+ALSA_LIB_CONF_TOOL	:= autoconf
+ALSA_LIB_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
 	$(GLOBAL_LARGE_FILE_OPTION) \
 	--enable-shared \
@@ -77,14 +75,11 @@ ALSA_LIB_AUTOCONF := \
 	--with-pthread \
 	--with-librt \
 	--with-alsa-devdir=/dev/snd \
-	--with-aload-devdir=/dev
-
-ifdef PTXCONF_ALSA_LIB_PCM
-ALSA_LIB_AUTOCONF += --with-pcm-plugins=all
-endif
+	--with-aload-devdir=/dev \
+	--with-pcm-plugins=all
 
 ifdef PTXCONF_ALSA_LIB_LIGHT
-ALSA_LIB_AUTOCONF += \
+ALSA_LIB_CONF_OPT += \
 	--enable-everyhing \
 	--enable-tlv \
 	--enable-timer \
-- 
2.19.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH v2] alsa-lib: version bump 1.1.4.1 -> 1.1.6
  2018-10-16  9:08 [ptxdist] [PATCH v2] alsa-lib: version bump 1.1.4.1 -> 1.1.6 Ladislav Michl
@ 2018-10-16 13:09 ` Michael Olbrich
  2018-10-16 14:17   ` Ladislav Michl
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Olbrich @ 2018-10-16 13:09 UTC (permalink / raw)
  To: ptxdist

On Tue, Oct 16, 2018 at 11:08:20AM +0200, Ladislav Michl wrote:
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
>  Changes:
>  -v2: just use --with-pcm-plugins=all unconditionally

Fails in my build test (all options enabled). I've not looked at this in detail:

[...]
Making all in conf
make[3]: Entering directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6/src/conf'
Making all in cards
make[4]: Entering directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6/src/conf/cards'
make[4]: *** No rule to make target 'SI7018/sndoc-mixer.alisp', needed by 'all-am'.  Stop.
make[4]: Leaving directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6/src/conf/cards'
Makefile:423: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6/src/conf'
Makefile:556: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6/src'
Makefile:402: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6'
.../ptxdist/rules/post/ptxd_make_world_compile.make:21: recipe for target '.../platform-arm-hf/state/alsa-lib.compile' failed
make: *** [.../platform-arm-hf/state/alsa-lib.compile] Error 2

Michael

>  .../0001-add-largefile-support.patch          |  0
>  .../autogen.sh                                |  0
>  .../series                                    |  0
>  rules/alsa-lib.make                           | 19 +++++++------------
>  4 files changed, 7 insertions(+), 12 deletions(-)
>  rename patches/{alsa-lib-1.1.4.1 => alsa-lib-1.1.6}/0001-add-largefile-support.patch (100%)
>  rename patches/{alsa-lib-1.1.4.1 => alsa-lib-1.1.6}/autogen.sh (100%)
>  rename patches/{alsa-lib-1.1.4.1 => alsa-lib-1.1.6}/series (100%)
> 
> diff --git a/patches/alsa-lib-1.1.4.1/0001-add-largefile-support.patch b/patches/alsa-lib-1.1.6/0001-add-largefile-support.patch
> similarity index 100%
> rename from patches/alsa-lib-1.1.4.1/0001-add-largefile-support.patch
> rename to patches/alsa-lib-1.1.6/0001-add-largefile-support.patch
> diff --git a/patches/alsa-lib-1.1.4.1/autogen.sh b/patches/alsa-lib-1.1.6/autogen.sh
> similarity index 100%
> rename from patches/alsa-lib-1.1.4.1/autogen.sh
> rename to patches/alsa-lib-1.1.6/autogen.sh
> diff --git a/patches/alsa-lib-1.1.4.1/series b/patches/alsa-lib-1.1.6/series
> similarity index 100%
> rename from patches/alsa-lib-1.1.4.1/series
> rename to patches/alsa-lib-1.1.6/series
> diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make
> index 4e150d42a..f3fe93aad 100644
> --- a/rules/alsa-lib.make
> +++ b/rules/alsa-lib.make
> @@ -20,8 +20,8 @@ PACKAGES-$(PTXCONF_ALSA_LIB) += alsa-lib
>  ALSA_LIB_SUFFIX		:= tar.bz2
>  
>  ifdef PTXCONF_ALSA_LIB_FULL
> -ALSA_LIB_VERSION	:= 1.1.4.1
> -ALSA_LIB_MD5		:= 29fa3e69122d3cf3e8f0e01a0cb1d183
> +ALSA_LIB_VERSION	:= 1.1.6
> +ALSA_LIB_MD5		:= 2f981a8f7897c59ec2ddc44916d33788
>  ALSA_LIB		:= alsa-lib-$(ALSA_LIB_VERSION)
>  ALSA_LIB_URL		:= \
>  	http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/lib/$(ALSA_LIB).$(ALSA_LIB_SUFFIX) \
> @@ -43,13 +43,11 @@ ALSA_LIB_LICENSE	:= LGPL-2.1-or-later
>  # Prepare
>  # ----------------------------------------------------------------------------
>  
> -ALSA_LIB_PATH	:= PATH=$(CROSS_PATH)
> -ALSA_LIB_ENV 	:= $(CROSS_ENV)
> -
>  #
>  # autoconf
>  #
> -ALSA_LIB_AUTOCONF := \
> +ALSA_LIB_CONF_TOOL	:= autoconf
> +ALSA_LIB_CONF_OPT	:= \
>  	$(CROSS_AUTOCONF_USR) \
>  	$(GLOBAL_LARGE_FILE_OPTION) \
>  	--enable-shared \
> @@ -77,14 +75,11 @@ ALSA_LIB_AUTOCONF := \
>  	--with-pthread \
>  	--with-librt \
>  	--with-alsa-devdir=/dev/snd \
> -	--with-aload-devdir=/dev
> -
> -ifdef PTXCONF_ALSA_LIB_PCM
> -ALSA_LIB_AUTOCONF += --with-pcm-plugins=all
> -endif
> +	--with-aload-devdir=/dev \
> +	--with-pcm-plugins=all
>  
>  ifdef PTXCONF_ALSA_LIB_LIGHT
> -ALSA_LIB_AUTOCONF += \
> +ALSA_LIB_CONF_OPT += \
>  	--enable-everyhing \
>  	--enable-tlv \
>  	--enable-timer \
> -- 
> 2.19.1
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH v2] alsa-lib: version bump 1.1.4.1 -> 1.1.6
  2018-10-16 13:09 ` Michael Olbrich
@ 2018-10-16 14:17   ` Ladislav Michl
  2018-10-16 19:31     ` Ladislav Michl
  0 siblings, 1 reply; 4+ messages in thread
From: Ladislav Michl @ 2018-10-16 14:17 UTC (permalink / raw)
  To: ptxdist

On Tue, Oct 16, 2018 at 03:09:40PM +0200, Michael Olbrich wrote:
> On Tue, Oct 16, 2018 at 11:08:20AM +0200, Ladislav Michl wrote:
> > Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> > ---
> >  Changes:
> >  -v2: just use --with-pcm-plugins=all unconditionally
> 
> Fails in my build test (all options enabled). I've not looked at this in detail:
> 
> [...]
> Making all in conf
> make[3]: Entering directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6/src/conf'
> Making all in cards
> make[4]: Entering directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6/src/conf/cards'
> make[4]: *** No rule to make target 'SI7018/sndoc-mixer.alisp', needed by 'all-am'.  Stop.
> make[4]: Leaving directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6/src/conf/cards'
> Makefile:423: recipe for target 'all-recursive' failed
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6/src/conf'
> Makefile:556: recipe for target 'all-recursive' failed
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6/src'
> Makefile:402: recipe for target 'all-recursive' failed
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6'
> .../ptxdist/rules/post/ptxd_make_world_compile.make:21: recipe for target '.../platform-arm-hf/state/alsa-lib.compile' failed
> make: *** [.../platform-arm-hf/state/alsa-lib.compile] Error 2

I haven't found anything obvious, but as a quick try, could you use just
--with-pcm-plugins and retest.

Thanks.

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH v2] alsa-lib: version bump 1.1.4.1 -> 1.1.6
  2018-10-16 14:17   ` Ladislav Michl
@ 2018-10-16 19:31     ` Ladislav Michl
  0 siblings, 0 replies; 4+ messages in thread
From: Ladislav Michl @ 2018-10-16 19:31 UTC (permalink / raw)
  To: ptxdist

On Tue, Oct 16, 2018 at 04:17:56PM +0200, Ladislav Michl wrote:
> On Tue, Oct 16, 2018 at 03:09:40PM +0200, Michael Olbrich wrote:
> > On Tue, Oct 16, 2018 at 11:08:20AM +0200, Ladislav Michl wrote:
> > > Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> > > ---
> > >  Changes:
> > >  -v2: just use --with-pcm-plugins=all unconditionally
> > 
> > Fails in my build test (all options enabled). I've not looked at this in detail:
> > 
> > [...]
> > Making all in conf
> > make[3]: Entering directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6/src/conf'
> > Making all in cards
> > make[4]: Entering directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6/src/conf/cards'
> > make[4]: *** No rule to make target 'SI7018/sndoc-mixer.alisp', needed by 'all-am'.  Stop.
> > make[4]: Leaving directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6/src/conf/cards'
> > Makefile:423: recipe for target 'all-recursive' failed
> > make[3]: *** [all-recursive] Error 1
> > make[3]: Leaving directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6/src/conf'
> > Makefile:556: recipe for target 'all-recursive' failed
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6/src'
> > Makefile:402: recipe for target 'all-recursive' failed
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory '.../platform-arm-hf/build-target/alsa-lib-1.1.6'
> > .../ptxdist/rules/post/ptxd_make_world_compile.make:21: recipe for target '.../platform-arm-hf/state/alsa-lib.compile' failed
> > make: *** [.../platform-arm-hf/state/alsa-lib.compile] Error 2
> 
> I haven't found anything obvious, but as a quick try, could you use just
> --with-pcm-plugins and retest.

Nevermind... As version 1.1.7 was just released, I'll send another update anyway.

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2018-10-16 19:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-16  9:08 [ptxdist] [PATCH v2] alsa-lib: version bump 1.1.4.1 -> 1.1.6 Ladislav Michl
2018-10-16 13:09 ` Michael Olbrich
2018-10-16 14:17   ` Ladislav Michl
2018-10-16 19:31     ` Ladislav Michl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox