https://issues.apache.org/ooo/show_bug.cgi?id=123975

--- Comment #13 from hanya <[email protected]> ---
I met the problem during to build gtest with Python 3.X shipping because
gtest-1.7.0 needs Python 2.X to be built. 
Once shipped Python is built, it is used from solver since the path to the
solver is there before system paths in PATH.

In the target "fused-gtest:" from misc/build/gtest-1.7.0/Makefile, 
the following file is executed like this:
> "$(srcdir)/scripts/fuse_gtest_files.py" "$(srcdir)/fused-src"

It seems the problems are: 
- syntax for print statement -> should be called as function
- sets module -> gone and they can be used without imporing some modules
used in the fuse_gtest/files.py file.

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to