Your message dated Thu, 20 Sep 2007 09:02:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#414348: fixed in enet 1.1-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: enet
Severity: important
Tags: patch
Hi Gonéri! Hi -games!
Currently (y)our package FTBFS on GNU/kFreeBSD.
> if i486-kfreebsd-gnu-gcc -DPACKAGE_NAME=\"libenet\"
> -DPACKAGE_TARNAME=\"libenet\" -DPACKAGE_VERSION=\"1.0\"
> -DPACKAGE_STRING=\"libenet\ 1.0\" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE=\"libenet.a\" -DVERSION=\"1.0\" -DHAS_GETHOSTBYADDR_R=1
> -DHAS_GETHOSTBYNAME_R=1 -DHAS_POLL=1 -DHAS_FCNTL=1 -DHAS_INET_PTON=1
> -DHAS_INET_NTOP=1 -DHAS_MSGHDR_FLAGS=1 -DHAS_SOCKLEN_T=1 -I. -I. -Iinclude/
> -Wall -g -O2 -MT unix.o -MD -MP -MF ".deps/unix.Tpo" -c -o unix.o unix.c; \
> then mv -f ".deps/unix.Tpo" ".deps/unix.Po"; else rm -f
> ".deps/unix.Tpo"; exit 1; fi
> unix.c: In function 'enet_address_set_host':
> unix.c:86: warning: passing argument 5 of 'gethostbyname_r' from incompatible
> pointer type
> unix.c:86: error: too few arguments to function 'gethostbyname_r'
> unix.c: In function 'enet_address_get_host':
> unix.c:124: warning: passing argument 7 of 'gethostbyaddr_r' from
> incompatible pointer type
> unix.c:124: error: too few arguments to function 'gethostbyaddr_r'
> make[2]: *** [unix.o] Error 1
> make[2]: Leaving directory `/build/buildd/enet-1.0'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/build/buildd/enet-1.0'
> make: *** [build-stamp] Error 2
Full build logs are available at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=enet>.
Please find attached a small patch to fix this. (I'm reporting to the
BTS and not only on the list to ease the coordination of GNU/kFreeBSD
porters.)
Have a nice day, see you,
--
Cyril Brulebois
--- enet-1.0/unix.c 2007-03-11 08:33:46.900128000 +0100
+++ enet-1.0/unix.c 2007-03-11 08:34:54.000000000 +0100
@@ -80,7 +80,7 @@
char buffer [2048];
int errnum;
-#ifdef linux
+#if defined(linux) || defined(__FreeBSD_kernel__)
gethostbyname_r (name, & hostData, buffer, sizeof (buffer), & hostEntry, & errnum);
#else
hostEntry = gethostbyname_r (name, & hostData, buffer, sizeof (buffer), & errnum);
@@ -118,7 +118,7 @@
in.s_addr = address -> host;
-#ifdef linux
+#if defined(linux) || defined(__FreeBSD_kernel__)
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.1-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.1-2.diff.gz
to pool/main/e/enet/enet_1.1-2.diff.gz
enet_1.1-2.dsc
to pool/main/e/enet/enet_1.1-2.dsc
libenet-dev_1.1-2_all.deb
to pool/main/e/enet/libenet-dev_1.1-2_all.deb
libenet1-dev_1.1-2_amd64.deb
to pool/main/e/enet/libenet1-dev_1.1-2_amd64.deb
libenet1_1.1-2_amd64.deb
to pool/main/e/enet/libenet1_1.1-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.
Gonéri Le Bouder <[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: SHA1
Format: 1.7
Date: Sun, 16 Sep 2007 23:12:07 +0200
Source: enet
Binary: libenet-dev libenet1-dev libenet1
Architecture: source all amd64
Version: 1.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[email protected]>
Changed-By: Gonéri Le Bouder <[EMAIL PROTECTED]>
Description:
libenet-dev - transitional dummy package
libenet1 - devel files for libenet, a UDP networking library
libenet1-dev - devel files for libenet, a UDP networking library
Closes: 414348
Changes:
enet (1.1-2) unstable; urgency=low
.
* add kfreebsd.diff (Closes: #414348)
- add a builddep on quilt
Files:
41f5c8ae2c471e4b58f64f9564cf973a 724 libs optional enet_1.1-2.dsc
a07032d4744efa3ad733bc937f87e533 26229 libs optional enet_1.1-2.diff.gz
ac0191c22794100c66d37c254a6ef2c4 18054 libs optional libenet1_1.1-2_amd64.deb
7df3db9984a0a0026f37df58b89962c6 25016 libdevel optional
libenet1-dev_1.1-2_amd64.deb
a8de0cd65dc4270c8ac137a7a16ea275 2812 libdevel optional
libenet-dev_1.1-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFG8X4bir2bofsN/psRAnwXAJ9TylfjJFR1yF0NFiaU41AumawhBgCfZprM
9TDusJD4J6mdfPK2Mh1W9E0=
=UGmk
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-games-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-devel