GNOME Bugzilla – Bug 789767
two libmount patches
Last modified: 2017-11-02 12:57:04 UTC
Created attachment 362748 [details] [review] automake For https://bugzilla.redhat.com/show_bug.cgi?id=1508056
Created attachment 362749 [details] [review] work with old libmount
Review of attachment 362749 [details] [review]: ++
Review of attachment 362748 [details] [review]: > In 5faaaac92c we jumped all the way from `1.11` to `1.14` I think you mean commit 5c13bf9bcf0, right? Emmanuele, what was the thinking there? Is 1.13 OK? The first version of automake I can find which references subdir-objects is 1.9.
1.14 was the oldest version I had access to, and it's the first version of Automake that complains loudly about subdir-objects. Automake 1.14 was released in 2013. I don't see any special reason why we should settle on 1.13 just because RHEL is terrible at shipping build dependencies for modern software. At least make that 1.13.4, which was released alongside 1.14.
Does it matter much though if we can point people who have newer stacks at meson? Anyways, like a lot of software changes, it's definitely easy to write the patch to downgrade the version - the hard pard is maintaining it over time. But that's what I'm signing up to do here; maintaining glib2 in RHEL is part of my job.
Created attachment 362773 [details] [review] updated to use 1.13.3
Review of attachment 362773 [details] [review]: Okay