Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

which package includes JSCore

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
6 posts • Page 1 of 1
Author
Message
kmacphail
n00b
n00b
User avatar
Posts: 38
Joined: Wed Dec 30, 2009 8:40 am
Location: Isle of Lewis, Scotland
Contact:
Contact kmacphail
Website

which package includes JSCore

  • Quote

Post by kmacphail » Thu Sep 29, 2011 4:27 pm

I'm having a bit of trouble updating my system, when I try to update via portage I keep on getting stuck when webkit is updating. From the build log it appears that the problem is JSCore 1.2 or later is required and I currently have JSCore 1.0 installed.

What package includes the core JavaScript module? I think that I've got all of the Java packages up to date however I'm obviously missing one. I'm hoping that somebody can help with this issue.

I run Gentoo AMD64 using the stable branch.
Top
kmacphail
n00b
n00b
User avatar
Posts: 38
Joined: Wed Dec 30, 2009 8:40 am
Location: Isle of Lewis, Scotland
Contact:
Contact kmacphail
Website

  • Quote

Post by kmacphail » Thu Sep 29, 2011 7:10 pm

Here is the build.log

Code: Select all

[32;01m * [39;49;00mPackage:    net-libs/webkit-gtk-1.2.7
[32;01m * [39;49;00mRepository: gentoo
[32;01m * [39;49;00mMaintainer: gnome@gentoo.org
[32;01m * [39;49;00mUSE:        amd64 elibc_glibc gstreamer introspection jit kernel_linux multilib userland_GNU
[32;01m * [39;49;00mFEATURES:   sandbox
>>> Unpacking source...
>>> Unpacking webkit-1.2.7.tar.gz to /var/tmp/portage/net-libs/webkit-gtk-1.2.7/work
>>> Source unpacked in /var/tmp/portage/net-libs/webkit-gtk-1.2.7/work
>>> Preparing source in /var/tmp/portage/net-libs/webkit-gtk-1.2.7/work/webkit-1.2.7 ...
 [32;01m*[0m Applying webkit-gtk-1.2.5-darwin8.patch ...
[A[72C [34;01m[ [32;01mok[34;01m ][0m
 [32;01m*[0m Applying webkit-gtk-1.2.5-tests-build.patch ...
[A[72C [34;01m[ [32;01mok[34;01m ][0m
 [32;01m*[0m Applying webkit-gtk-1.2.7-libpng15.patch ...
[A[72C [34;01m[ [32;01mok[34;01m ][0m
 [32;01m*[0m Running eautoreconf in '/var/tmp/portage/net-libs/webkit-gtk-1.2.7/work/webkit-1.2.7' ...
 [32;01m*[0m Running aclocal -I autotools ...
[A[72C [34;01m[ [32;01mok[34;01m ][0m
 [32;01m*[0m Running libtoolize --copy --force --install --automake ...
[A[72C [34;01m[ [32;01mok[34;01m ][0m
 [32;01m*[0m Running aclocal -I autotools ...
[A[72C [34;01m[ [32;01mok[34;01m ][0m
 [32;01m*[0m Running autoconf -I autotools ...
[A[72C [34;01m[ [32;01mok[34;01m ][0m
 [32;01m*[0m Running autoheader -I autotools ...
[A[72C [34;01m[ [32;01mok[34;01m ][0m
 [32;01m*[0m Running automake --add-missing --copy --foreign ...
[A[72C [34;01m[ [32;01mok[34;01m ][0m
 [32;01m*[0m Running elibtoolize in: webkit-1.2.7/autotools/
 [32;01m*[0m   Applying portage-1.2.0.patch ...
 [32;01m*[0m   Applying sed-1.5.6.patch ...
 [32;01m*[0m   Applying as-needed-2.2.6.patch ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/net-libs/webkit-gtk-1.2.7/work/webkit-1.2.7 ...
 * econf: updating webkit-1.2.7/autotools/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating webkit-1.2.7/autotools/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-introspection --disable-web_sockets --disable-coverage --disable-debug --enable-video --enable-introspection --enable-jit
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for native Win32... no
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-pc-linux-gnu-g++... gcc3
checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking if x86_64-pc-linux-gnu-g++ supports -fvisibility=hidden -fvisibility-inlines-hidden... yes
checking for pkg-config... /usr/bin/pkg-config
checking for perl... /usr/bin/perl
checking for bison... /usr/bin/bison
checking for mv... /bin/mv
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for sysroot... no
checking for x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for bash... /bin/bash
checking if dolt supports this host... yes, replacing libtool
checking for flex... /usr/bin/flex
checking for gawk... (cached) gawk
checking for gperf... /usr/bin/gperf
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for jpeg_destroy_decompress in -ljpeg... yes
checking for jpeglib... yes
checking for libpng... yes
checking the target windowing system... x11
checking for Hildon UI extensions... no
checking for GLIB... yes
checking for glib-genmarshal... /usr/bin/glib-genmarshal
checking for glib-mkenums... /usr/bin/glib-mkenums
checking which Unicode backend to use... icu
checking for icu-config... /usr/bin/icu-config
checking for LIBXML... yes
checking for PANGO... yes
checking for ENCHANT... yes
checking for GAIL... yes
checking for CAIRO... yes
checking for GTK... yes
checking for XT... yes
checking whether to do a debug build... no
checking whether to enable optimized builds... yes
checking whether to enable support for 3D Transforms... no
checking whether to enable HTML5 Channel Messaging support... yes
checking whether to enable JavaScript debugger/profiler support... yes
checking whether to enable HTML5 offline web applications support... yes
checking whether to enable HTML5 client-side session and persistent storage support... yes
checking whether to enable the indexed database API... no
checking whether to enable HTML5 client-side database storage support... yes
checking whether to enable HTML5 server-sent events support... yes
checking whether to enable icon database support... yes
checking whether to enable HTML5 datalist support... yes
checking whether to enable HTML5 ruby support... yes
checking whether to enable HTML5 sandboxed iframe support... 
checking whether to enable HTML5 video support... yes
checking whether to enable XHTML-MP support... no
checking whether to enable XPath support... yes
checking whether to enable XSLT support... yes
checking whether to enable geolocation support... no
checking whether to enable MathML support... no
checking whether to enable SVG support... yes
checking whether to enable WML support... no
checking whether to enable SharedWorkers support... yes
checking whether to enable Web Workers support... yes
checking whether to enable support for SVG animation... yes
checking whether to enable support for filters... yes
checking whether to enable support for SVG fonts... yes
checking whether to enable support for SVG foreign objects... yes
checking whether to enable SVG as Image support... yes
checking whether to enable support for SVG use element... yes
checking whether to enable Web Sockets support... no
checking whether to enable Blob.slice support... no
checking whether to enable Fast Mobile Scrolling... no
checking whether to enable code coverage support... no
checking whether to enable optimized memory allocator... yes
checking whether to enable JIT compilation... yes
checking whether to enable GObject introspection support... yes
checking for INTROSPECTION... yes
checking the font backend to use... freetype
checking for LIBSOUP... yes
checking for LIBSOUP_2_29_90... yes
checking for FREETYPE... yes
checking for SQLITE3... yes
checking for LIBXSLT... yes
checking for GSTREAMER... yes
checking for gtkdoc-check... no
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating WebKit/gtk/webkit-1.0.pc
config.status: creating WebKit/gtk/webkit/webkitversion.h
config.status: creating WebKit/gtk/docs/GNUmakefile
config.status: creating WebKit/gtk/docs/version.xml
config.status: creating autotoolsconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands

WebKit was configured with the following options:

Build configuration:
 Enable debugging (slow)                                  : no
 Enable GCC build optimization                            : yes
 Code coverage support                                    : no
 Unicode backend                                          : icu
 Font backend                                             : freetype
 Optimized memory allocator                               : yes
Features:
 3D Transforms                                            : no
 Blob.slice support                                       : no
 Fast Mobile Scrolling                                    : no
 JIT compilation                                          : yes
 Filters support                                          : yes
 Geolocation support                                      : no
 JavaScript debugger/profiler support                     : yes
 MathML support                                           : no
 HTML5 offline web applications support                   : yes
 HTML5 channel messaging support                          : yes
 HTML5 client-side session and persistent storage support : yes
 HTML5 client-side database storage support               : yes
 HTML5 ruby support                                       : yes
 HTML5 sandboxed iframe support                           : 
 HTML5 server-sent events support                         : yes
 HTML5 video element support                              : yes
 Icon database support                                    : yes
 SharedWorkers support                                    : yes
 SVG support                                              : yes
 SVG animation support                                    : yes
 SVG fonts support                                        : yes
 SVG foreign object support                               : yes
 SVG as image support                                     : yes
 SVG use element support                                  : yes
 WML support                                              : no
 Web Sockets support                                      : no
 Web Workers support                                      : yes
 XHTML-MP support                                         : no
 XPATH support                                            : yes
 XSLT support                                             : yes
GTK+ configuration:
 GDK target                                               : x11
 Hildon UI extensions                                     : no
 Introspection support                                    : yes

>>> Source configured.
>>> Compiling source in /var/tmp/portage/net-libs/webkit-gtk-1.2.7/work/webkit-1.2.7 ...
make -j2 -j1 XDG_DATA_HOME=/var/tmp/portage/net-libs/webkit-gtk-1.2.7/temp/.local 
  GEN    stamp-webkitenumtypes.h
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /var/tmp/portage/net-libs/webkit-gtk-1.2.7/work/webkit-1.2.7/autotools/missing --run autoheader)
configure.ac:81: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
autotools/webkit.m4:22: WEBKIT_INIT is expanded from...
configure.ac:81: the top level
rm -f stamp-h1
touch autotoolsconfig.h.in
cd . && /bin/sh ./config.status autotoolsconfig.h
config.status: creating autotoolsconfig.h
config.status: autotoolsconfig.h is unchanged
/usr/bin/bison -d -p jscyy ./JavaScriptCore/parser/Grammar.y -o DerivedSources/Grammar.cpp > bison_out.txt 2>&1
/usr/bin/perl -p -e 'END { if ($conflict) { unlink "Grammar.cpp"; die; } } $conflict ||= /conflict/' < bison_out.txt
cat ./DerivedSources/Grammar.hpp > ./DerivedSources/Grammar.h
rm -f ./DerivedSources/Grammar.hpp bison_out.txt
/usr/bin/perl JavaScriptCore/create_hash_table JavaScriptCore/parser/Keywords.table > DerivedSources/Lexer.lut.h
Creating hashtable for JavaScriptCore/parser/Keywords.table
/usr/bin/perl JavaScriptCore/create_hash_table JavaScriptCore/runtime/ArrayPrototype.cpp -i > JavaScriptCore/runtime/ArrayPrototype.lut.h
Creating hashtable for JavaScriptCore/runtime/ArrayPrototype.cpp
/usr/bin/perl JavaScriptCore/create_hash_table JavaScriptCore/runtime/DatePrototype.cpp -i > JavaScriptCore/runtime/DatePrototype.lut.h
Creating hashtable for JavaScriptCore/runtime/DatePrototype.cpp
/usr/bin/perl JavaScriptCore/create_hash_table JavaScriptCore/runtime/JSONObject.cpp -i > JavaScriptCore/runtime/JSONObject.lut.h
Creating hashtable for JavaScriptCore/runtime/JSONObject.cpp
/usr/bin/perl JavaScriptCore/create_hash_table JavaScriptCore/runtime/MathObject.cpp -i > JavaScriptCore/runtime/MathObject.lut.h
Creating hashtable for JavaScriptCore/runtime/MathObject.cpp
/usr/bin/perl JavaScriptCore/create_hash_table JavaScriptCore/runtime/NumberConstructor.cpp -i > JavaScriptCore/runtime/NumberConstructor.lut.h
Creating hashtable for JavaScriptCore/runtime/NumberConstructor.cpp
/usr/bin/perl JavaScriptCore/create_hash_table JavaScriptCore/runtime/RegExpConstructor.cpp -i > JavaScriptCore/runtime/RegExpConstructor.lut.h
Creating hashtable for JavaScriptCore/runtime/RegExpConstructor.cpp
/usr/bin/perl JavaScriptCore/create_hash_table JavaScriptCore/runtime/RegExpObject.cpp -i > JavaScriptCore/runtime/RegExpObject.lut.h
Creating hashtable for JavaScriptCore/runtime/RegExpObject.cpp
/usr/bin/perl JavaScriptCore/create_hash_table JavaScriptCore/runtime/StringPrototype.cpp -i > JavaScriptCore/runtime/StringPrototype.lut.h
Creating hashtable for JavaScriptCore/runtime/StringPrototype.cpp
/usr/bin/perl JavaScriptCore/pcre/dftables JavaScriptCore/pcre/chartables.c
rm -f ./DerivedSources/CSSGrammar.cpp.h ./DerivedSources/CSSGrammar.hpp
/usr/bin/bison -d -p cssyy WebCore/css/CSSGrammar.y -o ./DerivedSources/CSSGrammar.cpp
touch ./DerivedSources/CSSGrammar.cpp.h ./DerivedSources/CSSGrammar.hpp
echo '#ifndef CSSGrammar_h' > ./DerivedSources/CSSGrammar.h
echo '#define CSSGrammar_h' >> ./DerivedSources/CSSGrammar.h
cat ./DerivedSources/CSSGrammar.cpp.h ./DerivedSources/CSSGrammar.hpp >> ./DerivedSources/CSSGrammar.h
echo '#endif' >> ./DerivedSources/CSSGrammar.h
rm -f ./DerivedSources/CSSGrammar.cpp.h ./DerivedSources/CSSGrammar.hpp
if sort ./WebCore/css/CSSPropertyNames.in ./WebCore/css/SVGCSSPropertyNames.in  | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi
cat ./WebCore/css/CSSPropertyNames.in ./WebCore/css/SVGCSSPropertyNames.in  > CSSPropertyNames.in
/usr/bin/perl "./WebCore/css/makeprop.pl"
mv CSSPropertyNames.* ./DerivedSources
/usr/bin/perl -ne 'print lc' ./WebCore/css/CSSValueKeywords.in ./WebCore/css/SVGCSSValueKeywords.in > CSSValueKeywords.in
if sort CSSValueKeywords.in | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi
/usr/bin/perl "./WebCore/css/makevalues.pl"
mv CSSValueKeywords.* ./DerivedSources
  GEN    DerivedSources/HTMLElementFactory.cpp
Switch will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at WebCore/dom/make_names.pl, line 38.
  GEN    DerivedSources/HTMLEntityNames.c
  GEN    DerivedSources/HTMLNames.cpp
Switch will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at WebCore/dom/make_names.pl, line 38.
  GEN    DerivedSources/UserAgentStyleSheets.h
Name "Config::Config" used only once: possible typo at WebCore/css/make-css-file-arrays.pl line 33.
  GEN    DerivedSources/XMLNSNames.cpp
Switch will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at WebCore/dom/make_names.pl, line 38.
  GEN    DerivedSources/XMLNames.cpp
Switch will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at WebCore/dom/make_names.pl, line 38.
rm -f ./DerivedSources/XPathGrammar.cpp.h ./DerivedSources/XPathGrammar.hpp
/usr/bin/bison -d -p xpathyy WebCore/xml/XPathGrammar.y -o ./DerivedSources/XPathGrammar.cpp
touch ./DerivedSources/XPathGrammar.cpp.h ./DerivedSources/XPathGrammar.hpp
echo '#ifndef XPathGrammar_h' > ./DerivedSources/XPathGrammar.h
echo '#define XPathGrammar_h' >> ./DerivedSources/XPathGrammar.h
cat ./DerivedSources/XPathGrammar.cpp.h ./DerivedSources/XPathGrammar.hpp >> ./DerivedSources/XPathGrammar.h
echo '#endif' >> ./DerivedSources/XPathGrammar.h
rm -f ./DerivedSources/XPathGrammar.cpp.h ./DerivedSources/XPathGrammar.hpp
  GEN    DerivedSources/SVGElementFactory.cpp
Switch will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at WebCore/dom/make_names.pl, line 38.
  GEN    DerivedSources/XLinkNames.cpp
Switch will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at WebCore/dom/make_names.pl, line 38.
  GEN    DerivedSources/DocTypeStrings.cpp
  GEN    DerivedSources/tokenizer.cpp
  GEN    DerivedSources/ColorData.c
  GEN    DerivedSources/JSCSSCharsetRule.cpp
  GEN    DerivedSources/JSCSSFontFaceRule.cpp
  GEN    DerivedSources/JSCSSImportRule.cpp
  GEN    DerivedSources/JSCSSMediaRule.cpp
  GEN    DerivedSources/JSCSSPageRule.cpp
  GEN    DerivedSources/JSCSSPrimitiveValue.cpp
  GEN    DerivedSources/JSCSSRule.cpp
  GEN    DerivedSources/JSCSSRuleList.cpp
  GEN    DerivedSources/JSCSSStyleDeclaration.cpp
  GEN    DerivedSources/JSCSSStyleRule.cpp
  GEN    DerivedSources/JSCSSStyleSheet.cpp
  GEN    DerivedSources/JSCSSValue.cpp
  GEN    DerivedSources/JSCSSValueList.cpp
  GEN    DerivedSources/JSCSSVariablesDeclaration.cpp
  GEN    DerivedSources/JSCSSVariablesRule.cpp
  GEN    DerivedSources/JSCounter.cpp
  GEN    DerivedSources/JSMedia.cpp
  GEN    DerivedSources/JSMediaList.cpp
  GEN    DerivedSources/JSRGBColor.cpp
  GEN    DerivedSources/JSRect.cpp
  GEN    DerivedSources/JSStyleSheet.cpp
  GEN    DerivedSources/JSStyleSheetList.cpp
  GEN    DerivedSources/JSWebKitCSSKeyframeRule.cpp
  GEN    DerivedSources/JSWebKitCSSKeyframesRule.cpp
  GEN    DerivedSources/JSWebKitCSSMatrix.cpp
  GEN    DerivedSources/JSWebKitCSSTransformValue.cpp
  GEN    DerivedSources/JSAttr.cpp
  GEN    DerivedSources/JSBeforeLoadEvent.cpp
  GEN    DerivedSources/JSCDATASection.cpp
  GEN    DerivedSources/JSCharacterData.cpp
  GEN    DerivedSources/JSClientRect.cpp
  GEN    DerivedSources/JSClientRectList.cpp
  GEN    DerivedSources/JSClipboard.cpp
  GEN    DerivedSources/JSComment.cpp
  GEN    DerivedSources/JSCompositionEvent.cpp
  GEN    DerivedSources/JSDOMCoreException.cpp
  GEN    DerivedSources/JSDOMImplementation.cpp
  GEN    DerivedSources/JSDocument.cpp
  GEN    DerivedSources/JSDocumentFragment.cpp
  GEN    DerivedSources/JSDocumentType.cpp
  GEN    DerivedSources/JSElement.cpp
  GEN    DerivedSources/JSEntity.cpp
  GEN    DerivedSources/JSEntityReference.cpp
  GEN    DerivedSources/JSErrorEvent.cpp
  GEN    DerivedSources/JSEvent.cpp
  GEN    DerivedSources/JSEventException.cpp
  GEN    DerivedSources/JSKeyboardEvent.cpp
  GEN    DerivedSources/JSMessageChannel.cpp
  GEN    DerivedSources/JSMessageEvent.cpp
  GEN    DerivedSources/JSMessagePort.cpp
  GEN    DerivedSources/JSMouseEvent.cpp
  GEN    DerivedSources/JSMutationEvent.cpp
  GEN    DerivedSources/JSNamedNodeMap.cpp
  GEN    DerivedSources/JSNode.cpp
  GEN    DerivedSources/JSNodeFilter.cpp
  GEN    DerivedSources/JSNodeIterator.cpp
  GEN    DerivedSources/JSNodeList.cpp
  GEN    DerivedSources/JSNotation.cpp
  GEN    DerivedSources/JSOverflowEvent.cpp
  GEN    DerivedSources/JSPageTransitionEvent.cpp
  GEN    DerivedSources/JSPopStateEvent.cpp
  GEN    DerivedSources/JSProcessingInstruction.cpp
  GEN    DerivedSources/JSProgressEvent.cpp
  GEN    DerivedSources/JSRange.cpp
  GEN    DerivedSources/JSRangeException.cpp
  GEN    DerivedSources/JSText.cpp
  GEN    DerivedSources/JSTextEvent.cpp
  GEN    DerivedSources/JSTreeWalker.cpp
  GEN    DerivedSources/JSUIEvent.cpp
  GEN    DerivedSources/JSWebKitAnimationEvent.cpp
  GEN    DerivedSources/JSWebKitTransitionEvent.cpp
  GEN    DerivedSources/JSWheelEvent.cpp
  GEN    DerivedSources/JSBlob.cpp
  GEN    DerivedSources/JSWebGLArray.cpp
  GEN    DerivedSources/JSWebGLArrayBuffer.cpp
  GEN    DerivedSources/JSWebGLByteArray.cpp
  GEN    DerivedSources/JSWebGLFloatArray.cpp
  GEN    DerivedSources/JSCanvasGradient.cpp
  GEN    DerivedSources/JSWebGLIntArray.cpp
  GEN    DerivedSources/JSCanvasPattern.cpp
  GEN    DerivedSources/JSCanvasRenderingContext.cpp
  GEN    DerivedSources/JSCanvasRenderingContext2D.cpp
  GEN    DerivedSources/JSWebGLRenderingContext.cpp
  GEN    DerivedSources/JSWebGLShortArray.cpp
  GEN    DerivedSources/JSWebGLUnsignedByteArray.cpp
  GEN    DerivedSources/JSWebGLUnsignedIntArray.cpp
  GEN    DerivedSources/JSWebGLUnsignedShortArray.cpp
  GEN    DerivedSources/JSDataGridColumn.cpp
  GEN    DerivedSources/JSDataGridColumnList.cpp
  GEN    DerivedSources/JSDOMFormData.cpp
  GEN    DerivedSources/JSFile.cpp
  GEN    DerivedSources/JSFileList.cpp
  GEN    DerivedSources/JSHTMLAllCollection.cpp
  GEN    DerivedSources/JSHTMLAnchorElement.cpp
  GEN    DerivedSources/JSHTMLAppletElement.cpp
  GEN    DerivedSources/JSHTMLAreaElement.cpp
  GEN    DerivedSources/JSHTMLAudioElement.cpp
  GEN    DerivedSources/JSHTMLBRElement.cpp
  GEN    DerivedSources/JSHTMLBaseElement.cpp
  GEN    DerivedSources/JSHTMLBaseFontElement.cpp
  GEN    DerivedSources/JSHTMLBlockquoteElement.cpp
  GEN    DerivedSources/JSHTMLBodyElement.cpp
  GEN    DerivedSources/JSHTMLButtonElement.cpp
  GEN    DerivedSources/JSHTMLCanvasElement.cpp
  GEN    DerivedSources/JSHTMLCollection.cpp
  GEN    DerivedSources/JSHTMLDataGridElement.cpp
  GEN    DerivedSources/JSHTMLDataGridCellElement.cpp
  GEN    DerivedSources/JSHTMLDataGridColElement.cpp
  GEN    DerivedSources/JSHTMLDataGridRowElement.cpp
  GEN    DerivedSources/JSHTMLDataListElement.cpp
  GEN    DerivedSources/JSHTMLDListElement.cpp
  GEN    DerivedSources/JSHTMLDirectoryElement.cpp
  GEN    DerivedSources/JSHTMLDivElement.cpp
  GEN    DerivedSources/JSHTMLDocument.cpp
  GEN    DerivedSources/JSHTMLElement.cpp
  GEN    DerivedSources/JSHTMLEmbedElement.cpp
  GEN    DerivedSources/JSHTMLFieldSetElement.cpp
  GEN    DerivedSources/JSHTMLFontElement.cpp
  GEN    DerivedSources/JSHTMLFormElement.cpp
  GEN    DerivedSources/JSHTMLFrameElement.cpp
  GEN    DerivedSources/JSHTMLFrameSetElement.cpp
  GEN    DerivedSources/JSHTMLHRElement.cpp
  GEN    DerivedSources/JSHTMLHeadElement.cpp
  GEN    DerivedSources/JSHTMLHeadingElement.cpp
  GEN    DerivedSources/JSHTMLHtmlElement.cpp
  GEN    DerivedSources/JSHTMLIFrameElement.cpp
  GEN    DerivedSources/JSHTMLImageElement.cpp
  GEN    DerivedSources/JSHTMLInputElement.cpp
  GEN    DerivedSources/JSHTMLIsIndexElement.cpp
  GEN    DerivedSources/JSHTMLLIElement.cpp
  GEN    DerivedSources/JSHTMLLabelElement.cpp
  GEN    DerivedSources/JSHTMLLegendElement.cpp
  GEN    DerivedSources/JSHTMLLinkElement.cpp
  GEN    DerivedSources/JSHTMLMapElement.cpp
  GEN    DerivedSources/JSHTMLMarqueeElement.cpp
  GEN    DerivedSources/JSHTMLMediaElement.cpp
  GEN    DerivedSources/JSMediaError.cpp
  GEN    DerivedSources/JSHTMLMenuElement.cpp
  GEN    DerivedSources/JSHTMLMetaElement.cpp
  GEN    DerivedSources/JSHTMLModElement.cpp
  GEN    DerivedSources/JSHTMLOListElement.cpp
  GEN    DerivedSources/JSHTMLObjectElement.cpp
  GEN    DerivedSources/JSHTMLOptGroupElement.cpp
  GEN    DerivedSources/JSHTMLOptionElement.cpp
  GEN    DerivedSources/JSHTMLOptionsCollection.cpp
  GEN    DerivedSources/JSHTMLParagraphElement.cpp
  GEN    DerivedSources/JSHTMLParamElement.cpp
  GEN    DerivedSources/JSHTMLPreElement.cpp
  GEN    DerivedSources/JSHTMLProgressElement.cpp
  GEN    DerivedSources/JSHTMLQuoteElement.cpp
  GEN    DerivedSources/JSHTMLScriptElement.cpp
  GEN    DerivedSources/JSHTMLSelectElement.cpp
  GEN    DerivedSources/JSHTMLSourceElement.cpp
  GEN    DerivedSources/JSHTMLStyleElement.cpp
  GEN    DerivedSources/JSHTMLTableCaptionElement.cpp
  GEN    DerivedSources/JSHTMLTableCellElement.cpp
  GEN    DerivedSources/JSHTMLTableColElement.cpp
  GEN    DerivedSources/JSHTMLTableElement.cpp
  GEN    DerivedSources/JSHTMLTableRowElement.cpp
  GEN    DerivedSources/JSHTMLTableSectionElement.cpp
  GEN    DerivedSources/JSHTMLTextAreaElement.cpp
  GEN    DerivedSources/JSHTMLTitleElement.cpp
  GEN    DerivedSources/JSHTMLUListElement.cpp
  GEN    DerivedSources/JSHTMLVideoElement.cpp
  GEN    DerivedSources/JSImageData.cpp
  GEN    DerivedSources/JSTextMetrics.cpp
  GEN    DerivedSources/JSValidityState.cpp
  GEN    DerivedSources/JSVoidCallback.cpp
  GEN    DerivedSources/JSJavaScriptCallFrame.cpp
  GEN    DerivedSources/JSInjectedScriptHost.cpp
  GEN    DerivedSources/JSInspectorBackend.cpp
  GEN    DerivedSources/JSInspectorFrontendHost.cpp
  GEN    DerivedSources/JSNotification.cpp
  GEN    DerivedSources/JSNotificationCenter.cpp
  GEN    DerivedSources/JSBarInfo.cpp
  GEN    DerivedSources/JSConsole.cpp
  GEN    DerivedSources/JSCoordinates.cpp
  GEN    DerivedSources/JSDOMSelection.cpp
  GEN    DerivedSources/JSDOMWindow.cpp
  GEN    DerivedSources/JSEventSource.cpp
  GEN    DerivedSources/JSGeolocation.cpp
  GEN    DerivedSources/JSGeoposition.cpp
  GEN    DerivedSources/JSHistory.cpp
  GEN    DerivedSources/JSLocation.cpp
  GEN    DerivedSources/JSNavigator.cpp
  GEN    DerivedSources/JSPositionError.cpp
  GEN    DerivedSources/JSScreen.cpp
  GEN    DerivedSources/JSWebKitPoint.cpp
  GEN    DerivedSources/JSWorkerNavigator.cpp
  GEN    DerivedSources/JSMimeType.cpp
  GEN    DerivedSources/JSMimeTypeArray.cpp
  GEN    DerivedSources/JSPlugin.cpp
  GEN    DerivedSources/JSPluginArray.cpp
  GEN    DerivedSources/JSAbstractWorker.cpp
  GEN    DerivedSources/JSDedicatedWorkerContext.cpp
  GEN    DerivedSources/JSSharedWorker.cpp
  GEN    DerivedSources/JSSharedWorkerContext.cpp
  GEN    DerivedSources/JSWorker.cpp
  GEN    DerivedSources/JSWorkerContext.cpp
  GEN    DerivedSources/JSWorkerLocation.cpp
  GEN    DerivedSources/JSDOMParser.cpp
  GEN    DerivedSources/JSXMLHttpRequest.cpp
  GEN    DerivedSources/JSXMLHttpRequestException.cpp
  GEN    DerivedSources/JSXMLHttpRequestProgressEvent.cpp
  GEN    DerivedSources/JSXMLHttpRequestUpload.cpp
  GEN    DerivedSources/JSXMLSerializer.cpp
  GEN    DerivedSources/JSXSLTProcessor.cpp
  GEN    DerivedSources/JSDOMApplicationCache.cpp
  GEN    DerivedSources/JSDatabase.cpp
  GEN    DerivedSources/JSSQLError.cpp
  GEN    DerivedSources/JSSQLResultSet.cpp
  GEN    DerivedSources/JSSQLResultSetRowList.cpp
  GEN    DerivedSources/JSSQLTransaction.cpp
  GEN    DerivedSources/JSStorage.cpp
  GEN    DerivedSources/JSStorageEvent.cpp
  GEN    DerivedSources/JSTimeRanges.cpp
  GEN    DerivedSources/JSXPathEvaluator.cpp
  GEN    DerivedSources/JSXPathException.cpp
  GEN    DerivedSources/JSXPathExpression.cpp
  GEN    DerivedSources/JSXPathNSResolver.cpp
  GEN    DerivedSources/JSXPathResult.cpp
  GEN    DerivedSources/JSElementTimeControl.cpp
  GEN    DerivedSources/JSSVGAElement.cpp
  GEN    DerivedSources/JSSVGAltGlyphElement.cpp
  GEN    DerivedSources/JSSVGAngle.cpp
  GEN    DerivedSources/JSSVGAnimateColorElement.cpp
  GEN    DerivedSources/JSSVGAnimateElement.cpp
  GEN    DerivedSources/JSSVGAnimateTransformElement.cpp
  GEN    DerivedSources/JSSVGAnimatedAngle.cpp
  GEN    DerivedSources/JSSVGAnimatedBoolean.cpp
  GEN    DerivedSources/JSSVGAnimatedEnumeration.cpp
  GEN    DerivedSources/JSSVGAnimatedInteger.cpp
  GEN    DerivedSources/JSSVGAnimatedLength.cpp
  GEN    DerivedSources/JSSVGAnimatedLengthList.cpp
  GEN    DerivedSources/JSSVGAnimatedNumber.cpp
  GEN    DerivedSources/JSSVGAnimatedNumberList.cpp
  GEN    DerivedSources/JSSVGAnimatedPathData.cpp
  GEN    DerivedSources/JSSVGAnimatedPoints.cpp
  GEN    DerivedSources/JSSVGAnimatedPreserveAspectRatio.cpp
  GEN    DerivedSources/JSSVGAnimatedRect.cpp
  GEN    DerivedSources/JSSVGAnimatedString.cpp
  GEN    DerivedSources/JSSVGAnimatedTransformList.cpp
  GEN    DerivedSources/JSSVGAnimationElement.cpp
  GEN    DerivedSources/JSSVGCircleElement.cpp
  GEN    DerivedSources/JSSVGClipPathElement.cpp
  GEN    DerivedSources/JSSVGColor.cpp
  GEN    DerivedSources/JSSVGComponentTransferFunctionElement.cpp
  GEN    DerivedSources/JSSVGCursorElement.cpp
  GEN    DerivedSources/JSSVGDefsElement.cpp
  GEN    DerivedSources/JSSVGDescElement.cpp
  GEN    DerivedSources/JSSVGDocument.cpp
  GEN    DerivedSources/JSSVGElement.cpp
  GEN    DerivedSources/JSSVGElementInstance.cpp
  GEN    DerivedSources/JSSVGElementInstanceList.cpp
  GEN    DerivedSources/JSSVGEllipseElement.cpp
  GEN    DerivedSources/JSSVGException.cpp
  GEN    DerivedSources/JSSVGExternalResourcesRequired.cpp
  GEN    DerivedSources/JSSVGFEBlendElement.cpp
  GEN    DerivedSources/JSSVGFEColorMatrixElement.cpp
  GEN    DerivedSources/JSSVGFEComponentTransferElement.cpp
  GEN    DerivedSources/JSSVGFECompositeElement.cpp
  GEN    DerivedSources/JSSVGFEDiffuseLightingElement.cpp
  GEN    DerivedSources/JSSVGFEDisplacementMapElement.cpp
  GEN    DerivedSources/JSSVGFEDistantLightElement.cpp
  GEN    DerivedSources/JSSVGFEFloodElement.cpp
  GEN    DerivedSources/JSSVGFEFuncAElement.cpp
  GEN    DerivedSources/JSSVGFEFuncBElement.cpp
  GEN    DerivedSources/JSSVGFEFuncGElement.cpp
  GEN    DerivedSources/JSSVGFEFuncRElement.cpp
  GEN    DerivedSources/JSSVGFEGaussianBlurElement.cpp
  GEN    DerivedSources/JSSVGFEImageElement.cpp
  GEN    DerivedSources/JSSVGFEMergeElement.cpp
  GEN    DerivedSources/JSSVGFEMergeNodeElement.cpp
  GEN    DerivedSources/JSSVGFEMorphologyElement.cpp
  GEN    DerivedSources/JSSVGFEOffsetElement.cpp
  GEN    DerivedSources/JSSVGFEPointLightElement.cpp
  GEN    DerivedSources/JSSVGFESpecularLightingElement.cpp
  GEN    DerivedSources/JSSVGFESpotLightElement.cpp
  GEN    DerivedSources/JSSVGFETileElement.cpp
  GEN    DerivedSources/JSSVGFETurbulenceElement.cpp
  GEN    DerivedSources/JSSVGFilterElement.cpp
  GEN    DerivedSources/JSSVGFilterPrimitiveStandardAttributes.cpp
  GEN    DerivedSources/JSSVGFitToViewBox.cpp
  GEN    DerivedSources/JSSVGFontElement.cpp
  GEN    DerivedSources/JSSVGFontFaceElement.cpp
  GEN    DerivedSources/JSSVGFontFaceFormatElement.cpp
  GEN    DerivedSources/JSSVGFontFaceNameElement.cpp
  GEN    DerivedSources/JSSVGFontFaceSrcElement.cpp
  GEN    DerivedSources/JSSVGFontFaceUriElement.cpp
  GEN    DerivedSources/JSSVGForeignObjectElement.cpp
  GEN    DerivedSources/JSSVGGElement.cpp
  GEN    DerivedSources/JSSVGGlyphElement.cpp
  GEN    DerivedSources/JSSVGGradientElement.cpp
  GEN    DerivedSources/JSSVGHKernElement.cpp
  GEN    DerivedSources/JSSVGImageElement.cpp
  GEN    DerivedSources/JSSVGLangSpace.cpp
  GEN    DerivedSources/JSSVGLength.cpp
  GEN    DerivedSources/JSSVGLengthList.cpp
  GEN    DerivedSources/JSSVGLineElement.cpp
  GEN    DerivedSources/JSSVGLinearGradientElement.cpp
  GEN    DerivedSources/JSSVGLocatable.cpp
  GEN    DerivedSources/JSSVGMarkerElement.cpp
  GEN    DerivedSources/JSSVGMaskElement.cpp
  GEN    DerivedSources/JSSVGMatrix.cpp
  GEN    DerivedSources/JSSVGMetadataElement.cpp
  GEN    DerivedSources/JSSVGMissingGlyphElement.cpp
  GEN    DerivedSources/JSSVGNumber.cpp
  GEN    DerivedSources/JSSVGNumberList.cpp
  GEN    DerivedSources/JSSVGPaint.cpp
  GEN    DerivedSources/JSSVGPathElement.cpp
  GEN    DerivedSources/JSSVGPathSeg.cpp
  GEN    DerivedSources/JSSVGPathSegArcAbs.cpp
  GEN    DerivedSources/JSSVGPathSegArcRel.cpp
  GEN    DerivedSources/JSSVGPathSegClosePath.cpp
  GEN    DerivedSources/JSSVGPathSegCurvetoCubicAbs.cpp
  GEN    DerivedSources/JSSVGPathSegCurvetoCubicRel.cpp
  GEN    DerivedSources/JSSVGPathSegCurvetoCubicSmoothAbs.cpp
  GEN    DerivedSources/JSSVGPathSegCurvetoCubicSmoothRel.cpp
  GEN    DerivedSources/JSSVGPathSegCurvetoQuadraticAbs.cpp
  GEN    DerivedSources/JSSVGPathSegCurvetoQuadraticRel.cpp
  GEN    DerivedSources/JSSVGPathSegCurvetoQuadraticSmoothAbs.cpp
  GEN    DerivedSources/JSSVGPathSegCurvetoQuadraticSmoothRel.cpp
  GEN    DerivedSources/JSSVGPathSegLinetoAbs.cpp
  GEN    DerivedSources/JSSVGPathSegLinetoHorizontalAbs.cpp
  GEN    DerivedSources/JSSVGPathSegLinetoHorizontalRel.cpp
  GEN    DerivedSources/JSSVGPathSegLinetoRel.cpp
  GEN    DerivedSources/JSSVGPathSegLinetoVerticalAbs.cpp
  GEN    DerivedSources/JSSVGPathSegLinetoVerticalRel.cpp
  GEN    DerivedSources/JSSVGPathSegList.cpp
  GEN    DerivedSources/JSSVGPathSegMovetoAbs.cpp
  GEN    DerivedSources/JSSVGPathSegMovetoRel.cpp
  GEN    DerivedSources/JSSVGPatternElement.cpp
  GEN    DerivedSources/JSSVGPoint.cpp
  GEN    DerivedSources/JSSVGPointList.cpp
  GEN    DerivedSources/JSSVGPolygonElement.cpp
  GEN    DerivedSources/JSSVGPolylineElement.cpp
  GEN    DerivedSources/JSSVGPreserveAspectRatio.cpp
  GEN    DerivedSources/JSSVGRadialGradientElement.cpp
  GEN    DerivedSources/JSSVGRect.cpp
  GEN    DerivedSources/JSSVGRectElement.cpp
  GEN    DerivedSources/JSSVGRenderingIntent.cpp
  GEN    DerivedSources/JSSVGSVGElement.cpp
  GEN    DerivedSources/JSSVGScriptElement.cpp
  GEN    DerivedSources/JSSVGSetElement.cpp
  GEN    DerivedSources/JSSVGStopElement.cpp
  GEN    DerivedSources/JSSVGStringList.cpp
  GEN    DerivedSources/JSSVGStylable.cpp
  GEN    DerivedSources/JSSVGStyleElement.cpp
  GEN    DerivedSources/JSSVGSwitchElement.cpp
  GEN    DerivedSources/JSSVGSymbolElement.cpp
  GEN    DerivedSources/JSSVGTRefElement.cpp
  GEN    DerivedSources/JSSVGTSpanElement.cpp
  GEN    DerivedSources/JSSVGTests.cpp
  GEN    DerivedSources/JSSVGTextContentElement.cpp
  GEN    DerivedSources/JSSVGTextElement.cpp
  GEN    DerivedSources/JSSVGTextPathElement.cpp
  GEN    DerivedSources/JSSVGTextPositioningElement.cpp
  GEN    DerivedSources/JSSVGTitleElement.cpp
  GEN    DerivedSources/JSSVGTransform.cpp
  GEN    DerivedSources/JSSVGTransformList.cpp
  GEN    DerivedSources/JSSVGTransformable.cpp
  GEN    DerivedSources/JSSVGURIReference.cpp
  GEN    DerivedSources/JSSVGUnitTypes.cpp
  GEN    DerivedSources/JSSVGUseElement.cpp
  GEN    DerivedSources/JSSVGViewElement.cpp
  GEN    DerivedSources/JSSVGViewSpec.cpp
  GEN    DerivedSources/JSSVGZoomAndPan.cpp
  GEN    DerivedSources/JSSVGZoomEvent.cpp
  GEN    DerivedSources/webkitenumtypes.cpp
  GEN    stamp-webkitmarshal.cpp
  GEN    stamp-webkitmarshal.h
make  all-am
make[1]: Entering directory `/var/tmp/portage/net-libs/webkit-gtk-1.2.7/work/webkit-1.2.7'
/usr/bin/msgmerge --update pt.po webkit.pot
........................................ done.
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/cs.mo WebKit/gtk/po/cs.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/de.mo WebKit/gtk/po/de.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/en_GB.mo WebKit/gtk/po/en_GB.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/es.mo WebKit/gtk/po/es.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/et.mo WebKit/gtk/po/et.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/gu.mo WebKit/gtk/po/gu.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/he.mo WebKit/gtk/po/he.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/it.mo WebKit/gtk/po/it.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/lt.mo WebKit/gtk/po/lt.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/lv.mo WebKit/gtk/po/lv.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/nl.mo WebKit/gtk/po/nl.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/pa.mo WebKit/gtk/po/pa.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/pt.mo WebKit/gtk/po/pt.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/pt_BR.mo WebKit/gtk/po/pt_BR.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/ru.mo WebKit/gtk/po/ru.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/sl.mo WebKit/gtk/po/sl.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/sr.mo WebKit/gtk/po/sr.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/sr@latin.mo WebKit/gtk/po/sr@latin.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/sv.mo WebKit/gtk/po/sv.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/uk.mo WebKit/gtk/po/uk.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/vi.mo WebKit/gtk/po/vi.po
test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/
/usr/bin/msgfmt -c -o WebKit/gtk/po/zh_CN.mo WebKit/gtk/po/zh_CN.po
test ! -f ./WebKit/gtk/po/webkit.pot || \
  test -z "WebKit/gtk/po/cs.mo WebKit/gtk/po/de.mo WebKit/gtk/po/en_GB.mo WebKit/gtk/po/es.mo WebKit/gtk/po/et.mo WebKit/gtk/po/gu.mo WebKit/gtk/po/he.mo WebKit/gtk/po/it.mo WebKit/gtk/po/lt.mo WebKit/gtk/po/lv.mo WebKit/gtk/po/nl.mo WebKit/gtk/po/pa.mo WebKit/gtk/po/pt.mo WebKit/gtk/po/pt_BR.mo WebKit/gtk/po/ru.mo WebKit/gtk/po/sl.mo WebKit/gtk/po/sr.mo WebKit/gtk/po/sr@latin.mo WebKit/gtk/po/sv.mo WebKit/gtk/po/uk.mo WebKit/gtk/po/vi.mo WebKit/gtk/po/zh_CN.mo" || make WebKit/gtk/po/cs.mo WebKit/gtk/po/de.mo WebKit/gtk/po/en_GB.mo WebKit/gtk/po/es.mo WebKit/gtk/po/et.mo WebKit/gtk/po/gu.mo WebKit/gtk/po/he.mo WebKit/gtk/po/it.mo WebKit/gtk/po/lt.mo WebKit/gtk/po/lv.mo WebKit/gtk/po/nl.mo WebKit/gtk/po/pa.mo WebKit/gtk/po/pt.mo WebKit/gtk/po/pt_BR.mo WebKit/gtk/po/ru.mo WebKit/gtk/po/sl.mo WebKit/gtk/po/sr.mo WebKit/gtk/po/sr@latin.mo WebKit/gtk/po/sv.mo WebKit/gtk/po/uk.mo WebKit/gtk/po/vi.mo WebKit/gtk/po/zh_CN.mo
make[2]: Entering directory `/var/tmp/portage/net-libs/webkit-gtk-1.2.7/work/webkit-1.2.7'
make[2]: `WebKit/gtk/po/cs.mo' is up to date.
make[2]: `WebKit/gtk/po/de.mo' is up to date.
make[2]: `WebKit/gtk/po/en_GB.mo' is up to date.
make[2]: `WebKit/gtk/po/es.mo' is up to date.
make[2]: `WebKit/gtk/po/et.mo' is up to date.
make[2]: `WebKit/gtk/po/gu.mo' is up to date.
make[2]: `WebKit/gtk/po/he.mo' is up to date.
make[2]: `WebKit/gtk/po/it.mo' is up to date.
make[2]: `WebKit/gtk/po/lt.mo' is up to date.
make[2]: `WebKit/gtk/po/lv.mo' is up to date.
make[2]: `WebKit/gtk/po/nl.mo' is up to date.
make[2]: `WebKit/gtk/po/pa.mo' is up to date.
/usr/bin/msgmerge --update pt.po webkit.pot
....................................... done.
make[2]: `WebKit/gtk/po/pt_BR.mo' is up to date.
make[2]: `WebKit/gtk/po/ru.mo' is up to date.
make[2]: `WebKit/gtk/po/sl.mo' is up to date.
make[2]: `WebKit/gtk/po/sr.mo' is up to date.
make[2]: `WebKit/gtk/po/sr@latin.mo' is up to date.
make[2]: `WebKit/gtk/po/sv.mo' is up to date.
make[2]: `WebKit/gtk/po/uk.mo' is up to date.
make[2]: `WebKit/gtk/po/vi.mo' is up to date.
make[2]: `WebKit/gtk/po/zh_CN.mo' is up to date.
make[2]: Leaving directory `/var/tmp/portage/net-libs/webkit-gtk-1.2.7/work/webkit-1.2.7'
touch stamp-po
/bin/mkdir -p ./.deps/DerivedSources
  CXX    WebCore/accessibility/libwebkit_1_0_la-AXObjectCache.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityARIAGrid.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityARIAGridCell.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityARIAGridRow.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityImageMapLink.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityList.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityListBox.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityListBoxOption.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityMediaControls.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityMenuList.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityMenuListPopup.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityMenuListOption.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityObject.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityRenderObject.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityScrollbar.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilitySlider.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityTable.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityTableCell.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityTableColumn.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityTableHeaderContainer.lo
  CXX    WebCore/accessibility/libwebkit_1_0_la-AccessibilityTableRow.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-DOMObjectHashTableMap.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-DOMWrapperWorld.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-GCController.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSAttrCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSCDATASectionCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSDataGridColumnListCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSDataGridDataSource.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSDebugWrapperSet.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSCSSRuleCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSCSSRuleListCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSCSSStyleDeclarationCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSCSSValueCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSCallbackData.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSCanvasRenderingContextCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSCanvasRenderingContext2DCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSClipboardCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSConsoleCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSCoordinatesCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSCustomPositionCallback.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSCustomPositionErrorCallback.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSCustomVoidCallback.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSCustomXPathNSResolver.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSDOMBinding.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSDOMFormDataCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSDOMGlobalObject.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSDOMWindowBase.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSDOMWindowCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSDOMWindowShell.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSDOMWrapper.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSDocumentCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSDocumentFragmentCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSElementCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSEventCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSEventListener.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSEventSourceConstructor.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSEventSourceCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSEventTarget.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSExceptionBase.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSGeolocationCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSHTMLAllCollectionCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSHTMLAppletElementCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSHTMLCanvasElementCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSHTMLCollectionCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSHTMLDataGridElementCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSHTMLDocumentCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSHTMLElementCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSHTMLEmbedElementCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSHTMLFormElementCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSHTMLFrameElementCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSHTMLFrameSetElementCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSHTMLIFrameElementCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSHTMLInputElementCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSHTMLObjectElementCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSHTMLOptionsCollectionCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSHTMLSelectElementCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSHistoryCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSImageConstructor.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSImageDataCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSInjectedScriptHostCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSInspectorFrontendHostCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSJavaScriptCallFrameCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSLazyEventListener.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSLocationCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSMessageChannelConstructor.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSMessageChannelCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSMessageEventCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSMessagePortCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSMimeTypeArrayCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSNamedNodeMapCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSNavigatorCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSNodeCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSNodeFilterCondition.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSNodeFilterCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSNodeIteratorCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSNodeListCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSOptionConstructor.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSPluginArrayCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSPluginCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSPluginElementFunctions.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSPopStateEventCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSStyleSheetCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSStyleSheetListCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSTextCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSTreeWalkerCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSWebKitCSSMatrixConstructor.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSWebKitPointConstructor.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSXMLHttpRequestConstructor.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSXMLHttpRequestCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSXMLHttpRequestUploadCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSXSLTProcessorConstructor.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JSXSLTProcessorCustom.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JavaScriptProfile.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-JavaScriptProfileNode.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-ScheduledAction.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-ScriptArray.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-ScriptCachedFrameData.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-ScriptCallFrame.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-ScriptCallStack.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-ScriptController.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-ScriptDebugServer.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-ScriptEventListener.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-ScriptFunctionCall.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-ScriptObject.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-ScriptProfiler.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-ScriptState.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-ScriptValue.lo
  CXX    WebCore/bindings/js/libwebkit_1_0_la-SerializedScriptValue.lo
  CXX    WebCore/bindings/libwebkit_1_0_la-ScriptControllerBase.lo
  CXX    WebCore/bridge/libwebkit_1_0_la-IdentifierRep.lo
  CXX    WebCore/bridge/libwebkit_1_0_la-NP_jsobject.lo
  CXX    WebCore/bridge/c/libwebkit_1_0_la-CRuntimeObject.lo
  CXX    WebCore/bridge/c/libwebkit_1_0_la-c_class.lo
  CXX    WebCore/bridge/c/libwebkit_1_0_la-c_instance.lo
  CXX    WebCore/bridge/c/libwebkit_1_0_la-c_runtime.lo
  CXX    WebCore/bridge/c/libwebkit_1_0_la-c_utility.lo
  CXX    WebCore/bridge/jsc/libwebkit_1_0_la-BridgeJSC.lo
  CXX    WebCore/bridge/libwebkit_1_0_la-npruntime.lo
  CXX    WebCore/bridge/libwebkit_1_0_la-runtime_array.lo
  CXX    WebCore/bridge/libwebkit_1_0_la-runtime_method.lo
  CXX    WebCore/bridge/libwebkit_1_0_la-runtime_object.lo
  CXX    WebCore/bridge/libwebkit_1_0_la-runtime_root.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSBorderImageValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSCanvasValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSCharsetRule.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSComputedStyleDeclaration.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSCursorImageValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSFontFace.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSFontFaceRule.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSFontFaceSource.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSFontFaceSrcValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSFontSelector.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSFunctionValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSGradientValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSHelper.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSImageGeneratorValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSImageValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSImportRule.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSInheritedValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSInitialValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSMediaRule.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSMutableStyleDeclaration.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSPageRule.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSParser.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSParserValues.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSPrimitiveValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSProperty.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSPropertyLonghand.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSReflectValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSRule.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSRuleList.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSSegmentedFontFace.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSSelector.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSSelectorList.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSStyleDeclaration.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSStyleRule.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSStyleSelector.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSStyleSheet.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSTimingFunctionValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSUnicodeRangeValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSValueList.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSVariableDependentValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSVariablesDeclaration.lo
  CXX    WebCore/css/libwebkit_1_0_la-CSSVariablesRule.lo
  CXX    WebCore/css/libwebkit_1_0_la-FontFamilyValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-FontValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-MediaFeatureNames.lo
  CXX    WebCore/css/libwebkit_1_0_la-Media.lo
  CXX    WebCore/css/libwebkit_1_0_la-MediaList.lo
  CXX    WebCore/css/libwebkit_1_0_la-MediaQuery.lo
  CXX    WebCore/css/libwebkit_1_0_la-MediaQueryEvaluator.lo
  CXX    WebCore/css/libwebkit_1_0_la-MediaQueryExp.lo
  CXX    WebCore/css/libwebkit_1_0_la-RGBColor.lo
  CXX    WebCore/css/libwebkit_1_0_la-ShadowValue.lo
  CXX    WebCore/css/libwebkit_1_0_la-StyleBase.lo
  CXX    WebCore/css/libwebkit_1_0_la-StyleList.lo
  CXX    WebCore/css/libwebkit_1_0_la-StyleSheet.lo
  CXX    WebCore/css/libwebkit_1_0_la-StyleSheetList.lo
  CXX    WebCore/css/libwebkit_1_0_la-WebKitCSSKeyframeRule.lo
  CXX    WebCore/css/libwebkit_1_0_la-WebKitCSSKeyframesRule.lo
  CXX    WebCore/css/libwebkit_1_0_la-WebKitCSSMatrix.lo
  CXX    WebCore/css/libwebkit_1_0_la-WebKitCSSTransformValue.lo
  CXX    WebCore/dom/libwebkit_1_0_la-ActiveDOMObject.lo
  CXX    WebCore/dom/libwebkit_1_0_la-Attr.lo
  CXX    WebCore/dom/libwebkit_1_0_la-Attribute.lo
  CXX    WebCore/dom/libwebkit_1_0_la-BeforeTextInsertedEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-BeforeUnloadEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-CDATASection.lo
  CXX    WebCore/dom/libwebkit_1_0_la-CSSMappedAttributeDeclaration.lo
  CXX    WebCore/dom/libwebkit_1_0_la-CanvasSurface.lo
  CXX    WebCore/dom/libwebkit_1_0_la-CharacterData.lo
  CXX    WebCore/dom/libwebkit_1_0_la-CheckedRadioButtons.lo
  CXX    WebCore/dom/libwebkit_1_0_la-ChildNodeList.lo
  CXX    WebCore/dom/libwebkit_1_0_la-ClassNodeList.lo
  CXX    WebCore/dom/libwebkit_1_0_la-ClientRect.lo
  CXX    WebCore/dom/libwebkit_1_0_la-ClientRectList.lo
  CXX    WebCore/dom/libwebkit_1_0_la-Clipboard.lo
  CXX    WebCore/dom/libwebkit_1_0_la-ClipboardEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-Comment.lo
  CXX    WebCore/dom/libwebkit_1_0_la-CompositionEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-ContainerNode.lo
  CXX    WebCore/dom/libwebkit_1_0_la-DOMImplementation.lo
  CXX    WebCore/dom/libwebkit_1_0_la-Document.lo
  CXX    WebCore/dom/libwebkit_1_0_la-DocumentFragment.lo
  CXX    WebCore/dom/libwebkit_1_0_la-DocumentType.lo
  CXX    WebCore/dom/libwebkit_1_0_la-DynamicNodeList.lo
  CXX    WebCore/dom/libwebkit_1_0_la-EditingText.lo
  CXX    WebCore/dom/libwebkit_1_0_la-Element.lo
  CXX    WebCore/dom/libwebkit_1_0_la-Entity.lo
  CXX    WebCore/dom/libwebkit_1_0_la-EntityReference.lo
  CXX    WebCore/dom/libwebkit_1_0_la-ErrorEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-Event.lo
  CXX    WebCore/dom/libwebkit_1_0_la-EventNames.lo
  CXX    WebCore/dom/libwebkit_1_0_la-EventTarget.lo
  CXX    WebCore/dom/libwebkit_1_0_la-ExceptionBase.lo
  CXX    WebCore/dom/libwebkit_1_0_la-ExceptionCode.lo
  CXX    WebCore/dom/libwebkit_1_0_la-InputElement.lo
  CXX    WebCore/dom/libwebkit_1_0_la-KeyboardEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-MappedAttribute.lo
  CXX    WebCore/dom/libwebkit_1_0_la-MessageChannel.lo
  CXX    WebCore/dom/libwebkit_1_0_la-MessageEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-MessagePort.lo
  CXX    WebCore/dom/libwebkit_1_0_la-MessagePortChannel.lo
  CXX    WebCore/dom/libwebkit_1_0_la-MouseEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-MouseRelatedEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-MutationEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-NameNodeList.lo
  CXX    WebCore/dom/libwebkit_1_0_la-NamedAttrMap.lo
  CXX    WebCore/dom/libwebkit_1_0_la-NamedMappedAttrMap.lo
  CXX    WebCore/dom/libwebkit_1_0_la-Node.lo
  CXX    WebCore/dom/libwebkit_1_0_la-NodeFilter.lo
  CXX    WebCore/dom/libwebkit_1_0_la-NodeFilterCondition.lo
  CXX    WebCore/dom/libwebkit_1_0_la-NodeIterator.lo
  CXX    WebCore/dom/libwebkit_1_0_la-Notation.lo
  CXX    WebCore/dom/libwebkit_1_0_la-OptionGroupElement.lo
  CXX    WebCore/dom/libwebkit_1_0_la-OptionElement.lo
  CXX    WebCore/dom/libwebkit_1_0_la-OverflowEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-PageTransitionEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-Position.lo
  CXX    WebCore/dom/libwebkit_1_0_la-PopStateEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-PositionIterator.lo
  CXX    WebCore/dom/libwebkit_1_0_la-ProcessingInstruction.lo
  CXX    WebCore/dom/libwebkit_1_0_la-ProgressEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-QualifiedName.lo
  CXX    WebCore/dom/libwebkit_1_0_la-Range.lo
  CXX    WebCore/dom/libwebkit_1_0_la-RegisteredEventListener.lo
  CXX    WebCore/dom/libwebkit_1_0_la-ScriptElement.lo
  CXX    WebCore/dom/libwebkit_1_0_la-ScriptExecutionContext.lo
  CXX    WebCore/dom/libwebkit_1_0_la-SelectElement.lo
  CXX    WebCore/dom/libwebkit_1_0_la-SelectorNodeList.lo
  CXX    WebCore/dom/libwebkit_1_0_la-SpaceSplitString.lo
  CXX    WebCore/dom/libwebkit_1_0_la-StaticNodeList.lo
  CXX    WebCore/dom/libwebkit_1_0_la-StyleElement.lo
  CXX    WebCore/dom/libwebkit_1_0_la-StyledElement.lo
  CXX    WebCore/dom/libwebkit_1_0_la-TagNodeList.lo
  CXX    WebCore/dom/libwebkit_1_0_la-Text.lo
  CXX    WebCore/dom/libwebkit_1_0_la-TextEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-Traversal.lo
  CXX    WebCore/dom/libwebkit_1_0_la-TreeWalker.lo
  CXX    WebCore/dom/libwebkit_1_0_la-UIEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-UIEventWithKeyState.lo
  CXX    WebCore/dom/libwebkit_1_0_la-WebKitAnimationEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-WebKitTransitionEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-WheelEvent.lo
  CXX    WebCore/dom/libwebkit_1_0_la-XMLTokenizer.lo
  CXX    WebCore/dom/libwebkit_1_0_la-XMLTokenizerLibxml2.lo
  CXX    WebCore/dom/libwebkit_1_0_la-XMLTokenizerScope.lo
  CXX    WebCore/dom/default/libwebkit_1_0_la-PlatformMessagePortChannel.lo
  CXX    WebCore/editing/libwebkit_1_0_la-AppendNodeCommand.lo
  CXX    WebCore/editing/libwebkit_1_0_la-ApplyStyleCommand.lo
  CXX    WebCore/editing/libwebkit_1_0_la-BreakBlockquoteCommand.lo
  CXX    WebCore/editing/libwebkit_1_0_la-CompositeEditCommand.lo
  CXX    WebCore/editing/libwebkit_1_0_la-CreateLinkCommand.lo
  CXX    WebCore/editing/libwebkit_1_0_la-DeleteButton.lo
  CXX    WebCore/editing/libwebkit_1_0_la-DeleteButtonController.lo
  CXX    WebCore/editing/libwebkit_1_0_la-DeleteFromTextNodeCommand.lo
  CXX    WebCore/editing/libwebkit_1_0_la-DeleteSelectionCommand.lo
  CXX    WebCore/editing/libwebkit_1_0_la-EditCommand.lo
  CXX    WebCore/editing/libwebkit_1_0_la-Editor.lo
Top
kmacphail
n00b
n00b
User avatar
Posts: 38
Joined: Wed Dec 30, 2009 8:40 am
Location: Isle of Lewis, Scotland
Contact:
Contact kmacphail
Website

final part

  • Quote

Post by kmacphail » Thu Sep 29, 2011 7:16 pm

Part 2, it's pretty similar down to the end, but at this point we get the error message:
CXX WebKitTools/DumpRenderTree/gtk/Programs_DumpRenderTree-LayoutTestControllerGtk.o
CXX WebKitTools/DumpRenderTree/gtk/Programs_DumpRenderTree-WorkQueueItemGtk.o
CXXLD Programs/DumpRenderTree
cp ./WebKit/gtk/JSCore-1.0.gir ./
GEN WebKit-1.0.gir
WebKit/gtk/JSCore-1.0.gir: Incompatible version 1.0 (supported: 1.2)
make[1]: *** [WebKit-1.0.gir] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-libs/webkit-gtk-1.2.7/work/webkit-1.2.7'
make: *** [all] Error 2
emake failed
[31;01m*[0m ERROR: net-libs/webkit-gtk-1.2.7 failed (compile phase):
[31;01m*[0m Compile failed
[31;01m*[0m
[31;01m*[0m Call stack:
[31;01m*[0m ebuild.sh, line 56: Called src_compile
[31;01m*[0m environment, line 3155: Called die
[31;01m*[0m The specific snippet of code:
[31;01m*[0m emake -j1 XDG_DATA_HOME="${T}/.local" || die "Compile failed"
[31;01m*[0m
[31;01m*[0m If you need support, post the output of 'emerge --info =net-libs/webkit-gtk-1.2.7',
[31;01m*[0m the complete build log and the output of 'emerge -pqv =net-libs/webkit-gtk-1.2.7'.
[31;01m*[0m The complete build log is located at '/var/tmp/portage/net-libs/webkit-gtk-1.2.7/temp/build.log'.
[31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/net-libs/webkit-gtk-1.2.7/temp/environment'.
[31;01m*[0m S: '/var/tmp/portage/net-libs/webkit-gtk-1.2.7/work/webkit-1.2.7'
Top
jburns
Veteran
Veteran
Posts: 1255
Joined: Thu Jan 18, 2007 4:44 am
Location: Massachusetts USA

  • Quote

Post by jburns » Thu Sep 29, 2011 8:59 pm

JSCore is built by the webkit-gtk package.

Use google to search for "WebKit/gtk/JSCore-1.0.gir: Incompatible version 1.0 (supported: 1.2)".
Top
kmacphail
n00b
n00b
User avatar
Posts: 38
Joined: Wed Dec 30, 2009 8:40 am
Location: Isle of Lewis, Scotland
Contact:
Contact kmacphail
Website

  • Quote

Post by kmacphail » Thu Sep 29, 2011 10:26 pm

Thanks for taking the time to reply jburns, however I have been searching for this for 4 days now including putting your recommendation into various search engines. However all I seem to get is bug reports rather than any fixes, I was hoping by posting into the Gentoo forum that a user may have had experience with this and found a fix/work around.
Top
pkfpeters
n00b
n00b
Posts: 2
Joined: Thu Aug 14, 2008 7:13 pm
Location: The Netherlands

  • Quote

Post by pkfpeters » Thu Oct 13, 2011 3:03 pm

I had the same problem as kmacphail.

I noticed introspection use flag caused webkit-gtk to add JSCore-1.0.gir to the 1.2 repository
which isn't allowed. I added '-introspection' use flag to /etc/portage/package.use for
webkit-gtk and also for epiphany

Another way of fixing it is probably to upgrade webkit-gtk to the latest unstable, but this
also pulls in other dependencies which are also unstable :-(
Top
Post Reply

6 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy