Your message dated Sun, 01 Jan 2012 18:35:52 +0000
with message-id <e1rhqg8-0001et...@franck.debian.org>
and subject line Bug#653298: fixed in magics++ 2.14.5-2
has caused the Debian Bug report #653298,
regarding magics++ FTBFS checking for boostlib >= 1.32... configure: We could 
not detect the boost libraries (version 1.32 or higher).
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 ow...@bugs.debian.org
immediately.)


-- 
653298: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653298
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: magics++
version: 2.14.5-1
severity: serious
tags: patch

configure:20462: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Wformat-security -Werror=format-security -m64 -fPIC -fno-gnu-keywords -ansi 
-std=c++98 -Wno-deprecated -Wno-write-strings -D_FORTIFY_SOURCE=2 
-I/usr/lib/python2.7/dist-packages/numpy/core/include/ -I/usr/include/freetype2 
-I/usr/include -I/usr/X11R6/include -I/usr/local/include  conftest.cpp >&5
conftest.cpp:41:33: fatal error: boost/version.hpp: No such file or directory
compilation terminated.
configure:20462: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MagPlus"
| #define PACKAGE_TARNAME "magplus"
| #define PACKAGE_VERSION "2"
| #define PACKAGE_STRING "MagPlus 2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define MAGICS_VERSION "2.14.5"
| #define MAGICS_NAME "Magics"
| #define MAGICS_RELEASE_DATE "22-December-2011"
| #define MAGICS_COPYRIGHT_PERIOD "2007-2011"
| #define MAGICS_INSTALL_PATH "/usr"
| #define MAGICS_SITE "outside"
| #define MAGICS_TTF_PATH "share/magics/ttf/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define MAGICS_THREADS 1
| #define HAVE_PYTHON "2.7"
| #define MAGICS_PYTHON 1
| #define MAGICS_EXCEPTION 1
| #define MAGICS_RASTER 1
| #define MAGICS_JSON 1
| #define MAGICS_TTF 1
| /* end confdefs.h.  */
| | #include <boost/version.hpp> | | int
| main ()
| {
| | #if BOOST_VERSION >= 103200
|     // Everything is okay
|     #else
|     #  error Boost version is too old
|     #endif
| | ;
|   return 0;
| }
configure:20568: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Wformat-security -Werror=format-security -m64 -fPIC -fno-gnu-keywords -ansi 
-std=c++98 -Wno-deprecated -Wno-write-strings -D_FORTIFY_SOURCE=2 
-I/usr/lib/python2.7/dist-packages/numpy/core/include/ -I/usr/include/freetype2 
-I/usr/include -I/usr/X11R6/include -I/usr/local/include  -I/include/boost-0 
conftest.cpp >&5
conftest.cpp:41:37: fatal error: boost/version.hpp: No such file or directory
compilation terminated.
configure:20568: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MagPlus"
| #define PACKAGE_TARNAME "magplus"
| #define PACKAGE_VERSION "2"
| #define PACKAGE_STRING "MagPlus 2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define MAGICS_VERSION "2.14.5"
| #define MAGICS_NAME "Magics"
| #define MAGICS_RELEASE_DATE "22-December-2011"
| #define MAGICS_COPYRIGHT_PERIOD "2007-2011"
| #define MAGICS_INSTALL_PATH "/usr"
| #define MAGICS_SITE "outside"
| #define MAGICS_TTF_PATH "share/magics/ttf/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define MAGICS_THREADS 1
| #define HAVE_PYTHON "2.7"
| #define MAGICS_PYTHON 1
| #define MAGICS_EXCEPTION 1
| #define MAGICS_RASTER 1
| #define MAGICS_JSON 1
| #define MAGICS_TTF 1
| /* end confdefs.h.  */
| | #include <boost/version.hpp> | | int
| main ()
| {
| | #if BOOST_VERSION >= 103200
|         // Everything is okay
|         #else
|         #  error Boost version is too old
|         #endif
| | ;
|   return 0;
| }
configure:20587: We could not detect the boost libraries (version 1.32 or higher). If 
you have a staged boost library (still not installed) please specify $BOOST_ROOT in 
your environment and do not give a PATH to --with-boost option.  If you are sure you 
have boost installed, then check your version number looking in 
<boost/version.hpp>. See http://randspringer.de/boost for more documentation.
configure:20594: error: Boost library not found - if you use RPM do not forget 
boost-devel

With libboost-dev installed the package builds fine. Please add it to the 
build-depends or otherwise fix this bug.





--- End Message ---
--- Begin Message ---
Source: magics++
Source-Version: 2.14.5-2

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

libmagics++-data_2.14.5-2_all.deb
  to main/m/magics++/libmagics++-data_2.14.5-2_all.deb
libmagics++-dev_2.14.5-2_i386.deb
  to main/m/magics++/libmagics++-dev_2.14.5-2_i386.deb
libmagplus3_2.14.5-2_i386.deb
  to main/m/magics++/libmagplus3_2.14.5-2_i386.deb
magics++_2.14.5-2.debian.tar.gz
  to main/m/magics++/magics++_2.14.5-2.debian.tar.gz
magics++_2.14.5-2.dsc
  to main/m/magics++/magics++_2.14.5-2.dsc
magics++_2.14.5-2_i386.deb
  to main/m/magics++/magics++_2.14.5-2_i386.deb
