From unknown Sat Jun 14 00:06:19 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#54276 <54276@debbugs.gnu.org> To: bug#54276 <54276@debbugs.gnu.org> Subject: Status: Bug#990250: guile-2.2 FTBFS on musl: dh_missing complains about charset.alias Reply-To: bug#54276 <54276@debbugs.gnu.org> Date: Sat, 14 Jun 2025 07:06:19 +0000 retitle 54276 Bug#990250: guile-2.2 FTBFS on musl: dh_missing complains abo= ut charset.alias reassign 54276 guile submitter 54276 Rob Browning severity 54276 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 06 12:57:02 2022 Received: (at submit) by debbugs.gnu.org; 6 Mar 2022 17:57:03 +0000 Received: from localhost ([127.0.0.1]:51687 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQv7u-00028h-M4 for submit@debbugs.gnu.org; Sun, 06 Mar 2022 12:57:02 -0500 Received: from lists.gnu.org ([209.51.188.17]:40912) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQv7s-00028H-HC for submit@debbugs.gnu.org; Sun, 06 Mar 2022 12:57:01 -0500 Received: from eggs.gnu.org ([209.51.188.92]:60366) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQv7r-0007xA-G9 for bug-guile@gnu.org; Sun, 06 Mar 2022 12:57:00 -0500 Received: from defaultvalue.org ([45.33.119.55]:59524) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nQv7p-0004Br-RG for bug-guile@gnu.org; Sun, 06 Mar 2022 12:56:59 -0500 Received: from trouble.defaultvalue.org (localhost [127.0.0.1]) (Authenticated sender: rlb@defaultvalue.org) by defaultvalue.org (Postfix) with ESMTPSA id 27B7120147; Sun, 6 Mar 2022 11:56:56 -0600 (CST) Received: by trouble.defaultvalue.org (Postfix, from userid 1000) id 6F61E14E081; Sun, 6 Mar 2022 11:56:55 -0600 (CST) From: Rob Browning To: bug-guile@gnu.org Subject: Re: Bug#990250: guile-2.2 FTBFS on musl: dh_missing complains about charset.alias In-Reply-To: References: Date: Sun, 06 Mar 2022 11:56:55 -0600 Message-ID: <87mti3hsm0.fsf@trouble.defaultvalue.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=45.33.119.55; envelope-from=rlb@defaultvalue.org; helo=defaultvalue.org X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 990250-forwarded@bugs.debian.org, Helmut Grohne , 990250@bugs.debian.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) [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 the > build generates a charset.alias that is never installed and thus > dh_missing complains: > > | dh_missing: warning: usr/lib//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 From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 06 13:04:24 2022 Received: (at 54276) by debbugs.gnu.org; 6 Mar 2022 18:04:24 +0000 Received: from localhost ([127.0.0.1]:51702 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQvF1-0002Ly-SD for submit@debbugs.gnu.org; Sun, 06 Mar 2022 13:04:24 -0500 Received: from defaultvalue.org ([45.33.119.55]:58920 ident=postfix) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQvF0-0002Lq-IB for 54276@debbugs.gnu.org; Sun, 06 Mar 2022 13:04:23 -0500 Received: from trouble.defaultvalue.org (localhost [127.0.0.1]) (Authenticated sender: rlb@defaultvalue.org) by defaultvalue.org (Postfix) with ESMTPSA id E7806208F2; Sun, 6 Mar 2022 12:04:21 -0600 (CST) Received: by trouble.defaultvalue.org (Postfix, from userid 1000) id F277314E081; Sun, 6 Mar 2022 12:04:20 -0600 (CST) From: Rob Browning To: Helmut Grohne Subject: Re: Bug#990250: guile-2.2 FTBFS on musl: dh_missing complains about charset.alias In-Reply-To: <87mti3hsm0.fsf@trouble.defaultvalue.org> References: <87mti3hsm0.fsf@trouble.defaultvalue.org> Date: Sun, 06 Mar 2022 12:04:20 -0600 Message-ID: <87k0d7hs9n.fsf@trouble.defaultvalue.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54276 Cc: 54276@debbugs.gnu.org, 990250@bugs.debian.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) 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*) \ > + 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 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 07 02:56:21 2022 Received: (at 54276) by debbugs.gnu.org; 7 Mar 2022 07:56:21 +0000 Received: from localhost ([127.0.0.1]:52393 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nR8E9-0002CK-5i for submit@debbugs.gnu.org; Mon, 07 Mar 2022 02:56:21 -0500 Received: from isilmar-4.linta.de ([136.243.71.142]:58100) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nR77K-0006eN-Dv for 54276@debbugs.gnu.org; Mon, 07 Mar 2022 01:45:16 -0500 Received: from isilmar-4.linta.de (isilmar.linta [10.0.0.1]) by isilmar-4.linta.de (Postfix) with ESMTP id BA8DB2012E6; Mon, 7 Mar 2022 06:45:12 +0000 (UTC) Date: Sun, 6 Mar 2022 19:11:54 +0100 From: Helmut Grohne To: Rob Browning Subject: Re: Bug#990250: guile-2.2 FTBFS on musl: dh_missing complains about charset.alias Message-ID: Mail-Followup-To: Helmut Grohne , Rob Browning , 54276@debbugs.gnu.org, 990250-done@bugs.debian.org References: <87mti3hsm0.fsf@trouble.defaultvalue.org> <87k0d7hs9n.fsf@trouble.defaultvalue.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87k0d7hs9n.fsf@trouble.defaultvalue.org> X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: 54276 X-Mailman-Approved-At: Mon, 07 Mar 2022 02:56:18 -0500 Cc: 54276@debbugs.gnu.org, 990250-done@bugs.debian.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.2 (/) 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