Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] Revert "package/meson: bump to version 0.52.0"
@ 2019-10-17 17:20 Fabrice Fontaine
  2019-10-17 17:34 ` James Hilliard
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Fontaine @ 2019-10-17 17:20 UTC (permalink / raw)
  To: buildroot

This reverts commit 4c27fee9f7034bee542cb8d192632e6eb13d6c37.

Latest version of meson needs python with lzma support enabled, see
https://github.com/mesonbuild/meson/issues/6012.

From my understanding, there is no way to enforce it currently so revert
this bump until an acceptable solution is found as this bump is
literally blowing up autobuilders: host-libglib2, libmpdclient,
jsoncpp ... do not build anymore

Fixes:
 - http://autobuild.buildroot.org/results/733482c353aea10987b0c81970212974d405ad65

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/meson/meson.hash | 4 ++--
 package/meson/meson.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/meson/meson.hash b/package/meson/meson.hash
index 26b1fc9bb2..cfe859d2ee 100644
--- a/package/meson/meson.hash
+++ b/package/meson/meson.hash
@@ -1,4 +1,4 @@
 # Locally calculated after checking pgp signature
-# https://github.com/mesonbuild/meson/releases/download/0.52.0/meson-0.52.0.tar.gz.asc
-sha256 d60f75f0dedcc4fd249dbc7519d6f3ce6df490033d276ef1cf27453ef4938d32 meson-0.52.0.tar.gz
+# https://github.com/mesonbuild/meson/releases/download/0.51.2/meson-0.51.2.tar.gz.asc
+sha256 23688f0fc90be623d98e80e1defeea92bbb7103bf9336a5f5b9865d36e892d76 meson-0.51.2.tar.gz
 sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 COPYING
diff --git a/package/meson/meson.mk b/package/meson/meson.mk
index 29a192c569..a664c55f55 100644
--- a/package/meson/meson.mk
+++ b/package/meson/meson.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MESON_VERSION = 0.52.0
+MESON_VERSION = 0.51.2
 MESON_SITE = https://github.com/mesonbuild/meson/releases/download/$(MESON_VERSION)
 MESON_LICENSE = Apache-2.0
 MESON_LICENSE_FILES = COPYING
-- 
2.23.0

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

* [Buildroot] [PATCH 1/1] Revert "package/meson: bump to version 0.52.0"
  2019-10-17 17:20 [Buildroot] [PATCH 1/1] Revert "package/meson: bump to version 0.52.0" Fabrice Fontaine
@ 2019-10-17 17:34 ` James Hilliard
  2019-10-17 17:55   ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: James Hilliard @ 2019-10-17 17:34 UTC (permalink / raw)
  To: buildroot

On Thu, Oct 17, 2019 at 7:20 PM Fabrice Fontaine
<fontaine.fabrice@gmail.com> wrote:
>
> This reverts commit 4c27fee9f7034bee542cb8d192632e6eb13d6c37.
>
> Latest version of meson needs python with lzma support enabled, see
> https://github.com/mesonbuild/meson/issues/6012.
>
> From my understanding, there is no way to enforce it currently so revert
> this bump until an acceptable solution is found as this bump is
> literally blowing up autobuilders: host-libglib2, libmpdclient,
> jsoncpp ... do not build anymore
It was suggested that we could add host-xz to our
HOST_PYTHON3_DEPENDENCIES here:
https://patchwork.ozlabs.org/patch/1176087/#2281476
>
> Fixes:
>  - http://autobuild.buildroot.org/results/733482c353aea10987b0c81970212974d405ad65
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/meson/meson.hash | 4 ++--
>  package/meson/meson.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/meson/meson.hash b/package/meson/meson.hash
> index 26b1fc9bb2..cfe859d2ee 100644
> --- a/package/meson/meson.hash
> +++ b/package/meson/meson.hash
> @@ -1,4 +1,4 @@
>  # Locally calculated after checking pgp signature
> -# https://github.com/mesonbuild/meson/releases/download/0.52.0/meson-0.52.0.tar.gz.asc
> -sha256 d60f75f0dedcc4fd249dbc7519d6f3ce6df490033d276ef1cf27453ef4938d32 meson-0.52.0.tar.gz
> +# https://github.com/mesonbuild/meson/releases/download/0.51.2/meson-0.51.2.tar.gz.asc
> +sha256 23688f0fc90be623d98e80e1defeea92bbb7103bf9336a5f5b9865d36e892d76 meson-0.51.2.tar.gz
>  sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 COPYING
> diff --git a/package/meson/meson.mk b/package/meson/meson.mk
> index 29a192c569..a664c55f55 100644
> --- a/package/meson/meson.mk
> +++ b/package/meson/meson.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>
> -MESON_VERSION = 0.52.0
> +MESON_VERSION = 0.51.2
>  MESON_SITE = https://github.com/mesonbuild/meson/releases/download/$(MESON_VERSION)
>  MESON_LICENSE = Apache-2.0
>  MESON_LICENSE_FILES = COPYING
> --
> 2.23.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/1] Revert "package/meson: bump to version 0.52.0"
  2019-10-17 17:34 ` James Hilliard
@ 2019-10-17 17:55   ` Yann E. MORIN
  0 siblings, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2019-10-17 17:55 UTC (permalink / raw)
  To: buildroot

James, Fabrice, All,

On 2019-10-17 19:34 +0200, James Hilliard spake thusly:
> On Thu, Oct 17, 2019 at 7:20 PM Fabrice Fontaine
> <fontaine.fabrice@gmail.com> wrote:
> > This reverts commit 4c27fee9f7034bee542cb8d192632e6eb13d6c37.
> > Latest version of meson needs python with lzma support enabled, see
> > https://github.com/mesonbuild/meson/issues/6012.
> It was suggested that we could add host-xz to our
> HOST_PYTHON3_DEPENDENCIES here:
> https://patchwork.ozlabs.org/patch/1176087/#2281476

Alternatively, Thomas was proposing  simple patch to fix the issue:
    http://code.bulix.org/gdxcu4-914360

Thomas, will you send it officially, or do you want me to adpot it?
Ditto for upstreaming?

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2019-10-17 17:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-17 17:20 [Buildroot] [PATCH 1/1] Revert "package/meson: bump to version 0.52.0" Fabrice Fontaine
2019-10-17 17:34 ` James Hilliard
2019-10-17 17:55   ` Yann E. MORIN

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