Your message dated Thu, 20 Feb 2025 20:47:32 -0600
with message-id <[email protected]>
and subject line Re: Bug#990250: guile-2.2 FTBFS on musl: dh_missing complains 
about charset.alias
has caused the Debian Bug report #990514,
regarding guile-2.2 FTBFS on musl: dh_missing complains about charset.alias
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
990514: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990514
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: guile-2.2
Version: 2.2.7+1-6
Tags: ftbfs patch upstream
User: [email protected]
Usertags: rebootstrap

guile-2.2 fails to build from source on musl-linux-any, because the
build generates a charset.alias that is never installed and thus
dh_missing complains:

| dh_missing: warning: usr/lib/<triplet>/charset.alias exists in debian/tmp but 
is not installed to anywhere
| dh_missing: error: missing files, aborting

It turns out, that this file actually contains only comments for musl,
so it can be skipped like it is skipped for glibc. Please consider
applying the attached patch.

Helmut
--- 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*) \
+	    darwin* | cygwin* | mingw* | pw32* | cegcc* | linux-musl*) \
 	      need_charset_alias=false ;; \
 	    *) \
 	      need_charset_alias=true ;; \

--- End Message ---
--- Begin Message ---
I think this has probably been fixed in more recent guile-3.0 versions.
(suspect maybe in 3.0.6+).

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4

--- End Message ---

Reply via email to