Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/perl: threads support needs locales
@ 2023-08-09 12:55 Waldemar Brodkorb
  2023-08-09 18:07 ` Thomas Petazzoni via buildroot
  2024-01-02 20:26 ` Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Waldemar Brodkorb @ 2023-08-09 12:55 UTC (permalink / raw)
  To: buildroot

The thread support in perl needs locales enabled in the C library.
Otherwise it fails with:
POSIX.xs:3386:13: error: 'MBLEN_LOCK' undeclared (first use in this function); did you mean 'MUTEX_LOCK'?

This failure was introduced in commit 7c1ef8129f37200b046750c6405ecd304fd4f1bf which upgraded
perl to 5.34.0.

Fixes:
 - http://autobuild.buildroot.net/results/13d/13d66e281cb4778f7498f909f5f7c65d4b28bcbb/

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 package/perl/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/perl/Config.in b/package/perl/Config.in
index 0ead1c4a46..9eb6334b9e 100644
--- a/package/perl/Config.in
+++ b/package/perl/Config.in
@@ -27,6 +27,7 @@ config BR2_PACKAGE_PERL_MODULES
 config BR2_PACKAGE_PERL_THREADS
 	bool "thread support"
 	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on BR2_ENABLE_LOCALE
 	help
 	  Enable use of threads in Perl scripts
 
@@ -34,4 +35,7 @@ config BR2_PACKAGE_PERL_THREADS
 	  is officially discouraged.
 	  See https://perldoc.perl.org/threads.html#WARNING
 
+comment "Threads support needs locales"
+	depends on !BR2_ENABLE_LOCALE
+
 endif
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-01-02 20:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-09 12:55 [Buildroot] [PATCH] package/perl: threads support needs locales Waldemar Brodkorb
2023-08-09 18:07 ` Thomas Petazzoni via buildroot
2024-01-02 20:26 ` 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