Re: [chromium-dev] gclient sync keeps failing

10 views
Skip to first unread message

Jeremy Roman

unread,
May 17, 2013, 11:20:22 AM5/17/13
to bin...@gmail.com, chromi...@chromium.org
There a few packages you need to install in order to build Chromium. On Ubuntu, you can simply run build/install-build-deps.sh. I'm not aware of a similar script for Debian, but grabbing the package list out of that script might be enough to get past that error.

On Fri, May 17, 2013 at 11:13 AM, Binod Pant <bin...@gmail.com> wrote:
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
 
 
 

Reply all
Reply to author
Forward
0 new messages