I am trying to build chromium on ubuntu 10.04 64bit. When I run the ninja command to build the source code, I got the following error:
/home/sfcheng/chromium/27.0.1453.73/depot_tools/ninja-linux64: /lib/libc.so.6: version `GLIBC_2.14' not found (required by /home/sfcheng/chromium/27.0.1453.73/depot_tools/ninja-linux64)
The version of glibc on ubuntu 10.04 is Ubuntu EGLIBC 2.11.1-0ubuntu7.12. I don't see anyway I can upgrade the glibc to 2.14 on this linux.
I am also not able to run the command build/install-build-deps.sh. I got the following error:
Installing Chrome OS fonts to /usr/local/share/fonts/chromeos.
Traceback (most recent call last):
File "./linux/install-chromeos-fonts.py", line 79, in <module>
sys.exit(main(sys.argv[1:]))
File "./linux/install-chromeos-fonts.py", line 56, in main
subprocess.check_call(['curl', '-L', url, '-o', tarball])
File "/usr/lib/python2.6/subprocess.py", line 493, in check_call
retcode = call(*popenargs, **kwargs)
File "/usr/lib/python2.6/subprocess.py", line 480, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.6/subprocess.py", line 633, in __init__
errread, errwrite)
File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory