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 682199 - at-spi2 depends on X11
at-spi2 depends on X11
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: at-spi2-core
unspecified
Other Mac OS
: Normal normal
: ---
Assigned To: Li Yuan
At-spi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-08-19 17:04 UTC by fakey
Modified: 2013-08-08 16:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The dialog asking the user to install X11. (54.25 KB, image/png)
2012-08-19 17:04 UTC, fakey
Details

Description fakey 2012-08-19 17:04:40 UTC
Created attachment 221749 [details]
The dialog asking the user to install X11.

When building GTK+ on Mac OS 10.8, gtk-query-immodules-3.0 causes Mac OS to ask the user to install X11, when the Quartz backend is being built.

This is using the Jhbuild modulesets from http://git.gnome.org/browse/gtk-osx/plain/modulesets-unstable/
Comment 1 fakey 2012-08-19 17:15:38 UTC
This is the backtrace of the call that causes this:

  • #0 connect
  • #1 xcb_connect_to_display_with_auth_info
  • #2 _XConnectXCB
  • #3 XOpenDisplay
  • #4 get_accessibility_bus_address_x11
  • #5 atspi_get_a11y_bus
  • #6 atk_bridge_adaptor_init
  • #7 _gtk_accessibility_init
  • #8 do_post_parse_initialization
  • #9 post_parse_hook
  • #10 g_option_context_parse
  • #11 gtk_parse_args
  • #12 gtk_init_check
  • #13 gtk_init
  • #14 gtk_application_startup
  • #15 bloat_pad_startup
  • #16 g_cclosure_marshal_VOID__VOIDv
  • #17 g_type_class_meta_marshalv
  • #18 _g_closure_invoke_va
  • #19 g_signal_emit_valist
  • #20 g_signal_emit
  • #21 g_application_register
  • #22 g_application_real_local_command_line
  • #23 g_application_run
  • #24 main

Comment 2 John Ralls 2013-05-03 21:04:56 UTC
That's due to an optional dependency, at-spi-atk. Changed the title and project accordingly
Comment 3 Mike Gorse 2013-08-08 16:36:11 UTC
Hopefully commits 7ec6f4 and 725b58 in at-spi2-core will fix this. Please re-open this bug if you still encounter it.

AT-SPI is not fully functional without X11, but it should now be possible to build without it (by passing --disable-x11), and it should not call X if DISPLAY is not set (I'm not sure if this is the case under OSX).