Hello, www/webkit,gtk3 fails to build on my blade 100 running the snapshot from april 5th with
{standard input}: Assembler messages: {standard input}:11916: Warning: end of file not at end of a line; newline inserted {standard input}:12031: Error: unknown pseudo-op: `.l3187' c++: Internal error: Killed (program cc1plus) Regards, Markus [...] c++ -DHAVE_CONFIG_H -I. -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 -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/tools -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./DerivedSources/JavaScriptCore -I./Source/WTF -I/usr/local/include/libpng -I/usr/local/include -I/usr/X11R6/include -fno-rtti -fstrict-aliasing -O3 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -D_REENTRANT -I/usr/local/include -O2 -pipe -MT Source/JavaScriptCore/interpreter/libjavascriptcoregtk_3_0_la-Interpreter.lo -MD -MP -MF Source/JavaScriptCore/interpreter/.deps/libjavascriptcoregtk_3_0_la-Interpreter.Tpo -c Source/JavaScriptCore/interpreter/Interpreter.cpp -fPIC -DPIC -o Source/JavaScriptCore/interpreter/.libs/libjavascriptcoregtk_3_0_la-Interpreter.o In file included from /usr/include/g++/iosfwd:45, from /usr/include/g++/bits/stl_algobase.h:70, from /usr/include/g++/algorithm:65, from ./Source/JavaScriptCore/wtf/OwnPtr.h:28, from ./Source/JavaScriptCore/wtf/RefCounted.h:28, from ./Source/JavaScriptCore/wtf/MetaAllocatorHandle.h:34, from ./Source/JavaScriptCore/jit/ExecutableAllocator.h:31, from ./Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:29, from ./Source/JavaScriptCore/interpreter/AbstractPC.h:29, from ./Source/JavaScriptCore/interpreter/CallFrame.h:26, from ./Source/JavaScriptCore/runtime/ArgList.h:25, from Source/JavaScriptCore/interpreter/Interpreter.h:32, from Source/JavaScriptCore/interpreter/Interpreter.cpp:31: /usr/include/g++/sparc64-unknown-openbsd5.1/bits/c++locale.h: In function 'int std::__convert_from_v(int* const&, char*, int, const char*, ...)': /usr/include/g++/sparc64-unknown-openbsd5.1/bits/c++locale.h:81: warning: function might be possible candidate for 'printf' format attribute In file included from ./Source/JavaScriptCore/runtime/JSValue.h:33, from ./Source/JavaScriptCore/runtime/CachedTranscendentalFunction.h:29, from ./Source/JavaScriptCore/runtime/JSGlobalData.h:32, from ./Source/JavaScriptCore/interpreter/CallFrame.h:27, from ./Source/JavaScriptCore/runtime/ArgList.h:25, from Source/JavaScriptCore/interpreter/Interpreter.h:32, from Source/JavaScriptCore/interpreter/Interpreter.cpp:31: ./Source/JavaScriptCore/wtf/MathExtras.h: In function 'bool signbit(double)': ./Source/JavaScriptCore/wtf/MathExtras.h:113: warning: dereferencing type-punned pointer will break strict-aliasing rules In file included from ./Source/JavaScriptCore/runtime/Structure.h:34, from ./Source/JavaScriptCore/runtime/ScopeChain.h:25, from ./Source/JavaScriptCore/runtime/JSObject.h:33, from ./Source/JavaScriptCore/runtime/JSFunction.h:27, from Source/JavaScriptCore/interpreter/Interpreter.h:34, from Source/JavaScriptCore/interpreter/Interpreter.cpp:31: ./Source/JavaScriptCore/runtime/PropertyMapHashTable.h: In member function 'JSC::PropertyMapEntry* JSC::PropertyTable::table()': ./Source/JavaScriptCore/runtime/PropertyMapHashTable.h:556: warning: cast from 'unsigned int*' to 'JSC::PropertyMapEntry*' increases required alignment of target type ./Source/JavaScriptCore/runtime/PropertyMapHashTable.h: In member function 'const JSC::PropertyMapEntry* JSC::PropertyTable::table() const': ./Source/JavaScriptCore/runtime/PropertyMapHashTable.h:562: warning: cast from 'unsigned int*' to 'const JSC::PropertyMapEntry*' increases required alignment of target type ./Source/JavaScriptCore/wtf/text/ASCIIFastPath.h: In function 'bool WTF::charactersAreAllASCII(const CharacterType*, size_t) [with CharacterType = LChar]': ./Source/JavaScriptCore/wtf/text/WTFString.h:493: instantiated from here ./Source/JavaScriptCore/wtf/text/ASCIIFastPath.h:84: warning: cast from 'const LChar*' to 'const WTF::MachineWord*' increases required alignment of target type ./Source/JavaScriptCore/wtf/text/ASCIIFastPath.h: In function 'bool WTF::charactersAreAllASCII(const CharacterType*, size_t) [with CharacterType = UChar]': ./Source/JavaScriptCore/wtf/text/WTFString.h:495: instantiated from here ./Source/JavaScriptCore/wtf/text/ASCIIFastPath.h:84: warning: cast from 'const UChar*' to 'const WTF::MachineWord*' increases required alignment of target type ./Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = JSC::Identifier, long unsigned int inlineCapacity = 20ul]': ./Source/JavaScriptCore/wtf/Vector.h:380: instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = JSC::Identifier, long unsigned int inlineCapacity = 20ul]' ./Source/JavaScriptCore/wtf/Vector.h:491: instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = JSC::Identifier, long unsigned int inlineCapacity = 20ul]' ./Source/JavaScriptCore/runtime/PropertyNameArray.h:46: instantiated from here ./Source/JavaScriptCore/wtf/Vector.h:468: warning: cast from 'WTF::AlignedBufferChar*' to 'JSC::Identifier*' increases required alignment of target type ./Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = JSC::ScopeLabelInfo, long unsigned int inlineCapacity = 2ul]': ./Source/JavaScriptCore/wtf/Vector.h:380: instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = JSC::ScopeLabelInfo, long unsigned int inlineCapacity = 2ul]' ./Source/JavaScriptCore/wtf/Vector.h:491: instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = JSC::ScopeLabelInfo, long unsigned int inlineCapacity = 2ul]' ./Source/JavaScriptCore/parser/Parser.h:162: instantiated from here ./Source/JavaScriptCore/wtf/Vector.h:468: warning: cast from 'WTF::AlignedBufferChar*' to 'JSC::ScopeLabelInfo*' increases required alignment of target type ./Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = JSC::Identifier, long unsigned int inlineCapacity = 64ul]': ./Source/JavaScriptCore/wtf/Vector.h:380: instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = JSC::Identifier, long unsigned int inlineCapacity = 64ul]' ./Source/JavaScriptCore/wtf/Vector.h:491: instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = JSC::Identifier, long unsigned int inlineCapacity = 64ul]' ./Source/JavaScriptCore/wtf/SegmentedVector.h:108: instantiated from 'WTF::SegmentedVector<T, SegmentSize>::SegmentedVector() [with T = JSC::Identifier, long unsigned int SegmentSize = 64ul]' ./Source/JavaScriptCore/parser/ParserArena.h:41: instantiated from here ./Source/JavaScriptCore/wtf/Vector.h:468: warning: cast from 'WTF::AlignedBufferChar*' to 'JSC::Identifier*' increases required alignment of target type ./Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = WTF::Vector<JSC::Identifier, 64ul>*, long unsigned int inlineCapacity = 32ul]': ./Source/JavaScriptCore/wtf/Vector.h:380: instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::VectorBuffer() [with T = WTF::Vector<JSC::Identifier, 64ul>*, long unsigned int inlineCapacity = 32ul]' ./Source/JavaScriptCore/wtf/Vector.h:491: instantiated from 'WTF::Vector<T, inlineCapacity>::Vector() [with T = WTF::Vector<JSC::Identifier, 64ul>*, long unsigned int inlineCapacity = 32ul]' ./Source/JavaScriptCore/wtf/SegmentedVector.h:108: instantiated from 'WTF::SegmentedVector<T, SegmentSize>::SegmentedVector() [with T = JSC::Identifier, long unsigned int SegmentSize = 64ul]' ./Source/JavaScriptCore/parser/ParserArena.h:41: instantiated from here ./Source/JavaScriptCore/wtf/Vector.h:468: warning: cast from 'WTF::AlignedBufferChar*' to 'WTF::Vector<JSC::Identifier, 64ul>**' increases required alignment of target type ./Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = JSC::Yarr::PatternDisjunction*, long unsigned int inlineCapacity = 4ul]': ./Source/JavaScriptCore/wtf/Vector.h:418: instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::deallocateBuffer(T*) [with T = JSC::Yarr::PatternDisjunction*, long unsigned int inlineCapacity = 4ul]' ./Source/JavaScriptCore/wtf/Vector.h:393: instantiated from 'WTF::VectorBuffer<T, inlineCapacity>::~VectorBuffer() [with T = JSC::Yarr::PatternDisjunction*, long unsigned int inlineCapacity = 4ul]' ./Source/JavaScriptCore/wtf/Vector.h:507: instantiated from 'WTF::Vector<T, inlineCapacity>::~Vector() [with T = JSC::Yarr::PatternDisjunction*, long unsigned int inlineCapacity = 4ul]' ./Source/JavaScriptCore/yarr/YarrPattern.h:322: instantiated from here ./Source/JavaScriptCore/wtf/Vector.h:468: warning: cast from 'WTF::AlignedBufferChar*' to 'JSC::Yarr::PatternDisjunction**' increases required alignment of target type ./Source/JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, inlineCapacity>::inlineBuffer() [with T = JSC::ExpressionNode*, long unsigned int inlineCapacity = 8ul]': ./Source/JavaScriptCore/wtf/Vector.h:402: instantiated from 'void WTF::VectorBuffer<T, inlineCapacity>::allocateBuffer(size_t) [with T = JSC::ExpressionNode*, long unsigned int inlineCapacity = 8ul]' ./Source/JavaScriptCore/wtf/Vector.h:899: instantiated from 'void WTF::Vector<T, inlineCapacity>::reserveCapacity(size_t) [with T = JSC::ExpressionNode*, long unsigned int inlineCapacity = 8ul]' ./Source/JavaScriptCore/wtf/Vector.h:816: instantiated from 'void WTF::Vector<T, inlineCapacity>::expandCapacity(size_t) [with T = JSC::ExpressionNode*, long unsigned int inlineCapacity = 8ul]' ./Source/JavaScriptCore/wtf/Vector.h:823: instantiated from 'const T* WTF::Vector<T, inlineCapacity>::expandCapacity(size_t, const T*) [with T = JSC::ExpressionNode*, long unsigned int inlineCapacity = 8ul]' ./Source/JavaScriptCore/wtf/Vector.h:1008: instantiated from 'void WTF::Vector<T, inlineCapacity>::appendSlowCase(const U&) [with U = JSC::ExpressionNode*, T = JSC::ExpressionNode*, long unsigned int inlineCapacity = 8ul]' ./Source/JavaScriptCore/wtf/Vector.h:999: instantiated from 'void WTF::Vector<T, inlineCapacity>::append(const U&) [with U = JSC::ExpressionNode*, T = JSC::ExpressionNode*, long unsigned int inlineCapacity = 8ul]' ./Source/JavaScriptCore/parser/Nodes.h:1095: instantiated from here ./Source/JavaScriptCore/wtf/Vector.h:468: warning: cast from 'WTF::AlignedBufferChar*' to 'JSC::ExpressionNode**' increases required alignment of target type {standard input}: Assembler messages: {standard input}:11916: Warning: end of file not at end of a line; newline inserted {standard input}:12031: Error: unknown pseudo-op: `.l3187' c++: Internal error: Killed (program cc1plus) Please submit a full bug report. See <URL:http://gcc.gnu.org/bugs.html> for instructions. Error while executing c++ -DHAVE_CONFIG_H -I. -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 -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/tools -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./DerivedSources/JavaScriptCore -I./Source/WTF -I/usr/local/include/libpng -I/usr/local/include -I/usr/X11R6/include -fno-rtti -fstrict-aliasing -O3 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -D_REENTRANT -I/usr/local/include -O2 -pipe -MT Source/JavaScriptCore/interpreter/libjavascriptcoregtk_3_0_la-Interpreter.lo -MD -MP -MF Source/JavaScriptCore/interpreter/.deps/libjavascriptcoregtk_3_0_la-Interpreter.Tpo -c Source/JavaScriptCore/interpreter/Interpreter.cpp -fPIC -DPIC -o Source/JavaScriptCore/interpreter/.libs/libjavascriptcoregtk_3_0_la-Interpreter.o gmake[1]: *** [Source/JavaScriptCore/interpreter/libjavascriptcoregtk_3_0_la-Interpreter.lo] Error 1 gmake[1]: Leaving directory `/usr/ports/pobj/webkit-1.8.0-gtk3/webkit-1.8.0' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/www/webkit (line 2455 of /usr/ports/infrastructure/mk/bsd.port.mk).