All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] python-subprocess32: needs kernel headers v3.10 on MIPS N64
@ 2018-05-02 18:33 Baruch Siach
  2018-05-02 19:32 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2018-05-02 18:33 UTC (permalink / raw)
  To: buildroot

MIPS N64 ABI has been missing getdents64 wire up until kernel version
3.10. Make python-subprocess32 depend on newer headers for MIPS N64.

Fixes:
http://autobuild.buildroot.net/results/af1/af1c0dbfcc27fa93992de57f986657d65163800e/
http://autobuild.buildroot.net/results/e5f/e5f9e96d02512359348886a9db3aa4cea9db2081/
http://autobuild.buildroot.net/results/8ba/8ba4c75d724b45c4fe10b4b6c90602b68a811fac/

Cc: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/python-subprocess32/Config.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/python-subprocess32/Config.in b/package/python-subprocess32/Config.in
index a936b064b0e6..d7fe84f1e621 100644
--- a/package/python-subprocess32/Config.in
+++ b/package/python-subprocess32/Config.in
@@ -1,8 +1,13 @@
 config BR2_PACKAGE_PYTHON_SUBPROCESS32
 	bool "python-subprocess32"
 	depends on BR2_PACKAGE_PYTHON
+	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 || !BR2_MIPS_NABI64
 	help
 	  A backport of the Python 3 subprocess module for use
 	  on Python 2.
 
 	  https://github.com/google/python-subprocess32
+
+comment "python-subprocess32 needs a toolchain w/ headers >= 3.10 on MIPS N64"
+	depends on BR2_MIPS_NABI64
+	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
-- 
2.17.0

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

* [Buildroot] [PATCH] python-subprocess32: needs kernel headers v3.10 on MIPS N64
  2018-05-02 18:33 [Buildroot] [PATCH] python-subprocess32: needs kernel headers v3.10 on MIPS N64 Baruch Siach
@ 2018-05-02 19:32 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2018-05-02 19:32 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > MIPS N64 ABI has been missing getdents64 wire up until kernel version
 > 3.10. Make python-subprocess32 depend on newer headers for MIPS N64.

 > Fixes:
 > http://autobuild.buildroot.net/results/af1/af1c0dbfcc27fa93992de57f986657d65163800e/
 > http://autobuild.buildroot.net/results/e5f/e5f9e96d02512359348886a9db3aa4cea9db2081/
 > http://autobuild.buildroot.net/results/8ba/8ba4c75d724b45c4fe10b4b6c90602b68a811fac/

 > Cc: Asaf Kahlon <asafka7@gmail.com>
 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-02 18:33 [Buildroot] [PATCH] python-subprocess32: needs kernel headers v3.10 on MIPS N64 Baruch Siach
2018-05-02 19:32 ` 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.