GNU bug report logs - #55294
Configure failure on Solaris 11.4

Previous Next

Package: emacs;

Reported by: Steve Downey <sdowney <at> gmail.com>

Date: Fri, 6 May 2022 20:34:01 UTC

Severity: normal

Tags: moreinfo

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Steve Downey <sdowney <at> gmail.com>
Subject: bug#55294: closed (Re: bug#55294: Configure failure on Solaris 11.4)
Date: Tue, 10 May 2022 21:50:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#55294: Configure failure on Solaris 11.4

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 55294 <at> debbugs.gnu.org.

-- 
55294: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55294
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 55294-done <at> debbugs.gnu.org, Steve Downey <sdowney <at> gmail.com>
Subject: Re: bug#55294: Configure failure on Solaris 11.4
Date: Tue, 10 May 2022 14:49:30 -0700
[Message part 3 (text/plain, inline)]
On 5/10/22 05:07, Eli Zaretskii wrote:
> I think it's easy enough, and I'm sure Paul will be able to do that.

Sure, I installed the attached. Closing the bug report.
[0001-Port-libm-configure-time-test-to-Solaris-11.4.patch (text/x-patch, attachment)]
[0002-src-floatfns.c-Update-comment.patch (text/x-patch, attachment)]
[Message part 6 (message/rfc822, inline)]
From: Steve Downey <sdowney <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Configure failure on Solaris 11.4
Date: Fri, 6 May 2022 15:58:39 -0400
[Message part 7 (text/plain, inline)]
On solaris 11.4, the system libc has a definition of sqrt leading configure
to believe that linking libm is unnecessary. Applying a patch locally to
change
AC_SEARCH_LIBS([sqrt], [m]) to
AC_SEARCH_LIBS([atan], [m])
fixes the problem.

atan was picked at random from the symbols that couldn't be found in
building temacs.
[Message part 8 (text/html, inline)]

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

Previous Next


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