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

Previous Next

Package: guile;

Reported by: Rob Browning <rlb <at> defaultvalue.org>

Date: Sun, 6 Mar 2022 17:58:01 UTC

Severity: normal

To reply to this bug, email your comments to 54276 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#54276; Package guile. (Sun, 06 Mar 2022 17:58:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Rob Browning <rlb <at> defaultvalue.org>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Sun, 06 Mar 2022 17:58:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Rob Browning <rlb <at> defaultvalue.org>
To: bug-guile <at> gnu.org
Cc: 990250-forwarded <at> bugs.debian.org, Helmut Grohne <helmut <at> subdivi.de>,
 990250 <at> bugs.debian.org
Subject: Re: Bug#990250: guile-2.2 FTBFS on musl: dh_missing complains about
 charset.alias
Date: Sun, 06 Mar 2022 11:56:55 -0600
[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 <helmut <at> subdivi.de> writes:

> Source: guile-2.2
> Version: 2.2.7+1-6
>
> 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 ;; \

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




Information forwarded to bug-guile <at> gnu.org:
bug#54276; Package guile. (Sun, 06 Mar 2022 18:05:01 GMT) Full text and rfc822 format available.

Message #8 received at 54276 <at> debbugs.gnu.org (full text, mbox):

From: Rob Browning <rlb <at> defaultvalue.org>
To: Helmut Grohne <helmut <at> subdivi.de>
Cc: 54276 <at> debbugs.gnu.org, 990250 <at> bugs.debian.org
Subject: Re: Bug#990250: guile-2.2 FTBFS on musl: dh_missing complains about
 charset.alias
Date: Sun, 06 Mar 2022 12:04:20 -0600
Helmut Grohne <helmut <at> subdivi.de> 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*) \
> +	    darwin* | cygwin* | mingw* | pw32* | cegcc* | linux-musl*) \
>  	      need_charset_alias=false ;; \
>  	    *) \
>  	      need_charset_alias=true ;; \

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 been resolved.

-- 
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




Information forwarded to bug-guile <at> gnu.org:
bug#54276; Package guile. (Mon, 07 Mar 2022 07:57:03 GMT) Full text and rfc822 format available.

Message #11 received at 54276 <at> debbugs.gnu.org (full text, mbox):

From: Helmut Grohne <helmut <at> subdivi.de>
To: Rob Browning <rlb <at> defaultvalue.org>
Cc: 54276 <at> debbugs.gnu.org, 990250-done <at> bugs.debian.org
Subject: Re: Bug#990250: guile-2.2 FTBFS on musl: dh_missing complains about
 charset.alias
Date: Sun, 6 Mar 2022 19:11:54 +0100
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 been resolved.

Thank you for looking into this. I'm unsure at this point and we cannot
really tell as jenkins has no signal in the noise of temporary failing
builds since a while. Thus closing. If it happens to still be an issue,
I'll file a new bug with a new patch.

Just next time, please be a little quicker, ok? ;)

Helmut





This bug report was last modified 3 years and 99 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.