- Package:
- src:sendmail
- Source:
- src:sendmail
- Submitter:
- Aurelien Jarno
- Date:
- 2026-06-09 04:51:01 UTC
- Severity:
- normal
- Tags:
Dear maintainers, libnsl 2.0 dropped support for NIS+, which causes sendmail FTBFS: | ... | | configure: creating ./config.status | config.status: creating Makefile | config.status: creating build/autoconf.mk | config.status: creating build/autoconf.pl | config.status: creating build/autoconf.sh | config.status: creating build/update_chaos | Updating Build setup | config.status: creating build/site.config.m4 | config.status: WARNING: 'build/site.config.m4.in' seems to ignore the --datarootdir setting | config.status: creating control.new | control control.new differ: char 1750, line 59 | *** debian/control was updated, aborting, please restart your build *** | cd debian && tail -v -n \+0 config.log | ==> config.log <== | This file contains any messages produced by compilers while | running configure, to aid debugging if configure makes a mistake. | | It was created by Sendmail configure 8.17.1, which was | generated by GNU Autoconf 2.73. Invocation command line was | | ... The problem is that the removal of the NIS+ support changes the package description in the debian/control file. The following patch fixes the issue: --- sendmail-8.18.2/debian/control +++ sendmail-8.18.2/debian/control @@ -56,7 +56,7 @@ Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . - This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, + This package supports REGEX, DB, NIS, LDAP, DNS maps, and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL). Package: rmail @@ -184,7 +184,7 @@ Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . - This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, + This package supports REGEX, DB, NIS, LDAP, DNS maps, and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL). . This package is to make installation/upgrading easier (Do NOT delete it) Regards Aurelien
Am 02.06.26 um 21:26 schrieb Aurelien Jarno: Is that really enough? IIRC this is just a description and the compile-time options needs to be modified to remove NIS+ support from the package.
Yes, this is enough because NISPLUS support is autodetected (and that's why the description in debian/control didn't match anymore). Now if you prefer, it's also possible to disable the feature instead of leaving it autodetected. That's what the following patch does:--- sendmail-8.18.2/debian/configure.options +++ sendmail-8.18.2/debian/configure.options @@ -83,7 +83,7 @@ # --enable-nis=...........Allow NIS maps [auto] --enable-nis=auto # --enable-nisplus=.......Allow NISPLUS maps [auto] ---enable-nisplus=auto +--enable-nisplus=no # --enable-ldap=..........Allow LDAP maps [auto] --enable-ldap=yes # --enable-hesiod=........Allow HESIOD maps [auto] --- sendmail-8.18.2/debian/control +++ sendmail-8.18.2/debian/control @@ -56,7 +56,7 @@ Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . - This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, + This package supports REGEX, DB, NIS, LDAP, DNS maps, and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL). Package: rmail @@ -184,7 +184,7 @@ Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . - This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, + This package supports REGEX, DB, NIS, LDAP, DNS maps, and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL). . This package is to make installation/upgrading easier (Do NOT delete it)
We believe that the bug you reported is fixed in the latest version of
sendmail, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1138718@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Aurelien Jarno <aurel32@debian.org> (supplier of updated sendmail package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Tue, 09 Jun 2026 06:32:03 +0200
Source: sendmail
Architecture: source
Version: 8.18.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Aurelien Jarno <aurel32@debian.org>
Closes: 1138718
Changes:
sendmail (8.18.2-2) unstable; urgency=medium
.
* QA upload
* Disable NISPLUS support and update package description accordingly
(Closes: #1138718)
Checksums-Sha1:
542ec0adb9b8332c7678b76a4939fbccc2109b3c 2794 sendmail_8.18.2-2.dsc
429b59758892b22f546d800d54f1eee6ff0f156a 248664 sendmail_8.18.2-2.debian.tar.xz
50b85ed0adb7c8d6e3953ca2a37f0b16855a7af5 6110 sendmail_8.18.2-2_source.buildinfo
Checksums-Sha256:
ba7d8962f1bf16ecd1511fdb715d356737f55b38ce945e4cfbdaca920861c6ec 2794 sendmail_8.18.2-2.dsc
10c2572ce54c749dec05dd8fa2be729f292f46616cae32fdf3156678fe187c10 248664 sendmail_8.18.2-2.debian.tar.xz
f62ad04d04a4e3fe049b5b253bbfd66a446d750dcd0bcf4c7593ee7803d21681 6110 sendmail_8.18.2-2_source.buildinfo
Files:
bdff0fee4179e8e7a653a278fa4e1721 2794 mail optional sendmail_8.18.2-2.dsc
c3149e5dee66df6ad5e5aa6ab4a6101a 248664 mail optional sendmail_8.18.2-2.debian.tar.xz
c0e3dca0bb102faae55291c6100fd25a 6110 mail optional sendmail_8.18.2-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEUryGlb40+QrX1Ay4E4jA+JnoM2sFAmonmGQACgkQE4jA+Jno
M2tSAQ/9HOAOUET8RhNz0BfaM2h3VUihkJAs5xnDXTiZ8p4QlPx9pQWUktuLGT2M
nSLb/oMzHl0i2cXcqfX5lPnOpECSaKBYqV6hfbHpd1SImDSofxKgD791/qVQCYTv
T3CSUcz7uGeEc2kF1q95W2ACxjgTyDHlOMWtV29BSDu2XF2LRxCtlc5Rz/cBTQP9
1KIhQTo4GoM4mUCTUZ1ZOTfnTey+KuzcNLuaNwHc7m9eeW9T+zTzUjF+wM94JzF4
L0M5tuzpEGWh4enrEi3FCtEj2fFzh4WuQPOGK8oRiheFMDZRA01rRP7U8QJLU0/2
k2QhOZJ1vKCGkv9KCG0Ckiek2aCrPc5T6JXwHvA/oeJlMpjSX0M5YHj6TNCZLppi
ucduCIM9CxYBmzeAXwJtNk7g2WvX5EC/hKZMN7Fc9klMmymTIy/Vy729CEb5YQEo
KGdZ7ccQ2A9U45j9yi/IRiyWE76YGoMF0CkjR9zNgGNRV4ls4ypg/dY5rzp6Y2ne
FOkWd1YECtupCrqzuI9MJFI6DgGxY1nk3bxsZqdZTYAzXHnFJ/tCq/mVWq6tofGN
p7PIrKP2c9CxJdQEuR2nWNlfRtb3VpIP4+jrKeoN4sdZdI35+pJ6e5FDnYUj4tyC
i2KDLX414Yu3xNg+HPhnOygAMcERXQROp0HTNxY8pl8bfFORvVI=
=14V0
-----END PGP SIGNATURE-----