I tried to create a GN build directory by running "gn gen out_linux/gn" from the chromium src/ directory. I got the following message. I have previously been able to do a GN build with no problems.
Simon
=====================================================
ERROR at //build/config/linux/pkg_config.gni:85:17: Script returned non-zero exit code.
pkgresult = exec_script(pkg_config_script, args, "value")
^----------
Current dir: /usr/local/ssd/cros/chromium/src/out_linux/gn/
Command: python /usr/local/ssd/cros/chromium/src/build/config/linux/pkg-config.py -s /usr/local/ssd/cros/chromium/src/build/linux/debian_wheezy_amd64-sysroot -a x64 --system_libdir lib pangocairo
Returned 1.
stderr:
Package xdmcp was not found in the pkg-config search path.
Perhaps you should add the directory containing `xdmcp.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xdmcp', required by 'XCB', not found
Could not run pkg-config.
See //build/config/linux/BUILD.gn:49:1: whence it was called.
pkg_config("pangocairo") {