@adconrad Many thanks for being so quick with this. I've tested the
package in -proposed:


root@194d7a53ffb1:/usr/share/doc/libblosc-dev/examples# cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu Bionic Beaver (development branch)"
root@194d7a53ffb1:/usr/share/doc/libblosc-dev/examples# apt-cache show 
libblosc-dev
Package: libblosc-dev
Architecture: amd64
Version: 1.14.0+ds1-1
Priority: optional
Section: universe/libdevel
Source: c-blosc
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Original-Maintainer: Daniel Stender <sten...@debian.org>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 156
Depends: libblosc1 (= 1.14.0+ds1-1)
Filename: pool/universe/c/c-blosc/libblosc-dev_1.14.0+ds1-1_amd64.deb
Size: 36672
MD5sum: 9a144274a54ce28f53ba0ea3fca70d13
SHA1: 4fa0a4d01b28bf33d2dbcf070e3e423bac9e6a5f
SHA256: 759f694504c2a72d7ca5461ef9f4e4a9db635aabf3c941b981aa9aa266d852d3
Homepage: http://blosc.org/
Description: high performance meta-compressor optimized for binary data 
(development files)
Description-md5: d4cb8f384fede65d372e621a91fbb94e

Package: libblosc-dev
Architecture: amd64
Version: 1.11.1+ds2-3
Priority: optional
Section: universe/libdevel
Source: c-blosc
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Original-Maintainer: Daniel Stender <sten...@debian.org>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 148
Depends: libblosc1 (= 1.11.1+ds2-3)
Filename: pool/universe/c/c-blosc/libblosc-dev_1.11.1+ds2-3_amd64.deb
Size: 35068
MD5sum: 6f2de0ec8e1542041939e65e636403ad
SHA1: 8ef571cfcbf195d29f4ac9f7be7b372c21c00f22
SHA256: 1e1d1193fdfc7e9ca5b7a1d47907d2c36ac528ba8c6dbbd4ef99b5c1135c0a5c
Homepage: http://blosc.org/
Description: high performance meta-compressor optimized for binary data 
(development files)
Description-md5: d4cb8f384fede65d372e621a91fbb94e

root@194d7a53ffb1:/usr/share/doc/libblosc-dev/examples# for f in 
many_compressors.c multithread.c noinit.c simple.c; do gcc $f.out $f -lblosc && 
./$f.out; done
Blosc version info: 1.14.0 ($Date:: 2018-02-23 #$)
Using 4 threads (previously using 1)
Using blosclz compressor
Compression: 4000000 -> 41384 (96.7x)
Succesful roundtrip!
Using lz4 compressor
Compression: 4000000 -> 51510 (77.7x)
Succesful roundtrip!
Using lz4hc compressor
Compression: 4000000 -> 38314 (104.4x)
Succesful roundtrip!
Using snappy compressor
Compression: 4000000 -> 208526 (19.2x)
Succesful roundtrip!
Using zlib compressor
Compression: 4000000 -> 22103 (181.0x)
Succesful roundtrip!
Using zstd compressor
Compression: 4000000 -> 10908 (366.7x)
Succesful roundtrip!
Blosc version info: 1.14.0 ($Date:: 2018-02-23 #$)
Using 1 threads (previously using 1)
Compression: 4000000 -> 41384 (96.7x)
Succesful roundtrip!
Using 2 threads (previously using 1)
Compression: 4000000 -> 41384 (96.7x)
Succesful roundtrip!
Using 3 threads (previously using 2)
Compression: 4000000 -> 41384 (96.7x)
Succesful roundtrip!
Using 4 threads (previously using 3)
Compression: 4000000 -> 41384 (96.7x)
Succesful roundtrip!
Blosc version info: 1.14.0 ($Date:: 2018-02-23 #$)
Compression: 4000000 -> 41384 (96.7x)
Decompression succesful!
Succesful roundtrip!
Blosc version info: 1.14.0 ($Date:: 2018-02-23 #$)
Compression: 4000000 -> 41384 (96.7x)
Decompression succesful!
Succesful roundtrip!
root@194d7a53ffb1:/usr/share/doc/libblosc-dev/examples#


I also verified that the test case from the upstream bug report that prompted 
the 1.14 release works as expected:


root@194d7a53ffb1:~# gcc -o test test.c -lblosc
root@194d7a53ffb1:~# ./test compress lz4 test.blosc
Blosc version info: 1.14.0 ($Date:: 2018-02-23 #$)
Compression: 4000000 -> 51420 (77.8x)
Wrote test.blosc
root@194d7a53ffb1:~# exit
exit
[estan@newton ~]$ docker cp 194d7a53ffb1:/root/test.blosc .
[estan@newton ~]$ docker cp 194d7a53ffb1:/root/test.c .
[estan@newton ~]$ gcc -o test test.c -lblosc
[estan@newton ~]$ ./test decompress lz4 test.blosc
Blosc version info: 1.7.0 ($Date:: 2015-07-05 #$)
Read test.blosc
Decompression succesful!
[estan@newton ~]$


LGTM!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1755380

Title:
  [FFe] Please sync c-blosc 1.14.0+ds1-1 from debian unstable to bionic
  (1.11.1 has format incompat bug!)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/c-blosc/+bug/1755380/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to