From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1635#note_865610680 >Actually, weirder, 'make dist-configs-check' works fine in ark-latest, but 'make dist-git' fails as above. If I do a 'make dist-srpm', that succeeds, and afterwards 'make dist-git' will work. I realized what the problem is and I guess I should have explicitly fixed this case. The problem is that the OLD CODE left a .mismatches file lying around, and that the NEW CODE errors out looking for .mismatches*. To prove this I did: ``` make dist-configs \# applied my new code make dist-configs ``` and it fails because the NEW CODE now detects the .mismatches file and returns an error. The error is "empty" because .mismatches is empty. I will add a 'rm -f .mismatches' explicitly to take care of this annoying case. _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure