emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52711: closed (undefined reference to '__muloti4')


From: GNU bug Tracking System
Subject: bug#52711: closed (undefined reference to '__muloti4')
Date: Wed, 22 Dec 2021 13:54:02 +0000

Your message dated Wed, 22 Dec 2021 13:53:39 +0000
with message-id <YcMt4xIvOwS9uuPj@idiocy.org>
and subject line Re: bug#52711: undefined reference to '__muloti4'
has caused the debbugs.gnu.org bug report #52711,
regarding undefined reference to '__muloti4'
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52711: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52711
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: undefined reference to '__muloti4' Date: Tue, 21 Dec 2021 19:30:42 +0000
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#52711: undefined reference to '__muloti4' Date: Wed, 22 Dec 2021 13:53:39 +0000
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]