https://bugzilla.gnome.org/show_bug.cgi?id=670127 documents the problem. I checked git master and it's still a problem. You can reproduce it like so: [autogen...] Now type `make' to compile desrt@moonpix:~/code/shared-mime-info$ while make -j8; do make clean; done to see something like: mv: cannot stat `.deps/update_mime_database-update-mime-database.Tpo': No such file or directory make: *** [update_mime_database-update-mime-database.o] Error 1 make: *** Waiting for unfinished jobs....
This is "fixed" by 9aee5e5db7bbc3ff36e73afeb4a8595981810414 Pass --disable-default-check to configure to disable the brokenness.
Note it's actually --disable-default-make-check . The short reason this breaks is because the "update-mime-database" makefile rule is actually update-mime-database$(EXEEXT) and I don't think make knows to unify those rules.
closing as fixed
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.