Closed GoogleCodeExporter closed 9 years ago
Seems to be confused.. downloading gn.exe for win32?
I'll look into getting centos to reproduce it. I gather its similar to redhat
and fedora.
Original comment by fbarch...@chromium.org
on 1 May 2014 at 9:15
I've installed centos 6.5 on a laptop, but haven't found time to get further.
Its seeming most likely that the build scripts used (from chrome) don't support
centos.
The fix would need to be done upstream in chrome.
As a work around you could try the make file.
Original comment by fbarch...@chromium.org
on 12 May 2014 at 11:45
I found the issue and it turned out to be that the path till libyuv instal
directory has to be set . Was able to build libyuv using ninja since makefile
does not get generated .
So the bug can be closed .
Original comment by ab...@avissol.com
on 13 May 2014 at 3:37
can you please state the process to fix the error.
Appreciated,
Original comment by habibsha...@gmail.com
on 16 May 2014 at 9:35
Do you mean the path needs to include depot_tools?
Original comment by fbarch...@chromium.org
on 23 May 2014 at 12:24
sorry for the delayed response but i could not understand the comment "I found
the issue and it turned out to be that the path till libyuv instal directory
has to be set . Was able to build libyuv using ninja since makefile does not
get generated ."
would appreciate if you can elaborate on it.
thanks
Original comment by habibsha...@gmail.com
on 9 Jun 2014 at 10:36
Had fixed the issue described earlier but have ran into another one, following
is the error log.
________ running 'download_from_google_storage --no_resume --platform=linux*
--no_auth --bucket chromium-gn -s trunk/tools/gn/bin/linux/gn32.sha1' in
'/home/habib/libyuv'
0> Downloading trunk/tools/gn/bin/linux/gn32...
________ running '/usr/bin/python trunk/tools/clang/scripts/update.py
--if-needed' in '/home/habib/libyuv'
________ running '/usr/bin/python trunk/download_vs_toolchain.py update' in
'/home/habib/libyuv'
________ running '/usr/bin/python trunk/third_party/binutils/download.py' in
'/home/habib/libyuv'
Traceback (most recent call last):
File "trunk/third_party/binutils/download.py", line 118, in <module>
sys.exit(main(sys.argv))
File "trunk/third_party/binutils/download.py", line 104, in main
arch = GetArch()
File "trunk/third_party/binutils/download.py", line 51, in GetArch
return subprocess.check_output(['python', DETECT_HOST_ARCH]).strip()
AttributeError: 'module' object has no attribute 'check_output'
Error: Command /usr/bin/python trunk/third_party/binutils/download.py returned
non-zero exit status 1 in /home/habib/libyuv
Original comment by habibsha...@gmail.com
on 11 Jun 2014 at 6:35
comment #3 indicates gclient sync works if configured correctly.
a new bug has been reported no Centros, so we'll keep that one open.
Original comment by fbarch...@chromium.org
on 15 Jul 2014 at 12:11
Original issue reported on code.google.com by
ab...@avissol.com
on 1 May 2014 at 8:29