Your message dated Mon, 20 Dec 2010 05:47:06 +0000
with message-id <[email protected]>
and subject line Bug#607587: fixed in vsftpd 2.3.2-8
has caused the Debian Bug report #607587,
regarding vsftpd: FTBFS on hurd-i386: extra -lcap when linking
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 [email protected]
immediately.)


-- 
607587: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607587
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vsftpd
Version: 2.3.2-7
Severity: important
Tags: experimental patch
User: [email protected]
Usertags: hurd

Hi,

currently[1] vsftpd does not compile on hurd-i386.
The problem is in the support for kfreebsd in debian/rules: instead of not
specifying "-lcap" if the OS is kfreebsd, it should add it only if the OS is
linux.
The attached patch puts the libraries common for all the OSes in a single
declaration, appending "-lcap" if the OS is linux.

[1] 
https://buildd.debian.org/fetch.cgi?pkg=vsftpd&arch=hurd-i386&ver=2.3.2-7&stamp=1292800899&file=log&as=raw

Thanks,
-- 
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,9 @@
 
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
-ifneq ($(DEB_HOST_ARCH_OS),kfreebsd)
-       LIBS = -lwrap -lpam -lcap -lssl -lcrypto
-else
-       LIBS = -lwrap -lpam -lssl -lcrypto
+LIBS = -lwrap -lpam -lssl -lcrypto
+ifeq ($(DEB_HOST_ARCH_OS),linux)
+       LIBS += -lcap
 endif
 
 %:

--- End Message ---
--- Begin Message ---
Source: vsftpd
Source-Version: 2.3.2-8

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

vsftpd_2.3.2-8.debian.tar.gz
  to main/v/vsftpd/vsftpd_2.3.2-8.debian.tar.gz
vsftpd_2.3.2-8.dsc
  to main/v/vsftpd/vsftpd_2.3.2-8.dsc
vsftpd_2.3.2-8_i386.deb
  to main/v/vsftpd/vsftpd_2.3.2-8_i386.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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <[email protected]> (supplier of updated vsftpd 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 20 Dec 2010 06:40:40 +0100
Source: vsftpd
Binary: vsftpd
Architecture: source i386
Version: 2.3.2-8
Distribution: experimental
Urgency: low
Maintainer: Daniel Baumann <[email protected]>
Changed-By: Daniel Baumann <[email protected]>
Description: 
 vsftpd     - lightweight, efficient FTP server written for security
Closes: 607587
Changes: 
 vsftpd (2.3.2-8) experimental; urgency=low
 .
   * Updating rules to only link against libcap on linux, thanks to Pino
     Toscano <[email protected]> (Closes: #607587).
Checksums-Sha1: 
 ac0c56a1f92b17c60969d5a11b5f2a8227dd6f6e 1293 vsftpd_2.3.2-8.dsc
 49c796fc29a5e7e34eb1f83913778490eb5c822d 25035 vsftpd_2.3.2-8.debian.tar.gz
 947c8eb9c7b3dc0aa88cbd695c7c451a42ce3c98 142042 vsftpd_2.3.2-8_i386.deb
Checksums-Sha256: 
 f56513c5c53a65f89a1026bbb0e5cc3ad137e065622a93490483f3a0763641a2 1293 
vsftpd_2.3.2-8.dsc
 6305b2c6c55b6a2437284df58d82d50c2b86d568aa9163594a4562b113156f0b 25035 
vsftpd_2.3.2-8.debian.tar.gz
 a82109bd3b960c8b4bc3f19a9757d112e2fd00f407bdc31c691e541e4e0846e0 142042 
vsftpd_2.3.2-8_i386.deb
Files: 
 c033c9234d7945c9a9ac1209377e97ca 1293 net extra vsftpd_2.3.2-8.dsc
 cc5047d17fd5338fda6c9f71fc9cfc4c 25035 net extra vsftpd_2.3.2-8.debian.tar.gz
 1674bffe00d237699c23e519ac017e87 142042 net extra vsftpd_2.3.2-8_i386.deb

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

iEYEARECAAYFAk0O7OUACgkQ+C5cwEsrK55wQACfTd4o063SzqTeckF+lUKJlPKU
w/cAnRazpTFN5F0b/2yjS6Nd0i+vR0St
=gjfE
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to