* [ptxdist] [PATCH 1/3] flex: Updated source version to 2.5.39
@ 2016-06-09 9:05 carsten.schlote
2016-06-09 9:05 ` [ptxdist] [PATCH 2/3] host-autotools-automake: Updated source version to 1.15 carsten.schlote
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: carsten.schlote @ 2016-06-09 9:05 UTC (permalink / raw)
To: ptxdist; +Cc: Carsten Schlote
From: Carsten Schlote <schlote@vahanus.net>
Signed-off-by: Carsten Schlote <schlote@vahanus.net>
---
rules/flex.make | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/rules/flex.make b/rules/flex.make
index 251478e..c717df0 100644
--- a/rules/flex.make
+++ b/rules/flex.make
@@ -16,10 +16,10 @@ PACKAGES-$(PTXCONF_FLEX) += flex
#
# Paths and names
#
-FLEX_VERSION := 2.5.35
-FLEX_MD5 := 10714e50cea54dc7a227e3eddcd44d57
+FLEX_VERSION := 2.5.39
+FLEX_MD5 := 477679c37ff8b28248a9b05f1da29a82
FLEX := flex-$(FLEX_VERSION)
-FLEX_SUFFIX := tar.bz2
+FLEX_SUFFIX := tar.xz
FLEX_URL := $(call ptx/mirror, SF, flex/$(FLEX).$(FLEX_SUFFIX))
FLEX_SOURCE := $(SRCDIR)/$(FLEX).$(FLEX_SUFFIX)
FLEX_DIR := $(BUILDDIR)/$(FLEX)
--
2.7.4
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ptxdist] [PATCH 2/3] host-autotools-automake: Updated source version to 1.15
2016-06-09 9:05 [ptxdist] [PATCH 1/3] flex: Updated source version to 2.5.39 carsten.schlote
@ 2016-06-09 9:05 ` carsten.schlote
2016-06-09 9:05 ` [ptxdist] [PATCH 3/3] host-autotools-libtool: Updated source version to 2.4.6 carsten.schlote
2016-06-14 7:25 ` [ptxdist] [PATCH 1/3] flex: Updated source version to 2.5.39 Michael Olbrich
2 siblings, 0 replies; 5+ messages in thread
From: carsten.schlote @ 2016-06-09 9:05 UTC (permalink / raw)
To: ptxdist; +Cc: Carsten Schlote
From: Carsten Schlote <schlote@vahanus.net>
Signed-off-by: Carsten Schlote <schlote@vahanus.net>
---
rules/host-autotools-automake.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/host-autotools-automake.make b/rules/host-autotools-automake.make
index 2236f2a..4e7b1ac 100644
--- a/rules/host-autotools-automake.make
+++ b/rules/host-autotools-automake.make
@@ -16,8 +16,8 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_AUTOMAKE) += host-autotools-automake
#
# Paths and names
#
-HOST_AUTOTOOLS_AUTOMAKE_VERSION := 1.14.1
-HOST_AUTOTOOLS_AUTOMAKE_MD5 := 7fc29854c520f56b07aa232a0f880292
+HOST_AUTOTOOLS_AUTOMAKE_VERSION := 1.15
+HOST_AUTOTOOLS_AUTOMAKE_MD5 := 9a1ddb0e053474d9d1105cfe39b0c48d
HOST_AUTOTOOLS_AUTOMAKE := automake-$(HOST_AUTOTOOLS_AUTOMAKE_VERSION)
HOST_AUTOTOOLS_AUTOMAKE_SUFFIX := tar.xz
HOST_AUTOTOOLS_AUTOMAKE_URL := $(call ptx/mirror, GNU, automake/$(HOST_AUTOTOOLS_AUTOMAKE).$(HOST_AUTOTOOLS_AUTOMAKE_SUFFIX))
--
2.7.4
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ptxdist] [PATCH 3/3] host-autotools-libtool: Updated source version to 2.4.6
2016-06-09 9:05 [ptxdist] [PATCH 1/3] flex: Updated source version to 2.5.39 carsten.schlote
2016-06-09 9:05 ` [ptxdist] [PATCH 2/3] host-autotools-automake: Updated source version to 1.15 carsten.schlote
@ 2016-06-09 9:05 ` carsten.schlote
2016-06-13 11:05 ` Michael Olbrich
2016-06-14 7:25 ` [ptxdist] [PATCH 1/3] flex: Updated source version to 2.5.39 Michael Olbrich
2 siblings, 1 reply; 5+ messages in thread
From: carsten.schlote @ 2016-06-09 9:05 UTC (permalink / raw)
To: ptxdist; +Cc: Carsten Schlote
From: Carsten Schlote <schlote@vahanus.net>
Signed-off-by: Carsten Schlote <schlote@vahanus.net>
---
rules/host-autotools-libtool.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/host-autotools-libtool.make b/rules/host-autotools-libtool.make
index 392ccfd..907c556 100644
--- a/rules/host-autotools-libtool.make
+++ b/rules/host-autotools-libtool.make
@@ -16,8 +16,8 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_LIBTOOL) += host-autotools-libtool
#
# Paths and names
#
-HOST_AUTOTOOLS_LIBTOOL_VERSION := 2.4.2
-HOST_AUTOTOOLS_LIBTOOL_MD5 := d2f3b7d4627e69e13514a40e72a24d50
+HOST_AUTOTOOLS_LIBTOOL_VERSION := 2.4.6
+HOST_AUTOTOOLS_LIBTOOL_MD5 := addf44b646ddb4e3919805aa88fa7c5e
HOST_AUTOTOOLS_LIBTOOL := libtool-$(HOST_AUTOTOOLS_LIBTOOL_VERSION)
HOST_AUTOTOOLS_LIBTOOL_SUFFIX := tar.gz
HOST_AUTOTOOLS_LIBTOOL_URL := $(call ptx/mirror, GNU, libtool/$(HOST_AUTOTOOLS_LIBTOOL).$(HOST_AUTOTOOLS_LIBTOOL_SUFFIX))
--
2.7.4
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] [PATCH 3/3] host-autotools-libtool: Updated source version to 2.4.6
2016-06-09 9:05 ` [ptxdist] [PATCH 3/3] host-autotools-libtool: Updated source version to 2.4.6 carsten.schlote
@ 2016-06-13 11:05 ` Michael Olbrich
0 siblings, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2016-06-13 11:05 UTC (permalink / raw)
To: ptxdist
Hi,
On Thu, Jun 09, 2016 at 11:05:05AM +0200, carsten.schlote@gmx.net wrote:
> From: Carsten Schlote <schlote@vahanus.net>
>
> Signed-off-by: Carsten Schlote <schlote@vahanus.net>
This break liboil:
CC lib_c_la-ag_clamp.lo
libtool: Version mismatch error. This is libtool 2.4.6, but the
libtool: definition of this LT_INIT comes from libtool 2.2.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6
libtool: and run autoconf again.
Makefile:452: recipe for target 'lib_c_la-ag_clamp.lo' failed
make[4]: *** [lib_c_la-ag_clamp.lo] Error 63
I have no idea why this fails with the new version and not with the old
version.
Michael
> ---
> rules/host-autotools-libtool.make | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/rules/host-autotools-libtool.make b/rules/host-autotools-libtool.make
> index 392ccfd..907c556 100644
> --- a/rules/host-autotools-libtool.make
> +++ b/rules/host-autotools-libtool.make
> @@ -16,8 +16,8 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_LIBTOOL) += host-autotools-libtool
> #
> # Paths and names
> #
> -HOST_AUTOTOOLS_LIBTOOL_VERSION := 2.4.2
> -HOST_AUTOTOOLS_LIBTOOL_MD5 := d2f3b7d4627e69e13514a40e72a24d50
> +HOST_AUTOTOOLS_LIBTOOL_VERSION := 2.4.6
> +HOST_AUTOTOOLS_LIBTOOL_MD5 := addf44b646ddb4e3919805aa88fa7c5e
> HOST_AUTOTOOLS_LIBTOOL := libtool-$(HOST_AUTOTOOLS_LIBTOOL_VERSION)
> HOST_AUTOTOOLS_LIBTOOL_SUFFIX := tar.gz
> HOST_AUTOTOOLS_LIBTOOL_URL := $(call ptx/mirror, GNU, libtool/$(HOST_AUTOTOOLS_LIBTOOL).$(HOST_AUTOTOOLS_LIBTOOL_SUFFIX))
> --
> 2.7.4
>
>
> _______________________________________________
> 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] 5+ messages in thread
* Re: [ptxdist] [PATCH 1/3] flex: Updated source version to 2.5.39
2016-06-09 9:05 [ptxdist] [PATCH 1/3] flex: Updated source version to 2.5.39 carsten.schlote
2016-06-09 9:05 ` [ptxdist] [PATCH 2/3] host-autotools-automake: Updated source version to 1.15 carsten.schlote
2016-06-09 9:05 ` [ptxdist] [PATCH 3/3] host-autotools-libtool: Updated source version to 2.4.6 carsten.schlote
@ 2016-06-14 7:25 ` Michael Olbrich
2 siblings, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2016-06-14 7:25 UTC (permalink / raw)
To: ptxdist
On Thu, Jun 09, 2016 at 11:05:03AM +0200, carsten.schlote@gmx.net wrote:
> From: Carsten Schlote <schlote@vahanus.net>
>
> Signed-off-by: Carsten Schlote <schlote@vahanus.net>
Thanks, applied.
Michael
> ---
> rules/flex.make | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/rules/flex.make b/rules/flex.make
> index 251478e..c717df0 100644
> --- a/rules/flex.make
> +++ b/rules/flex.make
> @@ -16,10 +16,10 @@ PACKAGES-$(PTXCONF_FLEX) += flex
> #
> # Paths and names
> #
> -FLEX_VERSION := 2.5.35
> -FLEX_MD5 := 10714e50cea54dc7a227e3eddcd44d57
> +FLEX_VERSION := 2.5.39
> +FLEX_MD5 := 477679c37ff8b28248a9b05f1da29a82
> FLEX := flex-$(FLEX_VERSION)
> -FLEX_SUFFIX := tar.bz2
> +FLEX_SUFFIX := tar.xz
> FLEX_URL := $(call ptx/mirror, SF, flex/$(FLEX).$(FLEX_SUFFIX))
> FLEX_SOURCE := $(SRCDIR)/$(FLEX).$(FLEX_SUFFIX)
> FLEX_DIR := $(BUILDDIR)/$(FLEX)
> --
> 2.7.4
>
>
> _______________________________________________
> 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] 5+ messages in thread
end of thread, other threads:[~2016-06-14 7:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-09 9:05 [ptxdist] [PATCH 1/3] flex: Updated source version to 2.5.39 carsten.schlote
2016-06-09 9:05 ` [ptxdist] [PATCH 2/3] host-autotools-automake: Updated source version to 1.15 carsten.schlote
2016-06-09 9:05 ` [ptxdist] [PATCH 3/3] host-autotools-libtool: Updated source version to 2.4.6 carsten.schlote
2016-06-13 11:05 ` Michael Olbrich
2016-06-14 7:25 ` [ptxdist] [PATCH 1/3] flex: Updated source version to 2.5.39 Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox