After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691504 - Fix building with ostbuild
Fix building with ostbuild
Status: RESOLVED FIXED
Product: gnome-contacts
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Contacts maintainer(s)
GNOME Contacts maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-01-10 21:50 UTC by Giovanni Campagna
Modified: 2013-01-11 22:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix libgd module location (591 bytes, patch)
2013-01-10 21:50 UTC, Giovanni Campagna
none Details | Review
build: support GNOME Build API (767 bytes, patch)
2013-01-10 21:50 UTC, Giovanni Campagna
none Details | Review
Fix srcdir != builddir (1.21 KB, patch)
2013-01-10 21:50 UTC, Giovanni Campagna
none Details | Review

Description Giovanni Campagna 2013-01-10 21:50:17 UTC
See patches
Comment 1 Giovanni Campagna 2013-01-10 21:50:39 UTC
Created attachment 233188 [details] [review]
Fix libgd module location

Using a relative location fails with ostbuild
Comment 2 Giovanni Campagna 2013-01-10 21:50:48 UTC
Created attachment 233189 [details] [review]
build: support GNOME Build API

By not running configure if not instructed to do so.
Comment 3 Giovanni Campagna 2013-01-10 21:50:58 UTC
Created attachment 233190 [details] [review]
Fix srcdir != builddir

By updating libgd to a newer, fixed, version, and by noting that
--vapidirs in VALAFLAGS are relative to srcdir, not builddir (automake
inserts a cd $(srcdir) before calling vala)