apimall / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Compile error current CEF3 trunk (../out/Debug/gen/components/strings/components_strings_am.pak missing) #1568

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When compile the current trunk, following error is shown:

Generating CEF project files...

________ running '/usr/bin/python2.7 ../build/gyp_chromium cef.gyp -I cef.gypi' 
in '/home/cef3/cef3_build/chromium/src/cef'
Updating projects from gyp files...
--> Writing file: /home/cef3/cef3_build/chromium/src/out/cef.branch
-------- Running "ninja -C out/Debug cefclient chrome_sandbox" in 
"/home/cef3/cef3_build/chromium/src"...
ninja: Entering directory `out/Debug'
ninja: warning: multiple rules generate files/osr_test.html. builds involving 
this target will not be correct; continuing anyway
[803/12192] ACTION cef_locales: repack_locales_a4555f22cf1fa97c7b2ea1dc9b1c5d10
FAILED: cd ../../cef; python tools/repack_locales.py -g ../out/Debug/gen/cef -s 
../out/Debug/gen -x ../out/Debug/locales am ar bg bn ca cs da de el en-GB en-US 
es-419 es et fa fi fil fr gu he hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl 
pt-BR pt-PT ro ru sk sl sr sv sw ta te th tr uk vi zh-CN zh-TW
Traceback (most recent call last):
  File "tools/repack_locales.py", line 184, in <module>
    results = DoMain(sys.argv[1:])
  File "tools/repack_locales.py", line 181, in DoMain
    return repack_locales(locales)
  File "tools/repack_locales.py", line 116, in repack_locales
    data_pack.DataPack.RePack(output, inputs)
  File "tools/../../tools/grit/grit/format/data_pack.py", line 126, in RePack
    input_data_packs = [ReadDataPack(filename) for filename in input_files]
  File "tools/../../tools/grit/grit/format/data_pack.py", line 53, in ReadDataPack
    data = util.ReadFile(input_file, util.BINARY)
  File "tools/../../tools/grit/grit/util.py", line 207, in ReadFile
    with open(filename, mode) as f:
IOError: [Errno 2] No such file or directory: 
'../out/Debug/gen/components/strings/components_strings_am.pak'
[803/12192] ACTION Generating Mojo bindings from common/application_setup.mojom 
common/geolocation_service.mojom commo...ssion.mojom 
common/render_frame_setup.mojom public/common/mojo_geoposition.mojom 
public/common/permission_status.mojom
ninja: build stopped: subcommand failed.
Traceback (most recent call last):
  File "repositories/trunk-cef3/tools/automate/automate-git.py", line 930, in <module>
    if options.buildlogfile else None)
  File "repositories/trunk-cef3/tools/automate/automate-git.py", line 59, in run
    shell=(sys.platform == 'win32'))
  File "/usr/lib64/python2.7/subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ninja', '-C', 'out/Debug', 
'cefclient', 'chrome_sandbox']' returned non-zero exit status 1

Original issue reported on code.google.com by renegar...@gmail.com on 5 Mar 2015 at 9:58

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 5 Mar 2015 at 6:10