Your message dated Wed, 19 Mar 2008 23:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#465395: fixed in stlport5.1 5.1.5-2
has caused the Debian Bug report #465395,
regarding libstlport5.1-dev: another warning about unused parameter
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.)


-- 
465395: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465395
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libstlport5.1-dev
Version: 5.1.5-1
Severity: minor


Thanks for applying my patch.  i just recompiled and found another one.
Not sure why that did not show up before, might have been introduced in
the last version.  This time patch is a bit more complicated because the
parameter is used with debug output, so I had to add another
preprocessor macro. Anyway, it's straight-forward and it would be cool
if you could apply it in one of the next versions.

Best,
  Norbert


diff -ru /usr/include/stlport-orig/stl/_algobase.c 
/usr/include/stlport/stl/_algobase.c
--- /usr/include/stlport-orig/stl/_algobase.c   2007-09-09 02:12:28.000000000 
-0700
+++ /usr/include/stlport/stl/_algobase.c        2008-02-11 22:45:48.000000000 
-0800
@@ -371,7 +371,7 @@
 
 template <class _ForwardIter, class _Tp, class _Compare1, class _Compare2, 
class _Distance>
 _ForwardIter __lower_bound(_ForwardIter __first, _ForwardIter __last, const 
_Tp& __val,
-                           _Compare1 __comp1, _Compare2 __comp2, _Distance*) {
+                           _Compare1 __comp1, _Compare2 
_STLP_VERBOSE_PARAM(__comp2), _Distance*) {
   _Distance __len = distance(__first, __last);
   _Distance __half;
   _ForwardIter __middle;
diff -ru /usr/include/stlport-orig/stl/config/features.h 
/usr/include/stlport/stl/config/features.h
--- /usr/include/stlport-orig/stl/config/features.h     2007-08-18 
13:45:42.000000000 -0700
+++ /usr/include/stlport/stl/config/features.h  2008-02-11 22:46:38.000000000 
-0800
@@ -415,8 +415,11 @@
 
 #if !defined (_STLP_DEBUG)
 #  define _STLP_VERBOSE_ASSERT(expr,diagnostic)
+#  define _STLP_VERBOSE_PARAM(param)
 #  define _STLP_DEBUG_CHECK(expr)
 #  define _STLP_DEBUG_DO(expr)
+#else
+#  define _STLP_VERBOSE_PARAM(param) param
 #endif
 
 #if !defined (_STLP_WEAK)


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libstlport5.1-dev depends on:
ii  g++ [c++-compiler]            4:4.2.2-2  The GNU C++ compiler
ii  g++-4.2 [c++-compiler]        4.2.3-1    The GNU C++ compiler
ii  libstlport5.1ldbl             5.1.5-1    STLport C++ class library

libstlport5.1-dev recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: stlport5.1
Source-Version: 5.1.5-2

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

libstlport5.1-dbg_5.1.5-2_i386.deb
  to pool/main/s/stlport5.1/libstlport5.1-dbg_5.1.5-2_i386.deb
libstlport5.1-dev_5.1.5-2_i386.deb
  to pool/main/s/stlport5.1/libstlport5.1-dev_5.1.5-2_i386.deb
libstlport5.1ldbl_5.1.5-2_i386.deb
  to pool/main/s/stlport5.1/libstlport5.1ldbl_5.1.5-2_i386.deb
stlport5.1_5.1.5-2.diff.gz
  to pool/main/s/stlport5.1/stlport5.1_5.1.5-2.diff.gz
stlport5.1_5.1.5-2.dsc
  to pool/main/s/stlport5.1/stlport5.1_5.1.5-2.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.
Thomas Girard <[EMAIL PROTECTED]> (supplier of updated stlport5.1 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: Tue, 18 Mar 2008 10:02:34 +0000
Source: stlport5.1
Binary: libstlport5.1-dev libstlport5.1ldbl libstlport5.1-dbg
Architecture: source i386
Version: 5.1.5-2
Distribution: unstable
Urgency: low
Maintainer: Torsten Werner <[EMAIL PROTECTED]>
Changed-By: Thomas Girard <[EMAIL PROTECTED]>
Description: 
 libstlport5.1-dbg - STLport C++ class library debug symbols
 libstlport5.1-dev - STLport C++ class library
 libstlport5.1ldbl - STLport C++ class library
Closes: 465395 468063
Changes: 
 stlport5.1 (5.1.5-2) unstable; urgency=low
 .
   * Fix FTBFS with g++ 4.3. Thanks to Daniel Schepler for reporting this.
     Closes: #468063.
   * Enhance fix-warnings.diff with another patch from Norbert Kiesel. While
     I'm at it also fix g++ 4.3 new warnings. Closes: #465395.
Files: 
 615fdb3763796435db82e9117dd2ee3a 868 devel optional stlport5.1_5.1.5-2.dsc
 0a2d440369973b05be736b217e2185ec 11521 devel optional 
stlport5.1_5.1.5-2.diff.gz
 1d262ff3b14a07db2b3c4aaeb5b0dc5e 452960 libdevel optional 
libstlport5.1-dev_5.1.5-2_i386.deb
 294e02b73aa058b13eb07bcd6e6e969a 226560 libs optional 
libstlport5.1ldbl_5.1.5-2_i386.deb
 097307cd05a29cbb881cbcf3cf69349e 913090 libs extra 
libstlport5.1-dbg_5.1.5-2_i386.deb

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

iD8DBQFH4Z2Dz2LXlDjmjg4RAikJAJ4vtf7mI+MS4AFGY50S8RWxSy2tMQCfVneR
yYHtcQHxonzBUSGoc4NvpmE=
=JeK5
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to