Hello,
I am trying to build net-im/telepathy-qt4, www/chromium, and accessibility/orca. They are all failing at some point for what seems to be python hanging on trying to import dbus related modules. I confirmed this by running the python shell, and then trying to do what the Makefiles and/or configure scripts were doing. The orca configure script hangs on this:
telepathy-qt4 hangs on this command:
chromium hangs when the build process has this output:
I will admit I haven't investigated the chromium build problem all that thoroughly, but included it because all of my issues seem to be python related. So far I have rebuilt python, dbus, glib, and the python modules for dbus and glib. I'm not very familiar with dbus. Could it be a configuration issue? I have tried building the ports with the system bus running and not running with the same result.
Any ideas?
I am trying to build net-im/telepathy-qt4, www/chromium, and accessibility/orca. They are all failing at some point for what seems to be python hanging on trying to import dbus related modules. I confirmed this by running the python shell, and then trying to do what the Makefiles and/or configure scripts were doing. The orca configure script hangs on this:
Code:
prog="
import sys
try:
import pygtk
pygtk.require('2.0')
import pyatspi
except ImportError:
sys.exit(1)
except:
sys.exit(0)
sys.exit(0)"
if dbus-launch $PYTHON -c "$prog" 1>&5 2>&5
telepathy-qt4 hangs on this command:
Code:
/usr/local/bin/python2.7 -c import dbus.mainloop.glib
chromium hangs when the build process has this output:
Code:
se_system_libvpx=0 linux_breakpad=0 linux_strip_binary=1 linux_use_tcmalloc=0 linux_use_heapchecker=0 test_isolation_mode=noop clang_use_chrome_plugins=0 disable_nacl=1 enable_webrtc=1 enable_openmax=1 enable_one_click_signin=1 werror= no_gc_sections=1 os_ver=1000510 prefix_dir=/usr/local python_ver=2.7 google_api_key=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 google_default_client_id=996322985003.apps.googleusercontent.com google_default_client_secret=IR1za9-1VK0zZ0f_O8MVFicn ffmpeg_branding=Chrome proprietary_codecs=1 use_pulseaudio=0 buildtype=Official clang=1" CFLAGS="-O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing" CPPFLAGS="" CXXFLAGS="-O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing" LDFLAGS="" PYTHON="/usr/local/bin/python2.7" PKG_CONFIG=pkgconf AR=/usr/bin/ar SHELL=/bin/sh CONFIG_SHELL=/bin/sh /usr/local/bin/python2.7 ./build/gyp_chromium chrome/chrome.gyp --depth .
Updating projects from gyp files...
Any ideas?