python-magics++_2.14.5-2_i386.deb
  to main/m/magics++/python-magics++_2.14.5-2_i386.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 653...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry <mckins...@debian.org> (supplier of updated magics++ 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 01 Jan 2012 13:05:35 +0000
Source: magics++
Binary: libmagplus3 libmagics++-dev magics++ python-magics++ libmagics++-data
Architecture: source i386 all
Version: 2.14.5-2
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry <mckins...@debian.org>
Changed-By: Alastair McKinstry <mckins...@debian.org>
Description: 
 libmagics++-data - Data files needed for magics++ library
 libmagics++-dev - Development files for ECMWF  plotting software MAGICS++
 libmagplus3 - ECMWF meteorological plotting software library
 magics++   - Executables for the magics++ library
 python-magics++ - python support for Magics++
Closes: 653298
Changes: 
 magics++ (2.14.5-2) unstable; urgency=low
 .
   * boostlib > 1.32 needs libboost-dev dependency to build.
   Closes: #653298.
Checksums-Sha1: 
 64cc2edaedc9bd20e6e72376465013aa5fa1c8f5 2376 magics++_2.14.5-2.dsc
 7f531247ef9c3c2ed55f2f050ee09ccf7f727043 10246 magics++_2.14.5-2.debian.tar.gz
 68dd9ba94438be7f25c606db8d318ce8c203470a 3454932 libmagplus3_2.14.5-2_i386.deb
 0acbe545904907b0acda8f8211db2ce5ad21add3 8852258 
libmagics++-dev_2.14.5-2_i386.deb
 4b27cbde426c4683f359feee668c9ffa2a396872 15914 magics++_2.14.5-2_i386.deb
 c92940ff054ff22be4f787b98336a4b21b2f756e 146814 
python-magics++_2.14.5-2_i386.deb
 b1a145120be88a1379a82f95cce49827a9f6282e 25314580 
libmagics++-data_2.14.5-2_all.deb
Checksums-Sha256: 
 b1f59a5147da2cd7fb3b646bfadc0c0b79abd69aa92f927900d2bc707dd47171 2376 
magics++_2.14.5-2.dsc
 7d56cf214dba8b39dd9327f57772087d494d60860a73e0f8a8b795657f10c0e4 10246 
magics++_2.14.5-2.debian.tar.gz
 8b6a4fa95532f58d5b3f1acd1f20cfa6fdb2afb32b5586baac19edc36ca558d2 3454932 
libmagplus3_2.14.5-2_i386.deb
 2d6628cdbd34793adcdb00cbd9b3da9f1ab2d2541a8635d682f85a6d4d84c276 8852258 
libmagics++-dev_2.14.5-2_i386.deb
 04e1577e7450562512236319e1dbf4cfc29d119379efa2fb9e6ce0a228ac61f0 15914 
magics++_2.14.5-2_i386.deb
 99b0cf255165cf10d582fafb69e85b07668edcbeb1cf62eb45dc8d522cca1600 146814 
python-magics++_2.14.5-2_i386.deb
 16724e77820bd98f1a5f5061a66dc5be01d614b6f218e3d66549a5277a52dce3 25314580 
libmagics++-data_2.14.5-2_all.deb
Files: 
 c2279a0aee043d0017ee2f462726b486 2376 utils optional magics++_2.14.5-2.dsc
 2c2e65653d4be87453a9d87563f8e963 10246 utils optional 
magics++_2.14.5-2.debian.tar.gz
 c3d68a92156cd6d751d95538893af817 3454932 libs optional 
libmagplus3_2.14.5-2_i386.deb
 9e92628ad59132eef42eb9fdb3708ccc 8852258 libdevel optional 
libmagics++-dev_2.14.5-2_i386.deb
 429597cbf9dea236947b954327d81a8b 15914 utils optional 
magics++_2.14.5-2_i386.deb
 c7b79b9c2b1fd7d6ca64dad9175f9919 146814 python optional 
python-magics++_2.14.5-2_i386.deb
 f28237d7720a0730f7d15c6299f59f90 25314580 utils optional 
libmagics++-data_2.14.5-2_all.deb

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

iQIcBAEBCAAGBQJPAHZuAAoJEN9LdrZRJ3QspMoQALH8Gr+rcBR4Ky7LOhEABOmQ
97MEd/pQzTjEn8OV1At4Ss5O8y2M692Kah0FACGwosbK8YfZGz0SiAgKuzlNARlc
Wm3FCVt4QxaTLNO6RS3LUQLKbdgteCxrnFJfzQ0CM4yDYUX7GWY225SG/OVqqCZj
h74DC0rl75OgfDciMpn3h6yhW1KzlxhKn7INIAEoKJwyU04VOO6bcwJqLl6mWX20
JL+wKHctDX9JesPO/b9oFFK0vERvFd7MkLN8EANYejsFUFvCIoCNryhNF7hArFMu
Ha7pEmip/q2ZNfUeaoYRATjvykejP5X2nqxTdtLPPuq94jP++G8hpPOUc9QFmAi6
ulQo5NHuB2qdeGAFESx00wBn4e6Nga7mlQFzAlMqiBKx+Q51Upk9TsTKyIQ9Y3mn
l5m/0EOSGlgndwNGlh/DF9dCnoRYL4SGHTq0x9gEtUU0Qd9BZOacBevXdsPfIZnW
x4BwoA5d7VO5gXrEvI9Kp94hRPp2Uz41Jpi3vgmhH//NeFtJS2SgRHnbFixufsS+
gocl2Veuf5Oh5og/aOW2VoDYdYiNJCIYt/z9lO8E/6KAfDpMXD/sg42baADuQhhe
X8BRJLziWskDak19phLJ6ZQphnYUdUP3Ji8c4B6gvc3yynmJnCqSoPLClbzE6DHd
XrXMhPQgM0fwxXDqaGTh
=eCU6
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to