all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: help-gnu-emacs@gnu.org
Subject: problems building emacs with libgpm & gnutls on an old Debian system (Jessie)
Date: Thu, 06 Aug 2020 17:05:16 +0100	[thread overview]
Message-ID: <87y2mrn4jn.fsf@ucl.ac.uk> (raw)

Hello,

Without giving all the gory details, I am trying to build a recent emacs
28.x version (from git) on an old computer running Debian Jessie,
i.e. Linux circa 2014-2015.

I can configure and compile Emacs if I use --with-gnutls=ifavailable but
not having libgnutls-dev or libgmp-dev installed.  This Emacs then runs
but has problems with accessing email (gnus).  I can live with this to
some degree as it meets one of my main requirements which is for writing
prose.  But it would be nice to have email on it as well.

If I install the gnutls library, this brings in libgmp and then Emacs
does not build.  I get error messages along the lines of:

,----
| floatfns.o: In function `Fabs':
| /home/ucecesf/git/emacs/src/floatfns.c:279: undefined reference to `mpz_sgn'
| /home/ucecesf/git/emacs/src/floatfns.c:281: undefined reference to `mpz_neg'
`----

The strange thing is that mpz_sgn, for instance, is a #define in gpm.h
but is not in gmpxx.h.  Both of these include files come from
libgmp-dev.  It could be that Emacs's configure script picks up the
wrong one?

The versions of the two packages in question are:

libgmp-dev:armhf        2:6.0.0+dfsg-6
libgnutls28-dev:armhf   3.3.8-6+deb8u7   

Am I doing something incredibly stupid (I have RTFMed but haven't seen
anything that would help)?  Do I need to build those packages from
source maybe?   

Thank you.
-- 
Eric S Fraga via Emacs 28.0.50 & org 9.3.7 on Debian bullseye/sid




             reply	other threads:[~2020-08-06 16:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-06 16:05 Eric S Fraga [this message]
2020-08-06 17:40 ` problems building emacs with libgpm & gnutls on an old Debian system (Jessie) Robert Pluim
2020-08-07 10:18   ` Eric S Fraga
2020-08-07 10:49     ` Robert Pluim
2020-08-10 11:17       ` Eric S Fraga
2020-08-10 13:01         ` Robert Pluim
2020-08-10 14:10           ` Eric S Fraga
2020-08-10 14:21             ` Robert Pluim

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=87y2mrn4jn.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=help-gnu-emacs@gnu.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.