Bug ID 1105088
Summary thin-provisioning-tools - Fails to build with Boost 1.68.0
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Basesystem
Assignee mpluskal@suse.com
Reporter amajer@suse.com
QA Contact qa-bugs@suse.de
Blocks 1105081
Found By ---
Blocker ---

New Boost library has been released and unfortunately this package fails to
build with it. The new boost library is soon submitted to
devel:libraries:c_c++/boost and will be submitted to openSUSE:Factory shortly.

https://build.opensuse.org/package/show/home:adamm:boost_test/thin-provisioning-tools

> [  104s] g++ -c -I. -I. -I./thin-provisioning -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fs
> tack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g -Wall -fPIC -fno-strict-a
> liasing -std=c++11 -DDEV_TOOLS -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-
> strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection  -DSTRERROR_R_CHAR_P  -o thin-provisioning/
> thin_show_metadata.o thin-provisioning/thin_show_metadata.cc
> [  104s] thin-provisioning/thin_show_duplicates.cc:43:10: fatal error: boost/uuid/sha1.hpp: No such file or directory
> [  104s]  #include <boost/uuid/sha1.hpp>
> [  104s]           ^~~~~~~~~~~~~~~~~~~~~
> [  104s] compilation terminated.
> [  104s] make: *** [Makefile:205: thin-provisioning/thin_show_duplicates.o] Error 1
> [  104s] make: *** Waiting for unfinished jobs....

Sha1 support was removed from Uuid library,

https://www.boost.org/users/history/version_1_68_0.html


You are receiving this mail because: