Your message dated Wed, 19 May 2010 12:32:14 +0000
with message-id <[email protected]>
and subject line Bug#573319: fixed in libupnp 1:1.6.6-5
has caused the Debian Bug report #573319,
regarding libupnp3: FTBFS as "make check" fails on 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.)


-- 
573319: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573319
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libupnp3
Version: 1:1.6.6-4
Severity: important
Justification: fails to build from source
Usertags: kfreebsd

Builds OK in fact, but "make check" in the dh build system fails (on
kfreebsd and on hurd) as the library returns an error from "UpnpInit
(NULL, 0);"  Speculate may be a problem in network interface detection ?

Buildd log follows:
------------------

make  test_init
make[4]: Entering directory 
`/build/buildd-libupnp_1.6.6-4-kfreebsd-amd64-7wEMHF/libupnp-1.6.6/upnp'
gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc  -I./inc -I../threadutil/inc 
-I../ixml/inc   -pthread -g -O2 -Os -Wall -c -o test/test_init.o 
test/test_init.c
/bin/bash ../libtool --tag=CC   --mode=link gcc  -pthread -g -O2 -Os -Wall   -o 
test_init test/test_init.o libupnp.la ../threadutil/libthreadutil.la 
../ixml/libixml.la 
libtool: link: gcc -pthread -g -O2 -Os -Wall -o .libs/test_init 
test/test_init.o  ./.libs/libupnp.so ../threadutil/.libs/libthreadutil.so 
../ixml/.libs/libixml.so -pthread
make[4]: Leaving directory 
`/build/buildd-libupnp_1.6.6-4-kfreebsd-amd64-7wEMHF/libupnp-1.6.6/upnp'
make  check-TESTS
make[4]: Entering directory 
`/build/buildd-libupnp_1.6.6-4-kfreebsd-amd64-7wEMHF/libupnp-1.6.6/upnp'

UPNP_VERSION_STRING = "1.6.6"
UPNP_VERSION_MAJOR  = 1
UPNP_VERSION_MINOR  = 6
UPNP_VERSION_PATCH  = 6
UPNP_VERSION        = 10606

UPNP_HAVE_DEBUG         = no
UPNP_HAVE_CLIENT        = yes
UPNP_HAVE_DEVICE        = yes
UPNP_HAVE_WEBSERVER     = yes
UPNP_HAVE_TOOLS         = yes

Initializing UPnP ... 
** ERROR UpnpInit(): -117 UPNP_E_INIT_FAILED
FAIL: test_init
===============================================
1 of 1 test failed
Please report to [email protected]
===============================================
make[4]: *** [check-TESTS] Error 1
make[4]: Leaving directory 
`/build/buildd-libupnp_1.6.6-4-kfreebsd-amd64-7wEMHF/libupnp-1.6.6/upnp'




--- End Message ---
--- Begin Message ---
Source: libupnp
Source-Version: 1:1.6.6-5

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

libupnp-dev_1.6.6-5_sparc.deb
  to main/libu/libupnp/libupnp-dev_1.6.6-5_sparc.deb
libupnp3-dbg_1.6.6-5_sparc.deb
  to main/libu/libupnp/libupnp3-dbg_1.6.6-5_sparc.deb
libupnp3-dev_1.6.6-5_sparc.deb
  to main/libu/libupnp/libupnp3-dev_1.6.6-5_sparc.deb
libupnp3_1.6.6-5_sparc.deb
  to main/libu/libupnp/libupnp3_1.6.6-5_sparc.deb
libupnp_1.6.6-5.diff.gz
  to main/libu/libupnp/libupnp_1.6.6-5.diff.gz
libupnp_1.6.6-5.dsc
  to main/libu/libupnp/libupnp_1.6.6-5.dsc



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 libupnp 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: Fri, 14 May 2010 15:47:17 +0100
Source: libupnp
Binary: libupnp3 libupnp3-dev libupnp-dev libupnp3-dbg
Architecture: source sparc
Version: 1:1.6.6-5
Distribution: unstable
Urgency: low
Maintainer: Nick Leverton <[email protected]>
Changed-By: Nick Leverton <[email protected]>
Description: 
 libupnp-dev - Portable SDK for UPnP Devices (development files)
 libupnp3   - Portable SDK for UPnP Devices, version 1.6 (shared libraries)
 libupnp3-dbg - debugging symbols for libupnp3
 libupnp3-dev - Portable SDK for UPnP Devices, version 1.6 (development files)
