On Nov 24, 9:58 pm, Albert J. Wong (王重傑) <ajw...@chromium.org> wrote:
> For ffmpeg, you should be able to set GYP_DEFINES="use_system_ffmpeg=1" to
> disable the in-tree ffmpeg build.  That should get you past that stumbling
> block.  HTML5 video won't work, but like Evan said, that's probably the
> least of your concerns.

I expect that.  I'm stamping out problems in the order they appear.
The next error message I'm getting is:

mac...@netra ~/src/opencsw/pkg/chromium/trunk $ gmake build
gmake[1]: Entering directory `/home/maciej/src/opencsw/pkg/chromium/
trunk'
[===== NOW BUILDING: chromium-0.32797 MODULATION isa-sparcv8:
ISA=sparcv8 =====]
mkdir -p work/build-isa-sparcv8/chromium
(cd work/build-isa-sparcv8/chromium \
                && \
        if [ -d src ]; then \
          (cd src && git fetch ); \
        else \
          git clone git://git.chromium.org/chromium.git src; \
        fi)
        [extract-modulated] complete for chromium.
        [patch-modulated] complete for chromium.
(cd work/build-isa-sparcv8/chromium \
                && \
                PATH=$PATH:/home/maciej/src/opencsw/pkg/chromium/trunk/
work/build-isa-sparcv8/depot_tools:/opt/csw/gcc4/bin \
                GYP_DEFINES="use_system_ffmpeg=1" \
                GYP_GENERATORS=make \
        gclient sync --revision s...@32797)
________ found .git directory; skipping src

________ running '/opt/csw/bin/python src/build/gyp_chromium' in '/
home/maciej/src/opencsw/pkg/chromium/trunk/work/build-isa-sparcv8/
chromium'
Updating projects from gyp files...
Traceback (most recent call last):
  File "src/build/gyp_chromium", line 79, in <module>
    sys.exit(gyp.main(args))
  File "src/tools/gyp/pylib/gyp/__init__.py", line 423, in main
    params, options.check)
  File "src/tools/gyp/pylib/gyp/__init__.py", line 83, in Load
    depth, generator_input_info, check)
  File "src/tools/gyp/pylib/gyp/input.py", line 2004, in Load
    depth, check)
  File "src/tools/gyp/pylib/gyp/input.py", line 392, in
LoadTargetBuildFile
    includes, depth, check)
  File "src/tools/gyp/pylib/gyp/input.py", line 392, in
LoadTargetBuildFile
    includes, depth, check)
  File "src/tools/gyp/pylib/gyp/input.py", line 326, in
LoadTargetBuildFile
    includes, True, check)
  File "src/tools/gyp/pylib/gyp/input.py", line 207, in
LoadOneBuildFile
    aux_data, variables, includes, check)
  File "src/tools/gyp/pylib/gyp/input.py", line 245, in
LoadBuildFileIncludesIntoDict
    False, check),
  File "src/tools/gyp/pylib/gyp/input.py", line 184, in
LoadOneBuildFile
    raise Exception("%s not found (cwd: %s)" % (build_file_path,
os.getcwd()))
Exception: src/third_party/WebKit/WebCore/WebCore.gypi not found
(cwd: /home/maciej/src/opencsw/pkg/chromium/trunk/work/build-isa-
sparcv8/chromium) while reading includes of src/webkit/webkit.gyp
while loading dependencies of src/chrome/chrome.gyp while loading
dependencies of src/build/all.gyp while trying to load src/build/
all.gyp
failed to run command: /opt/csw/bin/python src/build/gyp_chromium
gmake[1]: *** [gclient-sync] Error 2
gmake[1]: Leaving directory `/home/maciej/src/opencsw/pkg/chromium/
trunk'
gmake: *** [build-isa-sparcv8] Error 2

How is src/third_party/WebKit/WebCore/WebCore.gypi supposed to arrive
there, is it generated?  By what tool?

Maciej

-- 
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev

Reply via email to