From: Eli Zaretskii <eliz@gnu.org>
To: Van Ly <van.ly@sdf.org>
Cc: 73255@debbugs.gnu.org
Subject: bug#73255: 30.0.91; on NetBSD-10 configure script run halts
Date: Sun, 15 Sep 2024 08:06:26 +0300 [thread overview]
Message-ID: <86wmjdeca5.fsf@gnu.org> (raw)
In-Reply-To: <dcs1q1m6ovy.fsf@sdf.org> (bug-gnu-emacs@gnu.org)
> Date: Sat, 14 Sep 2024 19:01:21 +0000
> From: Van Ly via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
> I was able to build emacs-29.4 but 30.0.91 stops at the configure
> script.
>
> The following packages are on the amd64/x86_64 NetBSD 10.0_STABLE
> system
>
> cairo-1.18.0nb2 = Vector graphics library with cross-device output support
> gnutls-3.8.5nb3 = Transport Layer Security library
>
> A snippet of the output from configure reads
>
> checking for cairo >= 1.8.0... no
> configure: WARNING: cairo requested but not found.
>
> configure: error: The following required libraries were not found:
> gnutls
That's the reason, right there: the configure script decided it
couldn't find GnuTLS installed whose version is at least 2.12.2:
> 167 checking for gnutls >= 2.12.2... no
AFAICT, Emacs 29.4 was making the same test, so there's some other
factor here at work. Did something change wrt GnuTLS between the time
you built Emacs 29.4 and the time you tried to build 30.0.91? Are you
sure you have the header files needed for developing programs with
GnuTLS?
In any case, please post config.log which was created by running the
configure script, it should tell the details regarding the failed
test.
> 210 configure: error: The following required libraries were not found:
> 211 gnutls
> 212 Maybe some development libraries/packages are missing?
> 213 To build anyway, give:
> 214 --with-gnutls=ifavailable
> 215 as options to configure
And if worse comes to worst, you can always use the above advice
(although building Emacs without GnuTLS is not recommended).
next prev parent reply other threads:[~2024-09-15 5:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-14 19:01 bug#73255: 30.0.91; on NetBSD-10 configure script run halts Van Ly via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-15 5:06 ` Eli Zaretskii [this message]
[not found] <dcscyl5o2c7.fsf@sdf.org>
2024-09-15 7:14 ` Eli Zaretskii
2024-09-15 10:22 ` Van Ly via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-28 8:54 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86wmjdeca5.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=73255@debbugs.gnu.org \
--cc=van.ly@sdf.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.