Description of problem: Currently, the 4.4-3 build of make shipped with fedora38 is affected by a bug which prevents make from rebuilding the source under specific set of conditions. Please, see https://github.com/spdk/spdk/issues/3001 for details. The fix should be present in 4.4.1. Version-Release number of selected component (if applicable): make 4.4-3 How reproducible: 100% Steps to Reproduce: 1. git clone https://github.com/spdk/spdk --recurse-submodules 2. cd spdk; ./configure; make 3. touch lib/nvme/nvme_internal.h; make # <- rebuild won't be triggered Building https://archives.fedoraproject.org/pub/fedora/linux/development/39/Everything/source/tree/Packages/m/make-4.4.1-2.fc39.src.rpm under fedora38 works just fine and the above issue is gone when the 4.4.1 make is in use. This report is a request to include 4.4.1 make build for fedora38 (or provide the older build that is still available, and working fine, under fedora37) if possible.
FEDORA-2023-3630891bed has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-3630891bed
FEDORA-2023-3630891bed has been pushed to the Fedora 38 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-3630891bed` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-3630891bed See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2023-3630891bed has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report.
Verified that the make-4.4.1 is indeed available in fedora38's stable repo now. Appreciate the quick assistance!