GNOME Bugzilla – Bug 723629
make distcheck fails
Last modified: 2014-03-02 19:16:29 UTC
When running make distcheck with current git master it fails with this error message: make[1]: Entering directory `/home/mattiasb2/Code/gnome/gnome-maps/gnome-maps-3.11.4.1/_build' Making all in src ../../src/gnome-maps.data.gresource.xml: Failed to locate 'app-menu.ui' in any source directory. ../../src/gnome-maps.data.gresource.xml: Failed to locate 'app-menu.ui' in any source directory. make[2]: Entering directory `/home/mattiasb2/Code/gnome/gnome-maps/gnome-maps-3.11.4.1/_build/src' GEN ../../src/path.js /bin/sh: ../../src/path.js: Permission denied make[2]: *** [../../src/path.js] Error 1 make[2]: Leaving directory `/home/mattiasb2/Code/gnome/gnome-maps/gnome-maps-3.11.4.1/_build/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/mattiasb2/Code/gnome/gnome-maps/gnome-maps-3.11.4.1/_build' make: *** [distcheck] Error 1
Mattias, you promised this will definitely be fixed by end of this week (i-e before Monday's release).
Yep working on it today.
Created attachment 270705 [details] [review] Fix make distcheck The 'make distcheck' test has been failing since 5d9046b this commit makes sure that the generated files {path,config}.js are put into ${buildir} instead of ${srcdir} and that they are properly cleaned up.
Review of attachment 270705 [details] [review]: Looks fine to me, thanks!
Attachment 270705 [details] pushed as 41dc441 - Fix make distcheck