GNOME Bugzilla – Bug 705850
make distcheck fails on current git
Last modified: 2013-08-17 18:57:55 UTC
Created attachment 251381 [details] [review] proposed patch Make distcheck failed for me for various different reasons * ostree.h wasn't found during build (probably a generic issue with out of tree builds) * make uninstall was broken (left around libostree) * make clean was broken (left gir & typelib behind) Attached patch fixes these
Review of attachment 251381 [details] [review]: One thing I should note is that ostree's tests are only installed; there is no "make check" that uses uninstalled binaries. To run them: jhbuild buildone ostree # or whatever build tool gnome-desktop-testing-runner ostree/ Now I know the build works and the tests are passing since gnome-ostree runs them continuously, which is how I think it should be; but if you find it valuable, we can keep distcheck alive.
Review of attachment 251381 [details] [review]: Rebased to master, added a fix or two on top, and pushed. Thanks!