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 781694 - Compiling on macOS fails: dbus-appinfo test can't be built
Compiling on macOS fails: dbus-appinfo test can't be built
Status: RESOLVED DUPLICATE of bug 780309
Product: glib
Classification: Platform
Component: gio
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2017-04-25 06:28 UTC by Philip Chimento
Modified: 2017-04-25 09:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gio: Don't build dbus-appinfo test if API not available (1.06 KB, patch)
2017-04-25 06:28 UTC, Philip Chimento
none Details | Review

Description Philip Chimento 2017-04-25 06:28:31 UTC
Looks like the API necessary for the dbus-appinfo test isn't available on
macOS. This puts the test under the same Makefile conditions as the code
that it tests.

OK to commit to the 2.52 stable branch as well?
Comment 1 Philip Chimento 2017-04-25 06:28:35 UTC
Created attachment 350366 [details] [review]
gio: Don't build dbus-appinfo test if API not available

On platforms (OS_COCOA) where DBus app info isn't available, don't build
the dbus-appinfo test; it won't compile.
Comment 2 Patrick Griffis (tingping) 2017-04-25 07:06:24 UTC
Duplicate of #780309 where I already had a patch for this.
Comment 3 Philip Withnall 2017-04-25 09:22:46 UTC

*** This bug has been marked as a duplicate of bug 780309 ***