Your message dated Tue, 10 Jun 2014 10:57:23 +0000
with message-id <[email protected]>
and subject line Bug#750956: fixed in boost1.55 1.55.0+dfsg-2
has caused the Debian Bug report #750956,
regarding boost1.55 FTBFS on arm64
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.)


-- 
750956: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750956
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
package: boost1.55
version: 1.55.0+dfsg-1
severity: important
x-debbugs-cc: [email protected]

boost1.55 failed to build on arm64 with an internal compiler error. In an attempt to fix this I disabled pch using the patch attatched in boost1.55.debdiff (note: this patch disables it unconditionally, if applying it in debian you would probablly want to make it architecture conditional).

Disabling pch made the package compile without internal compiler errors. Unfortunately it then failed with errors from dpkg-shlibdeps.

Unfortunately I don't have a log of the failed build itself (and I'm not rerunning the whole build, it took ages iwith qemu and I don't have access to real hardware at this point) but I do have a log from rerunning debian/rules binary after the failure (attatched as boost-binary.log) and it contained the following errors.

dpkg-shlibdeps: error: couldn't find library libboost_mpi_python.so.1.55.0 needed by debian/libboost-mpi-python1.55.0/usr/lib/python2.7/dist-packages/boost/mpi.aarch64-linux-gnu.so (ELF format: 'elf64-littleaarch64'; RPATH: '') dpkg-shlibdeps: error: couldn't find library libboost_python.so.1.55.0 needed by debian/libboost-mpi-python1.55.0/usr/lib/python2.7/dist-packages/boost/mpi.aarch64-linux-gnu.so (ELF format: 'elf64-littleaarch64'; RPATH: '')

Any thoughts on what the problem is? (I still have the build tree from the failed build if anyone wants me to dig anything out of it)

I'm on holiday right now so if wookey or someone else wants to take over this issue that would be great. Boost now seems to be one of the biggest blockers for getting debian arm64 into a sane state.

P.S. ubuntu split boost1.55 into two source packages (as part of their main/universe split iirc), over there the main boost1.55 source package built successfully on arm64 but the latest version of the boost-mpi-source1.55 source package failed with an internal compiler error. I'll go file a bug there when I get a bug number for this bug.

P.P.S. other versions of boost also FTBFS on debian arm64 but I have not investigated why
diff -Nru boost1.55-1.55.0+dfsg/debian/changelog 
boost1.55-1.55.0+dfsg/debian/changelog
--- boost1.55-1.55.0+dfsg/debian/changelog      2014-05-11 00:22:15.000000000 
+0000
+++ boost1.55-1.55.0+dfsg/debian/changelog      2014-06-03 10:55:47.000000000 
+0000
@@ -1,3 +1,9 @@
+boost1.55 (1.55.0+dfsg-1+arm64) unreleased; urgency=medium
+
+  * Disable pch to avoid ICE
+
+ -- Peter Michael Green <[email protected]>  Tue, 03 Jun 2014 10:55:09 +0000
+
 boost1.55 (1.55.0+dfsg-1) unstable; urgency=medium
 
   * Convert debian/copyright to copyright-format 1.0.
diff -Nru boost1.55-1.55.0+dfsg/debian/rules boost1.55-1.55.0+dfsg/debian/rules
--- boost1.55-1.55.0+dfsg/debian/rules  2014-05-11 00:22:06.000000000 +0000
+++ boost1.55-1.55.0+dfsg/debian/rules  2014-06-03 10:54:59.000000000 +0000
@@ -52,11 +52,11 @@
 override_dh_auto_configure: user-config.jam make-debhelper
 
 override_dh_auto_build: $(bjam) debian/bjam.1
-       $(JAM) $(JAM_WITHOUT) --without-python
+       $(JAM) $(JAM_WITHOUT) --without-python pch=off
        for pyver in $(pyversions); do \
                pyid=$$(echo $$pyver | tr -d .); \
                echo "Building Boost.Python for python version $$pyver"; \
-               $(JAM) --with-python $(with_mpi) --python-buildid=py$$pyid 
python=$$pyver; \
+               $(JAM) --with-python $(Awith_mpi) --python-buildid=py$$pyid 
python=$$pyver; pch=off \
                mv stage/lib/mpi.so stage/lib/mpi-py$$pyid.so || true; \
        done
 
pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
dh binary --with python2 --with python3
   dh_shlibdeps
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost1.55-tools-dev/usr/bin/bcp debian/libboost1.55-tools-dev/usr/bin/inspect were not linked against libicudata.so.52 (they use none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost1.55-tools-dev/usr/bin/bcp debian/libboost1.55-tools-dev/usr/bin/inspect were not linked against libicui18n.so.52 (they use none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost1.55-tools-dev/usr/bin/bcp debian/libboost1.55-tools-dev/usr/bin/inspect were not linked against libicuuc.so.52 (they use none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-atomic1.55.0/usr/lib/aarch64-linux-gnu/libboost_atomic.so.1.55.0 was not linked against libpthread.so.0 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-atomic1.55.0/usr/lib/aarch64-linux-gnu/libboost_atomic.so.1.55.0 was not linked against libstdc++.so.6 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-atomic1.55.0/usr/lib/aarch64-linux-gnu/libboost_atomic.so.1.55.0 was not linked against libgcc_s.so.1 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-atomic1.55.0/usr/lib/aarch64-linux-gnu/libboost_atomic.so.1.55.0 was not linked against librt.so.1 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-chrono1.55.0/usr/lib/aarch64-linux-gnu/libboost_chrono.so.1.55.0 was not linked against librt.so.1 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-date-time1.55.0/usr/lib/aarch64-linux-gnu/libboost_date_time.so.1.55.0 was not linked against librt.so.1 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-filesystem1.55.0/usr/lib/aarch64-linux-gnu/libboost_filesystem.so.1.55.0 was not linked against librt.so.1 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-graph1.55.0/usr/lib/aarch64-linux-gnu/libboost_graph.so.1.55.0 was not linked against librt.so.1 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-graph1.55.0/usr/lib/aarch64-linux-gnu/libboost_graph.so.1.55.0 was not linked against libicudata.so.52 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-graph1.55.0/usr/lib/aarch64-linux-gnu/libboost_graph.so.1.55.0 was not linked against libicui18n.so.52 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-graph1.55.0/usr/lib/aarch64-linux-gnu/libboost_graph.so.1.55.0 was not linked against libicuuc.so.52 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-graph-parallel1.55.0/usr/lib/aarch64-linux-gnu/libboost_graph_parallel.so.1.55.0 was not linked against libmpichcxx.so.12 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-graph-parallel1.55.0/usr/lib/aarch64-linux-gnu/libboost_graph_parallel.so.1.55.0 was not linked against libmpl.so.1 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-graph-parallel1.55.0/usr/lib/aarch64-linux-gnu/libboost_graph_parallel.so.1.55.0 was not linked against libopa.so.1 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-graph-parallel1.55.0/usr/lib/aarch64-linux-gnu/libboost_graph_parallel.so.1.55.0 was not linked against librt.so.1 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-iostreams1.55.0/usr/lib/aarch64-linux-gnu/libboost_iostreams.so.1.55.0 was not linked against librt.so.1 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-locale1.55.0/usr/lib/aarch64-linux-gnu/libboost_locale.so.1.55.0 was not linked against libicudata.so.52 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-locale1.55.0/usr/lib/aarch64-linux-gnu/libboost_locale.so.1.55.0 was not linked against libboost_chrono.so.1.55.0 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-locale1.55.0/usr/lib/aarch64-linux-gnu/libboost_locale.so.1.55.0 was not linked against librt.so.1 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-log1.55.0/usr/lib/aarch64-linux-gnu/libboost_log.so.1.55.0 debian/libboost-log1.55.0/usr/lib/aarch64-linux-gnu/libboost_log_setup.so.1.55.0 were not linked against libboost_chrono.so.1.55.0 (they use none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-log1.55.0/usr/lib/aarch64-linux-gnu/libboost_log.so.1.55.0 debian/libboost-log1.55.0/usr/lib/aarch64-linux-gnu/libboost_log_setup.so.1.55.0 were not linked against libboost_date_time.so.1.55.0 (they use none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-log1.55.0/usr/lib/aarch64-linux-gnu/libboost_log.so.1.55.0 debian/libboost-log1.55.0/usr/lib/aarch64-linux-gnu/libboost_log_setup.so.1.55.0 were not linked against librt.so.1 (they use none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-math1.55.0/usr/lib/aarch64-linux-gnu/libboost_math_tr1.so.1.55.0 debian/libboost-math1.55.0/usr/lib/aarch64-linux-gnu/libboost_math_tr1f.so.1.55.0 debian/libboost-math1.55.0/usr/lib/aarch64-linux-gnu/libboost_math_c99f.so.1.55.0 debian/libboost-math1.55.0/usr/lib/aarch64-linux-gnu/libboost_math_c99.so.1.55.0 were not linked against librt.so.1 (they use none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-mpi1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi.so.1.55.0 was not linked against libopa.so.1 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-mpi1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi.so.1.55.0 was not linked against libmpl.so.1 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-mpi1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi.so.1.55.0 was not linked against librt.so.1 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-mpi1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi.so.1.55.0 was not linked against libmpichcxx.so.12 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: symbol PyUnicode_Type used by debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py33.so.1.55.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol PyImport_ImportModule used by debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py33.so.1.55.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol PyEval_CallFunction used by debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py33.so.1.55.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol _Py_NoneStruct used by debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py33.so.1.55.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol PyLong_FromLong used by debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py33.so.1.55.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol PyImport_ImportModule used by debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py27.so.1.55.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol PyEval_CallFunction used by debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py27.so.1.55.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol PyString_Type used by debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py27.so.1.55.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol _Py_NoneStruct used by debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py27.so.1.55.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol PyInt_FromLong used by debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py27.so.1.55.0 found in none of the libraries
dpkg-shlibdeps: error: couldn't find library libboost_mpi_python.so.1.55.0 needed by debian/libboost-mpi-python1.55.0/usr/lib/python2.7/dist-packages/boost/mpi.aarch64-linux-gnu.so (ELF format: 'elf64-littleaarch64'; RPATH: '')
dpkg-shlibdeps: error: couldn't find library libboost_python.so.1.55.0 needed by debian/libboost-mpi-python1.55.0/usr/lib/python2.7/dist-packages/boost/mpi.aarch64-linux-gnu.so (ELF format: 'elf64-littleaarch64'; RPATH: '')
dpkg-shlibdeps: warning: symbol PyLong_FromLong used by debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py34.so.1.55.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol PyEval_CallFunction used by debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py34.so.1.55.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol _Py_NoneStruct used by debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py34.so.1.55.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol PyImport_ImportModule used by debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py34.so.1.55.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol PyUnicode_Type used by debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py34.so.1.55.0 found in none of the libraries
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py33.so.1.55.0 debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py27.so.1.55.0 debian/libboost-mpi-python1.55.0/usr/lib/python2.7/dist-packages/boost/mpi.aarch64-linux-gnu.so debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py34.so.1.55.0 were not linked against libutil.so.1 (they use none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py33.so.1.55.0 debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py27.so.1.55.0 debian/libboost-mpi-python1.55.0/usr/lib/python2.7/dist-packages/boost/mpi.aarch64-linux-gnu.so debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py34.so.1.55.0 were not linked against librt.so.1 (they use none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py33.so.1.55.0 debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py27.so.1.55.0 debian/libboost-mpi-python1.55.0/usr/lib/python2.7/dist-packages/boost/mpi.aarch64-linux-gnu.so debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py34.so.1.55.0 were not linked against libmpichcxx.so.12 (they use none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py33.so.1.55.0 debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py27.so.1.55.0 debian/libboost-mpi-python1.55.0/usr/lib/python2.7/dist-packages/boost/mpi.aarch64-linux-gnu.so debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py34.so.1.55.0 were not linked against libmpl.so.1 (they use none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py33.so.1.55.0 debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py27.so.1.55.0 debian/libboost-mpi-python1.55.0/usr/lib/python2.7/dist-packages/boost/mpi.aarch64-linux-gnu.so debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py34.so.1.55.0 were not linked against libopa.so.1 (they use none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py33.so.1.55.0 debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py27.so.1.55.0 debian/libboost-mpi-python1.55.0/usr/lib/python2.7/dist-packages/boost/mpi.aarch64-linux-gnu.so debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py34.so.1.55.0 were not linked against libdl.so.2 (they use none of the library's symbols)
dpkg-shlibdeps: error: cannot continue due to the errors listed above
Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file.
To help dpkg-shlibdeps find private libraries, you might need to use -l.
dh_shlibdeps: dpkg-shlibdeps -Tdebian/libboost-mpi-python1.55.0.substvars debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py33.so.1.55.0 debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py34.so.1.55.0 debian/libboost-mpi-python1.55.0/usr/lib/aarch64-linux-gnu/libboost_mpi_python-py27.so.1.55.0 debian/libboost-mpi-python1.55.0/usr/lib/python2.7/dist-packages/boost/mpi.aarch64-linux-gnu.so returned exit code 2
debian/rules:50: recipe for target 'binary' failed
make: *** [binary] Error 2

--- End Message ---
--- Begin Message ---
Source: boost1.55
Source-Version: 1.55.0+dfsg-2

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

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.
Dimitri John Ledkov <[email protected]> (supplier of updated boost1.55 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: SHA256

Format: 1.8
Date: Tue, 10 Jun 2014 10:16:51 +0100
Source: boost1.55
Binary: libboost1.55-dbg libboost1.55-dev libboost1.55-tools-dev 
libboost1.55-all-dev libboost1.55-doc libboost-atomic1.55.0 
libboost-atomic1.55-dev libboost-chrono1.55.0 libboost-chrono1.55-dev 
libboost-context1.55.0 libboost-context1.55-dev libboost-coroutine1.55-dev 
libboost-date-time1.55.0 libboost-date-time1.55-dev libboost-exception1.55-dev 
libboost-filesystem1.55.0 libboost-filesystem1.55-dev libboost-graph1.55.0 
libboost-graph1.55-dev libboost-graph-parallel1.55.0 
libboost-graph-parallel1.55-dev libboost-iostreams1.55.0 
libboost-iostreams1.55-dev libboost-locale1.55.0 libboost-locale1.55-dev 
libboost-log1.55.0 libboost-log1.55-dev libboost-math1.55.0 
libboost-math1.55-dev libboost-mpi1.55.0 libboost-mpi1.55-dev 
libboost-mpi-python1.55.0 libboost-mpi-python1.55-dev 
libboost-program-options1.55.0 libboost-program-options1.55-dev 
libboost-python1.55.0 libboost-python1.55-dev libboost-random1.55.0 
libboost-random1.55-dev libboost-regex1.55.0 libboost-regex1.55-dev
 libboost-serialization1.55.0 libboost-serialization1.55-dev 
libboost-signals1.55.0 libboost-signals1.55-dev libboost-system1.55.0 
libboost-system1.55-dev libboost-test1.55.0 libboost-test1.55-dev 
libboost-thread1.55.0 libboost-thread1.55-dev libboost-timer1.55.0 
libboost-timer1.55-dev libboost-wave1.55.0
 libboost-wave1.55-dev
Architecture: all amd64 source
Version: 1.55.0+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Boost Team <[email protected]>
Changed-By: Dimitri John Ledkov <[email protected]>
Closes: 750956
Description: 
 libboost1.55-all-dev - Boost C++ Libraries development files (ALL)
 libboost1.55-dbg - Boost C++ Libraries with debug symbols
 libboost1.55-dev - Boost C++ Libraries development files
 libboost1.55-doc - Boost.org libraries documentation
 libboost1.55-tools-dev - Boost C++ Libraries development tools
 libboost-atomic1.55.0 - atomic data types, operations, and memory ordering 
constraints
 libboost-atomic1.55-dev - atomic data types, operations, and memory ordering 
constraints
 libboost-chrono1.55.0 - C++ representation of time duration, time point, and 
clocks
 libboost-chrono1.55-dev - C++ representation of time duration, time point, and 
clocks
 libboost-context1.55.0 - provides a sort of cooperative multitasking on a 
single thread
 libboost-context1.55-dev - provides a sort of cooperative multitasking on a 
single thread
 libboost-coroutine1.55-dev - provides a sort of cooperative multitasking on a 
single thread
 libboost-date-time1.55.0 - set of date-time libraries based on generic 
programming concepts
 libboost-date-time1.55-dev - set of date-time libraries based on generic 
programming concepts
 libboost-exception1.55-dev - library to help write exceptions and handlers
 libboost-filesystem1.55.0 - filesystem operations (portable paths, iteration 
over directories
 libboost-filesystem1.55-dev - filesystem operations (portable paths, iteration 
over directories
 libboost-graph1.55.0 - generic graph components and algorithms in C++
 libboost-graph1.55-dev - generic graph components and algorithms in C++
 libboost-graph-parallel1.55.0 - generic graph components and algorithms in C++
 libboost-graph-parallel1.55-dev - generic graph components and algorithms in 
C++
 libboost-iostreams1.55.0 - Boost.Iostreams Library
 libboost-iostreams1.55-dev - Boost.Iostreams Library development files
 libboost-locale1.55.0 - C++ facilities for localization
 libboost-locale1.55-dev - C++ facilities for localization
 libboost-log1.55.0 - C++ logging library
 libboost-log1.55-dev - C++ logging library
 libboost-math1.55.0 - Boost.Math Library
 libboost-math1.55-dev - Boost.Math Library development files
 libboost-mpi1.55.0 - C++ interface to the Message Passing Interface (MPI)
 libboost-mpi1.55-dev - C++ interface to the Message Passing Interface (MPI)
 libboost-mpi-python1.55.0 - C++ interface to the Message Passing Interface 
(MPI), Python Bind
 libboost-mpi-python1.55-dev - C++ interface to the Message Passing Interface 
(MPI), Python Bind
 libboost-program-options1.55.0 - program options library for C++
 libboost-program-options1.55-dev - program options library for C++
 libboost-python1.55.0 - Boost.Python Library
 libboost-python1.55-dev - Boost.Python Library development files
 libboost-random1.55.0 - Boost Random Number Library
 libboost-random1.55-dev - Boost Random Number Library
 libboost-regex1.55.0 - regular expression library for C++
 libboost-regex1.55-dev - regular expression library for C++
 libboost-serialization1.55.0 - serialization library for C++
 libboost-serialization1.55-dev - serialization library for C++
 libboost-signals1.55.0 - managed signals and slots library for C++
 libboost-signals1.55-dev - managed signals and slots library for C++
 libboost-system1.55.0 - Operating system (e.g. diagnostics support) library
 libboost-system1.55-dev - Operating system (e.g. diagnostics support) library
 libboost-test1.55.0 - components for writing and executing test suites
 libboost-test1.55-dev - components for writing and executing test suites
 libboost-thread1.55.0 - portable C++ multi-threading
 libboost-thread1.55-dev - portable C++ multi-threading
 libboost-timer1.55.0 - C++ wall clock and CPU process timers
 libboost-timer1.55-dev - C++ wall clock and CPU process timers
 libboost-wave1.55.0 - C99/C++ preprocessor library
 libboost-wave1.55-dev - C99/C++ preprocessor library
Changes: 
 boost1.55 (1.55.0+dfsg-2) unstable; urgency=medium
 .
   * Disable pch on arm64, to avoid FTBFS. (Closes: #750956)
   * Speed up qemu-static builds a little, by not working perl many times
     when computing version strings to use.
Checksums-Sha1: 
 f3d2c2a59a49f75e286088bfd963aa6668dec0c1 6479 boost1.55_1.55.0+dfsg-2.dsc
 53778b7722b6eb5d214b57ad166e742de8aa6541 100628 
boost1.55_1.55.0+dfsg-2.debian.tar.xz
 e194fe8a63373e3e623d7e6bb1e3fec371904bdc 43211680 
libboost1.55-dbg_1.55.0+dfsg-2_amd64.deb
 6ff1dbee440af9068e676cbd2b746b921b18b07e 5811988 
libboost1.55-dev_1.55.0+dfsg-2_amd64.deb
 db46a49166aa541ad7c2a78ae10cedf2c7591b27 1083772 
libboost1.55-tools-dev_1.55.0+dfsg-2_amd64.deb
 bc3c475bc35ff14c73029b198fc9d1c85429a47e 26348 
libboost1.55-all-dev_1.55.0+dfsg-2_amd64.deb
 eaae47d42e346899ddddb072840348e010199010 36251878 
libboost1.55-doc_1.55.0+dfsg-2_all.deb
 2890c722acb840f96c40d7aef9b16f46192b874e 28228 
libboost-atomic1.55.0_1.55.0+dfsg-2_amd64.deb
 03d5ffd9c3cb02d96648fb151f0e4efe1dfb89d6 27042 
libboost-atomic1.55-dev_1.55.0+dfsg-2_amd64.deb
 78bc11be87087233cab626b031f4adec0eb481ac 34746 
libboost-chrono1.55.0_1.55.0+dfsg-2_amd64.deb
 d51eb1ef5b045335704a4d45081e2038510811ef 36368 
libboost-chrono1.55-dev_1.55.0+dfsg-2_amd64.deb
 2ec24979764c2d817ad00ae73b4d5d45ea283aa6 28080 
libboost-context1.55.0_1.55.0+dfsg-2_amd64.deb
 c425d025f021c53ea13fa7b4babc5206f13d4259 26902 
libboost-context1.55-dev_1.55.0+dfsg-2_amd64.deb
 fd5c7af0c1f9ef0bb1d6cccd6a39ce9934c56d37 31470 
libboost-coroutine1.55-dev_1.55.0+dfsg-2_amd64.deb
 763a2727f882ccfbb925f524b6456f2212bc9ff4 40790 
libboost-date-time1.55.0_1.55.0+dfsg-2_amd64.deb
 381fd68cc331e15303979bfa4bfb92833248d16f 47466 
libboost-date-time1.55-dev_1.55.0+dfsg-2_amd64.deb
 e744abe923d7a20ed0604826457294988e3b98c8 26504 
libboost-exception1.55-dev_1.55.0+dfsg-2_amd64.deb
 604504e69f7066bc081451569834777bed69911c 56682 
libboost-filesystem1.55.0_1.55.0+dfsg-2_amd64.deb
 d83502b16800ea983dee7ca108a18d0f10f13ece 64024 
libboost-filesystem1.55-dev_1.55.0+dfsg-2_amd64.deb
 427cc3cf226405465c25c210f90d01b009bb4b39 117964 
libboost-graph1.55.0_1.55.0+dfsg-2_amd64.deb
 239ef013d7ff73ef961536d4c86a005dcba19b04 120834 
libboost-graph1.55-dev_1.55.0+dfsg-2_amd64.deb
 a6263b66bd26ea31f4d9f74cd7d39919a514d611 93904 
libboost-graph-parallel1.55.0_1.55.0+dfsg-2_amd64.deb
 2057d1105d3e1e6ac6948757a4c9961b5d93a553 95072 
libboost-graph-parallel1.55-dev_1.55.0+dfsg-2_amd64.deb
 36c52573633a1f2f2ae19d0f1b4ef8578491f295 48362 
libboost-iostreams1.55.0_1.55.0+dfsg-2_amd64.deb
 c0e80ce28762306674f4b558d8fe4ff31fff19c0 53112 
libboost-iostreams1.55-dev_1.55.0+dfsg-2_amd64.deb
 8554d8bcf82a421502063169c6d47ac87b4ce6ac 235196 
libboost-locale1.55.0_1.55.0+dfsg-2_amd64.deb
 1191a80f618a729eb0a3794072356d0788cac6a8 299574 
libboost-locale1.55-dev_1.55.0+dfsg-2_amd64.deb
 f7aa15750f8b5313614d2faf56f8a09a5f1dc291 523340 
libboost-log1.55.0_1.55.0+dfsg-2_amd64.deb
 1dbd579872413a4bf5008a8d89b2ff174b8303ad 611304 
libboost-log1.55-dev_1.55.0+dfsg-2_amd64.deb
 e555bc0bfb93e03a2ba6f11f5346f546c57674f6 271448 
libboost-math1.55.0_1.55.0+dfsg-2_amd64.deb
 fa7b60443b2854eef52a2e9d2830c4618f0c9412 682264 
libboost-math1.55-dev_1.55.0+dfsg-2_amd64.deb
 805cbb4838f6485464fea95f758b3c8276321759 66696 
libboost-mpi1.55.0_1.55.0+dfsg-2_amd64.deb
 b618877bb2eb3ab72308bf7f2dcd1e8be25ae1b1 144604 
libboost-mpi1.55-dev_1.55.0+dfsg-2_amd64.deb
 5ba133842c7a13910ff6111429bcfa4c5bfda506 238698 
libboost-mpi-python1.55.0_1.55.0+dfsg-2_amd64.deb
 aac7228ffe51e4693e29572a6369fa22e197c342 45794 
libboost-mpi-python1.55-dev_1.55.0+dfsg-2_amd64.deb
 f3bdcf81a6668924ff8398ba27ac8dddc06ab724 135430 
libboost-program-options1.55.0_1.55.0+dfsg-2_amd64.deb
 a2ded1b5da39e4aad12408b39e5bdc33c04cd93e 155096 
libboost-program-options1.55-dev_1.55.0+dfsg-2_amd64.deb
 1ba67a59e5ead65dbe7be16ba157e9351a879a8d 143050 
libboost-python1.55.0_1.55.0+dfsg-2_amd64.deb
 6662c0cc9b0511d1fb51704c61a7959fc4a68930 169868 
libboost-python1.55-dev_1.55.0+dfsg-2_amd64.deb
 40e52d872f6fde3a152970bb40381be214efcff7 29854 
libboost-random1.55.0_1.55.0+dfsg-2_amd64.deb
 f53da84af22b58fc700781c2884b9a46987715a0 28490 
libboost-random1.55-dev_1.55.0+dfsg-2_amd64.deb
 f665492536e10df03e82c6779964124bf9fe7384 283704 
libboost-regex1.55.0_1.55.0+dfsg-2_amd64.deb
 6e17029c9a7fd1bce932a93e752ae81903891a9f 324904 
libboost-regex1.55-dev_1.55.0+dfsg-2_amd64.deb
 e753a9085ff450b7f57d6c47012c30cbe390e453 146364 
libboost-serialization1.55.0_1.55.0+dfsg-2_amd64.deb
 75b4093747feb9a663eb7539af06bfe8c8ee984c 173598 
libboost-serialization1.55-dev_1.55.0+dfsg-2_amd64.deb
 e14297d5b56bd17a2a6803a21c9ecc1c4b541744 50318 
libboost-signals1.55.0_1.55.0+dfsg-2_amd64.deb
 af906b722d042cf5c26fc019be7140634724b139 53368 
libboost-signals1.55-dev_1.55.0+dfsg-2_amd64.deb
 f1d8a8fa8d8747326c23102ab472503211059626 30198 
libboost-system1.55.0_1.55.0+dfsg-2_amd64.deb
 2ffcaf3d7b4297b7174b135f8292908352771779 30652 
libboost-system1.55-dev_1.55.0+dfsg-2_amd64.deb
 3fa1baefeff2953a0c38ef67e85bae4c50383a47 198758 
libboost-test1.55.0_1.55.0+dfsg-2_amd64.deb
 9fa833fbc6cc9e6c7d4147ca9219fdc674432f5b 235934 
libboost-test1.55-dev_1.55.0+dfsg-2_amd64.deb
 9b60271b00a1331b0b25006523e4275f92232a71 49440 
libboost-thread1.55.0_1.55.0+dfsg-2_amd64.deb
 bcf4401e0bad17f7b15758025a158ddcaba252bc 49056 
libboost-thread1.55-dev_1.55.0+dfsg-2_amd64.deb
 0c48f84bba576d3a41bfa13c69061d89c5da7852 32166 
libboost-timer1.55.0_1.55.0+dfsg-2_amd64.deb
 934bf1b30fd298da26acacce3a919b50f19ae5ac 31720 
libboost-timer1.55-dev_1.55.0+dfsg-2_amd64.deb
 d8ee4d186565b7db215713f675269f55ac60024c 184290 
libboost-wave1.55.0_1.55.0+dfsg-2_amd64.deb
 a61c13fee3546fd09ba26584a61f6fa0942605a8 233400 
libboost-wave1.55-dev_1.55.0+dfsg-2_amd64.deb
Checksums-Sha256: 
 e517ed22e2563530d21459d4675d8a2a94454e549f1a376f982c84661d8bc249 6479 
boost1.55_1.55.0+dfsg-2.dsc
 52abc81b8ddd3c9db9395f45992c23ad1aeaa694b20506290a38df7af081c9b4 100628 
boost1.55_1.55.0+dfsg-2.debian.tar.xz
 9591b7f5ecc62103355c9d0539393588367061de9fef18e102c0e6a5eb4313c8 43211680 
libboost1.55-dbg_1.55.0+dfsg-2_amd64.deb
 ed00e37f492ab8ea546a72673d1a5771c93ce22d9ad9b16e90173d4217b9ebf3 5811988 
libboost1.55-dev_1.55.0+dfsg-2_amd64.deb
 0f30deadc349f4664a936268ee5bcac7fa5e84e5f0374229c696023b4f613e76 1083772 
libboost1.55-tools-dev_1.55.0+dfsg-2_amd64.deb
 705d28458f8e07b8ae6a40353c03e2f9665049a1f4f8a04e2b211eca5d985a9d 26348 
libboost1.55-all-dev_1.55.0+dfsg-2_amd64.deb
 2ce3014c33ead95f5f302bfd4c9aa94c38c56b2476ea6e7590fe0cf7a49c69e6 36251878 
libboost1.55-doc_1.55.0+dfsg-2_all.deb
 5204d2e8a0229847dea27f3bc2cdedbbe8a6ce94ff76311136c4ca6806f737ac 28228 
libboost-atomic1.55.0_1.55.0+dfsg-2_amd64.deb
 36c12ea5ac6c9d91ef3125a77d9d875b19d7e4dbfe11419a1cc96018f5476a88 27042 
libboost-atomic1.55-dev_1.55.0+dfsg-2_amd64.deb
 31d2c3bd778600f828e17e63d9d38c4c37f8dceda79e7e3672d05f5ac4fc754d 34746 
libboost-chrono1.55.0_1.55.0+dfsg-2_amd64.deb
 18150badf8cdc69d2894a40bee3f982877f1fe0241240d5a64b9f3a8413981f2 36368 
libboost-chrono1.55-dev_1.55.0+dfsg-2_amd64.deb
 d72a8bc28125c94349857f8d9a7877d84cb14bf50771d52e329ab30fad598273 28080 
libboost-context1.55.0_1.55.0+dfsg-2_amd64.deb
 1c85174c2be6e85cb39f48d18400e82abdcfbc0a16cd5123aea9505db3b15b05 26902 
libboost-context1.55-dev_1.55.0+dfsg-2_amd64.deb
 1df6938c0b43cbce7d951dc67b42b7420d2493363e7e0ae2b7f7e2a710e08279 31470 
libboost-coroutine1.55-dev_1.55.0+dfsg-2_amd64.deb
 5b74e2260279347ea5cd0634fef88602cc45e9f05e55c0f90d92ac805836608a 40790 
libboost-date-time1.55.0_1.55.0+dfsg-2_amd64.deb
 0ef3d4673bafa56a64b51ab5071580d0c47b410f0f92e70cc5a17628d1fd6b12 47466 
libboost-date-time1.55-dev_1.55.0+dfsg-2_amd64.deb
 16f391f3591b4ed9e73c1f3eecc27a08da3dc5566839df765f57cc8f0ddc0e42 26504 
libboost-exception1.55-dev_1.55.0+dfsg-2_amd64.deb
 eac512cdaff65517d5587867e3a0f43ee5e0ab49b89efea6ec4eb5beb15e1127 56682 
libboost-filesystem1.55.0_1.55.0+dfsg-2_amd64.deb
 7fe9321d2e631bbc1595639f1b6b17ccfd144e36628aa209e1b58a7b2d2058da 64024 
libboost-filesystem1.55-dev_1.55.0+dfsg-2_amd64.deb
 9cc524d8358087c66e5aa4a66a5452eaac6a0e407d2676a88a7f1f007243f2b6 117964 
libboost-graph1.55.0_1.55.0+dfsg-2_amd64.deb
 1ab6d2f89ff3db5b4a6fd6266a97e8fdfdc9b75198943f6639891849f8daa987 120834 
libboost-graph1.55-dev_1.55.0+dfsg-2_amd64.deb
 b6f47e9154a2be88d9b78c7238ea0d84d2e9edc456ed4c410f991daae10a58dd 93904 
libboost-graph-parallel1.55.0_1.55.0+dfsg-2_amd64.deb
 12b82426de04575fb11fc4ffc3a4e08e63d80a5aeccd38307101d8beecf06a2f 95072 
libboost-graph-parallel1.55-dev_1.55.0+dfsg-2_amd64.deb
 0f0f856be8f9952ae06a03ec5d0216a3e8cdaad0956b770861f3433d9bceb555 48362 
libboost-iostreams1.55.0_1.55.0+dfsg-2_amd64.deb
 222259b24dd4181ecd343c1e37f210b76986385f3bee9d251a4bb346e36aa44d 53112 
libboost-iostreams1.55-dev_1.55.0+dfsg-2_amd64.deb
 604d0c69f74f8845419954505e5aeb835641d1fbea029a839ab33743c8188cb9 235196 
libboost-locale1.55.0_1.55.0+dfsg-2_amd64.deb
 afea6b472ca53b9831bcae0d1334b0005a9211c87a20613458e76bcbac122fa8 299574 
libboost-locale1.55-dev_1.55.0+dfsg-2_amd64.deb
 6c99305970ec0f2d0485bae1c3e9efb4c2f9f7fc0b5b17dddc5fe7bc186d76c0 523340 
libboost-log1.55.0_1.55.0+dfsg-2_amd64.deb
 2d3ef0ed78a2fd0792f6d2a98130cc47d1552ccd8101de3e8e058f9721192a7c 611304 
libboost-log1.55-dev_1.55.0+dfsg-2_amd64.deb
 38c623e68c7bf96bf81d6245be41c1a425a19b070d49032072fc3c7b0f74d983 271448 
libboost-math1.55.0_1.55.0+dfsg-2_amd64.deb
 780278d79c3476b758b84014e781721fbce08da3c019a9e85ea7bbc1d6ea9c81 682264 
libboost-math1.55-dev_1.55.0+dfsg-2_amd64.deb
 a94ef9d71486cc4b6a99e2053740f1ce70ce3955b9c9dfdff1158a4aecb495dc 66696 
libboost-mpi1.55.0_1.55.0+dfsg-2_amd64.deb
 2cce1159c04744ffe340b9938d975ba181a16c355cdd5c101828e15fd504541d 144604 
libboost-mpi1.55-dev_1.55.0+dfsg-2_amd64.deb
 6efaa1b156fad45c1ee495b9b970f77d18ad52f316f81ec8b07c48efa555d175 238698 
libboost-mpi-python1.55.0_1.55.0+dfsg-2_amd64.deb
 cae8e4e252ffa05aa4ab2ac72db47172dafd0ec796ab14f950c6a962a56a2bf1 45794 
libboost-mpi-python1.55-dev_1.55.0+dfsg-2_amd64.deb
 78609ac618ad27c5ac7305aab639a252c0b3e6fb0f66a080faa2391f7c1949f2 135430 
libboost-program-options1.55.0_1.55.0+dfsg-2_amd64.deb
 a7bae70641b87d6dc740bd2125250ee046ee306fba6bb6332a3ee7a189e3f456 155096 
libboost-program-options1.55-dev_1.55.0+dfsg-2_amd64.deb
 52bb53bb076be3ebd3b848d644727968d42113169c00f0a8e83465a22278dce1 143050 
libboost-python1.55.0_1.55.0+dfsg-2_amd64.deb
 6db665111abc301b34bae5f7f64a06d02841073a5f9d06d2ac6c1e31c4692e5b 169868 
libboost-python1.55-dev_1.55.0+dfsg-2_amd64.deb
 376ea836159f8edd87491d3607ef1adc3c74e97497a25f53f2ad4130379edcd9 29854 
libboost-random1.55.0_1.55.0+dfsg-2_amd64.deb
 e8bdd3fc37ffecc73ee390b77c8dd86ea234db9415e607b57442de21cfcccd48 28490 
libboost-random1.55-dev_1.55.0+dfsg-2_amd64.deb
 10da486d7c107bd66094bce6413384987b74bef64b81f3219a784b15411e2289 283704 
libboost-regex1.55.0_1.55.0+dfsg-2_amd64.deb
 a8750bfc9487c6465d042a6079819551b75d0aaa02ee232b42420ba1a0805b38 324904 
libboost-regex1.55-dev_1.55.0+dfsg-2_amd64.deb
 aaf1f72d38d12069b13711011ebef5e81f3f09e7c8eb6bfd2f1284e571e3d4fc 146364 
libboost-serialization1.55.0_1.55.0+dfsg-2_amd64.deb
 330265b3ba2c7a8ffb43b35ed4ea05baaa249b1eb70cbbea2d1dc81632622861 173598 
libboost-serialization1.55-dev_1.55.0+dfsg-2_amd64.deb
 ebff029e54d950632cb6cbebdf18a99d9128fb09088c0eb4840a9313de8f28e3 50318 
libboost-signals1.55.0_1.55.0+dfsg-2_amd64.deb
 1630a69a345a57d67e3957a4ad9e4171e73880a72dd3fd7b4e62e9e89bbe24c1 53368 
libboost-signals1.55-dev_1.55.0+dfsg-2_amd64.deb
 39ecd88e9a4a664ab8b4be2dda62185cbb9facd841b62eeaa020f7724fcda5b2 30198 
libboost-system1.55.0_1.55.0+dfsg-2_amd64.deb
 e0c8ab834a7adcdf5d4b7dd9d56507943aa8d20f28015ddaf9fe709b1faa99b6 30652 
libboost-system1.55-dev_1.55.0+dfsg-2_amd64.deb
 9a7eb75ed7bf541dbfedd30c9d92cf9958216e89143d0778f31a5bcca6194a62 198758 
libboost-test1.55.0_1.55.0+dfsg-2_amd64.deb
 ac129928a8f334656e29563fc093e6aaffa8f9842f5e7d3a1a51e3b60220c8b3 235934 
libboost-test1.55-dev_1.55.0+dfsg-2_amd64.deb
 0834b93a3446dfd302cb7eeb105d3b218a2158d7684f25f1529252383ac8f2c9 49440 
libboost-thread1.55.0_1.55.0+dfsg-2_amd64.deb
 0367a123c997b483aeceda3135d804887027a4db169ff3db7f4ab4293d0ff238 49056 
libboost-thread1.55-dev_1.55.0+dfsg-2_amd64.deb
 2d333353c3121969996b0c96a9b6f560ea04da40ef06cec0ea20277a0b1117b0 32166 
libboost-timer1.55.0_1.55.0+dfsg-2_amd64.deb
 34bbfe81cbcfad0e152e03c4f98e5e128311f4b41894f15304cddbd61a5ea95a 31720 
libboost-timer1.55-dev_1.55.0+dfsg-2_amd64.deb
 2700ae28e03000ff34ca72e0b1856bec74fa313c7b7bd36937559e969b844a25 184290 
libboost-wave1.55.0_1.55.0+dfsg-2_amd64.deb
 6db40362298ebc5db5b1e47367fe5a0ecd3e033d38e44aa3097903803a964514 233400 
libboost-wave1.55-dev_1.55.0+dfsg-2_amd64.deb
Files: 
 18744d6ab93933af360d7384d65fbce9 6479 libs optional boost1.55_1.55.0+dfsg-2.dsc
 de666089a398edff3c013a4d446f1ce1 100628 libs optional 
boost1.55_1.55.0+dfsg-2.debian.tar.xz
 5844a5dffaf460cfcf6b87d835a2a39e 43211680 debug extra 
libboost1.55-dbg_1.55.0+dfsg-2_amd64.deb
 4230ebaefbda805ab9a4c34517e74245 5811988 libdevel optional 
libboost1.55-dev_1.55.0+dfsg-2_amd64.deb
 78f92dae3a8ad1f88d479a04119b58a0 1083772 libdevel optional 
libboost1.55-tools-dev_1.55.0+dfsg-2_amd64.deb
 719bd6c0dfec262c8459dc86e7e669b8 26348 libdevel optional 
libboost1.55-all-dev_1.55.0+dfsg-2_amd64.deb
 00cb0bf8df6aa6a3c8f34be1740f67d0 36251878 doc optional 
libboost1.55-doc_1.55.0+dfsg-2_all.deb
 15d8a9876ff362ffc28bc6c7e1c0117e 28228 libs optional 
libboost-atomic1.55.0_1.55.0+dfsg-2_amd64.deb
 324d945913910ec435c1baec63b010db 27042 libdevel optional 
libboost-atomic1.55-dev_1.55.0+dfsg-2_amd64.deb
 a41aa81f3874ec82f95dbfa309ba4d9e 34746 libs optional 
libboost-chrono1.55.0_1.55.0+dfsg-2_amd64.deb
 d9855ad40d00305ae96e3759fffc7206 36368 libdevel optional 
libboost-chrono1.55-dev_1.55.0+dfsg-2_amd64.deb
 5e7911cbea5b2cd402789b58795cc49a 28080 libs optional 
libboost-context1.55.0_1.55.0+dfsg-2_amd64.deb
 fabbd70d100385fa7d916a1e5a7ebb82 26902 libdevel optional 
libboost-context1.55-dev_1.55.0+dfsg-2_amd64.deb
 dcf75ddbdef957fc37451ca6ff6f4434 31470 libdevel optional 
libboost-coroutine1.55-dev_1.55.0+dfsg-2_amd64.deb
 b1d1c9509d6429887ad8ec7b96a03c5d 40790 libs optional 
libboost-date-time1.55.0_1.55.0+dfsg-2_amd64.deb
 42992722d625dc3a43f9ab430ca591f0 47466 libdevel optional 
libboost-date-time1.55-dev_1.55.0+dfsg-2_amd64.deb
 2cb676e8779b2fcde9a82fc4347e98d9 26504 libdevel optional 
libboost-exception1.55-dev_1.55.0+dfsg-2_amd64.deb
 dbb5301800c955d1e7a73bed06acc6e5 56682 libs optional 
libboost-filesystem1.55.0_1.55.0+dfsg-2_amd64.deb
 eec4b8f6c305ae4c26e7f15b1afd5fb6 64024 libdevel optional 
libboost-filesystem1.55-dev_1.55.0+dfsg-2_amd64.deb
 60561863e9789838530ccddd31996cbb 117964 libs optional 
libboost-graph1.55.0_1.55.0+dfsg-2_amd64.deb
 186d4fd43472c25201fb8f5863e2d635 120834 libdevel optional 
libboost-graph1.55-dev_1.55.0+dfsg-2_amd64.deb
 d38b359a48d1a72192d2a28c66284e85 93904 libs optional 
libboost-graph-parallel1.55.0_1.55.0+dfsg-2_amd64.deb
 70111d006f6c35a7fcd35fe70b650cb0 95072 libdevel optional 
libboost-graph-parallel1.55-dev_1.55.0+dfsg-2_amd64.deb
 cbc1e645d1033f141e54868c0fa2de08 48362 libs important 
libboost-iostreams1.55.0_1.55.0+dfsg-2_amd64.deb
 16d6e100c6064d17dba0723e315d8454 53112 libdevel optional 
libboost-iostreams1.55-dev_1.55.0+dfsg-2_amd64.deb
 828a013f424ef64c2d03c0524cade958 235196 libs optional 
libboost-locale1.55.0_1.55.0+dfsg-2_amd64.deb
 c6ee02c5c1505af877f4af043996a9de 299574 libdevel optional 
libboost-locale1.55-dev_1.55.0+dfsg-2_amd64.deb
 a46be0aa9a8a434192393ffb95086167 523340 libs optional 
libboost-log1.55.0_1.55.0+dfsg-2_amd64.deb
 5ed065e6efeacfa8b4342f6438c8daf8 611304 libdevel optional 
libboost-log1.55-dev_1.55.0+dfsg-2_amd64.deb
 8943a2d60ee17d9af35ffa92c6983f8e 271448 libs optional 
libboost-math1.55.0_1.55.0+dfsg-2_amd64.deb
 2ae09d37ec2f688a9ed58252437f173f 682264 libdevel optional 
libboost-math1.55-dev_1.55.0+dfsg-2_amd64.deb
 7a7ef8cec35c5b0d985c0c1ca295d1cb 66696 libs optional 
libboost-mpi1.55.0_1.55.0+dfsg-2_amd64.deb
 2cf48a871373e327ce2449a8c6b69fb5 144604 libdevel optional 
libboost-mpi1.55-dev_1.55.0+dfsg-2_amd64.deb
 0fd5a321ffd6c867a0cee88c7f965bfb 238698 python optional 
libboost-mpi-python1.55.0_1.55.0+dfsg-2_amd64.deb
 06a0ae8e56bdab18571fd0b97f1eebd5 45794 libdevel optional 
libboost-mpi-python1.55-dev_1.55.0+dfsg-2_amd64.deb
 7a560c598d668c4199aa130d789251b4 135430 libs optional 
libboost-program-options1.55.0_1.55.0+dfsg-2_amd64.deb
 9000891bfaf77892d952197d0431a329 155096 libdevel optional 
libboost-program-options1.55-dev_1.55.0+dfsg-2_amd64.deb
 4b72c3b85253d9c85eff0853f31134b3 143050 python optional 
libboost-python1.55.0_1.55.0+dfsg-2_amd64.deb
 e1b57bd4dd7981fd46f3b1612dea04ca 169868 libdevel optional 
libboost-python1.55-dev_1.55.0+dfsg-2_amd64.deb
 531f34e33656b8c6835647ea1f7be976 29854 libs optional 
libboost-random1.55.0_1.55.0+dfsg-2_amd64.deb
 e48e49e51687e0fc0e02b8a2a6652e47 28490 libdevel optional 
libboost-random1.55-dev_1.55.0+dfsg-2_amd64.deb
 e3f3a653dab07285609a1dc73eb1905d 283704 libs optional 
libboost-regex1.55.0_1.55.0+dfsg-2_amd64.deb
 5af68d589289446dc4cf7e853784401c 324904 libdevel optional 
libboost-regex1.55-dev_1.55.0+dfsg-2_amd64.deb
 3c9e6ef8ff608255e8aba876afa61746 146364 libs optional 
libboost-serialization1.55.0_1.55.0+dfsg-2_amd64.deb
 18e3d90c0678bbb6d26bc75b3bf7c4d2 173598 libdevel optional 
libboost-serialization1.55-dev_1.55.0+dfsg-2_amd64.deb
 d5e6c64f27c670b20ce1ecc109c88671 50318 libs optional 
libboost-signals1.55.0_1.55.0+dfsg-2_amd64.deb
 68c42bbdbb0a54f958abce69cd58974e 53368 libdevel optional 
libboost-signals1.55-dev_1.55.0+dfsg-2_amd64.deb
 39a75eaeb845809169fc0f97ad7fac7a 30198 libs optional 
libboost-system1.55.0_1.55.0+dfsg-2_amd64.deb
 372e1c2b3911e44180b82f27ac0f6e64 30652 libdevel optional 
libboost-system1.55-dev_1.55.0+dfsg-2_amd64.deb
 18ff08fee6d094a84ccff900da9a5696 198758 libs optional 
libboost-test1.55.0_1.55.0+dfsg-2_amd64.deb
 7fe6b10c5e72f25a57652eeeb55b62e2 235934 libdevel optional 
libboost-test1.55-dev_1.55.0+dfsg-2_amd64.deb
 cf8d6a02d8dc725b17091556f0c248a0 49440 libs optional 
libboost-thread1.55.0_1.55.0+dfsg-2_amd64.deb
 4f5eadc427c28d9c33d99abe86bf659d 49056 libdevel optional 
libboost-thread1.55-dev_1.55.0+dfsg-2_amd64.deb
 a86e3e6d770ac341d56e87ce648cd83d 32166 libs optional 
libboost-timer1.55.0_1.55.0+dfsg-2_amd64.deb
 816e846307522ac0dc0b0e103239072f 31720 libdevel optional 
libboost-timer1.55-dev_1.55.0+dfsg-2_amd64.deb
 aea2c4b45029cdcfd6404557bf7f7377 184290 libs optional 
libboost-wave1.55.0_1.55.0+dfsg-2_amd64.deb
 b7e88950e5f316806aa711ebe885e33c 233400 libdevel optional 
libboost-wave1.55-dev_1.55.0+dfsg-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJTltutAAoJEIh7YGGLPBauV7oP/jnTOOqdGSEbAR4CbDQtvgXj
KidiCL2TwCV2N3v0r1xQDfR0LCkFy/wRBDnkUMy9N0PsrEH3ddyGHuZgwTQgp5qK
1W0smYe+bDkAKAyr5kJ9AlOg453g6Ms0KeKv7TkHdsgVyjfOrnEi3nQmHGfXz19k
D/8AXEH4Zp8nrsSiG5EixkBvb3CpnIyG7/WU1YKlQCFaRaQXrlEIYhrsvhEYC7ks
pZJfAR0+bKPlbmUl4/UePaAxhZxkELt1LeWpkBDnp4Y5fzabR2VBuV8WktdU6Hlp
VOVDMIvFErfwK760Vw/dC5N1fGwIRdF5u7r7Im4MyHNU8bCMnsDp1iKSIQk6Q/wQ
6TWk3wDOXeS0kFyEXbEx8OFe3N2roGjKrxxn0vy8FlEvnes1xFZoFR40qa6MEivG
abqqtsi7oIrfdBVcqe6LJ0qscpPaTpGaJREZ0bI+ltX/xwmttg4xhw7EXt0qDsHt
+4CSPgF/NUun28TWgUqJn8GJZr8zeoRJtLs9r714HC8+3UOmP+q4y6wJ6d/zr/Hh
D9TOQxpmj0QEuhziX+7P/q9UDGWV9nudmAeZi4BHQydwoT/360oY3TXg4gwpxIxo
w4tQJgmmOvPIDk5XYPMA2rXJMY7tdLt7JtOAsGqI/E9AQT2fb7k2BlHghUS3SQuK
OPQ0DWidTI6WWB3siXH0
=Hbpd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to