Your message dated Wed, 20 Jan 2010 03:20:25 +0000
with message-id <[email protected]>
and subject line Bug#562215: fixed in boost1.40 1.40.0-6
has caused the Debian Bug report #562215,
regarding FTBFS w/ gcc 4.4
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.)
--
562215: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562215
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: boost1.40
Version: 1.40.0-5
Severity: serious
boost1.40 fails to build on some architctures, presumably due to the
switch to gcc 4.4.
Here's some snippets from the build log on hppa:
[...]
"g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g
-D_REENTRANT -mlong-calls -DBOOST_SP_USE_PTHREADS -pthread -fPIC
-DBOOST_ALL_NO_LIB=1 -DBOOST_GRAPH_DYN_LINK=1 -DBOOST_GRAPH_NO_LIB=1 -DNDEBUG
-I"." -I"/usr/lib/lam/include" -I"libs/graph_parallel/src" -c -o
"bin.v2/libs/graph_parallel/build/gcc-4.4.2/release/debug-symbols-on/threading-multi/mpi_process_group.o"
"libs/graph_parallel/src/mpi_process_group.cpp"
In file included from ./boost/graph/distributed/mpi_process_group.hpp:807,
from libs/graph_parallel/src/mpi_process_group.cpp:13:
./boost/graph/distributed/detail/mpi_process_group.ipp: In function 'int
boost::graph::distributed::receive(const
boost::graph::distributed::mpi_process_group&, int, int, T&)':
./boost/graph/distributed/detail/mpi_process_group.ipp:722: error: 'stderr' was
not declared in this scope
./boost/graph/distributed/detail/mpi_process_group.ipp:724: error: there are no
arguments to 'fprintf' that depend on a template parameter, so a declaration of
'fprintf' must be available
./boost/graph/distributed/detail/mpi_process_group.ipp:724: note: (if you use
'-fpermissive', G++ will accept your code, but allowing the use of an
undeclared name is deprecated)
./boost/graph/distributed/detail/mpi_process_group.ipp: In function 'typename
boost::enable_if<boost::mpi::is_mpi_datatype<T>, std::pair<int, unsigned int>
>::type boost::graph::distributed::receive(const
boost::graph::distributed::mpi_process_group&, int, int, T*, size_t)':
./boost/graph/distributed/detail/mpi_process_group.ipp:743: error: 'stderr' was
not declared in this scope
./boost/graph/distributed/detail/mpi_process_group.ipp:745: error: there are no
arguments to 'fprintf' that depend on a template parameter, so a declaration of
'fprintf' must be available
./boost/graph/distributed/detail/mpi_process_group.ipp: In function 'int
boost::graph::distributed::receive(const
boost::graph::distributed::mpi_process_group&, int, int, T&) [with T = int]':
./boost/graph/distributed/detail/mpi_process_group.ipp:609: instantiated from
'void
boost::graph::distributed::mpi_process_group::global_trigger_launcher<Type,
Handler>::receive(const boost::graph::distributed::mpi_process_group&, int,
int, boost::graph::parallel::trigger_receive_context, int) const [with Type =
int, Handler = void (*)(const boost::graph::distributed::mpi_process_group&,
int, int, int, bool)]'
libs/graph_parallel/src/mpi_process_group.cpp:1111: instantiated from here
./boost/graph/distributed/detail/mpi_process_group.ipp:722: error: 'fprintf'
was not declared in this scope
./boost/graph/distributed/detail/mpi_process_group.ipp: In function 'int
boost::graph::distributed::receive(const
boost::graph::distributed::mpi_process_group&, int, int, T&) [with T =
boost::graph::distributed::mpi_process_group::outgoing_messages]':
./boost/graph/distributed/detail/mpi_process_group.ipp:609: instantiated from
'void
boost::graph::distributed::mpi_process_group::global_trigger_launcher<Type,
Handler>::receive(const boost::graph::distributed::mpi_process_group&, int,
int, boost::graph::parallel::trigger_receive_context, int) const [with Type =
boost::graph::distributed::mpi_process_group::outgoing_messages, Handler = void
(*)(const boost::graph::distributed::mpi_process_group&, int, int,
boost::graph::distributed::mpi_process_group::outgoing_messages&, bool)]'
libs/graph_parallel/src/mpi_process_group.cpp:1111: instantiated from here
./boost/graph/distributed/detail/mpi_process_group.ipp:722: error: 'fprintf'
was not declared in this scope
...failed gcc.compile.c++
bin.v2/libs/graph_parallel/build/gcc-4.4.2/release/debug-symbols-on/threading-multi/mpi_process_group.o...
gcc.compile.c++
bin.v2/libs/graph_parallel/build/gcc-4.4.2/release/debug-symbols-on/threading-multi/tag_allocator.o
[...]
In file included from ./boost/graph/distributed/mpi_process_group.hpp:807,
from libs/graph_parallel/src/mpi_process_group.cpp:13:
./boost/graph/distributed/detail/mpi_process_group.ipp: In function 'int
boost::graph::distributed::receive(const
boost::graph::distributed::mpi_process_group&, int, int, T&)':
./boost/graph/distributed/detail/mpi_process_group.ipp:722: error: 'stderr' was
not declared in this scope
./boost/graph/distributed/detail/mpi_process_group.ipp:724: error: there are no
arguments to 'fprintf' that depend on a template parameter, so a declaration of
'fprintf' must be available
./boost/graph/distributed/detail/mpi_process_group.ipp:724: note: (if you use
'-fpermissive', G++ will accept your code, but allowing the use of an
undeclared name is deprecated)
./boost/graph/distributed/detail/mpi_process_group.ipp: In function 'typename
boost::enable_if<boost::mpi::is_mpi_datatype<T>, std::pair<int, unsigned int>
>::type boost::graph::distributed::receive(const
boost::graph::distributed::mpi_process_group&, int, int, T*, size_t)':
./boost/graph/distributed/detail/mpi_process_group.ipp:743: error: 'stderr' was
not declared in this scope
./boost/graph/distributed/detail/mpi_process_group.ipp:745: error: there are no
arguments to 'fprintf' that depend on a template parameter, so a declaration of
'fprintf' must be available
./boost/graph/distributed/detail/mpi_process_group.ipp: In function 'int
boost::graph::distributed::receive(const
boost::graph::distributed::mpi_process_group&, int, int, T&) [with T = int]':
./boost/graph/distributed/detail/mpi_process_group.ipp:609: instantiated from
'void
boost::graph::distributed::mpi_process_group::global_trigger_launcher<Type,
Handler>::receive(const boost::graph::distributed::mpi_process_group&, int,
int, boost::graph::parallel::trigger_receive_context, int) const [with Type =
int, Handler = void (*)(const boost::graph::distributed::mpi_process_group&,
int, int, int, bool)]'
libs/graph_parallel/src/mpi_process_group.cpp:1111: instantiated from here
./boost/graph/distributed/detail/mpi_process_group.ipp:722: error: 'fprintf'
was not declared in this scope
./boost/graph/distributed/detail/mpi_process_group.ipp: In function 'int
boost::graph::distributed::receive(const
boost::graph::distributed::mpi_process_group&, int, int, T&) [with T =
boost::graph::distributed::mpi_process_group::outgoing_messages]':
./boost/graph/distributed/detail/mpi_process_group.ipp:609: instantiated from
'void
boost::graph::distributed::mpi_process_group::global_trigger_launcher<Type,
Handler>::receive(const boost::graph::distributed::mpi_process_group&, int,
int, boost::graph::parallel::trigger_receive_context, int) const [with Type =
boost::graph::distributed::mpi_process_group::outgoing_messages, Handler = void
(*)(const boost::graph::distributed::mpi_process_group&, int, int,
boost::graph::distributed::mpi_process_group::outgoing_messages&, bool)]'
libs/graph_parallel/src/mpi_process_group.cpp:1111: instantiated from here
./boost/graph/distributed/detail/mpi_process_group.ipp:722: error: 'fprintf'
was not declared in this scope
...failed gcc.compile.c++
bin.v2/libs/graph_parallel/build/gcc-4.4.2/release/debug-symbols-on/link-static/threading-multi/mpi_process_group.o...
gcc.compile.c++
bin.v2/libs/graph_parallel/build/gcc-4.4.2/release/debug-symbols-on/link-static/threading-multi/tag_allocator.o
[...]
--- End Message ---
--- Begin Message ---
Source: boost1.40
Source-Version: 1.40.0-6
We believe that the bug you reported is fixed in the latest version of
boost1.40, which is due to be installed in the Debian FTP archive:
boost1.40_1.40.0-6.debian.tar.gz
to main/b/boost1.40/boost1.40_1.40.0-6.debian.tar.gz
boost1.40_1.40.0-6.dsc
to main/b/boost1.40/boost1.40_1.40.0-6.dsc
libboost-date-time1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-date-time1.40-dev_1.40.0-6_amd64.deb
libboost-date-time1.40.0_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-date-time1.40.0_1.40.0-6_amd64.deb
libboost-filesystem1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-filesystem1.40-dev_1.40.0-6_amd64.deb
libboost-filesystem1.40.0_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-filesystem1.40.0_1.40.0-6_amd64.deb
libboost-graph-parallel1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-graph-parallel1.40-dev_1.40.0-6_amd64.deb
libboost-graph-parallel1.40.0_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-graph-parallel1.40.0_1.40.0-6_amd64.deb
libboost-graph1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-graph1.40-dev_1.40.0-6_amd64.deb
libboost-graph1.40.0_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-graph1.40.0_1.40.0-6_amd64.deb
libboost-iostreams1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-iostreams1.40-dev_1.40.0-6_amd64.deb
libboost-iostreams1.40.0_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-iostreams1.40.0_1.40.0-6_amd64.deb
libboost-math1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-math1.40-dev_1.40.0-6_amd64.deb
libboost-math1.40.0_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-math1.40.0_1.40.0-6_amd64.deb
libboost-mpi-python1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-mpi-python1.40-dev_1.40.0-6_amd64.deb
libboost-mpi-python1.40.0_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-mpi-python1.40.0_1.40.0-6_amd64.deb
libboost-mpi1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-mpi1.40-dev_1.40.0-6_amd64.deb
libboost-mpi1.40.0_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-mpi1.40.0_1.40.0-6_amd64.deb
libboost-program-options1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-program-options1.40-dev_1.40.0-6_amd64.deb
libboost-program-options1.40.0_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-program-options1.40.0_1.40.0-6_amd64.deb
libboost-python1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-python1.40-dev_1.40.0-6_amd64.deb
libboost-python1.40.0_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-python1.40.0_1.40.0-6_amd64.deb
libboost-regex1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-regex1.40-dev_1.40.0-6_amd64.deb
libboost-regex1.40.0_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-regex1.40.0_1.40.0-6_amd64.deb
libboost-serialization1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-serialization1.40-dev_1.40.0-6_amd64.deb
libboost-serialization1.40.0_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-serialization1.40.0_1.40.0-6_amd64.deb
libboost-signals1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-signals1.40-dev_1.40.0-6_amd64.deb
libboost-signals1.40.0_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-signals1.40.0_1.40.0-6_amd64.deb
libboost-system1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-system1.40-dev_1.40.0-6_amd64.deb
libboost-system1.40.0_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-system1.40.0_1.40.0-6_amd64.deb
libboost-test1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-test1.40-dev_1.40.0-6_amd64.deb
libboost-test1.40.0_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-test1.40.0_1.40.0-6_amd64.deb
libboost-thread1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-thread1.40-dev_1.40.0-6_amd64.deb
libboost-thread1.40.0_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-thread1.40.0_1.40.0-6_amd64.deb
libboost-wave1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-wave1.40-dev_1.40.0-6_amd64.deb
libboost-wave1.40.0_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost-wave1.40.0_1.40.0-6_amd64.deb
libboost1.40-all-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost1.40-all-dev_1.40.0-6_amd64.deb
libboost1.40-dbg_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost1.40-dbg_1.40.0-6_amd64.deb
libboost1.40-dev_1.40.0-6_amd64.deb
to main/b/boost1.40/libboost1.40-dev_1.40.0-6_amd64.deb
libboost1.40-doc_1.40.0-6_all.deb
to main/b/boost1.40/libboost1.40-doc_1.40.0-6_all.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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve M. Robbins <[email protected]> (supplier of updated boost1.40 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: Mon, 18 Jan 2010 23:19:45 -0600
Source: boost1.40
Binary: libboost1.40-dbg libboost1.40-dev libboost1.40-all-dev libboost1.40-doc
libboost-date-time1.40.0 libboost-date-time1.40-dev libboost-filesystem1.40.0
libboost-filesystem1.40-dev libboost-graph1.40.0 libboost-graph1.40-dev
libboost-graph-parallel1.40.0 libboost-graph-parallel1.40-dev
libboost-iostreams1.40.0 libboost-iostreams1.40-dev libboost-math1.40.0
libboost-math1.40-dev libboost-mpi1.40.0 libboost-mpi1.40-dev
libboost-mpi-python1.40.0 libboost-mpi-python1.40-dev
libboost-program-options1.40.0 libboost-program-options1.40-dev
libboost-python1.40.0 libboost-python1.40-dev libboost-regex1.40.0
libboost-regex1.40-dev libboost-serialization1.40.0
libboost-serialization1.40-dev libboost-signals1.40.0 libboost-signals1.40-dev
libboost-system1.40.0 libboost-system1.40-dev libboost-test1.40.0
libboost-test1.40-dev libboost-thread1.40.0 libboost-thread1.40-dev
libboost-wave1.40.0 libboost-wave1.40-dev
Architecture: source all amd64
Version: 1.40.0-6
Distribution: unstable
Urgency: low
Maintainer: Debian Boost Team <[email protected]>
Changed-By: Steve M. Robbins <[email protected]>
Description:
libboost-date-time1.40-dev - set of date-time libraries based on generic
programming concepts
libboost-date-time1.40.0 - set of date-time libraries based on generic
programming concepts
libboost-filesystem1.40-dev - filesystem operations (portable paths, iteration
over directories
libboost-filesystem1.40.0 - filesystem operations (portable paths, iteration
over directories
libboost-graph-parallel1.40-dev - generic graph components and algorithms in
C++
libboost-graph-parallel1.40.0 - generic graph components and algorithms in C++
libboost-graph1.40-dev - generic graph components and algorithms in C++
libboost-graph1.40.0 - generic graph components and algorithms in C++
libboost-iostreams1.40-dev - Boost.Iostreams Library development files
libboost-iostreams1.40.0 - Boost.Iostreams Library
libboost-math1.40-dev - Boost.Math Library development files
libboost-math1.40.0 - Boost.Math Library
libboost-mpi-python1.40-dev - C++ interface to the Message Passing Interface
(MPI), Python Bind
libboost-mpi-python1.40.0 - C++ interface to the Message Passing Interface
(MPI), Python Bind
libboost-mpi1.40-dev - C++ interface to the Message Passing Interface (MPI)
libboost-mpi1.40.0 - C++ interface to the Message Passing Interface (MPI)
libboost-program-options1.40-dev - program options library for C++
libboost-program-options1.40.0 - program options library for C++
libboost-python1.40-dev - Boost.Python Library development files
libboost-python1.40.0 - Boost.Python Library
libboost-regex1.40-dev - regular expression library for C++
libboost-regex1.40.0 - regular expression library for C++
libboost-serialization1.40-dev - serialization library for C++
libboost-serialization1.40.0 - serialization library for C++
libboost-signals1.40-dev - managed signals and slots library for C++
libboost-signals1.40.0 - managed signals and slots library for C++
libboost-system1.40-dev - Operating system (e.g. diagnostics support) library
libboost-system1.40.0 - Operating system (e.g. diagnostics support) library
libboost-test1.40-dev - components for writing and executing test suites
libboost-test1.40.0 - components for writing and executing test suites
libboost-thread1.40-dev - portable C++ multi-threading
libboost-thread1.40.0 - portable C++ multi-threading
libboost-wave1.40-dev - C99/C++ preprocessor library
libboost-wave1.40.0 - C99/C++ preprocessor library
libboost1.40-all-dev - Boost C++ Libraries development files (ALL)
libboost1.40-dbg - Boost C++ Libraries with debug symbols
libboost1.40-dev - Boost C++ Libraries development files
libboost1.40-doc - Boost.org libraries documentation
Closes: 562215 564863
Changes:
boost1.40 (1.40.0-6) unstable; urgency=low
.
* Backport changes from 1.41.0-1 through 1.41.0-3 inclusive.
.
* patches/date_time_date_formatting_hpp.patch: Change
std::locale::locale() to std::locale(). Closes: #564863.
.
* patches/boost-graph-printf.patch: New. Include stdio.h, to define
fprintf() and stderr. Closes: #562215.
.
* patches/kfreebsd-thread.patch: New (thanks, Petr Salinger). Fix
checks for __GLIBC__ source so that it builds on GNU/kFreeBSD.
Checksums-Sha1:
4f215945bd11ad7397261578b15c1bf2d6e6d609 2411 boost1.40_1.40.0-6.dsc
3086911995f3e09fc515e31f454daad51650e971 94527 boost1.40_1.40.0-6.debian.tar.gz
6ee01994d1d0dbdedde5a563823978697316076f 39398672
libboost1.40-doc_1.40.0-6_all.deb
698c6cf9256c9e95e0c9a1f65b6c483472c6fa9b 20669010
libboost1.40-dbg_1.40.0-6_amd64.deb
2df132df2ee65a0fc8ad01b71991c424b33afedc 6272722
libboost1.40-dev_1.40.0-6_amd64.deb
d265dbda5aa3882d6270cd77b40d5ec0d46222c6 25204
libboost1.40-all-dev_1.40.0-6_amd64.deb
512d7f5a25ead8f6f16b0560b0747638ca7fc872 45990
libboost-date-time1.40.0_1.40.0-6_amd64.deb
fe4b45fdebefca631d3e372a4524664237f342c7 48962
libboost-date-time1.40-dev_1.40.0-6_amd64.deb
053333961ea4e4a8447096d7da758322503ae9b6 51170
libboost-filesystem1.40.0_1.40.0-6_amd64.deb
d0f64ee83cbc0be05b023acaa576fb5f7764e559 60246
libboost-filesystem1.40-dev_1.40.0-6_amd64.deb
b23c96ab6cbe670b06f0b929e01e0afebf6a17a9 88770
libboost-graph1.40.0_1.40.0-6_amd64.deb
e4805d2580fb538464a725248ffcfacba438531f 97124
libboost-graph1.40-dev_1.40.0-6_amd64.deb
fd7f0796ec022532c2cd4819312782a9f15858e9 115060
libboost-graph-parallel1.40.0_1.40.0-6_amd64.deb
fb0c986f7d59ce93638d0f8bdd481940d11f8c8a 133298
libboost-graph-parallel1.40-dev_1.40.0-6_amd64.deb
004fb501b2e069b007485d864b2332d25c4ba670 40792
libboost-iostreams1.40.0_1.40.0-6_amd64.deb
860131a0e1fda67e2baf550ff8b013e209868538 41554
libboost-iostreams1.40-dev_1.40.0-6_amd64.deb
1878b6c61fa288cc7b19a84e0a863805ab4af41d 451934
libboost-math1.40.0_1.40.0-6_amd64.deb
1daeb4b41c99a93f572ee5088bdf4ff26b24556d 1706374
libboost-math1.40-dev_1.40.0-6_amd64.deb
bec05ac539f4094ba3a0ab69bbb13f54bd4b6e20 97998
libboost-mpi1.40.0_1.40.0-6_amd64.deb
039813ec97817809b0557c936bc4a3bbf9e1bfd6 552106
libboost-mpi1.40-dev_1.40.0-6_amd64.deb
48bab33ee42a4701d7dd17730ae28fca8b1de4e7 264544
libboost-mpi-python1.40.0_1.40.0-6_amd64.deb
98c1c43a7ef274b5c79504b466946591b0b60ae7 57706
libboost-mpi-python1.40-dev_1.40.0-6_amd64.deb
457d17ffafbfa2b3a2c2947f3e61234784ee8425 129050
libboost-program-options1.40.0_1.40.0-6_amd64.deb
626350709443f40cf51a706596bf7964c9a6d87f 183950
libboost-program-options1.40-dev_1.40.0-6_amd64.deb
790dde813abdd30205c3c940bcabd314e1cb3db2 139506
libboost-python1.40.0_1.40.0-6_amd64.deb
15d3245ca910a2ae668c900785d6cfbcce58e7a6 217712
libboost-python1.40-dev_1.40.0-6_amd64.deb
665a3ad9c457a549b209b6aa4cd2efb995b100dd 379008
libboost-regex1.40.0_1.40.0-6_amd64.deb
c2587bc19715f777217f1a98bd27a4dc2c3c759e 526588
libboost-regex1.40-dev_1.40.0-6_amd64.deb
f2dfcadae029a11180f344881f88224e1ae891d4 217288
libboost-serialization1.40.0_1.40.0-6_amd64.deb
049713a4d4764f183f1f2fd759e3dd95d8222646 306846
libboost-serialization1.40-dev_1.40.0-6_amd64.deb
f9f4659b711e2a9417efb39b01b8e8a25141968a 53474
libboost-signals1.40.0_1.40.0-6_amd64.deb
f422bc8b7868be8e15a6f4edb41d1f06cac613f3 61548
libboost-signals1.40-dev_1.40.0-6_amd64.deb
a8e367837e5db8160be750d405082bdec031f5c6 30474
libboost-system1.40.0_1.40.0-6_amd64.deb
684bff55d8552f353543076a768bc50008f2f80e 30340
libboost-system1.40-dev_1.40.0-6_amd64.deb
77ef9fc0dbb810e092b887dcc64dfbd37345d25d 270922
libboost-test1.40.0_1.40.0-6_amd64.deb
39808574ba007e236988962cc88288cb39208fd7 394504
libboost-test1.40-dev_1.40.0-6_amd64.deb
5ece8772c76cb3e6d25230fcbb46ed07e63e0830 52638
libboost-thread1.40.0_1.40.0-6_amd64.deb
4063186f692bc89b64e9a75263cd2564d35f6191 55820
libboost-thread1.40-dev_1.40.0-6_amd64.deb
62a6b6edfa4bf575204ed769c9c4708c7d6eb27e 252406
libboost-wave1.40.0_1.40.0-6_amd64.deb
26f0a2019467cf6ed72fcd5af8688d79f87fd4f7 427258
libboost-wave1.40-dev_1.40.0-6_amd64.deb
Checksums-Sha256:
d6321188c08fef4909e639cec53ddc8265f46819b348c3cb829286ac00656492 2411
boost1.40_1.40.0-6.dsc
6b5d1ee2cd4bd8e286516b198cfd5595a684cd6acdadcb8924bfec6fb313a9f4 94527
boost1.40_1.40.0-6.debian.tar.gz
46341182e4bdbf40b8bd07d0c3894ebd08dc518c0d275fc031be93fea6f96c9e 39398672
libboost1.40-doc_1.40.0-6_all.deb
faab5b1444b4b80a5335f8930c81504d540868ed1cb6621f1d76b5c51d72204a 20669010
libboost1.40-dbg_1.40.0-6_amd64.deb
6bbcfe7dc3d13b72479c9de66daaa422d266ec929aa0ab944638707e2e85d5a3 6272722
libboost1.40-dev_1.40.0-6_amd64.deb
0a9c322631f8c0c1eeb7909707bf519e125c251f0743f7b5265ea90b9955afa9 25204
libboost1.40-all-dev_1.40.0-6_amd64.deb
64fc43d489932d54ed46ebaba38a74bed5df13beaf641c16c0479f176d41a9a0 45990
libboost-date-time1.40.0_1.40.0-6_amd64.deb
c93f22e80995a7c6dc4f5eabf7babcf54c419e03d957919a9ccb4f9b7357613c 48962
libboost-date-time1.40-dev_1.40.0-6_amd64.deb
f48b0908ea50da534b6719641205814e9592fafad3d6e0eeb35b8eb660b46ce8 51170
libboost-filesystem1.40.0_1.40.0-6_amd64.deb
b7bf7e76a43d9153462982f6d68d062939ddfead36a594695dfe343697fb4d8b 60246
libboost-filesystem1.40-dev_1.40.0-6_amd64.deb
c43852f2540ae2df93ea646180a5ace1edf9095dd3a25411f5405233a28b20f5 88770
libboost-graph1.40.0_1.40.0-6_amd64.deb
9ed9b9f2c69b4de9af8703af5f702797d5b5945b37fda410ee2f4beaafd1eae6 97124
libboost-graph1.40-dev_1.40.0-6_amd64.deb
a6acc64d136eb898ce13d577d3c2eedb1a112cea0461014811b15d1920fb17b2 115060
libboost-graph-parallel1.40.0_1.40.0-6_amd64.deb
8b876e919c30894fad5c8c3b99339c76071d9ba64f4c197eeb8a7ed783389f8e 133298
libboost-graph-parallel1.40-dev_1.40.0-6_amd64.deb
eb05529efce9c939c38ed2ee42df927a35621270cdc03ebf345509288ced76cc 40792
libboost-iostreams1.40.0_1.40.0-6_amd64.deb
09c3eb6aee639c05c3e0c1bb8058f2c8c2544bab4577c336b5a37e5476b1bc2e 41554
libboost-iostreams1.40-dev_1.40.0-6_amd64.deb
c92576c8327e5342f553513cc7d87fd7d832e56efcbf3d7fd04b168e10a39fe5 451934
libboost-math1.40.0_1.40.0-6_amd64.deb
5ec669adb606da1c44494cd97c0dc224cf85000e7b9ff1a75a4b92c4a1180def 1706374
libboost-math1.40-dev_1.40.0-6_amd64.deb
eb74631adb40684eff4ad9ef740b964a0e84c39d0c03f0479fdc783569ecee7a 97998
libboost-mpi1.40.0_1.40.0-6_amd64.deb
2b07709d1b4f13040bfcdd27666498a79a1e8d667d6d12257276adf89a638ee1 552106
libboost-mpi1.40-dev_1.40.0-6_amd64.deb
a7c4e44c05de2a62f156e98b11c153309013bd5e403177bc78a5148ab0539b36 264544
libboost-mpi-python1.40.0_1.40.0-6_amd64.deb
b5cff4625e24bbf85d63a676e20a7882498a292829ede1e048ee2543fbc70346 57706
libboost-mpi-python1.40-dev_1.40.0-6_amd64.deb
163c4e04e41d2c71af3b7d683da9038f5d0104d1a14cd6ce9c012c3e91130899 129050
libboost-program-options1.40.0_1.40.0-6_amd64.deb
8e69f7b26d8897452374a79117a9a91a3108cbea92978255ab45dbacdd1c6a61 183950
libboost-program-options1.40-dev_1.40.0-6_amd64.deb
30a64109fd6d97237a76450dfb97efaee8a70f04ed10130e74f6ed7760f87f55 139506
libboost-python1.40.0_1.40.0-6_amd64.deb
7bf893b0bc967def1f5af7d2e83ea24ed91298fdf9461cd24cd3a05209084733 217712
libboost-python1.40-dev_1.40.0-6_amd64.deb
9af5fb6244e73d32d3b1a89f79bae3f275c5b428e9eff3e54447d696d9b5bc9a 379008
libboost-regex1.40.0_1.40.0-6_amd64.deb
3bbb92c97d10e7c2fdc264afab90650ad7537da42df885b3677448465121ab1a 526588
libboost-regex1.40-dev_1.40.0-6_amd64.deb
d0c7d5ae6bd132da382f7bfe665b46dc55494a9ec98a69cca32f7cf96e543001 217288
libboost-serialization1.40.0_1.40.0-6_amd64.deb
220a596a4873f54ea4974f86f95b851f8686932bd1e21e790a652047d76b6ff7 306846
libboost-serialization1.40-dev_1.40.0-6_amd64.deb
6a359fbe75cb1794379abce19129e8ee28f2b84bd123542959a42122b6ea837d 53474
libboost-signals1.40.0_1.40.0-6_amd64.deb
cf73f449bfccf77d9c1397589d3c26505f305028fcb66092e0a228e0f074f8ef 61548
libboost-signals1.40-dev_1.40.0-6_amd64.deb
d7fb5b830f0bedc1614a3c9000ae1e8db7e9d404f4f00bc39fbbe89031934095 30474
libboost-system1.40.0_1.40.0-6_amd64.deb
da89a0b8c40ae4464d1a248d98a3b0c15e92ce42fa6b9bdd41483d1e115421d8 30340
libboost-system1.40-dev_1.40.0-6_amd64.deb
33a04b6a8f3c142d740ba4e1f29983122b31f375bb28a4be571c572094b9b4fd 270922
libboost-test1.40.0_1.40.0-6_amd64.deb
6ebf223a7460152336b0570a1c7e819ae0fb559ffddc7a2feb1724499332bd46 394504
libboost-test1.40-dev_1.40.0-6_amd64.deb
1eb86cfdb65b99dc5c61f782331af207be660b3e2735406e8b1273d81aa788cb 52638
libboost-thread1.40.0_1.40.0-6_amd64.deb
54fb41bc91719985d1a98eacc466a4c75b30d688ca1d43b741d645a01f41c6b6 55820
libboost-thread1.40-dev_1.40.0-6_amd64.deb
ec94819b99cb05921015a72cbfe693f9431558cd3f563da875c1c96f17b50ff0 252406
libboost-wave1.40.0_1.40.0-6_amd64.deb
0cb9da3752b096cf91a62a1355a33bf1a613d1216ed29d330b6ba4a880e45947 427258
libboost-wave1.40-dev_1.40.0-6_amd64.deb
Files:
5a137c95ac1ed1b9ccf33909f411ef52 2411 libs optional boost1.40_1.40.0-6.dsc
f28485eeb220bf72814426b384025aa5 94527 libs optional
boost1.40_1.40.0-6.debian.tar.gz
4a12e32e4644ee4579a71b832abed7ed 39398672 doc optional
libboost1.40-doc_1.40.0-6_all.deb
e3cf56c66890b894a9a81a6421025a32 20669010 debug extra
libboost1.40-dbg_1.40.0-6_amd64.deb
ff67a8de2a7a2fa05d12cdb7ba1b0b90 6272722 libdevel optional
libboost1.40-dev_1.40.0-6_amd64.deb
45acedb10c1713b9c102210831ae6a7b 25204 libdevel optional
libboost1.40-all-dev_1.40.0-6_amd64.deb
eb079b1979e06e89ad37db1bfaccabef 45990 libs optional
libboost-date-time1.40.0_1.40.0-6_amd64.deb
e5dc17e781fbc72fe2e7a73b61afc9f8 48962 libdevel optional
libboost-date-time1.40-dev_1.40.0-6_amd64.deb
58bb196b546440cbc1e70aa55f8bbda3 51170 libs optional
libboost-filesystem1.40.0_1.40.0-6_amd64.deb
f7da0fa6fe0e7864e0b95761a4fb6398 60246 libdevel optional
libboost-filesystem1.40-dev_1.40.0-6_amd64.deb
534dca15a0dac9a179b438d05f70e805 88770 libs optional
libboost-graph1.40.0_1.40.0-6_amd64.deb
c83ad7c19efd0caaaa3248fa276d94b2 97124 libdevel optional
libboost-graph1.40-dev_1.40.0-6_amd64.deb
671f4200565bf2e885362d689e4fad5d 115060 libs optional
libboost-graph-parallel1.40.0_1.40.0-6_amd64.deb
7844a15e816cfe1f48aa0101f4cbcf61 133298 libdevel optional
libboost-graph-parallel1.40-dev_1.40.0-6_amd64.deb
9b729c666582fa2cbbe26f863b4db1fc 40792 libs optional
libboost-iostreams1.40.0_1.40.0-6_amd64.deb
85ef1d88fce975b4adf7b74881455d76 41554 libdevel optional
libboost-iostreams1.40-dev_1.40.0-6_amd64.deb
755c653c203fc6aede7e228820a84355 451934 libs optional
libboost-math1.40.0_1.40.0-6_amd64.deb
55230d6e9314a6c3ad88ff7f0a2a240e 1706374 libdevel optional
libboost-math1.40-dev_1.40.0-6_amd64.deb
02fb270a9ddbeb7016349db7bf0c280f 97998 libs optional
libboost-mpi1.40.0_1.40.0-6_amd64.deb
afc1c157d42ac774c70eeaf714ca0d07 552106 libdevel optional
libboost-mpi1.40-dev_1.40.0-6_amd64.deb
007d2242dfbc428d710825a2bb01b2ec 264544 python optional
libboost-mpi-python1.40.0_1.40.0-6_amd64.deb
27ffbf45d2585d71ba59b5f64d254736 57706 libdevel optional
libboost-mpi-python1.40-dev_1.40.0-6_amd64.deb
61bacba588577366ac8d6bbd686a86d1 129050 libs optional
libboost-program-options1.40.0_1.40.0-6_amd64.deb
8a2997d9d873def0f304d2b2d03264eb 183950 libdevel optional
libboost-program-options1.40-dev_1.40.0-6_amd64.deb
14d765cd2b434bdbfc2cac3b5185be2e 139506 python optional
libboost-python1.40.0_1.40.0-6_amd64.deb
118a8105df923aee0db15320a3b49e15 217712 libdevel optional
libboost-python1.40-dev_1.40.0-6_amd64.deb
113385b71831b42202d8dea726666259 379008 libs optional
libboost-regex1.40.0_1.40.0-6_amd64.deb
106f19d136dc9e41739380267760d3cb 526588 libdevel optional
libboost-regex1.40-dev_1.40.0-6_amd64.deb
8f123bed8238ba9bba1758c55053afdd 217288 libs optional
libboost-serialization1.40.0_1.40.0-6_amd64.deb
8a41ad646b3ea34681247bb8c53533aa 306846 libdevel optional
libboost-serialization1.40-dev_1.40.0-6_amd64.deb
eb447150372109975ec8f8337f81998b 53474 libs optional
libboost-signals1.40.0_1.40.0-6_amd64.deb
6c437854c142cefb25bf6ba68cc74c95 61548 libdevel optional
libboost-signals1.40-dev_1.40.0-6_amd64.deb
5a31fe1dff65095c54a83ddabebbae34 30474 libs optional
libboost-system1.40.0_1.40.0-6_amd64.deb
e4956a5b13390adfac4148303ff00767 30340 libdevel optional
libboost-system1.40-dev_1.40.0-6_amd64.deb
7b413601881e12ace18ba441e6822c06 270922 libs optional
libboost-test1.40.0_1.40.0-6_amd64.deb
64914061377b8b70d76d4467f561bd3b 394504 libdevel optional
libboost-test1.40-dev_1.40.0-6_amd64.deb
ed060b88147e7d1be8eac24f923a4829 52638 libs optional
libboost-thread1.40.0_1.40.0-6_amd64.deb
3a2a48bce32cd702a2a17a07b14850cd 55820 libdevel optional
libboost-thread1.40-dev_1.40.0-6_amd64.deb
3cfc077cd73ab1e82ce2790a37ee3603 252406 libs optional
libboost-wave1.40.0_1.40.0-6_amd64.deb
8c2145ac0e4c5c1ad1c03f48b79d3d75 427258 libdevel optional
libboost-wave1.40-dev_1.40.0-6_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFLVmuK0i2bPSHbMcURAlUwAJ0f0Ihr95EGBOnNl7l6TJURJZEbNwCgr8+p
2qdD5uDOv/KDVLrUbdSlMJQ=
=Ky20
-----END PGP SIGNATURE-----
--- End Message ---