tag 758199 pending
thanks

Hello,

Bug #758199 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:

    http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=5fb63f2

---
commit 5fb63f2db08482d5d553105e4ed3055426aa3a87
Author: Guillem Jover <guil...@debian.org>
Date:   Sat Aug 16 13:18:34 2014 +0200

    libcompat: Only test the strerror() if sys_errlist and sys_nerr are present
    
    These are deprecated symbols, and some systems which do have strerror()
    do not have these variables, most notably GNU/Hurd. So do not try to test
    the current implementation there as it will fail.
    
    Closes: #758199

diff --git a/debian/changelog b/debian/changelog
index 586ce3b..b3a9791 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ dpkg (1.17.13) UNRELEASED; urgency=low
   * Fix dpkg-source not detecting modified files during --commit or -b.
     Regression introduced in dpkg 1.17.11. Closes: #758426
     Reported by Neil Williams <codeh...@debian.org>.
+  * Only test the strerror() compatible code if sys_errlist and sys_nerr
+    are present. This fixes a build failure on GNU/Hurd. Closes: #758199
 
   [ Updated programs translations ]
   * Czech (Miroslav Kure).


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to