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 767002 - test-vala-unstable crashing due to lack of -DSECRET_WITH_UNSTABLE=1
test-vala-unstable crashing due to lack of -DSECRET_WITH_UNSTABLE=1
Status: RESOLVED FIXED
Product: libsecret
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libsecret maintainer(s)
libsecret maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-05-30 00:21 UTC by Robert Ancell
Modified: 2016-05-30 07:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Compile vala unstable tests with SECRET_WITH_UNSTABLE=1 (1.10 KB, patch)
2016-05-30 00:22 UTC, Robert Ancell
none Details | Review

Description Robert Ancell 2016-05-30 00:21:37 UTC
On Ubuntu the test-vala-unstable test was crashing. Digging into this I found the generated C code was being compiled without the correct header since SECRET_WITH_UNSTABLE wasn't set. I assume this is something special about the particular version of GCC we have, but fixing the define solves the problem.
Comment 1 Robert Ancell 2016-05-30 00:22:00 UTC
Created attachment 328708 [details] [review]
Compile vala unstable tests with SECRET_WITH_UNSTABLE=1
Comment 2 Stef Walter 2016-05-30 07:48:42 UTC
Thanks. Merged into git master.