[Releasing] Alpha package ready for testing

Katajisto Teemu Teemu.Katajisto at digia.com
Fri Mar 30 15:03:57 CEST 2012


On 30.3.2012 15.25, "marius.storm-olsen at nokia.com"
<marius.storm-olsen at nokia.com> wrote:

>Hi,
>
>Another package is ready for testing at
>    
>http://releases.qt-project.org/alpha/20120330/qt-everywhere-opensource-src
>-5.0.0-alpha.tar.gz
>or
>    
>http://releases.qt-project.org/alpha/20120330/qt-everywhere-opensource-src
>-5.0.0-alpha.zip
>
>This package contains an additional fix for building WebKit on OSX, so
>lets hope this is final.
>
>Please test.


QtWebkit build still fails for me in OS X 10.7.3 (Xcode 4.3.2):

Undefined symbols for architecture x86_64:
  "_llint_begin", referenced from:
      JSC::CodeBlock::bytecodeOffset(JSC::ExecState*,
JSC::ReturnAddressPtr) in libJavaScriptCore.a(CodeBlock.o)
  "_llint_end", referenced from:
      JSC::CodeBlock::bytecodeOffset(JSC::ExecState*,
JSC::ReturnAddressPtr) in libJavaScriptCore.a(CodeBlock.o)
  "_llint_op_call_varargs", referenced from:
      JSC::CodeBlock::bytecodeOffset(JSC::ExecState*,
JSC::ReturnAddressPtr) in libJavaScriptCore.a(CodeBlock.o)
  "_llint_op_method_check", referenced from:
      JSC::GetByIdStatus::computeFromLLInt(JSC::CodeBlock*, unsigned int,
JSC::Identifier&) in libJavaScriptCore.a(GetByIdStatus.o)
  "_llint_op_put_by_id", referenced from:
      JSC::PutByIdStatus::computeFromLLInt(JSC::CodeBlock*, unsigned int,
JSC::Identifier&) in libJavaScriptCore.a(PutByIdStatus.o)
  "_llint_op_catch", referenced from:
      JSC::BytecodeGenerator::emitCatch(JSC::RegisterID*, JSC::Label*,
JSC::Label*) in libJavaScriptCore.a(BytecodeGenerator.o)
  "_llint_native_call_trampoline", referenced from:
      JSC::JIT::privateCompileCTINativeCall(JSC::JSGlobalData*, void*
(*)(JSC::ExecState*)) in libJavaScriptCore.a(JITOpcodes.o)
      JSC::JIT::compileCTINativeCall(JSC::JSGlobalData*, void*
(*)(JSC::ExecState*)) in libJavaScriptCore.a(JITStubs.o)
      JSC::charCodeAtThunkGenerator(JSC::JSGlobalData*) in
libJavaScriptCore.a(ThunkGenerators.o)
      JSC::charAtThunkGenerator(JSC::JSGlobalData*) in
libJavaScriptCore.a(ThunkGenerators.o)
      JSC::fromCharCodeThunkGenerator(JSC::JSGlobalData*) in
libJavaScriptCore.a(ThunkGenerators.o)
      JSC::sqrtThunkGenerator(JSC::JSGlobalData*) in
libJavaScriptCore.a(ThunkGenerators.o)
      JSC::floorThunkGenerator(JSC::JSGlobalData*) in
libJavaScriptCore.a(ThunkGenerators.o)
      ...
  "_llint_native_construct_trampoline", referenced from:
      JSC::JITThunks::hostFunctionStub(JSC::JSGlobalData*, void*
(*)(JSC::ExecState*), void* (*)(JSC::ExecState*)) in
libJavaScriptCore.a(JITStubs.o)
      JSC::JITThunks::hostFunctionStub(JSC::JSGlobalData*, void*
(*)(JSC::ExecState*), JSC::MacroAssemblerCodeRef (*)(JSC::JSGlobalData*),
JSC::Intrinsic) in libJavaScriptCore.a(JITStubs.o)
  "JSC::LLInt::getEvalEntrypoint(JSC::JSGlobalData&, JSC::JITCode&)",
