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: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#55294: closed (Configure failure on Solaris 11.4)
Date: Tue, 10 May 2022 21:50:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 10 May 2022 14:49:30 -0700
with message-id <90ab237b-7da6-6da0-923c-f501c808d41c <at> cs.ucla.edu>
and subject line Re: bug#55294: Configure failure on Solaris 11.4
has caused the debbugs.gnu.org bug report #55294,
regarding Configure failure on Solaris 11.4
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> 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: 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 3 (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 4 (text/html, inline)]
[Message part 5 (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 6 (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)]

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

Previous Next


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