trellis fails to build with Python 3.9.0a2. Call Stack (most recent call first): CMakeLists.txt:43 (find_package) -- Could NOT find Boost (missing: python-py3) (found version "1.69.0") -- Could NOT find Boost (missing: python3) (found version "1.69.0") -- Could NOT find Boost (missing: python36) (found version "1.69.0") -- Could NOT find Boost (missing: python37) (found version "1.69.0") -- Could NOT find Boost (missing: python38) (found version "1.69.0") CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:2020 (message): No header defined for python-3.9; skipping header check (note: header-only libraries have no designated component) Call Stack (most recent call first): CMakeLists.txt:64 (find_package) -- Could NOT find Boost (missing: python-3.9) (found version "1.69.0") CMake Error at CMakeLists.txt:71 (message): No version of Boost::Python 3.x could be found. For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.9/fedora-rawhide-x86_64/01170183-trellis/ For all our attempts to build trellis with Python 3.9, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.9/package/trellis/ Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.9: https://copr.fedorainfracloud.org/coprs/g/python/python3.9/ Let us know here if you have any questions. Python 3.9 will be included in Fedora 33. To make that update smoother, we're building Fedora packages with early pre-releases of Python 3.9. A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon. We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.
FEDORA-2020-a987b290c3 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2020-a987b290c3
trellis-1.0-0.6.20200127git30ee6f2.fc31 has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-3f7ad94630
trellis-1.0-0.6.20200127git30ee6f2.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-a987b290c3
trellis-1.0-0.6.20200127git30ee6f2.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.
trellis-1.0-0.6.20200127git30ee6f2.fc31 has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report.
Still seeing it in Fedora 31 CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find Boost (missing: python38) (found suitable version "1.69.0", minimum required is "1.67") Call Stack (most recent call first):
(In reply to Deepika Upadhyay from comment #6) > Still seeing it in Fedora 31 > > CMake Error at > /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:146 (message): > Could NOT find Boost (missing: python38) (found suitable version "1.69.0", > minimum required is "1.67") > Call Stack (most recent call first): Sorry, I can't reproduce this. I grabbed the current package in F31 updates: wget https://dl.fedoraproject.org/pub/fedora/linux/updates/31/Everything/SRPMS/Packages/t/trellis-1.0-0.6.20200127git30ee6f2.fc31.src.rpm and successfully built it in mock: mock -r fedora-31-x86_64 trellis-1.0-0.6.20200127git30ee6f2.fc31.src.rpm without issues. It must have worked even on Fedora's own f31 builders at some point, since I obviously succeeded in building and pushing binaries corresponding to the above-mentioned SRPM for F31 updates already... Please feel free to follow up with more details if you continue having problems.