[Pkg-samba-maint] Bug#610678: samba: FTBFS on hurd-i386
Samuel Thibault
sthibault at debian.org
Fri Jan 21 09:01:09 UTC 2011
Package: samba
Version: 2:3.5.6~dfsg-3
Severity: important
Tags: patch
User: debian-hurd at lists.debian.org
Usertags: hurd
Hello,
samba currently FTBFS because it's not happy with not having IOV_MAX or
UIO_MAXIOV defined. These are indeed not defined on GNU/Hurd because
there is no such limitation. And actually the samba code does not
require it. Thus, please apply at least the attached patch.
Samuel
-- System Information:
Debian Release: 6.0
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.37 (SMP w/2 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 samba depends on:
ii adduser 3.112+nmu2 add and remove users and groups
ii cdebconf [debconf-2.0] 0.153 Debian Configuration Management Sy
ii debconf [debconf-2.0] 1.5.36 Debian configuration management sy
ii libacl1 2.2.49-4 Access control list shared library
ii libattr1 1:2.4.44-2 Extended attribute shared library
ii libc6 2.11.2-7 Embedded GNU C Library: Shared lib
ii libcap2 1:2.19-3 support for getting/setting POSIX.
ii libcomerr2 1.41.12-2 common error description library
ii libcups2 1.4.4-7 Common UNIX Printing System(tm) -
ii libgssapi-krb5-2 1.8.3+dfsg-4 MIT Kerberos runtime libraries - k
ii libk5crypto3 1.8.3+dfsg-4 MIT Kerberos runtime libraries - C
ii libkrb5-3 1.8.3+dfsg-4 MIT Kerberos runtime libraries
ii libldap-2.4-2 2.4.23-7 OpenLDAP libraries
ii libpam-modules 1.1.1-6.1 Pluggable Authentication Modules f
ii libpam-runtime 1.1.1-6.1 Runtime support for the PAM librar
ii libpam0g 1.1.1-6.1 Pluggable Authentication Modules l
ii libpopt0 1.16-1 lib for parsing cmdline parameters
ii libtalloc2 2.0.1-1 hierarchical pool based memory all
ii libwbclient0 2:3.5.6~dfsg-3 Samba winbind client library
ii lsb-base 3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii procps 1:3.2.8-9 /proc file system utilities
ii samba-common 2:3.5.6~dfsg-3 common files used by both the Samb
ii update-inetd 4.38 inetd configuration file updater
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
Versions of packages samba recommends:
ii logrotate 3.7.8-6 Log rotation utility
Versions of packages samba suggests:
pn ctdb <none> (no description available)
pn ldb-tools <none> (no description available)
ii openbsd-inetd [inet-superse 0.20080125-6 The OpenBSD Internet Superserver
pn smbldap-tools <none> (no description available)
-- debconf information excluded
--
Samuel Thibault <samuel.thibault at fnac.net>
j'etais en train de nettoyer ma souris et le coup est parti...
-+- s sur #ens-mim - et en plus c vrai... -+-
-------------- next part --------------
--- ./lib/replace/system/network.h.original 2011-01-21 09:57:14.000000000 +0100
+++ ./lib/replace/system/network.h 2011-01-21 09:57:18.000000000 +0100
@@ -332,7 +332,7 @@
*/
# define IOV_MAX 512
# else
-# error IOV_MAX and UIO_MAXIOV undefined
+# warning IOV_MAX and UIO_MAXIOV undefined
# endif
# endif
#endif
More information about the Pkg-samba-maint
mailing list