Closes: 555386 573319 576068
Changes: 
 libupnp (1:1.6.6-5) unstable; urgency=low
 .
   * Fixes to BSD build issues (Closes: #573319, FTBFS on Gnu/kFreeBSD)
   * We no longer Build-Depend on dbs anyway (Closes: #576068)
   * More debug tidying (07-neaten-debug.patch):
     - send UPNP_CRITICAL msgs to the info log as well as to the error log.
     - don't print HTTP headers to stdout as they're already in logfile.
   * Always compile in logging code but don't log unless requested
     (12-debian-always-debug.patch) to help porting other apps.
   * Cherry-pick some upstream bug fixes:
     - soap_request_and_response http_request parameter error from r486
     - "reuseaddr" patch from issue 2995758 backported from r548
     - threadpool hang when busy from r515
     - memory leak in SSDP AdvertiseAndReply from issue 2392304, r518
   * Add $PTHREAD_CFLAGS to libupnp.pc as assumed by {acx,ax}_pthread.m4
     (patch 16, Closes: #555386).
Checksums-Sha1: 
 29f45d1c288885690e95a59e3dacd3e3769fa1cb 1110 libupnp_1.6.6-5.dsc
 4907ea4eacc2c37cabd77c79ffde3e61729d2f88 31691 libupnp_1.6.6-5.diff.gz
 422939bb29509cb6135e2a973a4a6166d293c9bd 125608 libupnp3_1.6.6-5_sparc.deb
 24dacfabd5ae39b3500a713a6886626dc4c08aca 836766 libupnp3-dev_1.6.6-5_sparc.deb
 6de323fc861362872c035fd869beb373aa5ea0e7 18494 libupnp-dev_1.6.6-5_sparc.deb
 bc8d29392f60dceead8054593e8bc39ac1e78c7d 163250 libupnp3-dbg_1.6.6-5_sparc.deb
Checksums-Sha256: 
 7d25179146034787da96a6eaadb357ab0d56c5ae5f3cebc60fcc0a8c43bcaf22 1110 
libupnp_1.6.6-5.dsc
 58cdfcb00615ab69a58e46dc22f7cc6a79d9869463ce929033e84fc2ad7dac85 31691 
libupnp_1.6.6-5.diff.gz
 f8c97c3f5d4cbc9019c46f16993f15dd3732e5209fb4fe51753636c6095f3f95 125608 
libupnp3_1.6.6-5_sparc.deb
 e8cbc6d94a9decfcc84ce90063d824d391840eb5bc1ed8bb97f6bcee739aeff6 836766 
libupnp3-dev_1.6.6-5_sparc.deb
 e81d9a4bae27e87103fdb4440cf57e227c7f7e117cc1d55de587415129e31d29 18494 
libupnp-dev_1.6.6-5_sparc.deb
 6f81dcd473f1e424fee99dc1c8eae5b00714bd6075f202228e276223879803a3 163250 
libupnp3-dbg_1.6.6-5_sparc.deb
Files: 
 d4b1ad491dfff9c2b1e0558f6bfda345 1110 net extra libupnp_1.6.6-5.dsc
 9ad6695c817a4a9d5d5e59ee5caefb35 31691 net extra libupnp_1.6.6-5.diff.gz
 45144cabd48f4bbaec5eedb1e061d30f 125608 libs extra libupnp3_1.6.6-5_sparc.deb
 618dedc7da153cdd400aff1935f47456 836766 libdevel extra 
libupnp3-dev_1.6.6-5_sparc.deb
 d084d86008aa5e4e33bc2c2dee16e385 18494 libdevel extra 
libupnp-dev_1.6.6-5_sparc.deb
 35717901bc628a1d7a46b2f34013ee02 163250 debug extra 
libupnp3-dbg_1.6.6-5_sparc.deb

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

iD8DBQFL89dp0fhX0Y/ocz0RApjuAJ4nYnouuXN4WFE4HC/mxlTMvN4kugCgrl4M
9STBysmgRZjE6S6EVBvPWTU=
=e9yo
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to