Your message dated Tue, 09 Mar 2010 17:03:05 +0000
with message-id <[email protected]>
and subject line Bug#492160: fixed in libupnp4 1.8.0~svn20090313-1
has caused the Debian Bug report #492160,
regarding libupnp4: FTBFS on GNU/kFreeBSD
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.)
--
492160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492160
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libupnp4
Version: 1.8.0~cvs20080628-1
Severity: important
Tags: patch
Usertags: kfreebsd
Petr Salinger's bug #491173 for building on GNU/kFreeBSD needs applying
to libupnp4 also. Patch attached and forwarded to upstream.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (600, 'stable'), (480, 'proposed-updates'), (80, 'testing'), (3,
'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
-- no debconf information
Index: libupnp-1.6.6/threadutil/src/ThreadPool.c
===================================================================
--- libupnp-1.6.6.orig/threadutil/src/ThreadPool.c 2008-07-21 20:55:52.000000000 +0100
+++ libupnp-1.6.6/threadutil/src/ThreadPool.c 2008-07-21 20:56:38.000000000 +0100
@@ -391,7 +391,7 @@
srand( ( unsigned int )t.tv_usec + (unsigned int)ithread_get_current_thread_id().p );
#elif defined(__FreeBSD__) || defined(__OSX__) || defined(__APPLE__)
srand( ( unsigned int )t.tv_usec + (unsigned int)ithread_get_current_thread_id() );
-#elif defined(__linux__) || defined(__sun) || defined(__CYGWIN__)
+#elif defined(__linux__) || defined(__sun) || defined(__CYGWIN__) || defined(__GLIBC__)
srand( ( unsigned int )t.tv_usec + ithread_get_current_thread_id() );
#else
{
--- End Message ---
--- Begin Message ---
Source: libupnp4
Source-Version: 1.8.0~svn20090313-1
We believe that the bug you reported is fixed in the latest version of
libupnp4, which is due to be installed in the Debian FTP archive:
libupnp4-dbg_1.8.0~svn20090313-1_i386.deb
to main/libu/libupnp4/libupnp4-dbg_1.8.0~svn20090313-1_i386.deb
libupnp4-dev_1.8.0~svn20090313-1_i386.deb
to main/libu/libupnp4/libupnp4-dev_1.8.0~svn20090313-1_i386.deb
libupnp4-doc_1.8.0~svn20090313-1_all.deb
to main/libu/libupnp4/libupnp4-doc_1.8.0~svn20090313-1_all.deb
libupnp4_1.8.0~svn20090313-1.diff.gz
to main/libu/libupnp4/libupnp4_1.8.0~svn20090313-1.diff.gz
libupnp4_1.8.0~svn20090313-1.dsc
to main/libu/libupnp4/libupnp4_1.8.0~svn20090313-1.dsc
libupnp4_1.8.0~svn20090313-1_i386.deb
to main/libu/libupnp4/libupnp4_1.8.0~svn20090313-1_i386.deb
libupnp4_1.8.0~svn20090313.orig.tar.gz
to main/libu/libupnp4/libupnp4_1.8.0~svn20090313.orig.tar.gz
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.
Nick Leverton <[email protected]> (supplier of updated libupnp4 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: RIPEMD160
Format: 1.8
Date: Mon, 08 Mar 2010 18:26:14 +0000
Source: libupnp4
Binary: libupnp4 libupnp4-dev libupnp4-dbg libupnp4-doc
Architecture: source i386 all
Version: 1.8.0~svn20090313-1
Distribution: unstable
Urgency: low
Maintainer: Nick Leverton <[email protected]>
Changed-By: Nick Leverton <[email protected]>
Description:
libupnp4 - Portable SDK for UPnP Devices, version 1.8 (shared libraries)
libupnp4-dbg - debugging symbols for libupnp4
libupnp4-dev - Portable SDK for UPnP Devices, version 1.8 (development files)
libupnp4-doc - Documentation for the libupnp4 (pupnp) library
Closes: 492160
Changes:
libupnp4 (1.8.0~svn20090313-1) unstable; urgency=low
.
* ACK NMU (thanks to gregor herrmann and Stefan Potyra).
* Pull from svn, see upstream changes.gz for details
(Closes: #492160, FTBFS on GNU/kFreeBSD, thanks to Petr Salinger).
* Update Sections and general Policy to 3.8.4
* Use debhelper 7 dh instead of dbs
* Generate and update symbols file
* Rename libs to libupnp4, libixml4 and libthreadutil4, to allow
co-installing libupnp3 and libupnp4.
* New patch 04-string-access-functions.patch: add _strget_ accessors
to API, to avoid remembering to call UpnpString_get_String in clients.
* New patch 05-const-tidyup.patch for a few constness fixes.
* Upstream patch 06-patch-statevar-query.patch for missing CRNL.
* New patch 07-neaten-debug.patch to improve debug readability
* New patch 08-renewals-sid.patch to fix autorenewals.
* New patch 09-update-doc.patch to generate up to date -doc package.
* New patch 10-upnpinit-ntoa.patch to replace inet_ntoa by inet_ntop.
Checksums-Sha1:
d4bbbbd9286bcfbb203d27567845e2f5e9dadef3 1187 libupnp4_1.8.0~svn20090313-1.dsc
1cb48cecd97d90d9acfedd7f4bc000cd1862f74f 1379965
libupnp4_1.8.0~svn20090313.orig.tar.gz
94da09f63cabca44d72f9a736a36855ac2c24cd5 26394
libupnp4_1.8.0~svn20090313-1.diff.gz
5509c37119c06481d195172865c14b5b4d6aa1e6 114976
libupnp4_1.8.0~svn20090313-1_i386.deb
93ff4eb1f6836b12eeaf66851a29a97377573d34 170204
libupnp4-dev_1.8.0~svn20090313-1_i386.deb
3e92b0fe1c09cd5fd44eda607b1f1607cca85412 222534
libupnp4-dbg_1.8.0~svn20090313-1_i386.deb
5e151e910a0cf6605ce7a964692a00523363d723 12233492
libupnp4-doc_1.8.0~svn20090313-1_all.deb
Checksums-Sha256:
e9cfc5474b45e03d9d6d7b7f0b0fcafcc32d1d7b55547b370e547f8dafb55d4d 1187
libupnp4_1.8.0~svn20090313-1.dsc
28d7161939587ae12573e348d9bb35f20d05fb21e4e57e020eb74edea27c16a6 1379965
libupnp4_1.8.0~svn20090313.orig.tar.gz
be0ffce257ed66a69bb7122c7ca40537ddd3a37b6b188053e552d2d7475fa15d 26394
libupnp4_1.8.0~svn20090313-1.diff.gz
111a120e2833a258012381be125c73e14177a53aeb153b512892b5031df6c76f 114976
libupnp4_1.8.0~svn20090313-1_i386.deb
a3041fe4abbfe73650fe89ca9cb62b863c7a8db35a87d42f90354e3eeec5203e 170204
libupnp4-dev_1.8.0~svn20090313-1_i386.deb
519c47c7ad4a90b9483c49dc0e792ba8623265b19e64b85ed9de8b19ff529360 222534
libupnp4-dbg_1.8.0~svn20090313-1_i386.deb
770531e127e14d7d03494bf8de89586976fc50d1c0210bce199fe6623a5bd9b8 12233492
libupnp4-doc_1.8.0~svn20090313-1_all.deb
Files:
96e588e8178bc2b69261bdd2f4109005 1187 net extra
libupnp4_1.8.0~svn20090313-1.dsc
ded677f46676a8ee3399221f4fb8c286 1379965 net extra
libupnp4_1.8.0~svn20090313.orig.tar.gz
fc039b47fca98c5ba7edace38153a66c 26394 net extra
libupnp4_1.8.0~svn20090313-1.diff.gz
7f145d40f3e77f1f710a1a21b4ffa330 114976 libs extra
libupnp4_1.8.0~svn20090313-1_i386.deb
21dc75fdff7c3c805907fe20b11e702c 170204 libdevel extra
libupnp4-dev_1.8.0~svn20090313-1_i386.deb
a44c2c1aba6f76a19e228209787f3f01 222534 debug extra
libupnp4-dbg_1.8.0~svn20090313-1_i386.deb
10037fa1c7de4a22d340ddaaaf57db8f 12233492 doc extra
libupnp4-doc_1.8.0~svn20090313-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEAREDAAYFAkuWWAoACgkQq4wAz/jiZTf5LgCdEW82ng6VyJE5wxbThgzs8ndt
WCkAnjlQCoQvD+srVX3xSn0WHYT5V6WP
=LaA5
-----END PGP SIGNATURE-----
--- End Message ---