Your message dated Sat, 05 Apr 2008 14:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#413432: fixed in libloki 0.1.5-3.1
has caused the Debian Bug report #413432,
regarding FTBFS with GCC 4.3: 'LONG_MIN' was not declared in this scope
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.)


-- 
413432: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413432
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libloki
Version: 0.1.5-3
Usertags: ftbfs-gcc-4.3
Tags: patch

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  A patch for this problem is
below.

> Automatic build of libloki_0.1.5-3 on coconut0 by sbuild/ia64 0.49
...
> make[2]: Entering directory `/build/tbm/libloki-0.1.5/src'
> g++ -Wall -Wold-style-cast -Wundef -Wsign-compare -Wconversion 
> -Wpointer-arith -pedantic -g -O2 -I../include -DNDEBUG  -c -o OrderedStatic.o 
> OrderedStatic.cpp
> /usr/lib/gcc-snapshot/lib/gcc/ia64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/bits/stl_vector.h:
>  In destructor 'std::_Vector_base<_Tp, _Alloc>::~_Vector_base() [with _Tp = 
> Loki::Private::OrderedStaticManagerClass::Data, _Alloc = 
> std::allocator<Loki::Private::OrderedStaticManagerClass::Data>]':
> /usr/lib/gcc-snapshot/lib/gcc/ia64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/bits/stl_vector.h:199:
>    instantiated from 'std::vector<_Tp, _Alloc>::vector(const _Alloc&) [with 
> _Tp = Loki::Private::OrderedStaticManagerClass::Data, _Alloc = 
> std::allocator<Loki::Private::OrderedStaticManagerClass::Data>]'
> OrderedStatic.cpp:43:   instantiated from here
> /usr/lib/gcc-snapshot/lib/gcc/ia64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/bits/stl_vector.h:120:
>  warning: conversion to 'long unsigned int' from 'long int' may alter its 
> value
> /usr/lib/gcc-snapshot/lib/gcc/ia64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/bits/vector.tcc:
>  In member function 'void std::vector<_Tp, 
> _Alloc>::_M_insert_aux(__gnu_cxx::__normal_iterator<typename 
> std::_Vector_base<_Tp, _Alloc>::_Tp_alloc_type::pointer, std::vector<_Tp, 
> _Alloc> >, const _Tp&) [with _Tp = 
> Loki::Private::OrderedStaticManagerClass::Data, _Alloc = 
> std::allocator<Loki::Private::OrderedStaticManagerClass::Data>]':
> /usr/lib/gcc-snapshot/lib/gcc/ia64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/bits/stl_vector.h:605:
>    instantiated from 'void std::vector<_Tp, _Alloc>::push_back(const _Tp&) 
> [with _Tp = Loki::Private::OrderedStaticManagerClass::Data, _Alloc = 
> std::allocator<Loki::Private::OrderedStaticManagerClass::Data>]'
> OrderedStatic.cpp:66:   instantiated from here
> /usr/lib/gcc-snapshot/lib/gcc/ia64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/bits/vector.tcc:295:
>  warning: conversion to 'long unsigned int' from 'long int' may alter its 
> value
> g++ -Wall -Wold-style-cast -Wundef -Wsign-compare -Wconversion 
> -Wpointer-arith -pedantic -g -O2 -I../include -DNDEBUG  -c -o SafeFormat.o 
> SafeFormat.cpp
> In file included from SafeFormat.cpp:15:
> ../include/loki/SafeFormat.h: In member function 'char* 
> Loki::PrintfState<Device, Char>::RenderWithoutSign(long int, char*, unsigned 
> int, bool)':
> ../include/loki/SafeFormat.h:402: error: 'LONG_MIN' was not declared in this 
> scope
> SafeFormat.cpp: In function 'void Loki::write(FILE*, const char*, const 
> char*)':
> SafeFormat.cpp:26: warning: conversion to 'size_t' from 'long int' may alter 
> its value
...


--- ./include/loki/SafeFormat.h~        2007-03-04 22:43:48.000000000 +0000
+++ ./include/loki/SafeFormat.h 2007-03-04 22:44:22.000000000 +0000
@@ -21,6 +21,7 @@
 

 // $Header: /cvsroot/loki-lib/loki/include/loki/SafeFormat.h,v 1.25 2006/06/19 
12:39:08 syntheticpp Exp $

 

+#include <limits.h>

 #include <cstdio>

 #include <string>

 #include <stdexcept>

--- ./src/SmallObj.cpp~ 2007-03-04 22:44:56.000000000 +0000
+++ ./src/SmallObj.cpp  2007-03-04 22:45:06.000000000 +0000
@@ -18,6 +18,7 @@
 

 #include <loki/SmallObj.h>

 

+#include <limits.h>

 #include <cassert>

 #include <vector>

 #include <bitset>


-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: libloki
Source-Version: 0.1.5-3.1

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

libloki-dev_0.1.5-3.1_i386.deb
  to pool/main/libl/libloki/libloki-dev_0.1.5-3.1_i386.deb
libloki-doc_0.1.5-3.1_all.deb
  to pool/main/libl/libloki/libloki-doc_0.1.5-3.1_all.deb
libloki0.1.5-dbg_0.1.5-3.1_i386.deb
  to pool/main/libl/libloki/libloki0.1.5-dbg_0.1.5-3.1_i386.deb
libloki0.1.5_0.1.5-3.1_i386.deb
  to pool/main/libl/libloki/libloki0.1.5_0.1.5-3.1_i386.deb
libloki_0.1.5-3.1.diff.gz
  to pool/main/libl/libloki/libloki_0.1.5-3.1.diff.gz
libloki_0.1.5-3.1.dsc
  to pool/main/libl/libloki/libloki_0.1.5-3.1.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.
Stephen Gran <[EMAIL PROTECTED]> (supplier of updated libloki 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: Sat, 05 Apr 2008 14:57:24 +0100
Source: libloki
Binary: libloki0.1.5 libloki0.1.5-dbg libloki-dev libloki-doc
Architecture: source all i386
Version: 0.1.5-3.1
Distribution: unstable
Urgency: low
Maintainer: Lukas Fittl <[EMAIL PROTECTED]>
Changed-By: Stephen Gran <[EMAIL PROTECTED]>
Description: 
 libloki-dev - a C++ library of generic design patterns (development files)
 libloki-doc - a C++ library of generic design patterns (documentation)
 libloki0.1.5 - a C++ library of generic design patterns
 libloki0.1.5-dbg - a C++ library of generic design patterns (debug information)
Closes: 413432
Changes: 
 libloki (0.1.5-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS with gcc-4.3 (closes: #413432)
   * Update Standards-Version (no changes)
   * Make lintian happy:
     - Change from Source-Version to binary:Version in debian/control
     - Don't ignore errors on clean
     - Add copyright symbol to debian/copyright
     - Move Homepage: from description to control field
     - Register doc-base files with right section
Files: 
 d71f2b3a8759412bb7912bffdbeb0e5a 653 libs optional libloki_0.1.5-3.1.dsc
 a0b9add521061bfb0fbfa1e9231cd1f5 5132 libs optional libloki_0.1.5-3.1.diff.gz
 7fd5e8d210d4c84521711cba292dca39 76984 doc optional 
libloki-doc_0.1.5-3.1_all.deb
 b776ea8b7dd1f6e91f10107c302c3db0 19594 libs optional 
libloki0.1.5_0.1.5-3.1_i386.deb
 4d2264fe352e457eacaf9875f44d04e8 99898 libs extra 
libloki0.1.5-dbg_0.1.5-3.1_i386.deb
 0e1a5f02690f683f985a989fc46c38c3 117210 libdevel optional 
libloki-dev_0.1.5-3.1_i386.deb

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

iD8DBQFH94wzSYIMHOpZA44RAmGYAKChwwWK5acbuWtkWvKjs0KtUXJ2cQCeOyvq
nKGyFHz2fRo+mLKSM2YKgoI=
=LTW3
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to