alderlopez / chromiumembedded

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

Sanity check fails in automated build script #569

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get recent version of CEF codebase
2. Run automate.py
3. Sanity check fails

What is the expected output? What do you see instead?
Expect CEF to build, instead see:
Failed to read URL and revision information from 
http://chromiumembedded.googlecode.com/svn/trunk/CHROMIUM_BUILD_COMPATIBILITY.tx
t?r=585
Traceback (most recent call last):
  File "chromium\src\cef\tools\automate\automate.py", line 141, in <module>

    config = eval(compat_value, {'__builtins__': None}, None)
  File "<string>", line 1
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    ^
SyntaxError: invalid syntax

What version of the product are you using? On what operating system?
I'm testing this using the 1025 branch, r585, on Windows 7.

Please provide any additional information below.
Most likely caused by recent changes in subversion tree structure

Original issue reported on code.google.com by axton.ma...@gmail.com on 9 Apr 2012 at 8:16

GoogleCodeExporter commented 9 years ago
You need to pull a new version of the automate.py script or specify the correct 
URL (http://chromiumembedded.googlecode.com/svn/trunk/cef1) via the command 
line.

Original comment by magreenb...@gmail.com on 10 Apr 2012 at 9:13

GoogleCodeExporter commented 9 years ago
Perhaps the branches should have their default URL fixed in the automate.py 
script, or document in the readme that the URL parameter is required for an 
automated branch build.

Original comment by axton.ma...@gmail.com on 11 Apr 2012 at 6:55

GoogleCodeExporter commented 9 years ago
I'll update the documentation, thanks.

Original comment by magreenb...@gmail.com on 11 Apr 2012 at 6:59