On Nov 26, 8:42 pm, Dan Kegel <d...@kegel.com> wrote:
> gclient put the following line in my .gclient_entries:
>   'src/third_party/WebKit/WebCore':
> 'http://svn.webkit.org/repository/webkit/trunk/webc...@51395',
>
> I seem to recall you're supposed to do a gclient sync
> after unpacking the tarball, maybe that's what you need to do.

It was happening during gclient sync. I found the problem, it was a
locked subversion client due to interrupted checkout:
http://stackoverflow.com/questions/158664/what-to-do-when-svn-cleanup-fails

I've removed the WebCore directory and ran gclient sync again.

The next problem: there's the /usr/bin/gcc path hardcoded somewhere:

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 =====]
        [extract-modulated] complete for chromium.
        [patch-modulated] complete for chromium.
        [configure-modulated] complete for chromium.
(cd work/build-isa-sparcv8/chromium/src \
                && \
        PATH=$PATH:/home/maciej/src/opencsw/pkg/chromium/trunk/work/
build-isa-sparcv8/depot_tools:/opt/csw/gcc4/bin \
        gmake chrome)
gmake[2]: Entering directory `/home/maciej/src/opencsw/pkg/chromium/
trunk/work/build-isa-sparcv8/chromium/src'
  ACTION webcore_bindings_sources_CSSPropertyNames out/Debug/obj/gen/
webkit/CSSPropertyNames.cpp
  ACTION webcore_bindings_sources_CSSValueKeywords out/Debug/obj/gen/
webkit/CSSValueKeywords.c
  ACTION webcore_bindings_sources_HTMLNames out/Debug/obj/gen/webkit/
HTMLNames.cpp
sh: /usr/bin/gcc: not found
Failed to read names from file: /home/maciej/src/opencsw/pkg/chromium/
trunk/work/build-isa-sparcv8/chromium/src/third_party/WebKit/WebCore/
html/HTMLTagNames.in at /home/maciej/src/opencsw/pkg/chromium/trunk/
work/build-isa-sparcv8/chromium/src/third_party/WebKit/WebCore/dom/
make_names.pl line 213.
Traceback (most recent call last):
  File "scripts/action_makenames.py", line 174, in <module>
    sys.exit(main(sys.argv))
  File "scripts/action_makenames.py", line 156, in main
    assert returnCode == 0
AssertionError
gmake[2]: *** [out/Debug/obj/gen/webkit/HTMLNames.cpp] Error 1
gmake[2]: Leaving directory `/home/maciej/src/opencsw/pkg/chromium/
trunk/work/build-isa-sparcv8/chromium/src'
gmake[1]: *** [build-chromium] Error 2
gmake[1]: Leaving directory `/home/maciej/src/opencsw/pkg/chromium/
trunk'
gmake: *** [build-isa-sparcv8] Error 2

-- 
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