Your message dated Thu, 27 Feb 2020 18:50:04 +0000
with message-id <[email protected]>
and subject line Bug#952681: fixed in rocksdb 6.6.4-2
has caused the Debian Bug report #952681,
regarding rocksdb: Please build rocksdb for riscv64
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.)
--
952681: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952681
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rocksdb
Severity: normal
Tags: patch
Dear Maintainer,
Please build rocksdb for riscv64 as well. The "vg" package would
appreciate it.
Attached is a patch against your verion 6.6.4-1 source package in
experimental.
For compiling 5.17.2-3 on riscv64, the following extra CXXFLAGS are needed:
-Wno-deprecated-copy -Wno-redundant-move -Wno-pessimizing-move
Thanks!
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.4.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1), LANGUAGE=en_US
(charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru rocksdb-6.6.4/debian/changelog rocksdb-6.6.4/debian/changelog
--- rocksdb-6.6.4/debian/changelog 2020-02-18 19:34:59.000000000 +0100
+++ rocksdb-6.6.4/debian/changelog 2020-02-26 14:59:30.000000000 +0100
@@ -1,3 +1,11 @@
+rocksdb (6.6.4-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Build on riscv64
+ * Build in parallel
+
+ -- Michael R. Crusoe <[email protected]> Wed, 26 Feb 2020 14:59:30
+0100
+
rocksdb (6.6.4-1) experimental; urgency=medium
* New upstream release.
diff -Nru rocksdb-6.6.4/debian/control rocksdb-6.6.4/debian/control
--- rocksdb-6.6.4/debian/control 2020-02-18 19:34:59.000000000 +0100
+++ rocksdb-6.6.4/debian/control 2020-02-26 14:59:11.000000000 +0100
@@ -8,7 +8,7 @@
Package: librocksdb-dev
Section: libdevel
-Architecture: amd64 arm64 armel armhf ppc64el mips mipsel mips64el sparc64
s390x i386
+Architecture: amd64 arm64 armel armhf ppc64el mips mipsel mips64el sparc64
s390x i386 riscv64
Depends: ${misc:Depends}, librocksdb6.6 (= ${binary:Version})
Conflicts: librocksdb5.7
Replaces: librocksdb5.7
@@ -38,7 +38,7 @@
Package: librocksdb6.6
Section: libs
-Architecture: amd64 arm64 armel armhf ppc64el mips mipsel mips64el sparc64
s390x i386
+Architecture: amd64 arm64 armel armhf ppc64el mips mipsel mips64el sparc64
s390x i386 riscv64
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: persistent Key-Value Store for Flash and RAM Storage
C++ library providing an embedded key-value store, where keys and values are
@@ -62,7 +62,7 @@
processors
Package: rocksdb-tools
-Architecture: amd64 arm64 armel armhf ppc64el mips mipsel mips64el sparc64
s390x i386
+Architecture: amd64 arm64 armel armhf ppc64el mips mipsel mips64el sparc64
s390x i386 riscv64
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: persistent Key-Value Store for Flash and RAM Storage (tools)
C++ library providing an embedded key-value store, where keys and values are
diff -Nru rocksdb-6.6.4/debian/rules rocksdb-6.6.4/debian/rules
--- rocksdb-6.6.4/debian/rules 2020-01-14 20:39:26.000000000 +0100
+++ rocksdb-6.6.4/debian/rules 2020-02-26 14:59:30.000000000 +0100
@@ -6,7 +6,7 @@
include /usr/share/dpkg/architecture.mk
-ifneq ($(filter $(DEB_HOST_ARCH),mips mipsel),)
+ifneq ($(filter $(DEB_HOST_ARCH),mips mipsel riscv64),)
export PLATFORM_LDFLAGS=-latomic
endif
@@ -16,8 +16,8 @@
endif
override_dh_auto_build:
- PORTABLE=1 make all
- PORTABLE=1 make shared_lib
+ PORTABLE=1 dh_auto_build -- all
+ PORTABLE=1 dh_auto_build -- shared_lib
override_dh_auto_install:
dh_auto_install --destdir=$(CURDIR)/debian/tmp/usr/
--- End Message ---
--- Begin Message ---
Source: rocksdb
Source-Version: 6.6.4-2
Done: Laszlo Boszormenyi (GCS) <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rocksdb, 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.
Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated rocksdb 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: SHA512
Format: 1.8
Date: Thu, 27 Feb 2020 17:26:07 +0000
Source: rocksdb
Architecture: source
Version: 6.6.4-2
Distribution: experimental
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Laszlo Boszormenyi (GCS) <[email protected]>
Closes: 952681
Changes:
rocksdb (6.6.4-2) experimental; urgency=medium
.
* Really fix db_test for i386 and mipsel for this release.
.
[ Michael R. Crusoe <[email protected]> ]
* Build on riscv64 (closes: #952681).
* Build in parallel.
Checksums-Sha1:
39a44d029b98cb5fa8a7c4e969572d4f9c76a7a6 2220 rocksdb_6.6.4-2.dsc
2e5c40a409995e0a5519c6b26b0dafc2650d8b97 5516 rocksdb_6.6.4-2.debian.tar.xz
Checksums-Sha256:
62d2f95826d48e28b04dc7268d5e9e66addcb713d8a3f4651bc1d412a70cd5d0 2220
rocksdb_6.6.4-2.dsc
716f40058ddb0d7e770e62fab0d6526b9ba1365c1658849bc21fa665e113a35e 5516
rocksdb_6.6.4-2.debian.tar.xz
Files:
a451297ec3c4b346ee2c0d555debfbbf 2220 database optional rocksdb_6.6.4-2.dsc
4f5d620c5f4cc4e3f8367b2d1a37cac7 5516 database optional
rocksdb_6.6.4-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAl5YDEYACgkQ3OMQ54ZM
yL+Lqg/+JGdxGyiF2C4Y3HZw5FFXrmpgwbDkGjoqozS/zhCoDpxoisRKK2D79mum
etNzkpOSB7kPRFqD99cKi03ttV0jeUuueWPjgEpRcg3PoYznUXrpJ6v5Kk9k8eqH
YEdPaRmqeLuk3c9VNA0nTAHwmIuUz6hN58Wc3wF7IpAooZen+uZD0eIFYbDAshHO
sxV7sfQKUiPHLjOa6dKRbH28qo0BLMl61Zzhn0kU6xte+5dXTZMIzzLupd32VgpK
pcrJlBwWIm91mkQaeEq73I/VWXl5kZe8Fz6go20YtLtrbOeY+hzhLZJ4OqWRRxHA
WHs2mxWV4ArtOrQVLGZ2fPMkP2Xnmhn1GogC/f2+maQuZnq4CvlInTd6KQR02lU9
BRRofWab6GN/miBMgLHun/VvyMRAJPoNIelu+cEXBouHc6W49VqXn7SUu1u3p4Ta
V+rDI3gcVnIa4RD/IkRbA7KKVnmtTcJuKK/waOCIaGKJnSjBL84A3cbhYqkQjaiX
pgo5Ee4OTr59fHfLRw7O6jHh+Kgi8y99so8K14bJ5um1MZ+kogSAwUlz86l4AEvl
HdihsgCiJMe1S+r2nAb9qR/NdCqHPO9VXq8ag4QRRpQOCj1TOozywGAOZFVmcmq/
rJlwax1HlQFOq1zDrS2QyUQaFjmfF34QNcSeSRINxpkw4dU4MtY=
=mJw5
-----END PGP SIGNATURE-----
--- End Message ---