Bug#651934: How to debug seed FTBFS on sparc?

Jurij Smakov jurij at wooyd.org
Sat Mar 3 08:07:33 UTC 2012


On Thu, Mar 01, 2012 at 07:50:42AM +0000, peter green wrote:
> Michael Biebl wrote:
> >
> >Could you try building seed 3.2 against the same version of webkit
> >as seed 3.0 was built?
> I removed all webkit and javascriptcore packages and installed
> 
> http://snapshot.debian.org/archive/debian/20110505T052259Z/pool/main/w/webkitgtk%2B/libwebkitgtk-3.0-0_1.4.0-1_sparc.deb
> http://snapshot.debian.org/archive/debian/20110502T205251Z/pool/main/w/webkitgtk%2B/libwebkitgtk-3.0-common_1.4.0-1_all.deb
> http://snapshot.debian.org/archive/debian/20110505T052259Z/pool/main/w/webkitgtk%2B/libwebkitgtk-3.0-dev_1.4.0-1_sparc.deb
> http://snapshot.debian.org/archive/debian/20101126T030215Z/pool/main/i/icu/libicu44_4.4.2-2_sparc.deb
> http://snapshot.debian.org/archive/debian/20110709T030911Z/pool/main/libj/libjpeg6b/libjpeg62_6b1-2_sparc.deb
> 
> The first thing I ran into was that seed currently has a
> build-depends on libwebkitgtk-3.0-dev (>= 1.5.2), I de-versioned
> that build-depends so I could continue with the test.
> 
> After doing so seed built successfully!
> >You can get those packages from snapshot.d.o [3].
> >This should help narrow down the problem.
> I notice that "libjavascriptcore" didn't exist in that version of webkit.
> 
> IMO this result points the finger even more in webkit's direction
> (it was already looking that way)
> 
> I guess the next thing to do is to wait for jurij's results with his
> patched version of webkit. Jurij what is the status of that? (still
> waiting for webkit to build?).

Unfortunately, the build I tried last week failed with the following 
messages while compiling Source/WebCore/svg/SVGFilterElement.cpp:

