Bug ID 1089811
Summary liborcus: Fails to build with Boost 1.67.0
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee kyoshida@suse.com
Reporter amajer@suse.com
QA Contact qa-bugs@suse.de
Blocks 1089801
Found By ---
Blocker ---

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

https://build.opensuse.org/package/live_build_log/home:adamm:boost_test/liborcus/openSUSE_Tumbleweed/x86_64

> [  138s] sheet.cpp: In member function 'void orcus::spreadsheet::sheet::set_date_time(orcus::spreadsheet::row_t, orcus::spreadsheet::col_t, int, int, int, int, int, double)':
> [  138s] sheet.cpp:395:36: error: no matching function for call to 'boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000000>::subsecond_duration(double&)'
> [  138s]          posix_time::microseconds(ms)
> [  138s]                                     ^

The cause of this is change in Boost:DateTime that no longer accepts
non-integer types. In the past, these types were implicitly cast down to
integer values. Now this requires explicit cast.

https://svn.boost.org/trac10/ticket/11168


You are receiving this mail because: