Your message dated Fri, 19 Aug 2011 19:17:12 +0000
with message-id <[email protected]>
and subject line Bug#638385: fixed in enet 1.3.3-2
has caused the Debian Bug report #638385,
regarding enet: FTBFS on hurd-i386
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.)


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

Hello,

enet currently FTBFS on hurd-i386 due to misuse of gethostbyname/addr_r,
see attached patch.

Samuel

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (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/dash

-- 
Samuel Thibault <[email protected]>
J'ai beaucoup de mal a lire fcola quand il y a toutes les annonces de howto :
les annonces interessantes sont noyees dans les howto. Ca serait pas mal
de degager toute cette pollution dans un autre groupe.
  JLM in Guide du linuxien pervers : "Cachez ces doc que je ne saurais voir"
--- unix.c.orig 2011-08-19 00:53:11.000000000 +0000
+++ unix.c      2011-08-19 00:53:46.000000000 +0000
@@ -80,7 +80,7 @@
     char buffer [2048];
     int errnum;
 
-#if defined(linux) || defined(__linux) || defined(__linux__) || 
defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#if defined(linux) || defined(__linux) || defined(__linux__) || 
defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__GNU__)
     gethostbyname_r (name, & hostData, buffer, sizeof (buffer), & hostEntry, & 
errnum);
 #else
     hostEntry = gethostbyname_r (name, & hostData, buffer, sizeof (buffer), & 
errnum);
@@ -133,7 +133,7 @@
 
     in.s_addr = address -> host;
 
-#if defined(linux) || defined(__linux) || defined(__linux__) || 
defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#if defined(linux) || defined(__linux) || defined(__linux__) || 
defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__GNU__)
     gethostbyaddr_r ((char *) & in, sizeof (struct in_addr), AF_INET, & 
hostData, buffer, sizeof (buffer), & hostEntry, & errnum);
 #else
     hostEntry = gethostbyaddr_r ((char *) & in, sizeof (struct in_addr), 
AF_INET, & hostData, buffer, sizeof (buffer), & errnum);

--- End Message ---
--- Begin Message ---
Source: enet
Source-Version: 1.3.3-2

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

enet_1.3.3-2.debian.tar.xz
  to main/e/enet/enet_1.3.3-2.debian.tar.xz
enet_1.3.3-2.dsc
  to main/e/enet/enet_1.3.3-2.dsc
libenet-dev_1.3.3-2_amd64.deb
  to main/e/enet/libenet-dev_1.3.3-2_amd64.deb
libenet-doc_1.3.3-2_all.deb
  to main/e/enet/libenet-doc_1.3.3-2_all.deb
libenet1a-dbg_1.3.3-2_amd64.deb
  to main/e/enet/libenet1a-dbg_1.3.3-2_amd64.deb
