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