All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libgeos: disable package if binutils is affected from bug 21464
@ 2021-03-07 17:52 Giulio Benetti
  2021-03-14 22:32 ` Thomas Petazzoni
  2021-03-21 19:34 ` [Buildroot] [PATCH] package/libgeos: disable package if binutils is affected from bug 21464 Peter Korsgaard
  0 siblings, 2 replies; 9+ messages in thread
From: Giulio Benetti @ 2021-03-07 17:52 UTC (permalink / raw)
  To: buildroot

This package is affected from binutils bug 21464, since there is no
workaround, let's disable it.

Fixes:
http://autobuild.buildroot.net/results/3eb/3eb9f9d0f6d8274b2d19753c006bd83f7d536e3c/

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
This patch must be applied after this patchset:
https://patchwork.ozlabs.org/project/buildroot/list/?series=232409
---
 package/libgeos/Config.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/libgeos/Config.in b/package/libgeos/Config.in
index 2caf6d1d5e..bbcafe7740 100644
--- a/package/libgeos/Config.in
+++ b/package/libgeos/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_LIBGEOS
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_USE_WCHAR
 	depends on !BR2_nios2
+	depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_21464
 	help
 	  GEOS (Geometry Engine - Open Source) is a C++ port of the
 	  JTS Topology Suite (JTS). It aims to contain the complete
@@ -14,4 +15,4 @@ config BR2_PACKAGE_LIBGEOS
 
 comment "libgeos needs a toolchain w/ C++, wchar"
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
-	depends on !BR2_nios2
+	depends on !BR2_nios2 || !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_21464
-- 
2.25.1

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

end of thread, other threads:[~2021-04-26 21:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-07 17:52 [Buildroot] [PATCH] package/libgeos: disable package if binutils is affected from bug 21464 Giulio Benetti
2021-03-14 22:32 ` Thomas Petazzoni
2021-03-17 16:34   ` [Buildroot] [PATCH 1/2] toolchain: introduce BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597 Giulio Benetti
2021-03-17 16:34     ` [Buildroot] [PATCH 2/2] package/libgeos: use specific bug instead of BR2_nios2 to disable package Giulio Benetti
2021-04-26 19:51       ` Arnout Vandecappelle
2021-04-26 21:14         ` Peter Korsgaard
2021-04-26 19:50     ` [Buildroot] [PATCH 1/2] toolchain: introduce BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597 Arnout Vandecappelle
2021-04-26 21:14       ` Peter Korsgaard
2021-03-21 19:34 ` [Buildroot] [PATCH] package/libgeos: disable package if binutils is affected from bug 21464 Peter Korsgaard

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.