referenced from:
      JSC::EvalExecutable::compileInternal(JSC::ExecState*,
JSC::ScopeChainNode*, JSC::JITCode::JITType) in
libJavaScriptCore.a(Executable.o)
  "JSC::LLInt::getProgramEntrypoint(JSC::JSGlobalData&, JSC::JITCode&)",
referenced from:
      JSC::ProgramExecutable::compileInternal(JSC::ExecState*,
JSC::ScopeChainNode*, JSC::JITCode::JITType) in
libJavaScriptCore.a(Executable.o)
  "JSC::LLInt::getFunctionEntrypoint(JSC::JSGlobalData&,
JSC::CodeSpecializationKind, JSC::JITCode&, JSC::MacroAssemblerCodePtr&)",
referenced from:
      JSC::FunctionExecutable::compileForCallInternal(JSC::ExecState*,
JSC::ScopeChainNode*, JSC::JITCode::JITType) in
libJavaScriptCore.a(Executable.o)
      
JSC::FunctionExecutable::compileForConstructInternal(JSC::ExecState*,
JSC::ScopeChainNode*, JSC::JITCode::JITType) in
libJavaScriptCore.a(Executable.o)
  "JSC::LLInt::Data::Data()", referenced from:
      JSC::JSGlobalData::JSGlobalData(JSC::JSGlobalData::GlobalDataType,
JSC::ThreadStackType, JSC::HeapSize) in libJavaScriptCore.a(JSGlobalData.o)
  "JSC::LLInt::Data::performAssertions(JSC::JSGlobalData&)", referenced
from:
      JSC::JSGlobalData::JSGlobalData(JSC::JSGlobalData::GlobalDataType,
JSC::ThreadStackType, JSC::HeapSize) in libJavaScriptCore.a(JSGlobalData.o)
  "JSC::LLInt::Data::~Data()", referenced from:
      JSC::JSGlobalData::JSGlobalData(JSC::JSGlobalData::GlobalDataType,
JSC::ThreadStackType, JSC::HeapSize) in libJavaScriptCore.a(JSGlobalData.o)
      JSC::JSGlobalData::~JSGlobalData() in
libJavaScriptCore.a(JSGlobalData.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make[3]: *** [../../bin/jsc] Error 1
make[2]: *** [sub-jsc-pro-make_default-ordered] Error 2
make[1]: *** 
[sub-Source-JavaScriptCore-JavaScriptCore-pro-make_default-ordered] Error 2
make: *** [incremental] Error 2
cd qtwebkit && perl Tools/Scripts/build-webkit --qt --release
--no-netscape-plugin exited with status 512 at ./build line 64
	Qt::Build::exe('Qt::Build=HASH(0x7f9ce1004140)', 'cd qtwebkit && perl
Tools/Scripts/build-webkit --qt --release...') called at ./build line 114
	Qt::Build::exeLowPriv('Qt::Build=HASH(0x7f9ce1004140)', 'cd qtwebkit &&
perl Tools/Scripts/build-webkit --qt --release...') called at ./build line
377
	Qt::Build::build_project('Qt::Build=HASH(0x7f9ce1004140)', 'qtwebkit')
called at ./build line 408
	Qt::Build::build_qt('Qt::Build=HASH(0x7f9ce1004140)') called at ./build
line 437
	Qt::Build::run('Qt::Build=HASH(0x7f9ce1004140)') called at ./build line
446
'cd qtwebkit && perl Tools/Scripts/build-webkit --qt --release
--no-netscape-plugin' failed: 512 at ./build line 377.


BR,
- Teemu


>
>-- 
>.marius
>
>_______________________________________________
>Releasing mailing list
>Releasing at qt-project.org
>http://lists.qt-project.org/mailman/listinfo/releasing




More information about the Releasing mailing list