Your message dated Sun, 06 Jul 2014 00:50:28 +0000
with message-id <[email protected]>
and subject line Bug#748571: fixed in ceph 0.80.1-2
has caused the Debian Bug report #748571,
regarding ceph: FTBFS on hppa
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.)
--
748571: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748571
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ceph
Version: 0.80.1-1
Severity: normal
Tags: patch
See:
http://buildd.debian-ports.org/status/fetch.php?pkg=ceph&arch=hppa&ver=0.80.1-1&stamp=1400047626
The attached patch resolves the issue with the undeclared atomic functions.
However, another issue occurs later in build:
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I/usr/lib/jvm/java-gcj/include -I/usr/lib/jvm/java-gcj/include/linux
-D__CEPH__ -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE
-D__STDC_FORMAT_MACROS -D_GNU_SOURCE -DCEPH_LIBDIR=\"/usr/lib/hppa-linux-gnu\"
-DCEPH_PKGLIBDIR=\"/usr/lib/hppa-linux-gnu/ceph\" -DGTEST_HAS_TR1_TUPLE=0
-D_FORTIFY_SOURCE=2 -I/usr/include/nss -I/usr/include/nspr -Wall
-Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith
-Werror=format-security -fno-strict-aliasing -fsigned-char -rdynamic
-ftemplate-depth-1024 -Wnon-virtual-dtor -Wno-invalid-offsetof
-Wstrict-null-sentinel -g -O2 -Wformat -Werror=format-security -c -o
java/native/libcephfs_jni_la-libcephfs_jni.lo `test -f
'java/native/libcephfs_jni.cc' || echo './'`java/native/libcephfs_jni.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/lib/jvm/java-gcj/include
-I/usr/lib/jvm/java-gcj/include/linux -D__CEPH__ -D_FILE_OFFSET_BITS=64
-D_REENTRANT -D_THREAD_SAFE -D__STDC_FORMAT_MACROS -D_GNU_SOURCE
-DCEPH_LIBDIR=\"/usr/lib/hppa-linux-gnu\"
-DCEPH_PKGLIBDIR=\"/usr/lib/hppa-linux-gnu/ceph\" -DGTEST_HAS_TR1_TUPLE=0
-D_FORTIFY_SOURCE=2 -I/usr/include/nss -I/usr/include/nspr -Wall -Wtype-limits
-Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security
-fno-strict-aliasing -fsigned-char -rdynamic -ftemplate-depth-1024
-Wnon-virtual-dtor -Wno-invalid-offsetof -Wstrict-null-sentinel -g -O2 -Wformat
-Werror=format-security -c java/native/libcephfs_jni.cc -fPIC -DPIC -o
java/native/.libs/libcephfs_jni_la-libcephfs_jni.o
java/native/libcephfs_jni.cc: In function '__jobject*
sockaddrToInetAddress(JNIEnv*, const sockaddr_storage&, jint*)':
java/native/libcephfs_jni.cc:2878:55: error: invalid conversion from 'const
jbyte* {aka const signed char*}' to 'jbyte* {aka signed char*}' [-fpermissive]
reinterpret_cast<const jbyte*>(rawAddress));
^
In file included from java/native/libcephfs_jni.cc:27:0:
/usr/lib/jvm/java-gcj/include/jni.h:1471:8: error: initializing argument 4 of
'void _Jv_JNIEnv::SetByteArrayRegion(jbyteArray, jsize, jsize, jbyte*)'
[-fpermissive]
void SetByteArrayRegion (jbyteArray val0, jsize val1, jsize val2, jbyte *
val3)
^
make[5]: *** [java/native/libcephfs_jni_la-libcephfs_jni.lo] Error 1
Makefile:10590: recipe for target
'java/native/libcephfs_jni_la-libcephfs_jni.lo' failed
For full log, see:
http://buildd.debian-ports.org/status/fetch.php?pkg=ceph&arch=hppa&ver=0.80.1-1&stamp=1400385153
-- System Information:
Debian Release: jessie/sid
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hppa (parisc64)
Kernel: Linux 3.14.4+ (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_CA.utf8)
Shell: /bin/sh linked to /bin/dash
Description: Define AO_REQUIRE_CAS
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
.
ceph (0.80.1-1) unstable; urgency=low
.
* New upstream release [May 2014].
* Dropped all backported patches.
* New "sleep-recover" and "client-sleep[1,2,3]" patches to fix
fuse-client hang after resume from suspend [#8291]; thanks, Zheng Yan.
* New "gcj_search_path.patch" to find "jni.h" with gcj-jdk v4.9.0.
Author: Dmitry Smirnov <[email protected]>
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>
--- ceph-0.80.1.orig/src/include/atomic.h
+++ ceph-0.80.1/src/include/atomic.h
@@ -25,6 +25,7 @@
#ifndef NO_ATOMIC_OPS
// libatomic_ops implementation
+#define AO_REQUIRE_CAS
#include <atomic_ops.h>
// reinclude our assert to clobber the system one
--- End Message ---
--- Begin Message ---
Source: ceph
Source-Version: 0.80.1-2
We believe that the bug you reported is fixed in the latest version of
ceph, 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.
Dmitry Smirnov <[email protected]> (supplier of updated ceph 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: Sat, 05 Jul 2014 20:29:44 +1000
Source: ceph
Binary: ceph ceph-dbg ceph-common ceph-common-dbg ceph-mds ceph-mds-dbg
ceph-fuse ceph-fuse-dbg rbd-fuse rbd-fuse-dbg ceph-fs-common ceph-fs-common-dbg
ceph-resource-agents librados2 librados2-dbg librados-dev librbd1 librbd1-dbg
librbd-dev libcephfs1 libcephfs1-dbg libcephfs-dev radosgw radosgw-dbg
rest-bench rest-bench-dbg ceph-test ceph-test-dbg python-ceph libcephfs-java
libcephfs-jni libcephfs-jni-dbg
Architecture: source amd64 all
Version: 0.80.1-2
Distribution: unstable
Urgency: low
Maintainer: Ceph Maintainers <[email protected]>
Changed-By: Dmitry Smirnov <[email protected]>
Description:
ceph - distributed storage and file system
ceph-common - common utilities to mount and interact with a ceph storage cluste
ceph-common-dbg - debugging symbols for ceph-common
ceph-dbg - debugging symbols for ceph
ceph-fs-common - common utilities to mount and interact with a ceph file system
ceph-fs-common-dbg - debugging symbols for ceph-fs-common
ceph-fuse - FUSE-based client for the Ceph distributed file system
ceph-fuse-dbg - debugging symbols for ceph-fuse
ceph-mds - metadata server for the ceph distributed file system
ceph-mds-dbg - debugging symbols for ceph-mds
ceph-resource-agents - OCF-compliant resource agents for Ceph
ceph-test - Ceph test and benchmarking tools
ceph-test-dbg - debugging symbols for ceph-test
libcephfs-dev - Ceph distributed file system client library (development files)
libcephfs-java - Java library for the Ceph File System
libcephfs-jni - Java Native Interface library for CephFS Java bindings
libcephfs-jni-dbg - debugging symbols for libcephfs-jni
libcephfs1 - Ceph distributed file system client library
libcephfs1-dbg - debugging symbols for libcephfs1
librados-dev - RADOS distributed object store client library (development
files)
librados2 - RADOS distributed object store client library
librados2-dbg - debugging symbols for librados2
librbd-dev - RADOS block device client library (development files)
librbd1 - RADOS block device client library
librbd1-dbg - debugging symbols for librbd1
python-ceph - Python libraries for the Ceph distributed filesystem
radosgw - REST gateway for RADOS distributed object store
radosgw-dbg - debugging symbols for radosgw
rbd-fuse - FUSE-based rbd client for the Ceph distributed file system
rbd-fuse-dbg - debugging symbols for rbd-fuse
rest-bench - RESTful bencher that can be used to benchmark radosgw performance
rest-bench-dbg - debugging symbols for rest-bench
Closes: 748571
Changes:
ceph (0.80.1-2) unstable; urgency=low
.
* Megapatch from "firefly" branch with post-0.80.1 fixes.
* Patches for upstream bugs 8342, 8624 and some cherry-picks.
* New "bash-completion.patch" with Bash completion improvements.
* New patch to fix FTBFS on 'hppa' (Closes: #748571).
* "sample.ceph.conf.patch": minor update.
Checksums-Sha1:
8165b20b103e90445ae767c799d3658f489e5a16 4367 ceph_0.80.1-2.dsc
b219e53e2f7ca05e474f3332ce840ebdf81b0c41 61548 ceph_0.80.1-2.debian.tar.xz
ad8bba45a370b4cac39c69b1c4cbc5a0ee8c0349 5557430 ceph_0.80.1-2_amd64.deb
931134951bffbe17bcb7a0c2ea3932d2edaf36aa 94598404 ceph-dbg_0.80.1-2_amd64.deb
ab347f5019ef093ca7b84395033c31a79eb9c050 4970062 ceph-common_0.80.1-2_amd64.deb
475a624852340adcf2a047a03deb8741239baaf0 78405294
ceph-common-dbg_0.80.1-2_amd64.deb
e315543857db9596fe095a0609772dc761103343 2186274 ceph-mds_0.80.1-2_amd64.deb
ff06476a14eeb0c18fd5a352cf00de86d16352d8 34462164
ceph-mds-dbg_0.80.1-2_amd64.deb
5cb50f02365f8913e0f599e2a72415487f908782 1384686 ceph-fuse_0.80.1-2_amd64.deb
e46df88e56e14a5581db0b7378ac2a7e2917f44f 18134272
ceph-fuse-dbg_0.80.1-2_amd64.deb
bb5c4faf80c06bafccb80e15713ef3326bb70c7e 25314 rbd-fuse_0.80.1-2_amd64.deb
3c19730734a3e3d8b4392453ad970e13ae4021df 32792 rbd-fuse-dbg_0.80.1-2_amd64.deb
2345455f0d2922f8fda405a15cff6a5e21f80456 38080
ceph-fs-common_0.80.1-2_amd64.deb
c531a156307a4657372dda9081e240e569da4413 81900
ceph-fs-common-dbg_0.80.1-2_amd64.deb
3f80723cca409f2b19347ed68d133b635c65a8e3 20508
ceph-resource-agents_0.80.1-2_all.deb
697690358ebabbb6dcc8274bf5e60b6254c33c16 1573060 librados2_0.80.1-2_amd64.deb
af007a8f78678dfae22d3317d6d40ade25b57161 20441512
librados2-dbg_0.80.1-2_amd64.deb
48b0d9a041342eeaaf24278be16cfc592c541b35 1813320
librados-dev_0.80.1-2_amd64.deb
f29a6b58964b11c4f576109bf1e7b90e391ae174 356364 librbd1_0.80.1-2_amd64.deb
6cd678bc31842cf4c2993d852b5e196bdba42132 4673082 librbd1-dbg_0.80.1-2_amd64.deb
9b2fe1cffe60fd2da8858cef158cf035e4948aa4 5233736 librbd-dev_0.80.1-2_amd64.deb
4df51a51d731ea1e5d302f0bcf6f408e06b3e3bb 1665158 libcephfs1_0.80.1-2_amd64.deb
4f1d76692cb370995d0f7f453fb1e04e8b977624 20889296
libcephfs1-dbg_0.80.1-2_amd64.deb
f9a3d5cf226d88d62edf08e8319201acb4b861a6 23914106
libcephfs-dev_0.80.1-2_amd64.deb
26cf97d58561286eeb3e2726ea1fe52161a49489 1011140 radosgw_0.80.1-2_amd64.deb
75e87b419e4131f706df53de4767b1ccedc94152 17292096
radosgw-dbg_0.80.1-2_amd64.deb
4ad894b8a33297a67bf1a9115298c2e7c52d9e2a 345948 rest-bench_0.80.1-2_amd64.deb
4790d14a50ffaa5b8838880851ac7519aa295939 4622424
rest-bench-dbg_0.80.1-2_amd64.deb
01ad52e3ccb8813aa808f21ed776891854853089 16711214 ceph-test_0.80.1-2_amd64.deb
d87eb3f39894698bbf6cdc4d0e3f0959308c46e6 333683458
ceph-test-dbg_0.80.1-2_amd64.deb
0056535b28af806dfaa0f8ef83e8cfe227edcbe6 47898 python-ceph_0.80.1-2_amd64.deb
cc2f5c748d6788abd37a90c4d7b8a37943f3ea70 25798 libcephfs-java_0.80.1-2_all.deb
33a906efcbf476d8f068b5453b8b54e9fbaaaa08 45542 libcephfs-jni_0.80.1-2_amd64.deb
2015f3cfe00d639db4f658e6550b659ee26fc59f 271512
libcephfs-jni-dbg_0.80.1-2_amd64.deb
Checksums-Sha256:
8f6b80993b393d12b94d7af26bffcb61b547dcd2edcd8c40efdfd8a56073c5e6 4367
ceph_0.80.1-2.dsc
72dd38e2518e80b64a43704fbe64fb6b04ca8947149670beb9e9ec1a29a74b4a 61548
ceph_0.80.1-2.debian.tar.xz
f1cf3522a6267fce5b6754b237275b639dfaff7c16097da63bfe1f06d61f203e 5557430
ceph_0.80.1-2_amd64.deb
278c4772b60e58b32cac8be19ffcc6ec3f804cd09fd9b83a76bf676e197ae13f 94598404
ceph-dbg_0.80.1-2_amd64.deb
564da5b802a9b42cb9259692310113c352aeb35e5156a421f437df911edb9825 4970062
ceph-common_0.80.1-2_amd64.deb
4f96fa31d0b20ab8998207c9ddf936a061ac925fe82d6298eeb2da2e98884d9d 78405294
ceph-common-dbg_0.80.1-2_amd64.deb
4f587d6123e0f1d7817f4b30562bbcac00a6906354db126c2c1627796a6f49d9 2186274
ceph-mds_0.80.1-2_amd64.deb
2467a65c81c358ccf4cf19fd0f6fb34a9bdd6c34c08ed967d60add4e8cf0a39a 34462164
ceph-mds-dbg_0.80.1-2_amd64.deb
814bc329d93e891e61c6d20b570470a1ced80dfed8f226b7f6be534e6313ea30 1384686
ceph-fuse_0.80.1-2_amd64.deb
915b1bc54be3e58c16a357c1558790c509eb39a45f06f93014574583e3bd0695 18134272
ceph-fuse-dbg_0.80.1-2_amd64.deb
bfed7f5e83c029835c3403f4a6f726658c44fe2071dc211916e76c068208250d 25314
rbd-fuse_0.80.1-2_amd64.deb
88dbb6fb2f003b2a227adf8efcf17fbdee3c32ef4441cd2ba20517a6c42fab95 32792
rbd-fuse-dbg_0.80.1-2_amd64.deb
f3f3028934c93a7e6936e8e097c8ed4f98c8a463d1f88fee2b2871453217fb5f 38080
ceph-fs-common_0.80.1-2_amd64.deb
95dcce8ae3793e76472f19c74f4a30820dbf1a79184f129d73f765085a82297a 81900
ceph-fs-common-dbg_0.80.1-2_amd64.deb
10d149cac3655569c170ba4375dfed4fbe02fbf5ac5176f27d1e1433e2d1ba2c 20508
ceph-resource-agents_0.80.1-2_all.deb
52822243ae3cd1b9d684cd4a811080460595c7a96dd6a64b929ac3c342d53102 1573060
librados2_0.80.1-2_amd64.deb
4a96aa230463c258d6773ff187bf55a36e248a3d05a52abe49c6f311de96bb15 20441512
librados2-dbg_0.80.1-2_amd64.deb
efd8c3d791c5f84298661fe311c74f9de9fd2b1415af2869d2c4518b01d8eadb 1813320
librados-dev_0.80.1-2_amd64.deb
f90939ac764aad813d0149ba9bf482563ffffdca2f1a5d1c5b8fb851ca62a9cb 356364
librbd1_0.80.1-2_amd64.deb
ffa1ce0b0c866291625074f9c23160b8b87eb548561eab052299b67d4c6378f8 4673082
librbd1-dbg_0.80.1-2_amd64.deb
1e38938ce4491671fb1c070c4465684c80f194ece5c2cfb0329b827e92f0abe5 5233736
librbd-dev_0.80.1-2_amd64.deb
b552827b629dda7b7bf232f4ae1487f77fd79a1f26684d7ad194f1baf1a5cfcd 1665158
libcephfs1_0.80.1-2_amd64.deb
a3d6d3e784464a3a4d8a8fc86380ab40225fe5dacb23307ad91a45d67ab8ed95 20889296
libcephfs1-dbg_0.80.1-2_amd64.deb
22fbf93cebf6f02196c41dfaf2d2d29a09cb5aa69799b3345f54154170c3aa49 23914106
libcephfs-dev_0.80.1-2_amd64.deb
2009a41173a889131ccdda4ec78baec61a11510d9c79d4f43c12fa3905c8625f 1011140
radosgw_0.80.1-2_amd64.deb
35560b70a1e8e8a131d2ba22291bf9b32a95297789014f47f68e7d910b54e688 17292096
radosgw-dbg_0.80.1-2_amd64.deb
621860d516fe8fad0f461bc65ba8a48147807625f531b539ce7a9fceb25dd29a 345948
rest-bench_0.80.1-2_amd64.deb
557fa104079bb06c5243feb71718d3ff1095ee23c2a06d9ff51bc40ac6214dea 4622424
rest-bench-dbg_0.80.1-2_amd64.deb
49dcd5cb81a6ae9175df48d9ecb1e89adb3d6920407feb568df22bc776e91a08 16711214
ceph-test_0.80.1-2_amd64.deb
4a4233c471471ed0ccb749396d58a10a93b8ff689773812f704084168e583a0b 333683458
ceph-test-dbg_0.80.1-2_amd64.deb
a023960cd786e150f0d6da68e2962f7c5fa4546a9db45452284051ee0fd244ec 47898
python-ceph_0.80.1-2_amd64.deb
3c920c023498e14f7871a89321e1886148d6a5ba4688430b3576edd3e98106f5 25798
libcephfs-java_0.80.1-2_all.deb
8a7ae8310ab714fdb23e763f3e3a96d9850148578b7f62bf9d3219be5fe7f902 45542
libcephfs-jni_0.80.1-2_amd64.deb
324e39eddb8b86744a0845ecfc49a9b981393414ae40fc5ffbf2ad9fe4d3f122 271512
libcephfs-jni-dbg_0.80.1-2_amd64.deb
Files:
0fc599de652080e074c1f53b27e64d38 5557430 admin optional ceph_0.80.1-2_amd64.deb
0cd72975107f3de3a566a61873b75a47 94598404 debug extra
ceph-dbg_0.80.1-2_amd64.deb
5517d4df1daf615b05d1f22bfaa9e224 4970062 admin optional
ceph-common_0.80.1-2_amd64.deb
85b9a891342bead4c37a4b8f0f60f3be 78405294 debug extra
ceph-common-dbg_0.80.1-2_amd64.deb
fb8bc81001fbc267e819f9ace2598779 2186274 admin optional
ceph-mds_0.80.1-2_amd64.deb
eadf27f49be82a5b56d4df4581721655 34462164 debug extra
ceph-mds-dbg_0.80.1-2_amd64.deb
e4cff9a94a50c7e0cfdb50c8aa706adf 1384686 admin optional
ceph-fuse_0.80.1-2_amd64.deb
8b90a7dfd5ce5d236c2be8c67f399657 18134272 debug extra
ceph-fuse-dbg_0.80.1-2_amd64.deb
e7e2565445f57e2ad305f92d855c8543 25314 admin optional
rbd-fuse_0.80.1-2_amd64.deb
fd75e537e4561991253be6b8d41ede48 32792 debug extra
rbd-fuse-dbg_0.80.1-2_amd64.deb
907b71dd31d38e429481cd23c6d8d5e7 38080 admin optional
ceph-fs-common_0.80.1-2_amd64.deb
1b3fb0b0e45cfe5a588e82ee76f1e39f 81900 debug extra
ceph-fs-common-dbg_0.80.1-2_amd64.deb
58daf6cc57379daa874b687b080d2b87 20508 admin extra
ceph-resource-agents_0.80.1-2_all.deb
f6fecae19bf42acd8da6006cd1e84b49 1573060 libs optional
librados2_0.80.1-2_amd64.deb
f66f63baf2b69c3d35872f2203412b36 20441512 debug extra
librados2-dbg_0.80.1-2_amd64.deb
070625fdad4cb557e0542bdeafdecc37 1813320 libdevel optional
librados-dev_0.80.1-2_amd64.deb
445331d4ea10b1c704b7c31bf2df3f7d 356364 libs optional
librbd1_0.80.1-2_amd64.deb
95066de96b30a096557a1fc7d63be7aa 4673082 debug extra
librbd1-dbg_0.80.1-2_amd64.deb
6b4eaa83222df67cc8007e3a096380a1 5233736 libdevel optional
librbd-dev_0.80.1-2_amd64.deb
96470b8cbb62d0571c2eedc937c5ab66 1665158 libs optional
libcephfs1_0.80.1-2_amd64.deb
762d37e0eb9f8fa4a3cebc9e18da8589 20889296 debug extra
libcephfs1-dbg_0.80.1-2_amd64.deb
bb94eca7eb46b38c39245d78f1e027c2 23914106 libdevel optional
libcephfs-dev_0.80.1-2_amd64.deb
f0b7ce4ba638eee72a3b0604e60faacc 1011140 admin optional
radosgw_0.80.1-2_amd64.deb
7429424b94e68d586a5885cf08b3ff10 17292096 debug extra
radosgw-dbg_0.80.1-2_amd64.deb
7b4afc53d5d08f46424e5549f7807160 345948 admin optional
rest-bench_0.80.1-2_amd64.deb
484f376ab951e1d6c30db73728ae6359 4622424 debug extra
rest-bench-dbg_0.80.1-2_amd64.deb
e41dbb0a5769dd717630c70d485680ac 16711214 admin optional
ceph-test_0.80.1-2_amd64.deb
7b7696ae44a73d71d3c9fce304503eb9 333683458 debug extra
ceph-test-dbg_0.80.1-2_amd64.deb
24dab995d03f81fd70a63028accf939c 47898 python optional
python-ceph_0.80.1-2_amd64.deb
ba1160bc2999cf07724cf726206a1cf7 25798 java optional
libcephfs-java_0.80.1-2_all.deb
7bf013c89617443991abbba0dcea6f89 45542 libs optional
libcephfs-jni_0.80.1-2_amd64.deb
365951d0d16da360d542716aae3264eb 271512 debug extra
libcephfs-jni-dbg_0.80.1-2_amd64.deb
192655070ce2be6bd37cf220460a2cdb 4367 admin optional ceph_0.80.1-2.dsc
e315b7487e93e56d4780af54740076ac 61548 admin optional
ceph_0.80.1-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJTt9mmAAoJEFK2u9lTlo0bLXcQAKmSGf7V1HLz+3o0JoptlALD
d69DHb0RQygAj4BrHrwpabXP2DyG3GK/u3RLuERdsrSQj/K709baY7mXOYGe9lyS
ZSfxCyL8QRw36zHyZfCZkoacObQ4qPi281483AHvsyRGnysToqyJS9tv4TYuER0w
asl8BlAlIPUPiOaLvSPYslyiagaO74dMYjpOge1EgczswNE1SSm0/E5FUz85MbD3
MCzOg4n7xtsRf3YCXTyj5TWnnjldDrR6jDBSc9ZRILxo5XxgTL7FnPjHems08N5E
qXuPRDNeGgpZ2+kV2qznCzI8vuUxhRDFaHX8VNF6j3B4Oe/FWiBwAuPKSBIjxZsR
pWZFNmBFRATFMi43tMeS6merw4GOkfmpSriZmMX1X28nQyh2oZcRhE/B+dO1B/rD
sNxjqdJzYf9SOqhkPTvfkJs2/AFJ4+muEEm+UjtuPanbxbplnhuIzzQgDlA12I21
tDzKQ3I/X0oG8/S1HI4oRp1G+wUYG9gGp+2Xu/QtvQH2qrKGdNVjYA4dVyv7FDQc
6zVA1LalCQ7s7Gs37is14alqlCn8D8WNesA8Og+OjmuSabfBABCwEW+c2nm3PEdP
dKoox/a26TFSDgptIoliguP8DTFTq/LNO5ojE1gri3zslAZ/kJ09zXhooiuaHPL+
yvyed+219NhWZFgprkPd
=Jw7a
-----END PGP SIGNATURE-----
--- End Message ---