unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Rob Browning <rlb@defaultvalue.org>
To: 54276@debbugs.gnu.org
Cc: 990250-forwarded@bugs.debian.org,
	Helmut Grohne <helmut@subdivi.de>,
	990250@bugs.debian.org
Subject: bug#54276: Bug#990250: guile-2.2 FTBFS on musl: dh_missing complains about charset.alias
Date: Sun, 06 Mar 2022 11:56:55 -0600	[thread overview]
Message-ID: <87mti3hsm0.fsf@trouble.defaultvalue.org> (raw)
In-Reply-To: <YNOmbrzdJLuIvyEG@alf.mars>


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





       reply	other threads:[~2022-03-06 17:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <YNOmbrzdJLuIvyEG@alf.mars>
2022-03-06 17:56 ` Rob Browning [this message]
2022-03-06 18:04   ` bug#54276: Bug#990250: guile-2.2 FTBFS on musl: dh_missing complains about charset.alias Rob Browning
     [not found]   ` <87k0d7hs9n.fsf@trouble.defaultvalue.org>
2022-03-06 18:11     ` Helmut Grohne

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mti3hsm0.fsf@trouble.defaultvalue.org \
    --to=rlb@defaultvalue.org \
    --cc=54276@debbugs.gnu.org \
    --cc=990250-forwarded@bugs.debian.org \
    --cc=990250@bugs.debian.org \
    --cc=helmut@subdivi.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).