unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* FreeBSD configure error related to liblockfile
@ 2018-02-17 15:49 Joseph Mingrone
  2018-02-19 10:43 ` Robert Pluim
  2018-02-19 18:09 ` Paul Eggert
  0 siblings, 2 replies; 6+ messages in thread
From: Joseph Mingrone @ 2018-02-17 15:49 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 928 bytes --]

Hi,

Configure error:
- liblockfile package installed and `configure --without-x`

checking for maillock in -lmail... no
checking for maillock in -llockfile... no
checking for liblockfile.so... yes
configure: error: Shared liblockfile found but can't link against it.
This probably means that movemail could lose mail.
There may be a 'development' package to install containing liblockfile.

No configure error:
- liblockfile package not installed
- liblockfile package installed and `configure` (no arguments)
- liblockfile and GNU mailutils packages installed

What do you recommend for the package?

1. We could just add ac_cv_prog_liblockfile=no to the configure environment.
2. We could add a dependency on GNU mailutils.
3. We could add an option to depend on GNU mailutils.  If that option is turned off, then add ac_cv_prog_liblockfile=no to the configure environment.
4. Another approach I am missing.

Thanks,

Joseph

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-02-21  0:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-17 15:49 FreeBSD configure error related to liblockfile Joseph Mingrone
2018-02-19 10:43 ` Robert Pluim
2018-02-19 16:19   ` Joseph Mingrone
2018-02-19 18:09 ` Paul Eggert
2018-02-19 21:50   ` Joseph Mingrone
2018-02-21  0:52     ` Joseph Mingrone

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).