bug#54276: Bug#990250: guile-2.2 FTBFS on musl: dh_missing complains about charset.alias

2022-03-06 Thread Helmut Grohne
Hi Rob, On Sun, Mar 06, 2022 at 12:04:20PM -0600, Rob Browning wrote: > Hmm, it looks like this may have changed in more recent 3.0 releases > (i.e. need_charset_alias is no longer mentioned anywhere in the tree). > I wonder if that means we need a different patch, or perhaps the problem > has

bug#54276: Bug#990250: guile-2.2 FTBFS on musl: dh_missing complains about charset.alias

2022-03-06 Thread Rob Browning
Helmut Grohne writes: > --- a/lib/Makefile.am > +++ b/lib/Makefile.am > @@ -1043,7 +1043,7 @@ install-exec-localcharset: all-local > case '$(host_os)' in \ > darwin[56]*) \ > need_charset_alias=true ;; \ > - darwin* | cygwin* | mingw* | pw32* | cegcc*) \ >

bug#54276: Bug#990250: guile-2.2 FTBFS on musl: dh_missing complains about charset.alias

2022-03-06 Thread Rob Browning
[If possible, please preserve at least the -forwarded address in any replies.] It looks like a file might be missing from installs when building for linux-musl: Helmut Grohne writes: > Source: guile-2.2 > Version: 2.2.7+1-6 > > guile-2.2 fails to build from source on musl-linux-any, because

bug#54272: Avoid producing ? in locales with too few characters.

2022-03-06 Thread Maxime Devos
This seems difficult to test. Any ideas? From 8f9a8e56cc3e8496fdfed3f889cff9fca19b3663 Mon Sep 17 00:00:00 2001 From: Maxime Devos Date: Sun, 6 Mar 2022 12:51:33 + Subject: [PATCH 2/2] Deprecate non-functional bind-textdomain-codeset. TODO: this only deprecated it in the documentation, it