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 682572 - Build failures due to accessing static members
Build failures due to accessing static members
Status: RESOLVED FIXED
Product: folks
Classification: Platform
Component: general
0.7.x
Other Linux
: Normal normal
: Unset
Assigned To: folks-maint
folks-maint
Depends on:
Blocks:
 
 
Reported: 2012-08-23 20:41 UTC by Brian Pepple
Modified: 2012-08-23 21:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Build log (126.55 KB, text/x-log)
2012-08-23 20:41 UTC, Brian Pepple
Details
Root log (127.14 KB, text/plain)
2012-08-23 20:42 UTC, Brian Pepple
Details

Description Brian Pepple 2012-08-23 20:41:48 UTC
Created attachment 222258 [details]
Build log

Latest tarball fails to build due to build errors from accessing static members. I glanced at git, and it looks like some of them have been fixed, but not all. When I get back from vacation I'll try to create a patch to fix this if someone doesn't get to it first. Anyway, I'll attach my build & buildroot logs.
Comment 1 Brian Pepple 2012-08-23 20:42:12 UTC
Created attachment 222261 [details]
Root log
Comment 2 Philip Withnall 2012-08-23 21:41:48 UTC
commit fc2150ee4d4777af20377f692199fa2783d4e1bb
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Aug 23 22:40:45 2012 +0100

    Bug 682572 — Build failures due to accessing static members
    
    Fix some more build failures due to accessing static members using an instance
    variable. Also fix an instance of calling an async function with an implicit
    ‘.begin()’.
    
    Hopefully that’s the last of them.
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=682572

 NEWS                               |  1 +
 tools/inspect/command-linking.vala |  2 +-
 tools/inspect/inspect.vala         | 28 ++++++++++++++--------------
 tools/inspect/signal-manager.vala  |  6 +++---
 4 files changed, 19 insertions(+), 18 deletions(-)