Bug#738445: exim4: FTBFS on hurd-i386
Samuel Thibault
sthibault at debian.org
Sun Feb 9 18:09:49 UTC 2014
Package: exim4
Version: 4.82-3
Severity: important
Tags: patch
Hello,
exim4 currently FTBFS on hurd-i386 because it does not currently support
TCLASS. Could you apply the trivial attached patch to fix this?
Thanks,
Samuel
-- Package-specific info:
Exim version 4.82 #3 built 27-Nov-2013 19:13:06
Copyright (c) University of Cambridge, 1995 - 2013
(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 2013
Berkeley DB: Berkeley DB 5.1.29: (October 25, 2011)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages DKIM
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz dbmnz dnsdb dsearch nis nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /var/lib/exim4/config.autogenerated
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'
dc_eximconfig_configtype='smarthost'
dc_other_hostnames='type.youpi.perso.aquilenet.fr;type.ipv6'
dc_local_interfaces='127.0.0.1'
dc_readhost='youpi.perso.aquilenet.fr'
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='toccata.ens-lyon.org::587:iona.labri.fr::587:smtp.inria.fr::587'
CFILEMODE='644'
dc_use_split_config='true'
dc_hide_mailname='true'
dc_localdelivery='true'
mailname:type.youpi.perso.aquilenet.fr
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.13.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages exim4 depends on:
ii cdebconf [debconf-2.0] 0.187
ii debconf [debconf-2.0] 1.5.52
ii exim4-base 4.82-3
ii exim4-daemon-light 4.82-3
exim4 recommends no packages.
exim4 suggests no packages.
-- debconf information:
exim4/drec:
--
Samuel
> [Linux] c'est une philosophie un art de vivre, un état intérieur,
> une sorte de fluide qui nous entoure et nous pénètre.
Fais tourner stp !
-+- Guillaume in Guide du linuxien pervers - "Tous drogués j'vous dis !"
-------------- next part --------------
--- src/ip.c.original 2014-02-09 18:59:52.000000000 +0100
+++ src/ip.c 2014-02-09 19:00:01.000000000 +0100
@@ -464,7 +464,7 @@
*level = IPPROTO_IP;
*optname = IP_TOS;
}
-#if HAVE_IPV6
+#if HAVE_IPV6 && defined(IPV6_TCLASS)
else if (af == AF_INET6)
{
*level = IPPROTO_IPV6;
More information about the Pkg-exim4-maintainers
mailing list