../Source/JavaScriptCore/wtf/ListHashSet.h:192:70: warning: cast from 'char*' to 'WTF::ListHashSetNodeAllocator<WebCore::Element*, 64u>::Node* {aka WTF::ListHashSetNode<WebCore::Element*, 64u>*}' increases required alignment of target type [-Wcast-align]
/tmp/ccJFyoyk.s: Assembler messages:
/tmp/ccJFyoyk.s:107726: Error: unknown pseudo-op: `.ua'
/tmp/ccJFyoyk.s:107726: Error: junk at end of line, first unrecognized character is `3'
make[1]: *** [Source/WebCore/svg/libWebCore_la-SVGFilterElement.lo] Error 1
make[1]: Leaving directory `/home/jurij/seed/webkit-1.6.3/build-3.0'
make: *** [build-stamp] Error 2

Last 500 lines of the logs are attached.

I'll try again today with the latest toolchain to see whether this was 
some transient problem.

Best regards,
-- 
Jurij Smakov                                           jurij at wooyd.org
Key: http://www.wooyd.org/pgpkey/                      KeyID: C99E03CC
-------------- next part --------------
                 from ../Source/WebCore/dom/Node.h:32,
                 from ../Source/WebCore/dom/ContainerNode.h:27,
                 from ../Source/WebCore/dom/TreeScope.h:29,
                 from ../Source/WebCore/dom/Document.h:44,
                 from ../Source/WebCore/rendering/RenderObject.h:30,
                 from ../Source/WebCore/rendering/svg/RenderSVGModelObject.h:36,
                 from ../Source/WebCore/rendering/svg/RenderSVGContainer.h:28,
                 from ../Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:24,
                 from ../Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:24,
                 from ../Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:30,
                 from ../Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:25,
                 from ../Source/WebCore/svg/SVGFETileElement.h:26,
                 from ../Source/WebCore/svg/SVGFETileElement.cpp:24:
../Source/JavaScriptCore/interpreter/RegisterFile.h: In member function 'bool JSC::RegisterFile::grow(JSC::Register*)':
../Source/JavaScriptCore/interpreter/RegisterFile.h:126:99: warning: cast from 'char*' to 'JSC::Register*' increases required alignment of target type [-Wcast-align]
In file included from ../Source/JavaScriptCore/runtime/ArgList.h:27:0,
                 from ../Source/JavaScriptCore/runtime/JSObject.h:26,
                 from ../Source/JavaScriptCore/runtime/JSArray.h:24,
                 from ../Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from ../Source/WebCore/bindings/js/JSDOMGlobalObject.h:30,
                 from ../Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from ../Source/WebCore/bindings/js/ScriptWrappable.h:34,
                 from ../Source/WebCore/dom/Node.h:32,
                 from ../Source/WebCore/dom/ContainerNode.h:27,
                 from ../Source/WebCore/dom/TreeScope.h:29,
                 from ../Source/WebCore/dom/Document.h:44,
                 from ../Source/WebCore/rendering/RenderObject.h:30,
                 from ../Source/WebCore/rendering/svg/RenderSVGModelObject.h:36,
                 from ../Source/WebCore/rendering/svg/RenderSVGContainer.h:28,
                 from ../Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:24,
                 from ../Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:24,
                 from ../Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:30,
                 from ../Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:25,
                 from ../Source/WebCore/svg/SVGFETileElement.h:26,
                 from ../Source/WebCore/svg/SVGFETileElement.cpp:24:
../Source/JavaScriptCore/runtime/WriteBarrier.h: In member function 'T* JSC::WriteBarrierBase<T>::get() const [with T = JSC::Structure]':
../Source/JavaScriptCore/runtime/JSCell.h:176:32:   instantiated from here
../Source/JavaScriptCore/runtime/WriteBarrier.h:96:43: warning: cast from 'JSC::JSCell*' to 'JSC::Structure*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/runtime/WriteBarrier.h: In member function 'T* JSC::WriteBarrierBase<T>::get() const [with T = JSC::JSGlobalObject]':
../Source/JavaScriptCore/runtime/Structure.h:127:74:   instantiated from here
../Source/JavaScriptCore/runtime/WriteBarrier.h:96:43: warning: cast from 'JSC::JSCell*' to 'JSC::JSGlobalObject*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/runtime/WriteBarrier.h: In member function 'T* JSC::WriteBarrierBase<T>::get() const [with T = JSC::StringPrototype]':
../Source/JavaScriptCore/runtime/JSGlobalObject.h:213:81:   instantiated from here
../Source/JavaScriptCore/runtime/WriteBarrier.h:96:43: warning: cast from 'JSC::JSCell*' to 'JSC::StringPrototype*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/runtime/WriteBarrier.h: In member function 'T* JSC::WriteBarrierBase<T>::get() const [with T = JSC::NumberPrototype]':
../Source/JavaScriptCore/runtime/JSGlobalObject.h:214:81:   instantiated from here
../Source/JavaScriptCore/runtime/WriteBarrier.h:96:43: warning: cast from 'JSC::JSCell*' to 'JSC::NumberPrototype*' increases required alignment of target type [-Wcast-align]
In file included from ../Source/JavaScriptCore/heap/Handle.h:29:0,
                 from ../Source/JavaScriptCore/heap/HandleHeap.h:30,
                 from ../Source/JavaScriptCore/heap/Heap.h:25,
                 from ../Source/JavaScriptCore/runtime/JSGlobalData.h:36,
                 from ../Source/WebCore/dom/ScriptExecutionContext.h:45,
                 from ../Source/WebCore/dom/Document.h:41,
                 from ../Source/WebCore/rendering/RenderObject.h:30,
                 from ../Source/WebCore/rendering/svg/RenderSVGModelObject.h:36,
                 from ../Source/WebCore/rendering/svg/RenderSVGContainer.h:28,
                 from ../Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:24,
                 from ../Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:24,
                 from ../Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:30,
                 from ../Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:25,
                 from ../Source/WebCore/svg/SVGFETileElement.h:26,
                 from ../Source/WebCore/svg/SVGFETileElement.cpp:24:
../Source/JavaScriptCore/heap/HandleTypes.h: In static member function 'static T* JSC::HandleTypes<T>::getFromSlot(JSC::HandleSlot) [with T = JSC::Structure, JSC::HandleTypes<T>::ExternalType = JSC::Structure*, JSC::HandleSlot = JSC::JSValue*]':
../Source/JavaScriptCore/heap/Handle.h:126:79:   instantiated from 'JSC::Handle<T>::ExternalType JSC::Handle<T>::get() const [with T = JSC::Structure, JSC::Handle<T>::ExternalType = JSC::Structure*]'
../Source/JavaScriptCore/runtime/ScopeChain.h:39:75:   instantiated from here
../Source/JavaScriptCore/heap/HandleTypes.h:38:130: warning: cast from 'JSC::JSCell*' to 'JSC::HandleTypes<JSC::Structure>::ExternalType {aka JSC::Structure*}' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/heap/HandleTypes.h: In static member function 'static T* JSC::HandleTypes<T>::getFromSlot(JSC::HandleSlot) [with T = WebCore::JSDOMWrapper, JSC::HandleTypes<T>::ExternalType = WebCore::JSDOMWrapper*, JSC::HandleSlot = JSC::JSValue*]':
../Source/JavaScriptCore/heap/Weak.h:96:74:   instantiated from 'JSC::Weak<T>::ExternalType JSC::Weak<T>::get() const [with T = WebCore::JSDOMWrapper, JSC::Weak<T>::ExternalType = WebCore::JSDOMWrapper*]'
../Source/WebCore/bindings/js/ScriptWrappable.h:43:30:   instantiated from here
../Source/JavaScriptCore/heap/HandleTypes.h:38:130: warning: cast from 'JSC::JSCell*' to 'JSC::HandleTypes<WebCore::JSDOMWrapper>::ExternalType {aka WebCore::JSDOMWrapper*}' increases required alignment of target type [-Wcast-align]
In file included from ../Source/WebCore/platform/graphics/IntRect.h:30:0,
                 from ../Source/WebCore/platform/graphics/filters/FilterEffect.h:27,
                 from ../Source/WebCore/platform/graphics/filters/FETile.h:26,
                 from ../Source/WebCore/svg/SVGFETileElement.h:25,
                 from ../Source/WebCore/svg/SVGFETileElement.cpp:24:
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = JSC::Register, unsigned int inlineCapacity = 8u]':
../Source/JavaScriptCore/wtf/Vector.h:399:50:   instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = JSC::Register, unsigned int inlineCapacity = 8u]'
../Source/JavaScriptCore/wtf/Vector.h:506:23:   instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = JSC::Register, unsigned int inlineCapacity = 8u]'
../Source/JavaScriptCore/runtime/ArgList.h:50:26:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'JSC::Register*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = JSC::Identifier, unsigned int inlineCapacity = 20u]':
../Source/JavaScriptCore/wtf/Vector.h:399:50:   instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = JSC::Identifier, unsigned int inlineCapacity = 20u]'
../Source/JavaScriptCore/wtf/Vector.h:506:23:   instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = JSC::Identifier, unsigned int inlineCapacity = 20u]'
../Source/JavaScriptCore/runtime/PropertyNameArray.h:46:9:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'JSC::Identifier*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = JSC::JSString::RopeIterator::WorkItem, unsigned int inlineCapacity = 16u]':
../Source/JavaScriptCore/wtf/Vector.h:399:50:   instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = JSC::JSString::RopeIterator::WorkItem, unsigned int inlineCapacity = 16u]'
../Source/JavaScriptCore/wtf/Vector.h:506:23:   instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = JSC::JSString::RopeIterator::WorkItem, unsigned int inlineCapacity = 16u]'
../Source/JavaScriptCore/runtime/JSString.h:115:32:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'JSC::JSString::RopeIterator::WorkItem*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = WTF::AtomicString, unsigned int inlineCapacity = 8u]':
../Source/JavaScriptCore/wtf/Vector.h:399:50:   instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = WTF::AtomicString, unsigned int inlineCapacity = 8u]'
../Source/JavaScriptCore/wtf/Vector.h:506:23:   instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = WTF::AtomicString, unsigned int inlineCapacity = 8u]'
../Source/WebCore/dom/SpaceSplitString.h:35:88:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'WTF::AtomicString*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = const WebCore::SimpleFontData*, unsigned int inlineCapacity = 2048u]':
../Source/JavaScriptCore/wtf/Vector.h:421:17:   instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::allocateBuffer(size_t) [with T = const WebCore::SimpleFontData*, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:926:13:   instantiated from 'void WTF::Vector<T, inlineCapacity>::shrinkCapacity(size_t) [with T = const WebCore::SimpleFontData*, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:576:24:   instantiated from 'void WTF::Vector<T, inlineCapacity>::clear() [with T = const WebCore::SimpleFontData*, unsigned int inlineCapacity = 2048u]'
../Source/WebCore/platform/graphics/GlyphBuffer.h:82:26:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'const WebCore::SimpleFontData**' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = cairo_glyph_t, unsigned int inlineCapacity = 2048u]':
../Source/JavaScriptCore/wtf/Vector.h:421:17:   instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::allocateBuffer(size_t) [with T = cairo_glyph_t, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:926:13:   instantiated from 'void WTF::Vector<T, inlineCapacity>::shrinkCapacity(size_t) [with T = cairo_glyph_t, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:576:24:   instantiated from 'void WTF::Vector<T, inlineCapacity>::clear() [with T = cairo_glyph_t, unsigned int inlineCapacity = 2048u]'
../Source/WebCore/platform/graphics/GlyphBuffer.h:83:24:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'cairo_glyph_t*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = WebCore::FloatSize, unsigned int inlineCapacity = 2048u]':
../Source/JavaScriptCore/wtf/Vector.h:421:17:   instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::allocateBuffer(size_t) [with T = WebCore::FloatSize, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:926:13:   instantiated from 'void WTF::Vector<T, inlineCapacity>::shrinkCapacity(size_t) [with T = WebCore::FloatSize, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:576:24:   instantiated from 'void WTF::Vector<T, inlineCapacity>::clear() [with T = WebCore::FloatSize, unsigned int inlineCapacity = 2048u]'
../Source/WebCore/platform/graphics/GlyphBuffer.h:84:26:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'WebCore::FloatSize*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = std::pair<const WebCore::FontData*, bool>, unsigned int inlineCapacity = 1u]':
../Source/JavaScriptCore/wtf/Vector.h:437:13:   instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::deallocateBuffer(T*) [with T = std::pair<const WebCore::FontData*, bool>, unsigned int inlineCapacity = 1u]'
../Source/JavaScriptCore/wtf/Vector.h:412:13:   instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::~VectorBuffer() [with T = std::pair<const WebCore::FontData*, bool>, unsigned int inlineCapacity = 1u]'
../Source/JavaScriptCore/wtf/Vector.h:521:9:   instantiated from 'WTF::Vector<T, inlineCapacity>::~Vector() [with T = std::pair<const WebCore::FontData*, bool>, unsigned int inlineCapacity = 1u]'
../Source/WebCore/platform/graphics/FontFallbackList.h:45:25:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'std::pair<const WebCore::FontData*, bool>*' increases required alignment of target type [-Wcast-align]
In file included from ../Source/WebCore/dom/Node.h:35:0,
                 from ../Source/WebCore/dom/ContainerNode.h:27,
                 from ../Source/WebCore/dom/TreeScope.h:29,
                 from ../Source/WebCore/dom/Document.h:44,
                 from ../Source/WebCore/rendering/RenderObject.h:30,
                 from ../Source/WebCore/rendering/svg/RenderSVGModelObject.h:36,
                 from ../Source/WebCore/rendering/svg/RenderSVGContainer.h:28,
                 from ../Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:24,
                 from ../Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:24,
                 from ../Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:30,
                 from ../Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:25,
                 from ../Source/WebCore/svg/SVGFETileElement.h:26,
                 from ../Source/WebCore/svg/SVGFETileElement.cpp:24:
../Source/JavaScriptCore/wtf/ListHashSet.h: In member function 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::pool() [with ValueArg = WebCore::KURL, unsigned int inlineCapacity = 256u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::KURL, 256u>]':
../Source/JavaScriptCore/wtf/ListHashSet.h:193:44:   instantiated from 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::pastPool() [with ValueArg = WebCore::KURL, unsigned int inlineCapacity = 256u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::KURL, 256u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:164:17:   instantiated from 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::allocate() [with ValueArg = WebCore::KURL, unsigned int inlineCapacity = 256u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::KURL, 256u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:224:40:   instantiated from 'static void* WTF::ListHashSetNode<ValueArg, inlineCapacity>::operator new(size_t, WTF::ListHashSetNode<ValueArg, inlineCapacity>::NodeAllocator*) [with ValueArg = WebCore::KURL, unsigned int inlineCapacity = 256u, size_t = unsigned int, WTF::ListHashSetNode<ValueArg, inlineCapacity>::NodeAllocator = WTF::ListHashSetNodeAllocator<WebCore::KURL, 256u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:372:13:   instantiated from 'static void WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::translate(WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::Node*&, const ValueType&, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::NodeAllocator*) [with ValueType = WebCore::KURL, unsigned int inlineCapacity = 256u, HashFunctions = WebCore::KURLHash, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::Node = WTF::ListHashSetNode<WebCore::KURL, 256u>, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::NodeAllocator = WTF::ListHashSetNodeAllocator<WebCore::KURL, 256u>]'
../Source/JavaScriptCore/wtf/HashTable.h:692:9:   instantiated from 'std::pair<WTF::HashTableIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>, bool> WTF::HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::add(const T&, const Extra&) [with T = WebCore::KURL, Extra = WTF::ListHashSetNodeAllocator<WebCore::KURL, 256u>*, HashTranslator = WTF::ListHashSetTranslator<WebCore::KURL, 256u, WebCore::KURLHash>, Key = WTF::ListHashSetNode<WebCore::KURL, 256u>*, Value = WTF::ListHashSetNode<WebCore::KURL, 256u>*, Extractor = WTF::IdentityExtractor<WTF::ListHashSetNode<WebCore::KURL, 256u>*>, HashFunctions = WTF::ListHashSetNodeHashFunctions<WebCore::KURL, 256u, WebCore::KURLHash>, Traits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::KURL, 256u>*>, KeyTraits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::KURL, 256u>*>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:566:141:   instantiated from 'std::pair<WTF::ListHashSetIterator<ValueArg, inlineCapacity, HashArg>, bool> WTF::ListHashSet<Value, inlineCapacity, HashFunctions>::add(const ValueType&) [with ValueArg = WebCore::KURL, unsigned int inlineCapacity = 256u, HashArg = WebCore::KURLHash, WTF::ListHashSet<Value, inlineCapacity, HashFunctions>::ValueType = WebCore::KURL]'
../Source/WebCore/dom/Node.h:738:21:   instantiated from here
../Source/JavaScriptCore/wtf/ListHashSet.h:192:70: warning: cast from 'char*' to 'WTF::ListHashSetNodeAllocator<WebCore::KURL, 256u>::Node* {aka WTF::ListHashSetNode<WebCore::KURL, 256u>*}' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/ListHashSet.h: In member function 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::pool() [with ValueArg = WebCore::Element*, unsigned int inlineCapacity = 64u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::Element*, 64u>]':
../Source/JavaScriptCore/wtf/ListHashSet.h:193:44:   instantiated from 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::pastPool() [with ValueArg = WebCore::Element*, unsigned int inlineCapacity = 64u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::Element*, 64u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:164:17:   instantiated from 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::allocate() [with ValueArg = WebCore::Element*, unsigned int inlineCapacity = 64u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::Element*, 64u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:224:40:   instantiated from 'static void* WTF::ListHashSetNode<ValueArg, inlineCapacity>::operator new(size_t, WTF::ListHashSetNode<ValueArg, inlineCapacity>::NodeAllocator*) [with ValueArg = WebCore::Element*, unsigned int inlineCapacity = 64u, size_t = unsigned int, WTF::ListHashSetNode<ValueArg, inlineCapacity>::NodeAllocator = WTF::ListHashSetNodeAllocator<WebCore::Element*, 64u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:372:13:   instantiated from 'static void WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::translate(WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::Node*&, const ValueType&, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::NodeAllocator*) [with ValueType = WebCore::Element*, unsigned int inlineCapacity = 64u, HashFunctions = WTF::PtrHash<WebCore::Element*>, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::Node = WTF::ListHashSetNode<WebCore::Element*, 64u>, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::NodeAllocator = WTF::ListHashSetNodeAllocator<WebCore::Element*, 64u>]'
../Source/JavaScriptCore/wtf/HashTable.h:692:9:   instantiated from 'std::pair<WTF::HashTableIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>, bool> WTF::HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::add(const T&, const Extra&) [with T = WebCore::Element*, Extra = WTF::ListHashSetNodeAllocator<WebCore::Element*, 64u>*, HashTranslator = WTF::ListHashSetTranslator<WebCore::Element*, 64u, WTF::PtrHash<WebCore::Element*> >, Key = WTF::ListHashSetNode<WebCore::Element*, 64u>*, Value = WTF::ListHashSetNode<WebCore::Element*, 64u>*, Extractor = WTF::IdentityExtractor<WTF::ListHashSetNode<WebCore::Element*, 64u>*>, HashFunctions = WTF::ListHashSetNodeHashFunctions<WebCore::Element*, 64u, WTF::PtrHash<WebCore::Element*> >, Traits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::Element*, 64u>*>, KeyTraits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::Element*, 64u>*>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:566:141:   instantiated from 'std::pair<WTF::ListHashSetIterator<ValueArg, inlineCapacity, HashArg>, bool> WTF::ListHashSet<Value, inlineCapacity, HashFunctions>::add(const ValueType&) [with ValueArg = WebCore::Element*, unsigned int inlineCapacity = 64u, HashArg = WTF::PtrHash<WebCore::Element*>, WTF::ListHashSet<Value, inlineCapacity, HashFunctions>::ValueType = WebCore::Element*]'
../Source/WebCore/dom/Document.h:517:82:   instantiated from here
../Source/JavaScriptCore/wtf/ListHashSet.h:192:70: warning: cast from 'char*' to 'WTF::ListHashSetNodeAllocator<WebCore::Element*, 64u>::Node* {aka WTF::ListHashSetNode<WebCore::Element*, 64u>*}' increases required alignment of target type [-Wcast-align]
mv -f Source/WebCore/svg/.deps/libWebCore_la-SVGFETileElement.Tpo Source/WebCore/svg/.deps/libWebCore_la-SVGFETileElement.Plo
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  -DBUILDING_WEBKIT -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type -Wformat -Wformat-security -Wno-format-y2k -Wundef -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-unused-parameter -Wno-parentheses -fno-exceptions -DENABLE_GLIB_SUPPORT=1 -DBUILDING_CAIRO__=1 -DBUILDING_GTK__=1 -DWTF_CHANGES -DXP_UNIX -DWTF_USE_ICU_UNICODE=1   -DWTF_USE_GSTREAMER=1  -DNDEBUG   -I../Source/ThirdParty/ANGLE/src -I../Source/ThirdParty/ANGLE/include -I../Source/ThirdParty/ANGLE/include/GLSLANG -I../Source/WebCore -I../Source/WebCore/accessibility -I../Source/WebCore/bindings -I../Source/WebCore/bindings/generic -I../Source/WebCore/bindings/js -I../Source/WebCore/bindings/js/specialization -I../Source/WebCore/bridge -I../Source/WebCore/bridge/c -I../Source/WebCore/bridge/jni/jsc -I../Source/WebCore/bridge/jsc -I../Source/WebCore/css -I../Source/WebCore/dom -I../Source/WebCore/dom/default -I../Source/WebCore/editing -I../Source/WebCore/fileapi -I../Source/WebCore/history -I../Source/WebCore/html -I../Source/WebCore/html/canvas -I../Source/WebCore/html/parser -I../Source/WebCore/html/shadow -I../Source/WebCore/html/track -I../Source/WebCore/inspector -I../Source/WebCore/loader -I../Source/WebCore/loader/appcache -I../Source/WebCore/loader/archive -I../Source/WebCore/loader/cache -I../Source/WebCore/loader/icon -I../Source/WebCore/mathml -I../Source/WebCore/notifications -I../Source/WebCore/p2p -I../Source/WebCore/page -I../Source/WebCore/page/animation -I../Source/WebCore/platform -I../Source/WebCore/platform/animation -I../Source/WebCore/platform/audio -I../Source/WebCore/platform/graphics -I../Source/WebCore/platform/graphics/filters -I../Source/WebCore/platform/graphics/filters/arm -I../Source/WebCore/platform/graphics/gpu -I../Source/WebCore/platform/graphics/opengl -I../Source/WebCore/platform/graphics/opentype -I../Source/WebCore/platform/graphics/transforms -I../Source/WebCore/platform/image-decoders -I../Source/WebCore/platform/image-decoders/bmp -I../Source/WebCore/platform/image-decoders/gif -I../Source/WebCore/platform/image-decoders/ico -I../Source/WebCore/platform/image-decoders/jpeg -I../Source/WebCore/platform/image-decoders/webp -I../Source/WebCore/platform/image-decoders/png -I../Source/WebCore/platform/leveldb -I../Source/WebCore/platform/mock -I../Source/WebCore/platform/network -I../Source/WebCore/platform/sql -I../Source/WebCore/platform/text -I../Source/WebCore/platform/text/transcoder -I../Source/WebCore/platform/win -I../Source/WebCore/plugins -I../Source/WebCore/plugins/win -I../Source/WebCore/rendering -I../Source/WebCore/rendering/mathml -I../Source/WebCore/rendering/style -I../Source/WebCore/rendering/svg -I../Source/WebCore/storage -I../Source/WebCore/svg -I../Source/WebCore/svg/animation -I../Source/WebCore/svg/graphics -I../Source/WebCore/svg/graphics/filters -I../Source/WebCore/svg/properties -I../Source/WebCore/testing -I../Source/WebCore/testing/js -I../Source/WebCore/webaudio -I../Source/WebCore/websockets -I../Source/WebCore/workers -I../Source/WebCore/xml -I../Source/WebCore/xml/parser -I./WebCore/bindings/js -I./DerivedSources/WebCore -I./DerivedSources -I./DerivedSources/JavaScriptCore -DDATA_DIR=\"/usr/share\" -DENABLE_CHANNEL_MESSAGING=1   -DENABLE_METER_TAG=1 -DENABLE_PROGRESS_TAG=1 -DENABLE_JAVASCRIPT_DEBUGGER=1  -DENABLE_OFFLINE_WEB_APPLICATIONS=1 -DENABLE_SQL_DATABASE=1  -DENABLE_DATALIST=1    -DENABLE_DIRECTORY_UPLOAD=0 -DENABLE_DOM_STORAGE=1    -DENABLE_TOUCH_ICON_LOADING=0  -DENABLE_INPUT_COLOR=0  -DENABLE_INPUT_SPEECH=0 -DENABLE_ICONDATABASE=1   -DENABLE_VIDEO=1   -DENABLE_MEDIA_SOURCE=0  -DENABLE_MEDIA_STATISTICS=0 -DENABLE_FULLSCREEN_API=1 -DENABLE_VIDEO_TRACK=1   -DENABLE_MEDIA_STREAM=0  -DENABLE_XPATH=1 -DENABLE_XSLT=1 -DENABLE_WORKERS=1 -DENABLE_SHARED_WORKERS=1  -DENABLE_FILTERS=1 -DENABLE_GEOLOCATION=1   -DENABLE_SVG=1 -DENABLE_SVG_FONTS=1  -DENABLE_WEB_SOCKETS=1  -DENABLE_BLOB=1       -DWEBKITGTK_API_VERSION_STRING=\"3.0\" -DWTF_USE_SOUP=1 -I../Source/WebCore/accessibility/gtk -I../Source/WebCore/loader/gtk -I../Source/WebCore/page/gtk -I../Source/WebCore/platform/cairo -I../Source/WebCore/platform/graphics/cairo -I../Source/WebCore/platform/graphics/gstreamer -I../Source/WebCore/platform/graphics/gtk -I../Source/WebCore/platform/gtk -I../Source/WebCore/platform/network/soup -DWTF_USE_FREETYPE=1 -I../Source/WebCore/platform/graphics/freetype  -I../Source -I../Source/JavaScriptCore -I../Source/JavaScriptCore/API -I../Source/JavaScriptCore/assembler -I../Source/JavaScriptCore/bytecode -I../Source/JavaScriptCore/bytecompiler -I../Source/JavaScriptCore/dfg -I../Source/JavaScriptCore/heap -I../Source/JavaScriptCore/debugger -I../Source/JavaScriptCore/ForwardingHeaders -I../Source/JavaScriptCore/interpreter -I../Source/JavaScriptCore/jit -I../Source/JavaScriptCore/jit -I../Source/JavaScriptCore/parser -I../Source/JavaScriptCore/profiler -I../Source/JavaScriptCore/runtime -I../Source/JavaScriptCore/wtf -I../Source/JavaScriptCore/wtf -I../Source/JavaScriptCore/wtf/gobject -I../Source/JavaScriptCore/wtf/gtk -I../Source/JavaScriptCore/wtf/text -I../Source/JavaScriptCore/wtf/unicode -I../Source/JavaScriptCore/yarr -I./Source/JavaScriptCore -I./Source/JavaScriptCore/parser -I./Source/JavaScriptCore/runtime -fno-strict-aliasing -pthread -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/cairo    -pthread -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/enchant   -pthread -I/usr/include/dbus-1.0 -I/usr/lib/sparc-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/libxml2   -pthread -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include   -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/libxml2   -pthread -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libxml2   -I/usr/include/libxml2   -I/usr/include/libxml2    -D_REENTRANT  -I/usr/include    -D_FORTIFY_SOURCE=2 -fvisibility-inlines-hidden -fno-rtti -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wl,--as-needed -O2 -MT Source/WebCore/svg/libWebCore_la-SVGFETurbulenceElement.lo -MD -MP -MF Source/WebCore/svg/.deps/libWebCore_la-SVGFETurbulenceElement.Tpo -c -o Source/WebCore/svg/libWebCore_la-SVGFETurbulenceElement.lo `test -f 'Source/WebCore/svg/SVGFETurbulenceElement.cpp' || echo '../'`Source/WebCore/svg/SVGFETurbulenceElement.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DBUILDING_WEBKIT -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type -Wformat -Wformat-security -Wno-format-y2k -Wundef -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-unused-parameter -Wno-parentheses -fno-exceptions -DENABLE_GLIB_SUPPORT=1 -DBUILDING_CAIRO__=1 -DBUILDING_GTK__=1 -DWTF_CHANGES -DXP_UNIX -DWTF_USE_ICU_UNICODE=1 -DWTF_USE_GSTREAMER=1 -DNDEBUG -I../Source/ThirdParty/ANGLE/src -I../Source/ThirdParty/ANGLE/include -I../Source/ThirdParty/ANGLE/include/GLSLANG -I../Source/WebCore -I../Source/WebCore/accessibility -I../Source/WebCore/bindings -I../Source/WebCore/bindings/generic -I../Source/WebCore/bindings/js -I../Source/WebCore/bindings/js/specialization -I../Source/WebCore/bridge -I../Source/WebCore/bridge/c -I../Source/WebCore/bridge/jni/jsc -I../Source/WebCore/bridge/jsc -I../Source/WebCore/css -I../Source/WebCore/dom -I../Source/WebCore/dom/default -I../Source/WebCore/editing -I../Source/WebCore/fileapi -I../Source/WebCore/history -I../Source/WebCore/html -I../Source/WebCore/html/canvas -I../Source/WebCore/html/parser -I../Source/WebCore/html/shadow -I../Source/WebCore/html/track -I../Source/WebCore/inspector -I../Source/WebCore/loader -I../Source/WebCore/loader/appcache -I../Source/WebCore/loader/archive -I../Source/WebCore/loader/cache -I../Source/WebCore/loader/icon -I../Source/WebCore/mathml -I../Source/WebCore/notifications -I../Source/WebCore/p2p -I../Source/WebCore/page -I../Source/WebCore/page/animation -I../Source/WebCore/platform -I../Source/WebCore/platform/animation -I../Source/WebCore/platform/audio -I../Source/WebCore/platform/graphics -I../Source/WebCore/platform/graphics/filters -I../Source/WebCore/platform/graphics/filters/arm -I../Source/WebCore/platform/graphics/gpu -I../Source/WebCore/platform/graphics/opengl -I../Source/WebCore/platform/graphics/opentype -I../Source/WebCore/platform/graphics/transforms -I../Source/WebCore/platform/image-decoders -I../Source/WebCore/platform/image-decoders/bmp -I../Source/WebCore/platform/image-decoders/gif -I../Source/WebCore/platform/image-decoders/ico -I../Source/WebCore/platform/image-decoders/jpeg -I../Source/WebCore/platform/image-decoders/webp -I../Source/WebCore/platform/image-decoders/png -I../Source/WebCore/platform/leveldb -I../Source/WebCore/platform/mock -I../Source/WebCore/platform/network -I../Source/WebCore/platform/sql -I../Source/WebCore/platform/text -I../Source/WebCore/platform/text/transcoder -I../Source/WebCore/platform/win -I../Source/WebCore/plugins -I../Source/WebCore/plugins/win -I../Source/WebCore/rendering -I../Source/WebCore/rendering/mathml -I../Source/WebCore/rendering/style -I../Source/WebCore/rendering/svg -I../Source/WebCore/storage -I../Source/WebCore/svg -I../Source/WebCore/svg/animation -I../Source/WebCore/svg/graphics -I../Source/WebCore/svg/graphics/filters -I../Source/WebCore/svg/properties -I../Source/WebCore/testing -I../Source/WebCore/testing/js -I../Source/WebCore/webaudio -I../Source/WebCore/websockets -I../Source/WebCore/workers -I../Source/WebCore/xml -I../Source/WebCore/xml/parser -I./WebCore/bindings/js -I./DerivedSources/WebCore -I./DerivedSources -I./DerivedSources/JavaScriptCore -DDATA_DIR=\"/usr/share\" -DENABLE_CHANNEL_MESSAGING=1 -DENABLE_METER_TAG=1 -DENABLE_PROGRESS_TAG=1 -DENABLE_JAVASCRIPT_DEBUGGER=1 -DENABLE_OFFLINE_WEB_APPLICATIONS=1 -DENABLE_SQL_DATABASE=1 -DENABLE_DATALIST=1 -DENABLE_DIRECTORY_UPLOAD=0 -DENABLE_DOM_STORAGE=1 -DENABLE_TOUCH_ICON_LOADING=0 -DENABLE_INPUT_COLOR=0 -DENABLE_INPUT_SPEECH=0 -DENABLE_ICONDATABASE=1 -DENABLE_VIDEO=1 -DENABLE_MEDIA_SOURCE=0 -DENABLE_MEDIA_STATISTICS=0 -DENABLE_FULLSCREEN_API=1 -DENABLE_VIDEO_TRACK=1 -DENABLE_MEDIA_STREAM=0 -DENABLE_XPATH=1 -DENABLE_XSLT=1 -DENABLE_WORKERS=1 -DENABLE_SHARED_WORKERS=1 -DENABLE_FILTERS=1 -DENABLE_GEOLOCATION=1 -DENABLE_SVG=1 -DENABLE_SVG_FONTS=1 -DENABLE_WEB_SOCKETS=1 -DENABLE_BLOB=1 -DWEBKITGTK_API_VERSION_STRING=\"3.0\" -DWTF_USE_SOUP=1 -I../Source/WebCore/accessibility/gtk -I../Source/WebCore/loader/gtk -I../Source/WebCore/page/gtk -I../Source/WebCore/platform/cairo -I../Source/WebCore/platform/graphics/cairo -I../Source/WebCore/platform/graphics/gstreamer -I../Source/WebCore/platform/graphics/gtk -I../Source/WebCore/platform/gtk -I../Source/WebCore/platform/network/soup -DWTF_USE_FREETYPE=1 -I../Source/WebCore/platform/graphics/freetype -I../Source -I../Source/JavaScriptCore -I../Source/JavaScriptCore/API -I../Source/JavaScriptCore/assembler -I../Source/JavaScriptCore/bytecode -I../Source/JavaScriptCore/bytecompiler -I../Source/JavaScriptCore/dfg -I../Source/JavaScriptCore/heap -I../Source/JavaScriptCore/debugger -I../Source/JavaScriptCore/ForwardingHeaders -I../Source/JavaScriptCore/interpreter -I../Source/JavaScriptCore/jit -I../Source/JavaScriptCore/jit -I../Source/JavaScriptCore/parser -I../Source/JavaScriptCore/profiler -I../Source/JavaScriptCore/runtime -I../Source/JavaScriptCore/wtf -I../Source/JavaScriptCore/wtf -I../Source/JavaScriptCore/wtf/gobject -I../Source/JavaScriptCore/wtf/gtk -I../Source/JavaScriptCore/wtf/text -I../Source/JavaScriptCore/wtf/unicode -I../Source/JavaScriptCore/yarr -I./Source/JavaScriptCore -I./Source/JavaScriptCore/parser -I./Source/JavaScriptCore/runtime -fno-strict-aliasing -pthread -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/cairo -pthread -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/enchant -pthread -I/usr/include/dbus-1.0 -I/usr/lib/sparc-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -pthread -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -pthread -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include/libxml2 -D_REENTRANT -I/usr/include -D_FORTIFY_SOURCE=2 -fvisibility-inlines-hidden -fno-rtti -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wl,--as-needed -O2 -MT Source/WebCore/svg/libWebCore_la-SVGFETurbulenceElement.lo -MD -MP -MF Source/WebCore/svg/.deps/libWebCore_la-SVGFETurbulenceElement.Tpo -c ../Source/WebCore/svg/SVGFETurbulenceElement.cpp  -fPIC -DPIC -o Source/WebCore/svg/.libs/libWebCore_la-SVGFETurbulenceElement.o
In file included from ../Source/JavaScriptCore/wtf/OwnPtr.h:25:0,
                 from ../Source/JavaScriptCore/wtf/VectorTraits.h:24,
                 from ../Source/JavaScriptCore/wtf/Vector.h:29,
                 from ../Source/WebCore/platform/graphics/IntRect.h:30,
                 from ../Source/WebCore/platform/graphics/filters/FilterEffect.h:27,
                 from ../Source/WebCore/platform/graphics/filters/FETurbulence.h:28,
                 from ../Source/WebCore/svg/SVGFETurbulenceElement.h:25,
                 from ../Source/WebCore/svg/SVGFETurbulenceElement.cpp:24:
../Source/JavaScriptCore/wtf/NullPtr.h:50:1: warning: identifier 'nullptr' will become a keyword in C++0x [-Wc++0x-compat]
In file included from ../Source/JavaScriptCore/interpreter/CallFrame.h:28:0,
                 from ../Source/JavaScriptCore/runtime/ArgList.h:25,
                 from ../Source/JavaScriptCore/runtime/JSObject.h:26,
                 from ../Source/JavaScriptCore/runtime/JSArray.h:24,
                 from ../Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from ../Source/WebCore/bindings/js/JSDOMGlobalObject.h:30,
                 from ../Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from ../Source/WebCore/bindings/js/ScriptWrappable.h:34,
                 from ../Source/WebCore/dom/Node.h:32,
                 from ../Source/WebCore/dom/ContainerNode.h:27,
                 from ../Source/WebCore/dom/TreeScope.h:29,
                 from ../Source/WebCore/dom/Document.h:44,
                 from ../Source/WebCore/dom/Element.h:28,
                 from ../Source/WebCore/dom/StyledElement.h:28,
                 from ../Source/WebCore/svg/SVGElement.h:29,
                 from ../Source/WebCore/svg/properties/SVGAnimatedProperty.h:25,
                 from ../Source/WebCore/svg/properties/SVGAnimatedStaticPropertyTearOff.h:24,
                 from ../Source/WebCore/svg/properties/SVGAnimatedEnumerationPropertyTearOff.h:24,
                 from ../Source/WebCore/svg/SVGAnimatedEnumeration.h:24,
                 from ../Source/WebCore/svg/SVGFETurbulenceElement.h:26,
                 from ../Source/WebCore/svg/SVGFETurbulenceElement.cpp:24:
../Source/JavaScriptCore/interpreter/RegisterFile.h: In member function 'bool JSC::RegisterFile::grow(JSC::Register*)':
../Source/JavaScriptCore/interpreter/RegisterFile.h:126:99: warning: cast from 'char*' to 'JSC::Register*' increases required alignment of target type [-Wcast-align]
In file included from ../Source/JavaScriptCore/runtime/ArgList.h:27:0,
                 from ../Source/JavaScriptCore/runtime/JSObject.h:26,
                 from ../Source/JavaScriptCore/runtime/JSArray.h:24,
                 from ../Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from ../Source/WebCore/bindings/js/JSDOMGlobalObject.h:30,
                 from ../Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from ../Source/WebCore/bindings/js/ScriptWrappable.h:34,
                 from ../Source/WebCore/dom/Node.h:32,
                 from ../Source/WebCore/dom/ContainerNode.h:27,
                 from ../Source/WebCore/dom/TreeScope.h:29,
                 from ../Source/WebCore/dom/Document.h:44,
                 from ../Source/WebCore/dom/Element.h:28,
                 from ../Source/WebCore/dom/StyledElement.h:28,
                 from ../Source/WebCore/svg/SVGElement.h:29,
                 from ../Source/WebCore/svg/properties/SVGAnimatedProperty.h:25,
                 from ../Source/WebCore/svg/properties/SVGAnimatedStaticPropertyTearOff.h:24,
                 from ../Source/WebCore/svg/properties/SVGAnimatedEnumerationPropertyTearOff.h:24,
                 from ../Source/WebCore/svg/SVGAnimatedEnumeration.h:24,
                 from ../Source/WebCore/svg/SVGFETurbulenceElement.h:26,
                 from ../Source/WebCore/svg/SVGFETurbulenceElement.cpp:24:
../Source/JavaScriptCore/runtime/WriteBarrier.h: In member function 'T* JSC::WriteBarrierBase<T>::get() const [with T = JSC::Structure]':
../Source/JavaScriptCore/runtime/JSCell.h:176:32:   instantiated from here
../Source/JavaScriptCore/runtime/WriteBarrier.h:96:43: warning: cast from 'JSC::JSCell*' to 'JSC::Structure*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/runtime/WriteBarrier.h: In member function 'T* JSC::WriteBarrierBase<T>::get() const [with T = JSC::JSGlobalObject]':
../Source/JavaScriptCore/runtime/Structure.h:127:74:   instantiated from here
../Source/JavaScriptCore/runtime/WriteBarrier.h:96:43: warning: cast from 'JSC::JSCell*' to 'JSC::JSGlobalObject*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/runtime/WriteBarrier.h: In member function 'T* JSC::WriteBarrierBase<T>::get() const [with T = JSC::StringPrototype]':
../Source/JavaScriptCore/runtime/JSGlobalObject.h:213:81:   instantiated from here
../Source/JavaScriptCore/runtime/WriteBarrier.h:96:43: warning: cast from 'JSC::JSCell*' to 'JSC::StringPrototype*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/runtime/WriteBarrier.h: In member function 'T* JSC::WriteBarrierBase<T>::get() const [with T = JSC::NumberPrototype]':
../Source/JavaScriptCore/runtime/JSGlobalObject.h:214:81:   instantiated from here
../Source/JavaScriptCore/runtime/WriteBarrier.h:96:43: warning: cast from 'JSC::JSCell*' to 'JSC::NumberPrototype*' increases required alignment of target type [-Wcast-align]
In file included from ../Source/JavaScriptCore/heap/Handle.h:29:0,
                 from ../Source/JavaScriptCore/heap/HandleHeap.h:30,
                 from ../Source/JavaScriptCore/heap/Heap.h:25,
                 from ../Source/JavaScriptCore/runtime/JSGlobalData.h:36,
                 from ../Source/WebCore/dom/ScriptExecutionContext.h:45,
                 from ../Source/WebCore/dom/Document.h:41,
                 from ../Source/WebCore/dom/Element.h:28,
                 from ../Source/WebCore/dom/StyledElement.h:28,
                 from ../Source/WebCore/svg/SVGElement.h:29,
                 from ../Source/WebCore/svg/properties/SVGAnimatedProperty.h:25,
                 from ../Source/WebCore/svg/properties/SVGAnimatedStaticPropertyTearOff.h:24,
                 from ../Source/WebCore/svg/properties/SVGAnimatedEnumerationPropertyTearOff.h:24,
                 from ../Source/WebCore/svg/SVGAnimatedEnumeration.h:24,
                 from ../Source/WebCore/svg/SVGFETurbulenceElement.h:26,
                 from ../Source/WebCore/svg/SVGFETurbulenceElement.cpp:24:
../Source/JavaScriptCore/heap/HandleTypes.h: In static member function 'static T* JSC::HandleTypes<T>::getFromSlot(JSC::HandleSlot) [with T = JSC::Structure, JSC::HandleTypes<T>::ExternalType = JSC::Structure*, JSC::HandleSlot = JSC::JSValue*]':
../Source/JavaScriptCore/heap/Handle.h:126:79:   instantiated from 'JSC::Handle<T>::ExternalType JSC::Handle<T>::get() const [with T = JSC::Structure, JSC::Handle<T>::ExternalType = JSC::Structure*]'
../Source/JavaScriptCore/runtime/ScopeChain.h:39:75:   instantiated from here
../Source/JavaScriptCore/heap/HandleTypes.h:38:130: warning: cast from 'JSC::JSCell*' to 'JSC::HandleTypes<JSC::Structure>::ExternalType {aka JSC::Structure*}' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/heap/HandleTypes.h: In static member function 'static T* JSC::HandleTypes<T>::getFromSlot(JSC::HandleSlot) [with T = WebCore::JSDOMWrapper, JSC::HandleTypes<T>::ExternalType = WebCore::JSDOMWrapper*, JSC::HandleSlot = JSC::JSValue*]':
../Source/JavaScriptCore/heap/Weak.h:96:74:   instantiated from 'JSC::Weak<T>::ExternalType JSC::Weak<T>::get() const [with T = WebCore::JSDOMWrapper, JSC::Weak<T>::ExternalType = WebCore::JSDOMWrapper*]'
../Source/WebCore/bindings/js/ScriptWrappable.h:43:30:   instantiated from here
../Source/JavaScriptCore/heap/HandleTypes.h:38:130: warning: cast from 'JSC::JSCell*' to 'JSC::HandleTypes<WebCore::JSDOMWrapper>::ExternalType {aka WebCore::JSDOMWrapper*}' increases required alignment of target type [-Wcast-align]
In file included from ../Source/WebCore/platform/graphics/IntRect.h:30:0,
                 from ../Source/WebCore/platform/graphics/filters/FilterEffect.h:27,
                 from ../Source/WebCore/platform/graphics/filters/FETurbulence.h:28,
                 from ../Source/WebCore/svg/SVGFETurbulenceElement.h:25,
                 from ../Source/WebCore/svg/SVGFETurbulenceElement.cpp:24:
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = JSC::Register, unsigned int inlineCapacity = 8u]':
../Source/JavaScriptCore/wtf/Vector.h:399:50:   instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = JSC::Register, unsigned int inlineCapacity = 8u]'
../Source/JavaScriptCore/wtf/Vector.h:506:23:   instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = JSC::Register, unsigned int inlineCapacity = 8u]'
../Source/JavaScriptCore/runtime/ArgList.h:50:26:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'JSC::Register*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = JSC::Identifier, unsigned int inlineCapacity = 20u]':
../Source/JavaScriptCore/wtf/Vector.h:399:50:   instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = JSC::Identifier, unsigned int inlineCapacity = 20u]'
../Source/JavaScriptCore/wtf/Vector.h:506:23:   instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = JSC::Identifier, unsigned int inlineCapacity = 20u]'
../Source/JavaScriptCore/runtime/PropertyNameArray.h:46:9:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'JSC::Identifier*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = JSC::JSString::RopeIterator::WorkItem, unsigned int inlineCapacity = 16u]':
../Source/JavaScriptCore/wtf/Vector.h:399:50:   instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = JSC::JSString::RopeIterator::WorkItem, unsigned int inlineCapacity = 16u]'
../Source/JavaScriptCore/wtf/Vector.h:506:23:   instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = JSC::JSString::RopeIterator::WorkItem, unsigned int inlineCapacity = 16u]'
../Source/JavaScriptCore/runtime/JSString.h:115:32:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'JSC::JSString::RopeIterator::WorkItem*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = WTF::AtomicString, unsigned int inlineCapacity = 8u]':
../Source/JavaScriptCore/wtf/Vector.h:399:50:   instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = WTF::AtomicString, unsigned int inlineCapacity = 8u]'
../Source/JavaScriptCore/wtf/Vector.h:506:23:   instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = WTF::AtomicString, unsigned int inlineCapacity = 8u]'
../Source/WebCore/dom/SpaceSplitString.h:35:88:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'WTF::AtomicString*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = const WebCore::SimpleFontData*, unsigned int inlineCapacity = 2048u]':
../Source/JavaScriptCore/wtf/Vector.h:421:17:   instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::allocateBuffer(size_t) [with T = const WebCore::SimpleFontData*, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:926:13:   instantiated from 'void WTF::Vector<T, inlineCapacity>::shrinkCapacity(size_t) [with T = const WebCore::SimpleFontData*, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:576:24:   instantiated from 'void WTF::Vector<T, inlineCapacity>::clear() [with T = const WebCore::SimpleFontData*, unsigned int inlineCapacity = 2048u]'
../Source/WebCore/platform/graphics/GlyphBuffer.h:82:26:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'const WebCore::SimpleFontData**' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = cairo_glyph_t, unsigned int inlineCapacity = 2048u]':
../Source/JavaScriptCore/wtf/Vector.h:421:17:   instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::allocateBuffer(size_t) [with T = cairo_glyph_t, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:926:13:   instantiated from 'void WTF::Vector<T, inlineCapacity>::shrinkCapacity(size_t) [with T = cairo_glyph_t, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:576:24:   instantiated from 'void WTF::Vector<T, inlineCapacity>::clear() [with T = cairo_glyph_t, unsigned int inlineCapacity = 2048u]'
../Source/WebCore/platform/graphics/GlyphBuffer.h:83:24:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'cairo_glyph_t*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = WebCore::FloatSize, unsigned int inlineCapacity = 2048u]':
../Source/JavaScriptCore/wtf/Vector.h:421:17:   instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::allocateBuffer(size_t) [with T = WebCore::FloatSize, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:926:13:   instantiated from 'void WTF::Vector<T, inlineCapacity>::shrinkCapacity(size_t) [with T = WebCore::FloatSize, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:576:24:   instantiated from 'void WTF::Vector<T, inlineCapacity>::clear() [with T = WebCore::FloatSize, unsigned int inlineCapacity = 2048u]'
../Source/WebCore/platform/graphics/GlyphBuffer.h:84:26:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'WebCore::FloatSize*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = std::pair<const WebCore::FontData*, bool>, unsigned int inlineCapacity = 1u]':
../Source/JavaScriptCore/wtf/Vector.h:437:13:   instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::deallocateBuffer(T*) [with T = std::pair<const WebCore::FontData*, bool>, unsigned int inlineCapacity = 1u]'
../Source/JavaScriptCore/wtf/Vector.h:412:13:   instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::~VectorBuffer() [with T = std::pair<const WebCore::FontData*, bool>, unsigned int inlineCapacity = 1u]'
../Source/JavaScriptCore/wtf/Vector.h:521:9:   instantiated from 'WTF::Vector<T, inlineCapacity>::~Vector() [with T = std::pair<const WebCore::FontData*, bool>, unsigned int inlineCapacity = 1u]'
../Source/WebCore/platform/graphics/FontFallbackList.h:45:25:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'std::pair<const WebCore::FontData*, bool>*' increases required alignment of target type [-Wcast-align]
In file included from ../Source/WebCore/dom/Node.h:35:0,
                 from ../Source/WebCore/dom/ContainerNode.h:27,
                 from ../Source/WebCore/dom/TreeScope.h:29,
                 from ../Source/WebCore/dom/Document.h:44,
                 from ../Source/WebCore/dom/Element.h:28,
                 from ../Source/WebCore/dom/StyledElement.h:28,
                 from ../Source/WebCore/svg/SVGElement.h:29,
                 from ../Source/WebCore/svg/properties/SVGAnimatedProperty.h:25,
                 from ../Source/WebCore/svg/properties/SVGAnimatedStaticPropertyTearOff.h:24,
                 from ../Source/WebCore/svg/properties/SVGAnimatedEnumerationPropertyTearOff.h:24,
                 from ../Source/WebCore/svg/SVGAnimatedEnumeration.h:24,
                 from ../Source/WebCore/svg/SVGFETurbulenceElement.h:26,
                 from ../Source/WebCore/svg/SVGFETurbulenceElement.cpp:24:
../Source/JavaScriptCore/wtf/ListHashSet.h: In member function 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::pool() [with ValueArg = WebCore::KURL, unsigned int inlineCapacity = 256u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::KURL, 256u>]':
../Source/JavaScriptCore/wtf/ListHashSet.h:193:44:   instantiated from 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::pastPool() [with ValueArg = WebCore::KURL, unsigned int inlineCapacity = 256u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::KURL, 256u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:164:17:   instantiated from 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::allocate() [with ValueArg = WebCore::KURL, unsigned int inlineCapacity = 256u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::KURL, 256u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:224:40:   instantiated from 'static void* WTF::ListHashSetNode<ValueArg, inlineCapacity>::operator new(size_t, WTF::ListHashSetNode<ValueArg, inlineCapacity>::NodeAllocator*) [with ValueArg = WebCore::KURL, unsigned int inlineCapacity = 256u, size_t = unsigned int, WTF::ListHashSetNode<ValueArg, inlineCapacity>::NodeAllocator = WTF::ListHashSetNodeAllocator<WebCore::KURL, 256u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:372:13:   instantiated from 'static void WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::translate(WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::Node*&, const ValueType&, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::NodeAllocator*) [with ValueType = WebCore::KURL, unsigned int inlineCapacity = 256u, HashFunctions = WebCore::KURLHash, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::Node = WTF::ListHashSetNode<WebCore::KURL, 256u>, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::NodeAllocator = WTF::ListHashSetNodeAllocator<WebCore::KURL, 256u>]'
../Source/JavaScriptCore/wtf/HashTable.h:692:9:   instantiated from 'std::pair<WTF::HashTableIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>, bool> WTF::HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::add(const T&, const Extra&) [with T = WebCore::KURL, Extra = WTF::ListHashSetNodeAllocator<WebCore::KURL, 256u>*, HashTranslator = WTF::ListHashSetTranslator<WebCore::KURL, 256u, WebCore::KURLHash>, Key = WTF::ListHashSetNode<WebCore::KURL, 256u>*, Value = WTF::ListHashSetNode<WebCore::KURL, 256u>*, Extractor = WTF::IdentityExtractor<WTF::ListHashSetNode<WebCore::KURL, 256u>*>, HashFunctions = WTF::ListHashSetNodeHashFunctions<WebCore::KURL, 256u, WebCore::KURLHash>, Traits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::KURL, 256u>*>, KeyTraits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::KURL, 256u>*>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:566:141:   instantiated from 'std::pair<WTF::ListHashSetIterator<ValueArg, inlineCapacity, HashArg>, bool> WTF::ListHashSet<Value, inlineCapacity, HashFunctions>::add(const ValueType&) [with ValueArg = WebCore::KURL, unsigned int inlineCapacity = 256u, HashArg = WebCore::KURLHash, WTF::ListHashSet<Value, inlineCapacity, HashFunctions>::ValueType = WebCore::KURL]'
../Source/WebCore/dom/Node.h:738:21:   instantiated from here
../Source/JavaScriptCore/wtf/ListHashSet.h:192:70: warning: cast from 'char*' to 'WTF::ListHashSetNodeAllocator<WebCore::KURL, 256u>::Node* {aka WTF::ListHashSetNode<WebCore::KURL, 256u>*}' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/ListHashSet.h: In member function 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::pool() [with ValueArg = WebCore::Element*, unsigned int inlineCapacity = 64u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::Element*, 64u>]':
../Source/JavaScriptCore/wtf/ListHashSet.h:193:44:   instantiated from 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::pastPool() [with ValueArg = WebCore::Element*, unsigned int inlineCapacity = 64u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::Element*, 64u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:164:17:   instantiated from 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::allocate() [with ValueArg = WebCore::Element*, unsigned int inlineCapacity = 64u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::Element*, 64u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:224:40:   instantiated from 'static void* WTF::ListHashSetNode<ValueArg, inlineCapacity>::operator new(size_t, WTF::ListHashSetNode<ValueArg, inlineCapacity>::NodeAllocator*) [with ValueArg = WebCore::Element*, unsigned int inlineCapacity = 64u, size_t = unsigned int, WTF::ListHashSetNode<ValueArg, inlineCapacity>::NodeAllocator = WTF::ListHashSetNodeAllocator<WebCore::Element*, 64u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:372:13:   instantiated from 'static void WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::translate(WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::Node*&, const ValueType&, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::NodeAllocator*) [with ValueType = WebCore::Element*, unsigned int inlineCapacity = 64u, HashFunctions = WTF::PtrHash<WebCore::Element*>, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::Node = WTF::ListHashSetNode<WebCore::Element*, 64u>, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::NodeAllocator = WTF::ListHashSetNodeAllocator<WebCore::Element*, 64u>]'
../Source/JavaScriptCore/wtf/HashTable.h:692:9:   instantiated from 'std::pair<WTF::HashTableIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>, bool> WTF::HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::add(const T&, const Extra&) [with T = WebCore::Element*, Extra = WTF::ListHashSetNodeAllocator<WebCore::Element*, 64u>*, HashTranslator = WTF::ListHashSetTranslator<WebCore::Element*, 64u, WTF::PtrHash<WebCore::Element*> >, Key = WTF::ListHashSetNode<WebCore::Element*, 64u>*, Value = WTF::ListHashSetNode<WebCore::Element*, 64u>*, Extractor = WTF::IdentityExtractor<WTF::ListHashSetNode<WebCore::Element*, 64u>*>, HashFunctions = WTF::ListHashSetNodeHashFunctions<WebCore::Element*, 64u, WTF::PtrHash<WebCore::Element*> >, Traits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::Element*, 64u>*>, KeyTraits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::Element*, 64u>*>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:566:141:   instantiated from 'std::pair<WTF::ListHashSetIterator<ValueArg, inlineCapacity, HashArg>, bool> WTF::ListHashSet<Value, inlineCapacity, HashFunctions>::add(const ValueType&) [with ValueArg = WebCore::Element*, unsigned int inlineCapacity = 64u, HashArg = WTF::PtrHash<WebCore::Element*>, WTF::ListHashSet<Value, inlineCapacity, HashFunctions>::ValueType = WebCore::Element*]'
../Source/WebCore/dom/Document.h:517:82:   instantiated from here
../Source/JavaScriptCore/wtf/ListHashSet.h:192:70: warning: cast from 'char*' to 'WTF::ListHashSetNodeAllocator<WebCore::Element*, 64u>::Node* {aka WTF::ListHashSetNode<WebCore::Element*, 64u>*}' increases required alignment of target type [-Wcast-align]
mv -f Source/WebCore/svg/.deps/libWebCore_la-SVGFETurbulenceElement.Tpo Source/WebCore/svg/.deps/libWebCore_la-SVGFETurbulenceElement.Plo
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  -DBUILDING_WEBKIT -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type -Wformat -Wformat-security -Wno-format-y2k -Wundef -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-unused-parameter -Wno-parentheses -fno-exceptions -DENABLE_GLIB_SUPPORT=1 -DBUILDING_CAIRO__=1 -DBUILDING_GTK__=1 -DWTF_CHANGES -DXP_UNIX -DWTF_USE_ICU_UNICODE=1   -DWTF_USE_GSTREAMER=1  -DNDEBUG   -I../Source/ThirdParty/ANGLE/src -I../Source/ThirdParty/ANGLE/include -I../Source/ThirdParty/ANGLE/include/GLSLANG -I../Source/WebCore -I../Source/WebCore/accessibility -I../Source/WebCore/bindings -I../Source/WebCore/bindings/generic -I../Source/WebCore/bindings/js -I../Source/WebCore/bindings/js/specialization -I../Source/WebCore/bridge -I../Source/WebCore/bridge/c -I../Source/WebCore/bridge/jni/jsc -I../Source/WebCore/bridge/jsc -I../Source/WebCore/css -I../Source/WebCore/dom -I../Source/WebCore/dom/default -I../Source/WebCore/editing -I../Source/WebCore/fileapi -I../Source/WebCore/history -I../Source/WebCore/html -I../Source/WebCore/html/canvas -I../Source/WebCore/html/parser -I../Source/WebCore/html/shadow -I../Source/WebCore/html/track -I../Source/WebCore/inspector -I../Source/WebCore/loader -I../Source/WebCore/loader/appcache -I../Source/WebCore/loader/archive -I../Source/WebCore/loader/cache -I../Source/WebCore/loader/icon -I../Source/WebCore/mathml -I../Source/WebCore/notifications -I../Source/WebCore/p2p -I../Source/WebCore/page -I../Source/WebCore/page/animation -I../Source/WebCore/platform -I../Source/WebCore/platform/animation -I../Source/WebCore/platform/audio -I../Source/WebCore/platform/graphics -I../Source/WebCore/platform/graphics/filters -I../Source/WebCore/platform/graphics/filters/arm -I../Source/WebCore/platform/graphics/gpu -I../Source/WebCore/platform/graphics/opengl -I../Source/WebCore/platform/graphics/opentype -I../Source/WebCore/platform/graphics/transforms -I../Source/WebCore/platform/image-decoders -I../Source/WebCore/platform/image-decoders/bmp -I../Source/WebCore/platform/image-decoders/gif -I../Source/WebCore/platform/image-decoders/ico -I../Source/WebCore/platform/image-decoders/jpeg -I../Source/WebCore/platform/image-decoders/webp -I../Source/WebCore/platform/image-decoders/png -I../Source/WebCore/platform/leveldb -I../Source/WebCore/platform/mock -I../Source/WebCore/platform/network -I../Source/WebCore/platform/sql -I../Source/WebCore/platform/text -I../Source/WebCore/platform/text/transcoder -I../Source/WebCore/platform/win -I../Source/WebCore/plugins -I../Source/WebCore/plugins/win -I../Source/WebCore/rendering -I../Source/WebCore/rendering/mathml -I../Source/WebCore/rendering/style -I../Source/WebCore/rendering/svg -I../Source/WebCore/storage -I../Source/WebCore/svg -I../Source/WebCore/svg/animation -I../Source/WebCore/svg/graphics -I../Source/WebCore/svg/graphics/filters -I../Source/WebCore/svg/properties -I../Source/WebCore/testing -I../Source/WebCore/testing/js -I../Source/WebCore/webaudio -I../Source/WebCore/websockets -I../Source/WebCore/workers -I../Source/WebCore/xml -I../Source/WebCore/xml/parser -I./WebCore/bindings/js -I./DerivedSources/WebCore -I./DerivedSources -I./DerivedSources/JavaScriptCore -DDATA_DIR=\"/usr/share\" -DENABLE_CHANNEL_MESSAGING=1   -DENABLE_METER_TAG=1 -DENABLE_PROGRESS_TAG=1 -DENABLE_JAVASCRIPT_DEBUGGER=1  -DENABLE_OFFLINE_WEB_APPLICATIONS=1 -DENABLE_SQL_DATABASE=1  -DENABLE_DATALIST=1    -DENABLE_DIRECTORY_UPLOAD=0 -DENABLE_DOM_STORAGE=1    -DENABLE_TOUCH_ICON_LOADING=0  -DENABLE_INPUT_COLOR=0  -DENABLE_INPUT_SPEECH=0 -DENABLE_ICONDATABASE=1   -DENABLE_VIDEO=1   -DENABLE_MEDIA_SOURCE=0  -DENABLE_MEDIA_STATISTICS=0 -DENABLE_FULLSCREEN_API=1 -DENABLE_VIDEO_TRACK=1   -DENABLE_MEDIA_STREAM=0  -DENABLE_XPATH=1 -DENABLE_XSLT=1 -DENABLE_WORKERS=1 -DENABLE_SHARED_WORKERS=1  -DENABLE_FILTERS=1 -DENABLE_GEOLOCATION=1   -DENABLE_SVG=1 -DENABLE_SVG_FONTS=1  -DENABLE_WEB_SOCKETS=1  -DENABLE_BLOB=1       -DWEBKITGTK_API_VERSION_STRING=\"3.0\" -DWTF_USE_SOUP=1 -I../Source/WebCore/accessibility/gtk -I../Source/WebCore/loader/gtk -I../Source/WebCore/page/gtk -I../Source/WebCore/platform/cairo -I../Source/WebCore/platform/graphics/cairo -I../Source/WebCore/platform/graphics/gstreamer -I../Source/WebCore/platform/graphics/gtk -I../Source/WebCore/platform/gtk -I../Source/WebCore/platform/network/soup -DWTF_USE_FREETYPE=1 -I../Source/WebCore/platform/graphics/freetype  -I../Source -I../Source/JavaScriptCore -I../Source/JavaScriptCore/API -I../Source/JavaScriptCore/assembler -I../Source/JavaScriptCore/bytecode -I../Source/JavaScriptCore/bytecompiler -I../Source/JavaScriptCore/dfg -I../Source/JavaScriptCore/heap -I../Source/JavaScriptCore/debugger -I../Source/JavaScriptCore/ForwardingHeaders -I../Source/JavaScriptCore/interpreter -I../Source/JavaScriptCore/jit -I../Source/JavaScriptCore/jit -I../Source/JavaScriptCore/parser -I../Source/JavaScriptCore/profiler -I../Source/JavaScriptCore/runtime -I../Source/JavaScriptCore/wtf -I../Source/JavaScriptCore/wtf -I../Source/JavaScriptCore/wtf/gobject -I../Source/JavaScriptCore/wtf/gtk -I../Source/JavaScriptCore/wtf/text -I../Source/JavaScriptCore/wtf/unicode -I../Source/JavaScriptCore/yarr -I./Source/JavaScriptCore -I./Source/JavaScriptCore/parser -I./Source/JavaScriptCore/runtime -fno-strict-aliasing -pthread -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/cairo    -pthread -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/enchant   -pthread -I/usr/include/dbus-1.0 -I/usr/lib/sparc-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/libxml2   -pthread -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include   -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/libxml2   -pthread -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libxml2   -I/usr/include/libxml2   -I/usr/include/libxml2    -D_REENTRANT  -I/usr/include    -D_FORTIFY_SOURCE=2 -fvisibility-inlines-hidden -fno-rtti -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wl,--as-needed -O2 -MT Source/WebCore/svg/libWebCore_la-SVGFilterElement.lo -MD -MP -MF Source/WebCore/svg/.deps/libWebCore_la-SVGFilterElement.Tpo -c -o Source/WebCore/svg/libWebCore_la-SVGFilterElement.lo `test -f 'Source/WebCore/svg/SVGFilterElement.cpp' || echo '../'`Source/WebCore/svg/SVGFilterElement.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DBUILDING_WEBKIT -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type -Wformat -Wformat-security -Wno-format-y2k -Wundef -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-unused-parameter -Wno-parentheses -fno-exceptions -DENABLE_GLIB_SUPPORT=1 -DBUILDING_CAIRO__=1 -DBUILDING_GTK__=1 -DWTF_CHANGES -DXP_UNIX -DWTF_USE_ICU_UNICODE=1 -DWTF_USE_GSTREAMER=1 -DNDEBUG -I../Source/ThirdParty/ANGLE/src -I../Source/ThirdParty/ANGLE/include -I../Source/ThirdParty/ANGLE/include/GLSLANG -I../Source/WebCore -I../Source/WebCore/accessibility -I../Source/WebCore/bindings -I../Source/WebCore/bindings/generic -I../Source/WebCore/bindings/js -I../Source/WebCore/bindings/js/specialization -I../Source/WebCore/bridge -I../Source/WebCore/bridge/c -I../Source/WebCore/bridge/jni/jsc -I../Source/WebCore/bridge/jsc -I../Source/WebCore/css -I../Source/WebCore/dom -I../Source/WebCore/dom/default -I../Source/WebCore/editing -I../Source/WebCore/fileapi -I../Source/WebCore/history -I../Source/WebCore/html -I../Source/WebCore/html/canvas -I../Source/WebCore/html/parser -I../Source/WebCore/html/shadow -I../Source/WebCore/html/track -I../Source/WebCore/inspector -I../Source/WebCore/loader -I../Source/WebCore/loader/appcache -I../Source/WebCore/loader/archive -I../Source/WebCore/loader/cache -I../Source/WebCore/loader/icon -I../Source/WebCore/mathml -I../Source/WebCore/notifications -I../Source/WebCore/p2p -I../Source/WebCore/page -I../Source/WebCore/page/animation -I../Source/WebCore/platform -I../Source/WebCore/platform/animation -I../Source/WebCore/platform/audio -I../Source/WebCore/platform/graphics -I../Source/WebCore/platform/graphics/filters -I../Source/WebCore/platform/graphics/filters/arm -I../Source/WebCore/platform/graphics/gpu -I../Source/WebCore/platform/graphics/opengl -I../Source/WebCore/platform/graphics/opentype -I../Source/WebCore/platform/graphics/transforms -I../Source/WebCore/platform/image-decoders -I../Source/WebCore/platform/image-decoders/bmp -I../Source/WebCore/platform/image-decoders/gif -I../Source/WebCore/platform/image-decoders/ico -I../Source/WebCore/platform/image-decoders/jpeg -I../Source/WebCore/platform/image-decoders/webp -I../Source/WebCore/platform/image-decoders/png -I../Source/WebCore/platform/leveldb -I../Source/WebCore/platform/mock -I../Source/WebCore/platform/network -I../Source/WebCore/platform/sql -I../Source/WebCore/platform/text -I../Source/WebCore/platform/text/transcoder -I../Source/WebCore/platform/win -I../Source/WebCore/plugins -I../Source/WebCore/plugins/win -I../Source/WebCore/rendering -I../Source/WebCore/rendering/mathml -I../Source/WebCore/rendering/style -I../Source/WebCore/rendering/svg -I../Source/WebCore/storage -I../Source/WebCore/svg -I../Source/WebCore/svg/animation -I../Source/WebCore/svg/graphics -I../Source/WebCore/svg/graphics/filters -I../Source/WebCore/svg/properties -I../Source/WebCore/testing -I../Source/WebCore/testing/js -I../Source/WebCore/webaudio -I../Source/WebCore/websockets -I../Source/WebCore/workers -I../Source/WebCore/xml -I../Source/WebCore/xml/parser -I./WebCore/bindings/js -I./DerivedSources/WebCore -I./DerivedSources -I./DerivedSources/JavaScriptCore -DDATA_DIR=\"/usr/share\" -DENABLE_CHANNEL_MESSAGING=1 -DENABLE_METER_TAG=1 -DENABLE_PROGRESS_TAG=1 -DENABLE_JAVASCRIPT_DEBUGGER=1 -DENABLE_OFFLINE_WEB_APPLICATIONS=1 -DENABLE_SQL_DATABASE=1 -DENABLE_DATALIST=1 -DENABLE_DIRECTORY_UPLOAD=0 -DENABLE_DOM_STORAGE=1 -DENABLE_TOUCH_ICON_LOADING=0 -DENABLE_INPUT_COLOR=0 -DENABLE_INPUT_SPEECH=0 -DENABLE_ICONDATABASE=1 -DENABLE_VIDEO=1 -DENABLE_MEDIA_SOURCE=0 -DENABLE_MEDIA_STATISTICS=0 -DENABLE_FULLSCREEN_API=1 -DENABLE_VIDEO_TRACK=1 -DENABLE_MEDIA_STREAM=0 -DENABLE_XPATH=1 -DENABLE_XSLT=1 -DENABLE_WORKERS=1 -DENABLE_SHARED_WORKERS=1 -DENABLE_FILTERS=1 -DENABLE_GEOLOCATION=1 -DENABLE_SVG=1 -DENABLE_SVG_FONTS=1 -DENABLE_WEB_SOCKETS=1 -DENABLE_BLOB=1 -DWEBKITGTK_API_VERSION_STRING=\"3.0\" -DWTF_USE_SOUP=1 -I../Source/WebCore/accessibility/gtk -I../Source/WebCore/loader/gtk -I../Source/WebCore/page/gtk -I../Source/WebCore/platform/cairo -I../Source/WebCore/platform/graphics/cairo -I../Source/WebCore/platform/graphics/gstreamer -I../Source/WebCore/platform/graphics/gtk -I../Source/WebCore/platform/gtk -I../Source/WebCore/platform/network/soup -DWTF_USE_FREETYPE=1 -I../Source/WebCore/platform/graphics/freetype -I../Source -I../Source/JavaScriptCore -I../Source/JavaScriptCore/API -I../Source/JavaScriptCore/assembler -I../Source/JavaScriptCore/bytecode -I../Source/JavaScriptCore/bytecompiler -I../Source/JavaScriptCore/dfg -I../Source/JavaScriptCore/heap -I../Source/JavaScriptCore/debugger -I../Source/JavaScriptCore/ForwardingHeaders -I../Source/JavaScriptCore/interpreter -I../Source/JavaScriptCore/jit -I../Source/JavaScriptCore/jit -I../Source/JavaScriptCore/parser -I../Source/JavaScriptCore/profiler -I../Source/JavaScriptCore/runtime -I../Source/JavaScriptCore/wtf -I../Source/JavaScriptCore/wtf -I../Source/JavaScriptCore/wtf/gobject -I../Source/JavaScriptCore/wtf/gtk -I../Source/JavaScriptCore/wtf/text -I../Source/JavaScriptCore/wtf/unicode -I../Source/JavaScriptCore/yarr -I./Source/JavaScriptCore -I./Source/JavaScriptCore/parser -I./Source/JavaScriptCore/runtime -fno-strict-aliasing -pthread -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/cairo -pthread -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/enchant -pthread -I/usr/include/dbus-1.0 -I/usr/lib/sparc-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -pthread -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -pthread -I/usr/include/glib-2.0 -I/usr/lib/sparc-linux-gnu/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include/libxml2 -D_REENTRANT -I/usr/include -D_FORTIFY_SOURCE=2 -fvisibility-inlines-hidden -fno-rtti -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wl,--as-needed -O2 -MT Source/WebCore/svg/libWebCore_la-SVGFilterElement.lo -MD -MP -MF Source/WebCore/svg/.deps/libWebCore_la-SVGFilterElement.Tpo -c ../Source/WebCore/svg/SVGFilterElement.cpp  -fPIC -DPIC -o Source/WebCore/svg/.libs/libWebCore_la-SVGFilterElement.o
In file included from ../Source/JavaScriptCore/wtf/PassRefPtr.h:25:0,
                 from ../Source/JavaScriptCore/wtf/RefPtr.h:28,
                 from ../Source/JavaScriptCore/wtf/HashFunctions.h:24,
                 from ../Source/JavaScriptCore/wtf/HashTraits.h:24,
                 from ../Source/JavaScriptCore/wtf/HashTable.h:26,
                 from ../Source/JavaScriptCore/wtf/HashMap.h:24,
                 from ../Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h:26,
                 from ../Source/WebCore/svg/properties/SVGAnimatedProperty.h:24,
                 from ../Source/WebCore/svg/properties/SVGAnimatedStaticPropertyTearOff.h:24,
                 from ../Source/WebCore/svg/SVGAnimatedBoolean.h:24,
                 from ../Source/WebCore/svg/SVGFilterElement.h:27,
                 from ../Source/WebCore/svg/SVGFilterElement.cpp:27:
../Source/JavaScriptCore/wtf/NullPtr.h:50:1: warning: identifier 'nullptr' will become a keyword in C++0x [-Wc++0x-compat]
In file included from ../Source/JavaScriptCore/interpreter/CallFrame.h:28:0,
                 from ../Source/JavaScriptCore/runtime/ArgList.h:25,
                 from ../Source/JavaScriptCore/runtime/JSObject.h:26,
                 from ../Source/JavaScriptCore/runtime/JSArray.h:24,
                 from ../Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from ../Source/WebCore/bindings/js/JSDOMGlobalObject.h:30,
                 from ../Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from ../Source/WebCore/bindings/js/ScriptWrappable.h:34,
                 from ../Source/WebCore/dom/Node.h:32,
                 from ../Source/WebCore/dom/ContainerNode.h:27,
                 from ../Source/WebCore/dom/TreeScope.h:29,
                 from ../Source/WebCore/dom/Document.h:44,
                 from ../Source/WebCore/dom/Element.h:28,
                 from ../Source/WebCore/dom/StyledElement.h:28,
                 from ../Source/WebCore/svg/SVGElement.h:29,
                 from ../Source/WebCore/svg/properties/SVGAnimatedProperty.h:25,
                 from ../Source/WebCore/svg/properties/SVGAnimatedStaticPropertyTearOff.h:24,
                 from ../Source/WebCore/svg/SVGAnimatedBoolean.h:24,
                 from ../Source/WebCore/svg/SVGFilterElement.h:27,
                 from ../Source/WebCore/svg/SVGFilterElement.cpp:27:
../Source/JavaScriptCore/interpreter/RegisterFile.h: In member function 'bool JSC::RegisterFile::grow(JSC::Register*)':
../Source/JavaScriptCore/interpreter/RegisterFile.h:126:99: warning: cast from 'char*' to 'JSC::Register*' increases required alignment of target type [-Wcast-align]
In file included from ../Source/JavaScriptCore/runtime/ArgList.h:27:0,
                 from ../Source/JavaScriptCore/runtime/JSObject.h:26,
                 from ../Source/JavaScriptCore/runtime/JSArray.h:24,
                 from ../Source/JavaScriptCore/runtime/JSGlobalObject.h:25,
                 from ../Source/WebCore/bindings/js/JSDOMGlobalObject.h:30,
                 from ../Source/WebCore/bindings/js/JSDOMWrapper.h:25,
                 from ../Source/WebCore/bindings/js/ScriptWrappable.h:34,
                 from ../Source/WebCore/dom/Node.h:32,
                 from ../Source/WebCore/dom/ContainerNode.h:27,
                 from ../Source/WebCore/dom/TreeScope.h:29,
                 from ../Source/WebCore/dom/Document.h:44,
                 from ../Source/WebCore/dom/Element.h:28,
                 from ../Source/WebCore/dom/StyledElement.h:28,
                 from ../Source/WebCore/svg/SVGElement.h:29,
                 from ../Source/WebCore/svg/properties/SVGAnimatedProperty.h:25,
                 from ../Source/WebCore/svg/properties/SVGAnimatedStaticPropertyTearOff.h:24,
                 from ../Source/WebCore/svg/SVGAnimatedBoolean.h:24,
                 from ../Source/WebCore/svg/SVGFilterElement.h:27,
                 from ../Source/WebCore/svg/SVGFilterElement.cpp:27:
../Source/JavaScriptCore/runtime/WriteBarrier.h: In member function 'T* JSC::WriteBarrierBase<T>::get() const [with T = JSC::Structure]':
../Source/JavaScriptCore/runtime/JSCell.h:176:32:   instantiated from here
../Source/JavaScriptCore/runtime/WriteBarrier.h:96:43: warning: cast from 'JSC::JSCell*' to 'JSC::Structure*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/runtime/WriteBarrier.h: In member function 'T* JSC::WriteBarrierBase<T>::get() const [with T = JSC::JSGlobalObject]':
../Source/JavaScriptCore/runtime/Structure.h:127:74:   instantiated from here
../Source/JavaScriptCore/runtime/WriteBarrier.h:96:43: warning: cast from 'JSC::JSCell*' to 'JSC::JSGlobalObject*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/runtime/WriteBarrier.h: In member function 'T* JSC::WriteBarrierBase<T>::get() const [with T = JSC::StringPrototype]':
../Source/JavaScriptCore/runtime/JSGlobalObject.h:213:81:   instantiated from here
../Source/JavaScriptCore/runtime/WriteBarrier.h:96:43: warning: cast from 'JSC::JSCell*' to 'JSC::StringPrototype*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/runtime/WriteBarrier.h: In member function 'T* JSC::WriteBarrierBase<T>::get() const [with T = JSC::NumberPrototype]':
../Source/JavaScriptCore/runtime/JSGlobalObject.h:214:81:   instantiated from here
../Source/JavaScriptCore/runtime/WriteBarrier.h:96:43: warning: cast from 'JSC::JSCell*' to 'JSC::NumberPrototype*' increases required alignment of target type [-Wcast-align]
In file included from ../Source/JavaScriptCore/heap/Handle.h:29:0,
                 from ../Source/JavaScriptCore/heap/HandleHeap.h:30,
                 from ../Source/JavaScriptCore/heap/Heap.h:25,
                 from ../Source/JavaScriptCore/runtime/JSGlobalData.h:36,
                 from ../Source/WebCore/dom/ScriptExecutionContext.h:45,
                 from ../Source/WebCore/dom/Document.h:41,
                 from ../Source/WebCore/dom/Element.h:28,
                 from ../Source/WebCore/dom/StyledElement.h:28,
                 from ../Source/WebCore/svg/SVGElement.h:29,
                 from ../Source/WebCore/svg/properties/SVGAnimatedProperty.h:25,
                 from ../Source/WebCore/svg/properties/SVGAnimatedStaticPropertyTearOff.h:24,
                 from ../Source/WebCore/svg/SVGAnimatedBoolean.h:24,
                 from ../Source/WebCore/svg/SVGFilterElement.h:27,
                 from ../Source/WebCore/svg/SVGFilterElement.cpp:27:
../Source/JavaScriptCore/heap/HandleTypes.h: In static member function 'static T* JSC::HandleTypes<T>::getFromSlot(JSC::HandleSlot) [with T = JSC::Structure, JSC::HandleTypes<T>::ExternalType = JSC::Structure*, JSC::HandleSlot = JSC::JSValue*]':
../Source/JavaScriptCore/heap/Handle.h:126:79:   instantiated from 'JSC::Handle<T>::ExternalType JSC::Handle<T>::get() const [with T = JSC::Structure, JSC::Handle<T>::ExternalType = JSC::Structure*]'
../Source/JavaScriptCore/runtime/ScopeChain.h:39:75:   instantiated from here
../Source/JavaScriptCore/heap/HandleTypes.h:38:130: warning: cast from 'JSC::JSCell*' to 'JSC::HandleTypes<JSC::Structure>::ExternalType {aka JSC::Structure*}' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/heap/HandleTypes.h: In static member function 'static T* JSC::HandleTypes<T>::getFromSlot(JSC::HandleSlot) [with T = WebCore::JSDOMWrapper, JSC::HandleTypes<T>::ExternalType = WebCore::JSDOMWrapper*, JSC::HandleSlot = JSC::JSValue*]':
../Source/JavaScriptCore/heap/Weak.h:96:74:   instantiated from 'JSC::Weak<T>::ExternalType JSC::Weak<T>::get() const [with T = WebCore::JSDOMWrapper, JSC::Weak<T>::ExternalType = WebCore::JSDOMWrapper*]'
../Source/WebCore/bindings/js/ScriptWrappable.h:43:30:   instantiated from here
../Source/JavaScriptCore/heap/HandleTypes.h:38:130: warning: cast from 'JSC::JSCell*' to 'JSC::HandleTypes<WebCore::JSDOMWrapper>::ExternalType {aka WebCore::JSDOMWrapper*}' increases required alignment of target type [-Wcast-align]
In file included from ../Source/JavaScriptCore/wtf/text/StringImpl.h:33:0,
                 from ../Source/JavaScriptCore/wtf/text/AtomicStringImpl.h:24,
                 from ../Source/JavaScriptCore/wtf/text/AtomicString.h:24,
                 from ../Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h:27,
                 from ../Source/WebCore/svg/properties/SVGAnimatedProperty.h:24,
                 from ../Source/WebCore/svg/properties/SVGAnimatedStaticPropertyTearOff.h:24,
                 from ../Source/WebCore/svg/SVGAnimatedBoolean.h:24,
                 from ../Source/WebCore/svg/SVGFilterElement.h:27,
                 from ../Source/WebCore/svg/SVGFilterElement.cpp:27:
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = JSC::Register, unsigned int inlineCapacity = 8u]':
../Source/JavaScriptCore/wtf/Vector.h:399:50:   instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = JSC::Register, unsigned int inlineCapacity = 8u]'
../Source/JavaScriptCore/wtf/Vector.h:506:23:   instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = JSC::Register, unsigned int inlineCapacity = 8u]'
../Source/JavaScriptCore/runtime/ArgList.h:50:26:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'JSC::Register*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = JSC::Identifier, unsigned int inlineCapacity = 20u]':
../Source/JavaScriptCore/wtf/Vector.h:399:50:   instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = JSC::Identifier, unsigned int inlineCapacity = 20u]'
../Source/JavaScriptCore/wtf/Vector.h:506:23:   instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = JSC::Identifier, unsigned int inlineCapacity = 20u]'
../Source/JavaScriptCore/runtime/PropertyNameArray.h:46:9:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'JSC::Identifier*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = JSC::JSString::RopeIterator::WorkItem, unsigned int inlineCapacity = 16u]':
../Source/JavaScriptCore/wtf/Vector.h:399:50:   instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = JSC::JSString::RopeIterator::WorkItem, unsigned int inlineCapacity = 16u]'
../Source/JavaScriptCore/wtf/Vector.h:506:23:   instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = JSC::JSString::RopeIterator::WorkItem, unsigned int inlineCapacity = 16u]'
../Source/JavaScriptCore/runtime/JSString.h:115:32:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'JSC::JSString::RopeIterator::WorkItem*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = WTF::AtomicString, unsigned int inlineCapacity = 8u]':
../Source/JavaScriptCore/wtf/Vector.h:399:50:   instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = WTF::AtomicString, unsigned int inlineCapacity = 8u]'
../Source/JavaScriptCore/wtf/Vector.h:506:23:   instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = WTF::AtomicString, unsigned int inlineCapacity = 8u]'
../Source/WebCore/dom/SpaceSplitString.h:35:88:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'WTF::AtomicString*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = const WebCore::SimpleFontData*, unsigned int inlineCapacity = 2048u]':
../Source/JavaScriptCore/wtf/Vector.h:421:17:   instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::allocateBuffer(size_t) [with T = const WebCore::SimpleFontData*, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:926:13:   instantiated from 'void WTF::Vector<T, inlineCapacity>::shrinkCapacity(size_t) [with T = const WebCore::SimpleFontData*, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:576:24:   instantiated from 'void WTF::Vector<T, inlineCapacity>::clear() [with T = const WebCore::SimpleFontData*, unsigned int inlineCapacity = 2048u]'
../Source/WebCore/platform/graphics/GlyphBuffer.h:82:26:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'const WebCore::SimpleFontData**' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = cairo_glyph_t, unsigned int inlineCapacity = 2048u]':
../Source/JavaScriptCore/wtf/Vector.h:421:17:   instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::allocateBuffer(size_t) [with T = cairo_glyph_t, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:926:13:   instantiated from 'void WTF::Vector<T, inlineCapacity>::shrinkCapacity(size_t) [with T = cairo_glyph_t, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:576:24:   instantiated from 'void WTF::Vector<T, inlineCapacity>::clear() [with T = cairo_glyph_t, unsigned int inlineCapacity = 2048u]'
../Source/WebCore/platform/graphics/GlyphBuffer.h:83:24:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'cairo_glyph_t*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = WebCore::FloatSize, unsigned int inlineCapacity = 2048u]':
../Source/JavaScriptCore/wtf/Vector.h:421:17:   instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::allocateBuffer(size_t) [with T = WebCore::FloatSize, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:926:13:   instantiated from 'void WTF::Vector<T, inlineCapacity>::shrinkCapacity(size_t) [with T = WebCore::FloatSize, unsigned int inlineCapacity = 2048u, size_t = unsigned int]'
../Source/JavaScriptCore/wtf/Vector.h:576:24:   instantiated from 'void WTF::Vector<T, inlineCapacity>::clear() [with T = WebCore::FloatSize, unsigned int inlineCapacity = 2048u]'
../Source/WebCore/platform/graphics/GlyphBuffer.h:84:26:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'WebCore::FloatSize*' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = std::pair<const WebCore::FontData*, bool>, unsigned int inlineCapacity = 1u]':
../Source/JavaScriptCore/wtf/Vector.h:437:13:   instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::deallocateBuffer(T*) [with T = std::pair<const WebCore::FontData*, bool>, unsigned int inlineCapacity = 1u]'
../Source/JavaScriptCore/wtf/Vector.h:412:13:   instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::~VectorBuffer() [with T = std::pair<const WebCore::FontData*, bool>, unsigned int inlineCapacity = 1u]'
../Source/JavaScriptCore/wtf/Vector.h:521:9:   instantiated from 'WTF::Vector<T, inlineCapacity>::~Vector() [with T = std::pair<const WebCore::FontData*, bool>, unsigned int inlineCapacity = 1u]'
../Source/WebCore/platform/graphics/FontFallbackList.h:45:25:   instantiated from here
../Source/JavaScriptCore/wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'std::pair<const WebCore::FontData*, bool>*' increases required alignment of target type [-Wcast-align]
In file included from ../Source/WebCore/dom/Node.h:35:0,
                 from ../Source/WebCore/dom/ContainerNode.h:27,
                 from ../Source/WebCore/dom/TreeScope.h:29,
                 from ../Source/WebCore/dom/Document.h:44,
                 from ../Source/WebCore/dom/Element.h:28,
                 from ../Source/WebCore/dom/StyledElement.h:28,
                 from ../Source/WebCore/svg/SVGElement.h:29,
                 from ../Source/WebCore/svg/properties/SVGAnimatedProperty.h:25,
                 from ../Source/WebCore/svg/properties/SVGAnimatedStaticPropertyTearOff.h:24,
                 from ../Source/WebCore/svg/SVGAnimatedBoolean.h:24,
                 from ../Source/WebCore/svg/SVGFilterElement.h:27,
                 from ../Source/WebCore/svg/SVGFilterElement.cpp:27:
../Source/JavaScriptCore/wtf/ListHashSet.h: In member function 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::pool() [with ValueArg = WebCore::KURL, unsigned int inlineCapacity = 256u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::KURL, 256u>]':
../Source/JavaScriptCore/wtf/ListHashSet.h:193:44:   instantiated from 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::pastPool() [with ValueArg = WebCore::KURL, unsigned int inlineCapacity = 256u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::KURL, 256u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:164:17:   instantiated from 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::allocate() [with ValueArg = WebCore::KURL, unsigned int inlineCapacity = 256u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::KURL, 256u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:224:40:   instantiated from 'static void* WTF::ListHashSetNode<ValueArg, inlineCapacity>::operator new(size_t, WTF::ListHashSetNode<ValueArg, inlineCapacity>::NodeAllocator*) [with ValueArg = WebCore::KURL, unsigned int inlineCapacity = 256u, size_t = unsigned int, WTF::ListHashSetNode<ValueArg, inlineCapacity>::NodeAllocator = WTF::ListHashSetNodeAllocator<WebCore::KURL, 256u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:372:13:   instantiated from 'static void WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::translate(WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::Node*&, const ValueType&, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::NodeAllocator*) [with ValueType = WebCore::KURL, unsigned int inlineCapacity = 256u, HashFunctions = WebCore::KURLHash, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::Node = WTF::ListHashSetNode<WebCore::KURL, 256u>, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::NodeAllocator = WTF::ListHashSetNodeAllocator<WebCore::KURL, 256u>]'
../Source/JavaScriptCore/wtf/HashTable.h:692:9:   instantiated from 'std::pair<WTF::HashTableIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>, bool> WTF::HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::add(const T&, const Extra&) [with T = WebCore::KURL, Extra = WTF::ListHashSetNodeAllocator<WebCore::KURL, 256u>*, HashTranslator = WTF::ListHashSetTranslator<WebCore::KURL, 256u, WebCore::KURLHash>, Key = WTF::ListHashSetNode<WebCore::KURL, 256u>*, Value = WTF::ListHashSetNode<WebCore::KURL, 256u>*, Extractor = WTF::IdentityExtractor<WTF::ListHashSetNode<WebCore::KURL, 256u>*>, HashFunctions = WTF::ListHashSetNodeHashFunctions<WebCore::KURL, 256u, WebCore::KURLHash>, Traits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::KURL, 256u>*>, KeyTraits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::KURL, 256u>*>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:566:141:   instantiated from 'std::pair<WTF::ListHashSetIterator<ValueArg, inlineCapacity, HashArg>, bool> WTF::ListHashSet<Value, inlineCapacity, HashFunctions>::add(const ValueType&) [with ValueArg = WebCore::KURL, unsigned int inlineCapacity = 256u, HashArg = WebCore::KURLHash, WTF::ListHashSet<Value, inlineCapacity, HashFunctions>::ValueType = WebCore::KURL]'
../Source/WebCore/dom/Node.h:738:21:   instantiated from here
../Source/JavaScriptCore/wtf/ListHashSet.h:192:70: warning: cast from 'char*' to 'WTF::ListHashSetNodeAllocator<WebCore::KURL, 256u>::Node* {aka WTF::ListHashSetNode<WebCore::KURL, 256u>*}' increases required alignment of target type [-Wcast-align]
../Source/JavaScriptCore/wtf/ListHashSet.h: In member function 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::pool() [with ValueArg = WebCore::Element*, unsigned int inlineCapacity = 64u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::Element*, 64u>]':
../Source/JavaScriptCore/wtf/ListHashSet.h:193:44:   instantiated from 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::pastPool() [with ValueArg = WebCore::Element*, unsigned int inlineCapacity = 64u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::Element*, 64u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:164:17:   instantiated from 'WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node* WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::allocate() [with ValueArg = WebCore::Element*, unsigned int inlineCapacity = 64u, WTF::ListHashSetNodeAllocator<ValueArg, inlineCapacity>::Node = WTF::ListHashSetNode<WebCore::Element*, 64u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:224:40:   instantiated from 'static void* WTF::ListHashSetNode<ValueArg, inlineCapacity>::operator new(size_t, WTF::ListHashSetNode<ValueArg, inlineCapacity>::NodeAllocator*) [with ValueArg = WebCore::Element*, unsigned int inlineCapacity = 64u, size_t = unsigned int, WTF::ListHashSetNode<ValueArg, inlineCapacity>::NodeAllocator = WTF::ListHashSetNodeAllocator<WebCore::Element*, 64u>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:372:13:   instantiated from 'static void WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::translate(WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::Node*&, const ValueType&, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::NodeAllocator*) [with ValueType = WebCore::Element*, unsigned int inlineCapacity = 64u, HashFunctions = WTF::PtrHash<WebCore::Element*>, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::Node = WTF::ListHashSetNode<WebCore::Element*, 64u>, WTF::ListHashSetTranslator<ValueType, inlineCapacity, HashFunctions>::NodeAllocator = WTF::ListHashSetNodeAllocator<WebCore::Element*, 64u>]'
../Source/JavaScriptCore/wtf/HashTable.h:692:9:   instantiated from 'std::pair<WTF::HashTableIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>, bool> WTF::HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::add(const T&, const Extra&) [with T = WebCore::Element*, Extra = WTF::ListHashSetNodeAllocator<WebCore::Element*, 64u>*, HashTranslator = WTF::ListHashSetTranslator<WebCore::Element*, 64u, WTF::PtrHash<WebCore::Element*> >, Key = WTF::ListHashSetNode<WebCore::Element*, 64u>*, Value = WTF::ListHashSetNode<WebCore::Element*, 64u>*, Extractor = WTF::IdentityExtractor<WTF::ListHashSetNode<WebCore::Element*, 64u>*>, HashFunctions = WTF::ListHashSetNodeHashFunctions<WebCore::Element*, 64u, WTF::PtrHash<WebCore::Element*> >, Traits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::Element*, 64u>*>, KeyTraits = WTF::HashTraits<WTF::ListHashSetNode<WebCore::Element*, 64u>*>]'
../Source/JavaScriptCore/wtf/ListHashSet.h:566:141:   instantiated from 'std::pair<WTF::ListHashSetIterator<ValueArg, inlineCapacity, HashArg>, bool> WTF::ListHashSet<Value, inlineCapacity, HashFunctions>::add(const ValueType&) [with ValueArg = WebCore::Element*, unsigned int inlineCapacity = 64u, HashArg = WTF::PtrHash<WebCore::Element*>, WTF::ListHashSet<Value, inlineCapacity, HashFunctions>::ValueType = WebCore::Element*]'
../Source/WebCore/dom/Document.h:517:82:   instantiated from here
../Source/JavaScriptCore/wtf/ListHashSet.h:192:70: warning: cast from 'char*' to 'WTF::ListHashSetNodeAllocator<WebCore::Element*, 64u>::Node* {aka WTF::ListHashSetNode<WebCore::Element*, 64u>*}' increases required alignment of target type [-Wcast-align]
/tmp/ccJFyoyk.s: Assembler messages:
/tmp/ccJFyoyk.s:107726: Error: unknown pseudo-op: `.ua'
/tmp/ccJFyoyk.s:107726: Error: junk at end of line, first unrecognized character is `3'
make[1]: *** [Source/WebCore/svg/libWebCore_la-SVGFilterElement.lo] Error 1
make[1]: Leaving directory `/home/jurij/seed/webkit-1.6.3/build-3.0'
make: *** [build-stamp] Error 2


More information about the pkg-gnome-maintainers mailing list