Hello, Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (mhroncok). Your package (python-colcon-bundle) Fails To Install in Fedora 34: can't install python3-colcon-bundle: - nothing provides /usr/bin/{{ needed by python3-colcon-bundle-0.1.0-1.fc34.noarch If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem. 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!
From the recent build log: + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/lib/python3.9/site-packages/colcon_bundle/verb/assets/v1_setup.sh from /usr/bin/env sh to #!/usr/bin/sh mangling shebang in /usr/lib/python3.9/site-packages/colcon_bundle/verb/assets/v2_setup.jinja2.sh from /usr/bin/env {{ shell }} to #!/usr/bin/{{ shell }} mangling shebang in /usr/lib/python3.9/site-packages/colcon_bundle/verb/assets/v2_workspace_setup.jinja2.sh from /usr/bin/env {{ shell }} to #!/usr/bin/{{ shell }} The files seem to be templates. Consider removing them from both the shebang mangling and rpm requires generator. Ideally however, templates would not be executable (that can be fixed in upsream).
> Ideally however, templates would not be executable (that can be fixed in upstream) I'll pursue that, thanks. PS: I was staring at the build logs in complete confusion. Thanks for pointing out the source of the issue - I understand now.
Suggested and tested fix: # Templates with Jinja2 variables in shebangs: %global __requires_exclude_from \\.jinja2\\.sh$ %global __brp_mangle_shebangs_exclude_from \\.jinja2\\.sh$
FEDORA-2020-029dbf3cd0 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-029dbf3cd0
FEDORA-2020-029dbf3cd0 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-029dbf3cd0` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-029dbf3cd0 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
Hello, Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (mhroncok). All subpackages of a package against which this bug was filled are now installable or removed from Fedora 34. Thanks for taking care of it!
FEDORA-2020-029dbf3cd0 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.