From unknown Sun Jun 15 01:08:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52711: undefined reference to '__muloti4' Resent-From: Alan Third Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 21 Dec 2021 19:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 52711 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 52711@debbugs.gnu.org X-Debbugs-Original-To: Emacs Reports Received: via spool by submit@debbugs.gnu.org id=B.164011508022888 (code B ref -1); Tue, 21 Dec 2021 19:32:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 Dec 2021 19:31:20 +0000 Received: from localhost ([127.0.0.1]:55686 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzkqt-0005pN-VW for submit@debbugs.gnu.org; Tue, 21 Dec 2021 14:31:20 -0500 Received: from lists.gnu.org ([209.51.188.17]:33352) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzkqp-0005ls-Ez for submit@debbugs.gnu.org; Tue, 21 Dec 2021 14:31:10 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34490) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzkqp-00078t-2o for bug-gnu-emacs@gnu.org; Tue, 21 Dec 2021 14:31:07 -0500 Received: from outbound.soverin.net ([116.202.126.228]:59235) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzkqc-0003Ju-3Z for bug-gnu-emacs@gnu.org; Tue, 21 Dec 2021 14:30:58 -0500 Received: from smtp.soverin.net (unknown [10.10.3.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 1ABAE66 for ; Tue, 21 Dec 2021 19:30:45 +0000 (UTC) Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.138]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1640115044; bh=rrTcUbBLaaIJgipeLzU2rvZNv4epCaD4I/j5bEQckHI=; h=Date:From:To:Subject:From; b=eZMvpWmEYbACI524R6vREOnw8EN+p9tPGMhgZ94q2pcsaaO8RpTKbNxqdSj6qD7Vi Hcj7FHpgQWj4LnsECYwyXRRDTK7fzQdWs1ylmMThK/MaKhw45PO0tHvIuRnwcleaO8 dWY2TGWZCaYgOhSDEHI5F2x4txHEUoMHkjpiYkhExf31/NpSHSjKQHLdMoUqUo25Nl 0xA/ZhT2HVFXdvmWN17s1BQtHVNVY368RuMwLH5qPQh0swfxu6sK9uDRP4dPSKPXc+ PDd6szb/+we2+c5t7E/6GbKyyhHFBFicenP8Z+GMwxC5TIuT2GktGlHKidwSaU6oce DTPZOL7uiYLSQ== Received: from alan by faroe.holly.idiocy.org with local (Exim 4.95-RC2) (envelope-from ) id 1mzkqQ-001OJM-Fn for bug-gnu-emacs@gnu.org; Tue, 21 Dec 2021 19:30:42 +0000 Date: Tue, 21 Dec 2021 19:30:42 +0000 From: Alan Third Message-ID: Mail-Followup-To: Alan Third , Emacs Reports MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Received-SPF: pass client-ip=116.202.126.228; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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 (-) I no longer seem to be able to build the master branch. I'm getting this error: CCLD temacs fileio.c:6261: error: undefined reference to '__muloti4' clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [Makefile:697: temacs] Error 1 I had a look but couldn't see where the problem comes from. I'm using clang on Debian testing, if that matters. I'm not sure when the problem started as I haven't built Emacs from source on this machine in at least a couple of weeks. -- Alan Third From unknown Sun Jun 15 01:08:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52711: undefined reference to '__muloti4' Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 21 Dec 2021 19:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52711 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Alan Third Cc: 52711@debbugs.gnu.org X-Debbugs-Original-Cc: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164011607228618 (code B ref -1); Tue, 21 Dec 2021 19:48:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 Dec 2021 19:47:52 +0000 Received: from localhost ([127.0.0.1]:55731 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzl72-0007RU-7o for submit@debbugs.gnu.org; Tue, 21 Dec 2021 14:47:52 -0500 Received: from lists.gnu.org ([209.51.188.17]:49884) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzl70-0007RB-DJ for submit@debbugs.gnu.org; Tue, 21 Dec 2021 14:47:50 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38304) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzl70-0002MA-62 for bug-gnu-emacs@gnu.org; Tue, 21 Dec 2021 14:47:50 -0500 Received: from [2001:470:142:3::e] (port=35352 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzl6z-0005w2-Fo; Tue, 21 Dec 2021 14:47:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=mydW6+N2gquKU1c6cqExzU0VnG3qhjvO9lfbdRLfcVk=; b=epNqt0ecuz3l 72ebxixOqQLvisD54AS4JUgKJrNegog79tyezgzfP8c6fFAOgKohfToM+g3HeHONFDN0DnFMkdMKI vdlEX+NHQ9AxcC/1FaQDc9l1OUNUwXz945vnH9AWGvT4lGfMT7JR3KsaVNQku1ZHqDID/mnJUL1uO bEBETGb0n4jHc0ODXjgzXcEyZj4PvvBdYBGowoporVp3ba5CJ4n9nImT2CRpbGUG+cRVvHw4O6SDP r9m/CcLdO6WA7hH9ojKOzQSyL6AeNb70Q3SJqE2vTK3FmyfRiqpU3lMv1DFORHszGK0ggiNWESsi/ MfEuuU+YPYyNlMKPEl0sQQ==; Received: from [87.69.77.57] (port=2253 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzl6z-0006XC-AP; Tue, 21 Dec 2021 14:47:49 -0500 Date: Tue, 21 Dec 2021 21:47:49 +0200 Message-Id: <83y24dyc2i.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: (message from Alan Third on Tue, 21 Dec 2021 19:30:42 +0000) References: X-Spam-Score: -2.3 (--) 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: -3.3 (---) > Date: Tue, 21 Dec 2021 19:30:42 +0000 > From: Alan Third > > I no longer seem to be able to build the master branch. I'm getting > this error: > > CCLD temacs > fileio.c:6261: error: undefined reference to '__muloti4' > clang: error: linker command failed with exit code 1 (use -v to see invocation) > make[2]: *** [Makefile:697: temacs] Error 1 > > I had a look but couldn't see where the problem comes from. I'm using > clang on Debian testing, if that matters. Try using "nm -A fileio.o" to see what is that function and which code calls it. If nothing else helps, try bisecting. (But my crystal ball says it isn't Emacs that changed, it's something else on that system.) From unknown Sun Jun 15 01:08:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52711: undefined reference to '__muloti4' Resent-From: Alan Third Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 21 Dec 2021 20:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52711 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 52711@debbugs.gnu.org, eggert@cs.ucla.edu X-Debbugs-Original-Cc: bug-gnu-emacs@gnu.org, Paul Eggert Received: via spool by submit@debbugs.gnu.org id=B.164011754931134 (code B ref -1); Tue, 21 Dec 2021 20:13:02 +0000 Received: (at submit) by debbugs.gnu.org; 21 Dec 2021 20:12:29 +0000 Received: from localhost ([127.0.0.1]:55775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzlUr-000866-DG for submit@debbugs.gnu.org; Tue, 21 Dec 2021 15:12:29 -0500 Received: from lists.gnu.org ([209.51.188.17]:38560) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzlUn-00085w-L6 for submit@debbugs.gnu.org; Tue, 21 Dec 2021 15:12:28 -0500 Received: from eggs.gnu.org ([209.51.188.92]:43200) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzlUm-0006YQ-Gy for bug-gnu-emacs@gnu.org; Tue, 21 Dec 2021 15:12:24 -0500 Received: from outbound.soverin.net ([116.202.126.228]:36635) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzlUj-0000Zi-Gv for bug-gnu-emacs@gnu.org; Tue, 21 Dec 2021 15:12:23 -0500 Received: from smtp.soverin.net (unknown [10.10.3.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id EC10B66; Tue, 21 Dec 2021 20:12:10 +0000 (UTC) Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.138]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1640117530; bh=mNDHxckHcI6ix7L55N1eetqJLEkXkfGUSIuo/3zF7wI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XmXm/GXkXi6cX0KzlLq0GaL3LM3umw5caMGX6q50BSU0r2tIFzzB3vIDFZzqgydUx hDnOHmfiZojC0SX09Y8R8CF1z030+/pil+kBY8wb4/jjuD4eEF5cEmopnDnVDwhg2N f+WxZSmCBFjIKTVO3O1hCiXfnMNWb8YK2mzeyCBnDkIva0S7DArm944j7tG24i9MBo M3zSs4JK4q2ksNB3ym/KULdR3MGvmwaBraCvn9TsDkCOMYOBwunjdozu39W4wWacfE /JbR6+dCHj0uBqIzg++y15wa+jXk0UrKR5XJoE0YpDHQZf0oqfDMDtW/axnRdoPlz+ E8hHHgFEqTmMw== Received: from alan by faroe.holly.idiocy.org with local (Exim 4.95-RC2) (envelope-from ) id 1mzlUV-001dfl-94; Tue, 21 Dec 2021 20:12:07 +0000 Date: Tue, 21 Dec 2021 20:12:07 +0000 From: Alan Third Message-ID: Mail-Followup-To: Alan Third , Eli Zaretskii , bug-gnu-emacs@gnu.org, Paul Eggert References: <83y24dyc2i.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83y24dyc2i.fsf@gnu.org> Received-SPF: pass client-ip=116.202.126.228; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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.3 (--) On Tue, Dec 21, 2021 at 09:47:49PM +0200, Eli Zaretskii wrote: > > Date: Tue, 21 Dec 2021 19:30:42 +0000 > > From: Alan Third > > > > I no longer seem to be able to build the master branch. I'm getting > > this error: > > > > CCLD temacs > > fileio.c:6261: error: undefined reference to '__muloti4' > > clang: error: linker command failed with exit code 1 (use -v to see invocation) > > make[2]: *** [Makefile:697: temacs] Error 1 > > > > I had a look but couldn't see where the problem comes from. I'm using > > clang on Debian testing, if that matters. > > Try using "nm -A fileio.o" to see what is that function and which code > calls it. > > If nothing else helps, try bisecting. (But my crystal ball says it > isn't Emacs that changed, it's something else on that system.) Looks like it's gnulib: f05a93e8232e6f56458ac16d733b03e96a63e930 is the first bad commit commit f05a93e8232e6f56458ac16d733b03e96a63e930 Author: Paul Eggert Date: Sat Dec 18 16:12:38 2021 -0800 Update from gnulib I think the actual call is deep within some nested macros. -- Alan Third From unknown Sun Jun 15 01:08:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52711: undefined reference to '__muloti4' Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 21 Dec 2021 20:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52711 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Alan Third Cc: 52711@debbugs.gnu.org, eggert@cs.ucla.edu X-Debbugs-Original-Cc: bug-gnu-emacs@gnu.org, eggert@cs.ucla.edu Received: via spool by submit@debbugs.gnu.org id=B.16401178527260 (code B ref -1); Tue, 21 Dec 2021 20:18:02 +0000 Received: (at submit) by debbugs.gnu.org; 21 Dec 2021 20:17:32 +0000 Received: from localhost ([127.0.0.1]:55783 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzlZj-0001sl-Kz for submit@debbugs.gnu.org; Tue, 21 Dec 2021 15:17:31 -0500 Received: from lists.gnu.org ([209.51.188.17]:41866) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzlZi-0001ra-Dw for submit@debbugs.gnu.org; Tue, 21 Dec 2021 15:17:30 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44282) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzlZh-0000XY-Mz for bug-gnu-emacs@gnu.org; Tue, 21 Dec 2021 15:17:30 -0500 Received: from [2001:470:142:3::e] (port=36276 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzlZb-0001DK-Qk; Tue, 21 Dec 2021 15:17:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=OS+zNRDoOIXV5oSKc2oDYEZjWnPK9JEmwq8ENaWQDeE=; b=d372LrQ8dg8k XwdOWcScYVm3GwCQYQOj45UVwJkLHz/UTnZuEnvHjsR+dAhBuz40TyJmcrKIUwjPgj8uF8D5l5ntg +ZF/ZDBBtkWoTcWpKNwq/irInXPR4SpPXgNkzK6BB3GXmA9ii0gp084cUVm6s4q4RhnBC7wla4WPU fzhF7zt+LESYiXVzscxifjNMRQz9aG3AcZqDU/m97uzWa92lIZq5q9ugTRsQ5O5NobKNrKXWMwR+y m9bYfIgf5zlIFv3ey8NvCKkMDkJcpmKX4RZ1c/PM7SY5AIwZEKrUrmnIwKcVjD+aC8alyPZ8j3kgO KCKaz3Nz6cJcWeaKrMYKXg==; Received: from [87.69.77.57] (port=4122 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzlZZ-00073G-RQ; Tue, 21 Dec 2021 15:17:23 -0500 Date: Tue, 21 Dec 2021 22:17:22 +0200 Message-Id: <83v8zhyap9.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: (message from Alan Third on Tue, 21 Dec 2021 20:12:07 +0000) References: <83y24dyc2i.fsf@gnu.org> X-Spam-Score: -2.3 (--) 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: -3.3 (---) > Date: Tue, 21 Dec 2021 20:12:07 +0000 > From: Alan Third > Cc: bug-gnu-emacs@gnu.org, Paul Eggert > > On Tue, Dec 21, 2021 at 09:47:49PM +0200, Eli Zaretskii wrote: > > > Date: Tue, 21 Dec 2021 19:30:42 +0000 > > > From: Alan Third > > > > > > I no longer seem to be able to build the master branch. I'm getting > > > this error: > > > > > > CCLD temacs > > > fileio.c:6261: error: undefined reference to '__muloti4' > > > clang: error: linker command failed with exit code 1 (use -v to see invocation) > > > make[2]: *** [Makefile:697: temacs] Error 1 > > > > > > I had a look but couldn't see where the problem comes from. I'm using > > > clang on Debian testing, if that matters. > > > > Try using "nm -A fileio.o" to see what is that function and which code > > calls it. > > > > If nothing else helps, try bisecting. (But my crystal ball says it > > isn't Emacs that changed, it's something else on that system.) > > Looks like it's gnulib: > > f05a93e8232e6f56458ac16d733b03e96a63e930 is the first bad commit > commit f05a93e8232e6f56458ac16d733b03e96a63e930 > Author: Paul Eggert > Date: Sat Dec 18 16:12:38 2021 -0800 > Update from gnulib > > I think the actual call is deep within some nested macros. If you do "nm -A libgnu.a", do you see this function in the library? If so, from what file does it come? From unknown Sun Jun 15 01:08:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52711: undefined reference to '__muloti4' Resent-From: Alan Third Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 21 Dec 2021 21:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52711 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 52711@debbugs.gnu.org, eggert@cs.ucla.edu X-Debbugs-Original-Cc: bug-gnu-emacs@gnu.org, eggert@cs.ucla.edu Received: via spool by submit@debbugs.gnu.org id=B.164012204014275 (code B ref -1); Tue, 21 Dec 2021 21:28:02 +0000 Received: (at submit) by debbugs.gnu.org; 21 Dec 2021 21:27:20 +0000 Received: from localhost ([127.0.0.1]:55875 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzmf4-0003hw-H7 for submit@debbugs.gnu.org; Tue, 21 Dec 2021 16:27:20 -0500 Received: from lists.gnu.org ([209.51.188.17]:51386) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzmf0-0003hb-9f for submit@debbugs.gnu.org; Tue, 21 Dec 2021 16:27:04 -0500 Received: from eggs.gnu.org ([209.51.188.92]:55482) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzmf0-0002vK-4E for bug-gnu-emacs@gnu.org; Tue, 21 Dec 2021 16:27:02 -0500 Received: from [2a01:4f8:fff0:65::8:228] (port=49579 helo=outbound.soverin.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzmex-0000pW-CE; Tue, 21 Dec 2021 16:27:01 -0500 Received: from smtp.soverin.net (unknown [10.10.3.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id CC343D1; Tue, 21 Dec 2021 21:26:55 +0000 (UTC) Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.138]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1640122015; bh=qy7cjt2txGg3Jqj1FGKjM+CsQU+MQGF3xXc4XYfgmCo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cp+uLVuuOMgwbKLdTWx9zTUIa0WaVEwnyrL7aiv7dmlHS2Fz/BaM+CN4ZyJ6CoXoc vsRS8PkHDLJzh9+pl/Yxie29d+rBgV3HKBJkFhg6DMMlGlyU36fIWyTNg8DIFClbcK 3sAPi3QSMQZUjgFed1xotZs/nTr/l2Mq7MS9x1hpTj2Za/zHoHsPgGWJ521rqK9Tzx iimbEQeXrr4QWFTwVyGJHBEBEL/mjykVKtXXsrBLWp4bvWbIfGmczjalkadNCt/y6+ xBkh7L6kQs3mEUJVuRFQZj8hIyVi7RE65jBqVggTf4K8sGDUL2Nk7pzE8fTbdRmplb c8jfsw6I3Cj8w== Received: from alan by faroe.holly.idiocy.org with local (Exim 4.95-RC2) (envelope-from ) id 1mzmeq-001rV3-0Q; Tue, 21 Dec 2021 21:26:52 +0000 Date: Tue, 21 Dec 2021 21:26:51 +0000 From: Alan Third Message-ID: Mail-Followup-To: Alan Third , Eli Zaretskii , bug-gnu-emacs@gnu.org, eggert@cs.ucla.edu References: <83y24dyc2i.fsf@gnu.org> <83v8zhyap9.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83v8zhyap9.fsf@gnu.org> X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a01:4f8:fff0:65::8:228 (failed) Received-SPF: pass client-ip=2a01:4f8:fff0:65::8:228; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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.0 (/) On Tue, Dec 21, 2021 at 10:17:22PM +0200, Eli Zaretskii wrote: > > Date: Tue, 21 Dec 2021 20:12:07 +0000 > > From: Alan Third > > Cc: bug-gnu-emacs@gnu.org, Paul Eggert > > > > On Tue, Dec 21, 2021 at 09:47:49PM +0200, Eli Zaretskii wrote: > > > > Date: Tue, 21 Dec 2021 19:30:42 +0000 > > > > From: Alan Third > > > > > > > > I no longer seem to be able to build the master branch. I'm getting > > > > this error: > > > > > > > > CCLD temacs > > > > fileio.c:6261: error: undefined reference to '__muloti4' > > > > clang: error: linker command failed with exit code 1 (use -v to see invocation) > > > > make[2]: *** [Makefile:697: temacs] Error 1 > > > > > > > > I had a look but couldn't see where the problem comes from. I'm using > > > > clang on Debian testing, if that matters. > > > > > > Try using "nm -A fileio.o" to see what is that function and which code > > > calls it. > > > > > > If nothing else helps, try bisecting. (But my crystal ball says it > > > isn't Emacs that changed, it's something else on that system.) > > > > Looks like it's gnulib: > > > > f05a93e8232e6f56458ac16d733b03e96a63e930 is the first bad commit > > commit f05a93e8232e6f56458ac16d733b03e96a63e930 > > Author: Paul Eggert > > Date: Sat Dec 18 16:12:38 2021 -0800 > > Update from gnulib > > > > I think the actual call is deep within some nested macros. > > If you do "nm -A libgnu.a", do you see this function in the library? > If so, from what file does it come? No, it's not listed in the output... OK, so some searching shows it's a clang bug that was only just fixed last month, so won't be in whatever version of clang I've got access to. https://bugs.llvm.org/show_bug.cgi?id=16404 As described in that thread, adding this to LDFLAGS sorts it: --rtlib=compiler-rt --unwindlib=libgcc -- Alan Third From unknown Sun Jun 15 01:08:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#52711: undefined reference to '__muloti4' Resent-From: Paul Eggert Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 21 Dec 2021 23:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52711 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Alan Third Cc: eliz@gnu.org, 52711@debbugs.gnu.org X-Debbugs-Original-Cc: Eli Zaretskii , bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164013012121017 (code B ref -1); Tue, 21 Dec 2021 23:43:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 Dec 2021 23:42:01 +0000 Received: from localhost ([127.0.0.1]:56189 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzold-0005Su-ID for submit@debbugs.gnu.org; Tue, 21 Dec 2021 18:42:01 -0500 Received: from lists.gnu.org ([209.51.188.17]:51086) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzolZ-0005Sd-C1 for submit@debbugs.gnu.org; Tue, 21 Dec 2021 18:42:00 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50422) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzolZ-0006jO-4r for bug-gnu-emacs@gnu.org; Tue, 21 Dec 2021 18:41:57 -0500 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:35282) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzolX-0001Mo-G5; Tue, 21 Dec 2021 18:41:56 -0500 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 06A13160112; Tue, 21 Dec 2021 15:41:53 -0800 (PST) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id xoerWvtR-FBa; Tue, 21 Dec 2021 15:41:52 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 5F4BF16011C; Tue, 21 Dec 2021 15:41:52 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id InraKGGzQnnW; Tue, 21 Dec 2021 15:41:52 -0800 (PST) Received: from [192.168.1.9] (cpe-172-91-119-151.socal.res.rr.com [172.91.119.151]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 340B9160112; Tue, 21 Dec 2021 15:41:52 -0800 (PST) Message-ID: <36286c8a-9182-b713-0d2a-0eea212a62eb@cs.ucla.edu> Date: Tue, 21 Dec 2021 15:41:51 -0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1 Content-Language: en-US References: <83y24dyc2i.fsf@gnu.org> From: Paul Eggert Organization: UCLA Computer Science Department In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=131.179.128.68; envelope-from=eggert@cs.ucla.edu; helo=zimbra.cs.ucla.edu X-Spam_score_int: -61 X-Spam_score: -6.2 X-Spam_bar: ------ X-Spam_report: (-6.2 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-2.012, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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 (--) On 12/21/21 12:12, Alan Third wrote: > Looks like it's gnulib: Indeed it is. In a recent Gnulib change I misspelled "__clang_major__" in an ifdef, which caused intprops.h to incorrectly assume that you were running Clang 14 (which isn't out yet) and therefore intprops.h did not work around Clang bug 16404, a bug that is present on your Clang 11-based platform. Sorry about that. I corrected the misspelling in Gnulib and propagated the latest Gnulib into Emacs, so it should work now. From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 22 01:04:01 2021 Received: (at control) by debbugs.gnu.org; 22 Dec 2021 06:04:01 +0000 Received: from localhost ([127.0.0.1]:56483 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzujJ-0006e4-Cc for submit@debbugs.gnu.org; Wed, 22 Dec 2021 01:04:01 -0500 Received: from mail-pl1-f172.google.com ([209.85.214.172]:46919) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzuj7-0006d7-6A for control@debbugs.gnu.org; Wed, 22 Dec 2021 01:03:59 -0500 Received: by mail-pl1-f172.google.com with SMTP id w7so550775plp.13 for ; Tue, 21 Dec 2021 22:03:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:mime-version:date:message-id:subject:to; bh=KJM8dZPMHMKBhZLLEqy8mkpFLXkPldlLLHEi5QOoNKY=; b=xlD7q6mjXvxq/Yu2GgYgNjnVtX+NGn96qkP7MsBEBhljAGDmceotxV0CsJRV2O55aC LfF8XqGdwpTbgIgVBQnifKZ+rfqGj/WKOM+HCCZuFKefRr+LSBNpiR3x/+c21S2iKhop jfxQJgwjESgh26cBxkdQ0uoxZqoFGB3aimgJDL6AM6O5E5nO2ZWAwN2rJtVMP4ySE4ux YcHgD9y4YGI0XURkRDKYe2jQu9LL9eQ/DPW0/5DpXJjXypVDn4zDLsqFn6TeLC48+y18 ehrs3eS61sFD+KEVPc7VpYfDFLIVMNfsHH6yBsVN/We57zEUmIHhV+a9A0kbAXUDeOvS oxnw== X-Gm-Message-State: AOAM530yx7Ka/7+cLT5RTLkmSzSYyBq11WB3monb0MJHug0dVAk4voR3 GjzWjcRIdOjQTRXlAblMJmzEb9/PJRM6mkUDJ4Y9D0VJ X-Google-Smtp-Source: ABdhPJxKNNs9zWEmwu2FbZw8v6SxSS28cux0qwln5ObavLXCpJoXsvsTvaJRPUfNHpLKQ1jZKs1y/cCJsr/GiW9GEas= X-Received: by 2002:a17:902:8e87:b0:148:a2e8:2c5f with SMTP id bg7-20020a1709028e8700b00148a2e82c5fmr1422147plb.174.1640153023617; Tue, 21 Dec 2021 22:03:43 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Tue, 21 Dec 2021 22:03:43 -0800 From: Stefan Kangas MIME-Version: 1.0 Date: Tue, 21 Dec 2021 22:03:43 -0800 Message-ID: Subject: control message for bug #52711 To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: control 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.5 (/) tags 52711 + moreinfo quit From unknown Sun Jun 15 01:08:16 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Alan Third Subject: bug#52711: closed (Re: bug#52711: undefined reference to '__muloti4') Message-ID: References: X-Gnu-PR-Message: they-closed 52711 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: moreinfo Reply-To: 52711@debbugs.gnu.org Date: Wed, 22 Dec 2021 13:54:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1640181242-12387-1" This is a multi-part message in MIME format... ------------=_1640181242-12387-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #52711: undefined reference to '__muloti4' which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 52711@debbugs.gnu.org. --=20 52711: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D52711 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1640181242-12387-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 52711-done) by debbugs.gnu.org; 22 Dec 2021 13:53:53 +0000 Received: from localhost ([127.0.0.1]:57137 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n0241-0003DO-64 for submit@debbugs.gnu.org; Wed, 22 Dec 2021 08:53:53 -0500 Received: from outbound.soverin.net ([116.202.126.228]:42437) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n023y-0003D7-0b for 52711-done@debbugs.gnu.org; Wed, 22 Dec 2021 08:53:51 -0500 Received: from smtp.soverin.net (unknown [10.10.3.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 4609366; Wed, 22 Dec 2021 13:53:43 +0000 (UTC) Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.138]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1640181222; bh=sNTbSuPdDrfoKiCwtBweGqw5yIrwmB+4pci68NpxSww=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p1vJfSDRLBj1Yb3sW9lzphDwU1PCndpiiBWXlkMoJTnU3mmnX+XIfme50RbP91/kF BCa3ysVe7nOEZAPv7L7FCVjLyK/lnUEmK9x7f4/HCOATBZCNhhyvIxaqPmGqNpWNAr n+j0zn/hV6E+LsW06ntapZwuEKL6AZsL8fPAk0qu1XQaC0PnAA4sgMs/SKoh5hiyCS 8KiH0IRvSo9C4Pldh3YvY5gXXfQT1Y/wqpxm1RTvaIyQCDbGeOi1au0Omq4KU14YcI YjQRLWhX5/ctoBI0is40BxAQVKzJm+o2aAwW3FXP2wOX1FIBUki8xrvaxG03fh4PFH dcD3rdGFNsgzQ== Received: from alan by faroe.holly.idiocy.org with local (Exim 4.95-RC2) (envelope-from ) id 1n023n-001tJD-QU; Wed, 22 Dec 2021 13:53:39 +0000 Date: Wed, 22 Dec 2021 13:53:39 +0000 From: Alan Third To: Paul Eggert Subject: Re: bug#52711: undefined reference to '__muloti4' Message-ID: Mail-Followup-To: Alan Third , Paul Eggert , 52711-done@debbugs.gnu.org References: <83y24dyc2i.fsf@gnu.org> <36286c8a-9182-b713-0d2a-0eea212a62eb@cs.ucla.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <36286c8a-9182-b713-0d2a-0eea212a62eb@cs.ucla.edu> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 52711-done Cc: 52711-done@debbugs.gnu.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.7 (-) On Tue, Dec 21, 2021 at 03:41:51PM -0800, Paul Eggert wrote: > On 12/21/21 12:12, Alan Third wrote: > > Looks like it's gnulib: > > Indeed it is. In a recent Gnulib change I misspelled "__clang_major__" in an > ifdef, which caused intprops.h to incorrectly assume that you were running > Clang 14 (which isn't out yet) and therefore intprops.h did not work around > Clang bug 16404, a bug that is present on your Clang 11-based platform. > > Sorry about that. I corrected the misspelling in Gnulib and propagated the > latest Gnulib into Emacs, so it should work now. Thanks, Paul. That's it sorted now. -- Alan Third ------------=_1640181242-12387-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 21 Dec 2021 19:31:20 +0000 Received: from localhost ([127.0.0.1]:55686 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzkqt-0005pN-VW for submit@debbugs.gnu.org; Tue, 21 Dec 2021 14:31:20 -0500 Received: from lists.gnu.org ([209.51.188.17]:33352) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzkqp-0005ls-Ez for submit@debbugs.gnu.org; Tue, 21 Dec 2021 14:31:10 -0500 Received: from eggs.gnu.org ([209.51.188.92]:34490) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzkqp-00078t-2o for bug-gnu-emacs@gnu.org; Tue, 21 Dec 2021 14:31:07 -0500 Received: from outbound.soverin.net ([116.202.126.228]:59235) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzkqc-0003Ju-3Z for bug-gnu-emacs@gnu.org; Tue, 21 Dec 2021 14:30:58 -0500 Received: from smtp.soverin.net (unknown [10.10.3.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 1ABAE66 for ; Tue, 21 Dec 2021 19:30:45 +0000 (UTC) Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.138]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1640115044; bh=rrTcUbBLaaIJgipeLzU2rvZNv4epCaD4I/j5bEQckHI=; h=Date:From:To:Subject:From; b=eZMvpWmEYbACI524R6vREOnw8EN+p9tPGMhgZ94q2pcsaaO8RpTKbNxqdSj6qD7Vi Hcj7FHpgQWj4LnsECYwyXRRDTK7fzQdWs1ylmMThK/MaKhw45PO0tHvIuRnwcleaO8 dWY2TGWZCaYgOhSDEHI5F2x4txHEUoMHkjpiYkhExf31/NpSHSjKQHLdMoUqUo25Nl 0xA/ZhT2HVFXdvmWN17s1BQtHVNVY368RuMwLH5qPQh0swfxu6sK9uDRP4dPSKPXc+ PDd6szb/+we2+c5t7E/6GbKyyhHFBFicenP8Z+GMwxC5TIuT2GktGlHKidwSaU6oce DTPZOL7uiYLSQ== Received: from alan by faroe.holly.idiocy.org with local (Exim 4.95-RC2) (envelope-from ) id 1mzkqQ-001OJM-Fn for bug-gnu-emacs@gnu.org; Tue, 21 Dec 2021 19:30:42 +0000 Date: Tue, 21 Dec 2021 19:30:42 +0000 From: Alan Third To: Emacs Reports Subject: undefined reference to '__muloti4' Message-ID: Mail-Followup-To: Alan Third , Emacs Reports MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Received-SPF: pass client-ip=116.202.126.228; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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 (-) I no longer seem to be able to build the master branch. I'm getting this error: CCLD temacs fileio.c:6261: error: undefined reference to '__muloti4' clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [Makefile:697: temacs] Error 1 I had a look but couldn't see where the problem comes from. I'm using clang on Debian testing, if that matters. I'm not sure when the problem started as I haven't built Emacs from source on this machine in at least a couple of weeks. -- Alan Third ------------=_1640181242-12387-1--