Hello, Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (ignatenkobrain). Your package (galera) Fails To Install in Fedora 33: can't install galera: - nothing provides libboost_program_options.so.1.69.0()(64bit) needed by galera-26.4.3-3.fc32.x86_64 If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks. P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/rawhide-gating/multi-builds/ Thanks!
I tried to rebuild this with boost-1.73.0 but it failed because of a failing test: galera/tests/service_thd_check.cpp:112:E:service_thd:service_thd2:0: (after this point) Test timeout expired
Currently, in Rawhide only "boost 1.73" is present, but in the Rawhide buildroot, only the "boost 1.69" is present. Galera has: BuildRequires: boost-devel So the issue is IMHO on the REL-ENG side. Once it will be fixed, I can rebuild Galera. --- (In reply to Jonathan Wakely from comment #1) > I tried to rebuild this with boost-1.73.0 but it failed because of a failing test: > galera/tests/service_thd_check.cpp:112:E:service_thd:service_thd2:0: (after this point) Test timeout expired That happens sometimes ... The testsuite timeout can't be configured and sometimes the build gets a slow machine for a slow architecture. --- I'll check again in a week
Hello, Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (ignatenkobrain). All subpackages of a package agaisnt which this bug was filled are now installable or removed from Fedora 33. Thanks for taking care of it!
(In reply to Michal Schorm from comment #2) > Currently, in Rawhide only "boost 1.73" is present, but in the Rawhide > buildroot, only the "boost 1.69" is present. > > Galera has: > BuildRequires: boost-devel > > So the issue is IMHO on the REL-ENG side. > Once it will be fixed, I can rebuild Galera. There was no releng issue and nothing to fix, boost-1.73.0 has been in the buildroot for a week now. Maybe you were looking at the compose, which lags behind the buildroot. Local mock builds should use --enablerepo=local to use the buildroot rather than the newest compose. Koji builds always use the buildroot (and had been finding boost-1.73.0 for days already when you wrote that e.g. https://koji.fedoraproject.org/koji/buildinfo?buildID=1519527 (check the root.log to see which packages it found).