linux debian 6
My .gclient file looks like this
solutions = [
{ "name" : "src",
"url" : "https://src.chromium.org/chrome/trunk/src",
"deps_file" : "DEPS",
"managed" : True,
"custom_deps": {
"src/content/test/data/layout_tests/LayoutTests": None,
"src/chrome/tools/test/reference_build/chrome_win": None,
"src/chrome_frame/tools/test/reference_build/chrome_win": None,
"src/chrome/tools/test/reference_build/chrome_linux": None,
"src/chrome/tools/test/reference_build/chrome_mac": None,
"src/third_party/hunspell_dictionaries": None,
},
"safesync_url": "",
},
]
gclient sync --force
seems to go well until I hit this. Can't get rid of this. Any clues how to fix this? What is libpulse?
Updating projects from gyp files...
Package libpulse was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpulse.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpulse' found
gyp: Call to 'pkg-config --cflags libpulse' returned exit status 1. while loading dependencies of /local/chromium-trunk/src/ui/surface/surface.gyp while loading dependencies of /local/chromium-trunk/src/gpu/gpu.gyp while loading dependencies of /local/chromium-trunk/src/third_party/WebKit/Source/core/core.gyp/core.gyp while loading dependencies of /local/chromium-trunk/src/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp while loading dependencies of /local/chromium-trunk/src/webkit/support/webkit_support.gyp while loading dependencies of /local/chromium-trunk/src/chrome/chrome_resources.gyp while loading dependencies of /local/chromium-trunk/src/chrome/chrome.gyp while loading dependencies of /local/chromium-trunk/src/build/all.gyp while trying to load /local/chromium-trunk/src/build/all.gyp
Error: Command /usr/local/bin/python src/build/gyp_chromium returned non-zero exit status 1 in /local/chromium-trunk
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev