On 25/01/21 12:05 +0000, Jonathan Wakely wrote:
On 25/01/21 10:00 +0000, Jonathan Wakely wrote:
Tom Rodgers completed the Boost 1.75.0 build for the change
https://fedoraproject.org/wiki/Changes/F34Boost175
and I've rebuilt most of the packages that depend on it.
The following packages failed to build. I'll look at the ones that
appear to be due to Boost changes.
OpenImageIO -- libOpenImageIO.so.2.2.10: undefined reference to `Field3D::v1_7::FieldCache\<Imath_2_5::Vec3<half> >::ms_singleton'
http://koji.fedoraproject.org/koji/buildinfo?buildID=1672976
PDAL -- You must configure the bibtex_bibfiles setting
http://koji.fedoraproject.org/koji/buildinfo?buildID=1672663
blender -- depends on OpenImageIO
ceph -- executor_work_guard has no member 'defer'
http://koji.fedoraproject.org/koji/buildinfo?buildID=1672666
elements-alexandria -- fatal error: boost/io/detail/quoted_manip.hpp: No such file or directory
http://koji.fedoraproject.org/koji/buildinfo?buildID=1673017
Fix available:
https://src.fedoraproject.org/rpms/elements-alexandria/pull-request/2
freecad -- error: expected template-name before '<' token
http://koji.fedoraproject.org/koji/buildinfo?buildID=1673027
This package builds with -std=gnu++11 but it also depends on
Boost.Geometry, which now requires at least C++14:
https://github.com/boostorg/geometry/issues/590
Using -std=gnu++11 seems unnecessary in 2021, when GCC and Clang both
have a newer default.
gnucash -- error: #warning "__STRICT_ANSI__ seems to have been undefined; this is not supported"
http://koji.fedoraproject.org/koji/buildinfo?buildID=1673033
Reported upstream:
https://bugs.gnucash.org/show_bug.cgi?id=798101
I'm testing a patch now.
Patched and building now.
gnuradio -- patches fail to apply (see rhbz#1917167)
http://koji.fedoraproject.org/koji/buildinfo?buildID=1672972
gr-osmosdr -- depends on gnuradio
kea -- error: 'memcpy' reading 1 or more bytes from a region of size 0 [-Werror=stringop-overread]
http://koji.fedoraproject.org/koji/buildinfo?buildID=1672779
libndn-cxx -- error: call of overloaded 'make_shared\<...>' is ambiguous
http://koji.fedoraproject.org/koji/buildinfo?buildID=1673051
I'm going to look into this.
The project has "using std::shared_ptr;" but doesn't have a
corresponding "using std::make_shared;" which means that when they try
to use make_shared without qualification it's ambiguous whether they
mean std::make_shared or boost::make_shared.
I tried to report it upstream but I'm waiting for my bug account to be
approved by a moderator.
libreoffice -- Bad file: /builddir/build/SOURCES/0001-rhbz-1918152-fix-FTBFS.patch: No such file or directory (see rhbz#1918152)
Already fixed and rebuilding now.
libzypp -- error: in "LookupAttr_solvable_attribute_substructure": check q.size() == 10473 has failed [12760 != 10473]
http://koji.fedoraproject.org/koji/buildinfo?buildID=1673061
luxcorerender -- depends on OpenImageIO
mkvtoolnix -- internal compiler error: Segmentation fault
http://koji.fedoraproject.org/koji/buildinfo?buildID=1672798
openms -- error: using typedef-name 'glp_prob' after 'struct'
http://koji.fedoraproject.org/koji/buildinfo?buildID=1673070
openshadinglanguage -- depends on OpenImageIO
http://koji.fedoraproject.org/koji/buildinfo?buildID=1673342
prusa-slicer -- error: field 'm_connected' has incomplete type 'std::atomic<bool>'
http://koji.fedoraproject.org/koji/buildinfo?buildID=1673077
pulseview -- error: no match for 'operator<<'
http://koji.fedoraproject.org/koji/buildinfo?buildID=1673089
rb_libtorrent -- Test #15: test_dht .........................***Failed
http://koji.fedoraproject.org/koji/buildinfo?buildID=1672822
rstudio -- error: 'bind' is not a member of 'boost'
http://koji.fedoraproject.org/koji/buildinfo?buildID=1673105
I'm going to look into this.
sourcextractor++ -- depends on elements-alexandria
http://koji.fedoraproject.org/koji/buildinfo?buildID=1673118
springlobby -- depends on rb_libtorrent
supercollider -- error: invalid use of incomplete type 'class boost::asio::executor'
http://koji.fedoraproject.org/koji/buildinfo?buildID=1673122
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx