GNOME Bugzilla – Bug 732919
srcdir != builddir issue with latest git
Last modified: 2014-07-09 07:52:44 UTC
https://git.gnome.org/browse/gnome-continuous/commit/?id=1da5028607aafa250e74aa2f1fb9fd49114675b0 See: http://build.gnome.org/continuous/buildmaster/builds/2014/07/08/34/build/log-baobab.txt Unfortunately this is likely hard to fix because it runs into vala + srcdir!=builddir + git issues that have come up in multiple places, though I don't have a link to hand. The core issue is Vala's automake rules do "cd $(builddir)" which then breaks all relative references in the makefile for $(srcdir). We may have to just disable srcdir != builddir for baobab.
Created attachment 280184 [details] [review] Fix srcdir != builddir This partially reverts commit 28b322ce4d583304d8ded89029440915a8176f08.
This should fix the issue, even if, not being familiar with ostree/gnome-continuous, I don't understand why it's so nice to have srcdir != builddir :)
Review of attachment 280184 [details] [review]: Maybe. I can't tell offhand whether this will fix it, but feel free to push a revert of https://git.gnome.org/browse/gnome-continuous/commit/?id=1da5028607aafa250e74aa2f1fb9fd49114675b0 after this lands in git, and watch #testable to see if it worked.
Comment on attachment 280184 [details] [review] Fix srcdir != builddir Attachment 280184 [details] pushed as f17e43f - Fix srcdir != builddir