libenet1a_1.3.3-2_amd64.deb
  to main/e/enet/libenet1a_1.3.3-2_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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ansgar Burchardt <[email protected]> (supplier of updated enet 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: SHA512

Format: 1.8
Date: Fri, 19 Aug 2011 20:49:50 +0200
Source: enet
Binary: libenet1a libenet-dev libenet1a-dbg libenet-doc
Architecture: all amd64 source
Version: 1.3.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[email protected]>
Changed-By: Ansgar Burchardt <[email protected]>
Closes: 638385
Description: 
 libenet-dev - thin network communication layer on top of UDP - headers
 libenet-doc - thin network communication layer on top of UDP - documentation
 libenet1a  - thin network communication layer on top of UDP
 libenet1a-dbg - thin network communication layer on top of UDP - debug symbols
Changes: 
 enet (1.3.3-2) unstable; urgency=low
 .
   * Apply patch from Samuel Thibault <[email protected]> to allow enet to
     build on hurd-i386. (Closes: #638385)
     + new patch: ftbfs-on-hurd-i386.diff
   * Use xz compression for source and binary packages.
Checksums-Sha1: 
 911529618fc59a001cd32e89ab74e85a2f135f41 1917 enet_1.3.3-2.dsc
 70af3d6eeaf636e8ab05cbf059e0437cee52fe62 4484 enet_1.3.3-2.debian.tar.xz
 2ed6fc1cc819f23ac028eaf9d06d28286e1f8bcd 25530 libenet1a_1.3.3-2_amd64.deb
 8e8e0302f7cefaf05b0a07527b728b9e9bbc1825 14018 libenet-dev_1.3.3-2_amd64.deb
 3a2e426ed046eb48d91db49d696ac5eacc5fc65b 41618 libenet1a-dbg_1.3.3-2_amd64.deb
 7694b3daa8d74300b0eb5e6818db4b40a4e8646f 70584 libenet-doc_1.3.3-2_all.deb
Checksums-Sha256: 
 941e2efea6adca6c76817d5122f89f6c2cb4bab8c6c3916c6e47580903e7a56b 1917 
enet_1.3.3-2.dsc
 f60dfdd371a95efd98b8ef7216e9ee1d9e5b93f3d4ed9b47938befe86adcb7de 4484 
enet_1.3.3-2.debian.tar.xz
 da7bac486b125cd8e94a0171ae90d513d0aa20ef1d11674ed5f9b29343ebcf68 25530 
libenet1a_1.3.3-2_amd64.deb
 34b04c6280c322253329705ed3077be8ae104d399bf5ba742d4cfea8f10933c5 14018 
libenet-dev_1.3.3-2_amd64.deb
 772cd7078d841a8af99055165b395484007fdac2b00169e321115b19799a3420 41618 
libenet1a-dbg_1.3.3-2_amd64.deb
 67581573930a4271e7ade86724a9887248cbdb3ca1bb7d9df8e59f8e945597aa 70584 
libenet-doc_1.3.3-2_all.deb
Files: 
 a1ad02574b5542a96f446e1eeb79fe97 1917 libs optional enet_1.3.3-2.dsc
 1e89a1811fb8f0d905e05d01dbe13d6b 4484 libs optional enet_1.3.3-2.debian.tar.xz
 3524a93ce71f68081a8d32f0e2ecd661 25530 libs optional 
libenet1a_1.3.3-2_amd64.deb
 c2751bc3180ea10f7c2f9985197909e0 14018 libdevel optional 
libenet-dev_1.3.3-2_amd64.deb
 a2a7a4933d74c2601355632aa303003e 41618 debug extra 
libenet1a-dbg_1.3.3-2_amd64.deb
 08ec9f1149734958e44c324e256d7f73 70584 doc optional libenet-doc_1.3.3-2_all.deb

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

iQIcBAEBCgAGBQJOTrKUAAoJEIATJTTdNH3IAYQP/2FE1wxTME7o8y4abil+MnrR
+nouK8B4iXciVV2AKnL5ia/CAYp239lZTtPdip7peq/fyKc+2QhAmWV7F2u/nlJp
20eyfKTH+bB/h/Hz7gzlWbUw9p8ZVCoQa48uZ3VK8wE60tiWnqHekZZBs//2ToB+
1VM1426WkcotFLfjXjalveEvIPNWUJAS0u1Oe5zQMInhw62l4YdJGgGgEtYiGNAX
BU2nn0+594hY9xrNn37jOBk3wa+2pKb7OLEfie5mbljC1sK6aqB3BiN+FjqfYUfQ
qwl+5Qop0Lg2yXpvRMbuA3MDwePziQ28/yucKJyWGlXbqClWMf4pqP5PCLEtLYr1
+DVM6NyUQVxb+FqPTjF/qyeOYFG5QMcB1TqPgTQuNKB39aSLZUtD5zYUgK7fwC60
jdx8rN056HK9M4B91UA+RBhwiSfwGFYCNbx72L/mXlFPNXDQURyuD2Aq2ghBNBq6
EQxPJ0cFIXHDL3ktegN9M9BcbdsX973zLh/eaGX0Ko8/7+cqjS78CYwGpafM1g8h
tnxafIT/ru2Og/8YJKL6m/JJe4OoMTJwlAJoHOo5bH2OV449VLAs8A3I/XZswFwq
35dbFIDB/r5TBLBclZh8NEQdntmOHNCRNLCmK8XHsA9+bMkMKZ23WQsbTdSSWrTH
O2xa+0wPVd/DMuP2loWg
=MOhy
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to