Your message dated Thu, 11 Aug 2011 11:47:33 +0000
with message-id <e1qrtjz-0006wh...@franck.debian.org>
and subject line Bug#636143: fixed in ssmtp 2.64-5
has caused the Debian Bug report #636143,
regarding ssmtp: FTBFS against multi-arched gnutls
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
636143: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636143
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ssmtp
Version: 2.64-4
Severity: normal

Building ssmtp against a multi-arch enabled version of gnutls fails:

----------------
gcc -o ssmtp ssmtp.o arpadate.o base64.o xgethostname.o md5auth/md5c.o 
md5auth/hmac_md5.o -lnsl  /usr/lib/libgnutls-openssl.so -DSTDC_HEADERS=1 
-DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_LIBNSL=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_GETHOSTNAME=1 
-DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DREWRITE_DOMAIN=1 -DHAVE_SSL=1 
-DINET6=1 -DMD5AUTH=1  -DSSMTPCONFDIR=\"/etc/ssmtp\" 
-DCONFIGURATION_FILE=\"/etc/ssmtp/ssmtp.conf\" 
-DREVALIASES_FILE=\"/etc/ssmtp/revaliases\"  -O2 -g -Wall
gcc: error: /usr/lib/libgnutls-openssl.so: No such file or directory
make[1]: *** [ssmtp] Error 1
make[1]: Leaving directory `/tmp/buildd/ssmtp-2.64'
make: *** [build] Error 2
----------------

This is caused by 01-374327-use-gnutls.patch:
------------------------------------
--- a/configure.in      2008-03-07 06:34:46.000000000 +1100
+++ b/configure.in      2009-07-06 23:33:59.000000000 +1000
@@ -52,7 +52,7 @@ AC_ARG_ENABLE(ssl,
 [  --enable-ssl           support for secure connection to mail server])
 if test x$enableval = xyes ; then
        AC_DEFINE(HAVE_SSL)
-       LIBS="$LIBS -lssl"
+       LIBS="$LIBS /usr/lib/libgnutls-openssl.so"
 fi
 enableval=""
------------------------------------

replacing /usr/lib/libgnutls-openssl.so with -lgnutls-openssl should
do the trick. To reproduce use gnutls 2.12 from experimental (or
Ubuntu's 2.10).

cu andreas




--- End Message ---
--- Begin Message ---
Source: ssmtp
Source-Version: 2.64-5

We believe that the bug you reported is fixed in the latest version of
ssmtp, which is due to be installed in the Debian FTP archive:

ssmtp_2.64-5.debian.tar.bz2
  to main/s/ssmtp/ssmtp_2.64-5.debian.tar.bz2
ssmtp_2.64-5.dsc
  to main/s/ssmtp/ssmtp_2.64-5.dsc
ssmtp_2.64-5_amd64.deb
  to main/s/ssmtp/ssmtp_2.64-5_amd64.deb



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 636...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anibal Monsalve Salazar <ani...@debian.org> (supplier of updated ssmtp 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 11 Aug 2011 21:23:43 +1000
Source: ssmtp
Binary: ssmtp
Architecture: source amd64
Version: 2.64-5
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
Changed-By: Anibal Monsalve Salazar <ani...@debian.org>
Description: 
 ssmtp      - extremely simple MTA to get mail off the system to a mail hub
Closes: 636143
Changes: 
 ssmtp (2.64-5) unstable; urgency=low
 .
   [ Iain Lane ]
   * Link against libgnutls-openssl; fixes FTBFS against multiarch enabled
     gnutls (Closes: #636143)
 .
   [ Anibal Monsalve Salazar ]
   * Fix unneeded-build-dep-on-quilt
   * Fix debian-rules-missing-recommended-target
   * Standards-Version is 3.9.2
Checksums-Sha1: 
 8e1b78d523f82ca4fb0f8e3c105d458419829ef4 1762 ssmtp_2.64-5.dsc
 a1419c9c918700245174360b68a5adec8d5a2644 34095 ssmtp_2.64-5.debian.tar.bz2
 c3edf516beb21fa02ed7daf9cfd062bbb6e5f7a4 54940 ssmtp_2.64-5_amd64.deb
Checksums-Sha256: 
 13cee17ba1cea9af901c59731873a5c260834f6a01d70b264b7c91ac8f81ea22 1762 
ssmtp_2.64-5.dsc
 42d9c60229c37aa32286971f80950ab45782a64b3799d1588e2d1bce0170c799 34095 
ssmtp_2.64-5.debian.tar.bz2
 00bae682e0cd4f159cfddc0af7f94b244c501aea288183bf9ddc166354a1b7c0 54940 
ssmtp_2.64-5_amd64.deb
Files: 
 cc775d7ca0f4dd9a739dce1ca2ef328e 1762 mail extra ssmtp_2.64-5.dsc
 47950d66e81190828d71c23da8a8c4b3 34095 mail extra ssmtp_2.64-5.debian.tar.bz2
 1ffda11883462aa68375f634b89eb253 54940 mail extra ssmtp_2.64-5_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iQIcBAEBCAAGBQJOQ71hAAoJEHxWrP6UeJfYnOMQAI1o0RUF0Kk+czZv0b1wywO+
CcCJU86bkGw0kgybI8+jNLePkTpjc4u4DBElkETqaR/MofeRWseGhv/A2Y8g7eJi
xv7jzz/xq1l2y8Tit4A/rShGTCA4IRJPjXJOVdlYwzeyyi5T87vhV5tOykLwCJQ3
qnLSHhR0MOjOj35xOKOnV8T/dA2GwFFfPJtL8pN9tIC+xWESS7r7nw4Gr5ItVwcX
OFafVXD/rxU4vs2X0k8dgbhnrWFToiNErOF61xDkh2bb/JMJNxi96/V9bDpHwDOA
+sfgbHFkNqNsAqq2JHoM6dxcNIm74+yLlNb4Z/V4Ozu74XyICIAZV6hzD6YiNZ0s
H+E9qdzg2Ksw+6Ddgt/YRsNHQX0tTYH1TGGyjGAqTFHFuPy4nQPqHD56uGARq5fF
RA09rc7XnmY22GRFtxOqdxiABir1WoNalLZBFP/bkwtlAd2fhNbfe9FRROB6noEp
CI98o/CKwa6JOl4FDD2N14H8AC9lcGEVBSYbZOmnrB0Wt/MkMWxlRlc+Y3E/n47f
vk+u/uqQ5DdrBCQkgZWmIkDhVBicCMTL4/dwBsxabBKPDvf41u4UCYUUSxlEw5DN
3WVz+ch/hGXnTKajktyglWHMEhCweZl7JcZxAndwxp0fvcAOrjFcjR5QLVM8u+N1
Wh3sNJpjhYFRrAX5ZptA
=LJnh
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to