The spec file contains this: BASEBUILDTAGS="$(hack/libdm_tag.sh) $(hack/libsubid_tag.sh)" And apparently the hack/libsubid_tag.sh script runs a few more times during the build. However, the script always fails because the function is called subid_get_uid_ranges these days. I'm not sure if this has any functionality impact on the generated binaries, though. Reproducible: Always
And if you fix the script to print a build tag, you must also include <stdlib.h> for the free function because we are disabling support for implicit function declarations by default.
WIP PR at https://github.com/containers/skopeo/pull/2190
(In reply to Lokesh Mandvekar from comment #2) > WIP PR at https://github.com/containers/skopeo/pull/2190 This has been fixed upstream. We'll try to get an upstream release and rpm build out soon.
FEDORA-2024-67ef848d9f has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2024-67ef848d9f
FEDORA-2024-1db604c231 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2024-1db604c231
FEDORA-2024-1db604c231 has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2024-2c802021c9 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-2c802021c9` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-2c802021c9 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-2c802021c9 (skopeo-1.14.2-1.fc39) has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report.