Re: Build failure for 2.0.0

Sam Varshavchik <[email protected]> Sun, 21 Jun 2026 11:27:43 -0400
Newsgroups gmane.mail.imap.courier.general
Message-ID <[email protected]>
This is a MIME GnuPG-signed message.  If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
The Internet standard for MIME PGP messages, RFC 2015, was published in 1996.
To open this message correctly you will need to install E-mail or Usenet
software that supports modern Internet standards.

--===============8798529432216940728==
Content-Type: multipart/signed;
    boundary="=_ripper.email-scan.com-49645-1782055663-0001";
    micalg=pgp-sha1; protocol="application/pgp-signature"
Content-Transfer-Encoding: 8bit

This is a MIME GnuPG-signed message.  If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
The Internet standard for MIME PGP messages, RFC 2015, was published in 1996.
To open this message correctly you will need to install E-mail or Usenet
software that supports modern Internet standards.

--=_ripper.email-scan.com-49645-1782055663-0001
Content-Type: text/plain; format=flowed; delsp=yes; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

courier--- via courier-users writes:

>  Sam,
>
> I've sent you the full make output, but looking at yours I can see my make  
> does not compile testispell - as I would expect because it wasn't installed  
> - so this presumably accounts for the ld failure. I can also see that  
> earlier on it recognises ispell as not found.
> The compile works for 1.6.0 (and all previous versions) in exactly the same  
> environment.

I think the following should fix this. If you're rebuilding autoconf- 
generated files you only need to patch Makefile.am

diff --git a/sqwebmail/Makefile.am b/sqwebmail/Makefile.am
index 4b929b3..d557007 100644
--- a/sqwebmail/Makefile.am
+++ b/sqwebmail/Makefile.am
@@ -28,7 +28,6 @@ noinst_DATA=$(DOCS) TIMEZONELIST
 #

 noinst_PROGRAMS=sqwebmail sqwebmaild showmsg2html \
-	testispell \
 	testhtml \
 	testaddressbook \
 	testpref \
@@ -85,6 +84,7 @@ testhtml_DEPENDENCIES=libwebmail.la $(COMMONDEPENDENCIES)
 testhtml_LDADD=libwebmail.la $(COMMONLDADD)

 if ISPELL
+noinst_PROGRAMS += testispell
 testispell_SOURCES=testispell.C
 testispell_DEPENDENCIES=$(COMMONDEPENDENCIES)
 testispell_LDADD=$(COMMONLDADD)
--- Makefile.in.orig	2026-06-21 11:24:59.215214884 -0400
+++ Makefile.in	2026-06-21 11:25:04.010753768 -0400
@@ -98,10 +98,11 @@
 host_triplet = @host@
 pkglibexec_PROGRAMS = sqwebpasswd$(EXEEXT)
 noinst_PROGRAMS = sqwebmail$(EXEEXT) sqwebmaild$(EXEEXT) \
-	showmsg2html$(EXEEXT) testispell$(EXEEXT) testhtml$(EXEEXT) \
+	showmsg2html$(EXEEXT) testhtml$(EXEEXT) \
 	testaddressbook$(EXEEXT) testpref$(EXEEXT) \
-	testlogindomainlist$(EXEEXT)
+	testlogindomainlist$(EXEEXT) $(am__EXEEXT_1)
 @HAVE_SGML_TRUE@am__append_1 = $(GITFILES)
+@ISPELL_TRUE@am__append_2 = testispell
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -115,6 +116,7 @@
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES = sendit.sh cleancache.pl sqwebmaild.dist
 CONFIG_CLEAN_VPATH_FILES =
+@ISPELL_TRUE@am__EXEEXT_1 = testispell$(EXEEXT)
 am__installdirs = "$(DESTDIR)$(pkglibexecdir)" \
 	"$(DESTDIR)$(scriptdir)" "$(DESTDIR)$(sysconfdir)"
 PROGRAMS = $(noinst_PROGRAMS) $(pkglibexec_PROGRAMS)


--=_ripper.email-scan.com-49645-1782055663-0001
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iHUEABYKAB0WIQRupkKLJP96aW75pIOKYPgoojZS4gUCajgC7wAKCRCKYPgoojZS
4odrAQDeU0xy6R/suvHlcyHEpl5SupsrcvCQ8anWf7OCDe3unAEAxJxnWREToADe
nKg1hp9srxqfzluf3zTDgTlU+pGpZQ8=
=9c55
-----END PGP SIGNATURE-----

--=_ripper.email-scan.com-49645-1782055663-0001--


--===============8798529432216940728==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============8798529432216940728==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

--===============8798529432216940728==--