Ticket #14055: webkit_make.txt

File webkit_make.txt, 2.8 KB (added by vidrep, 6 years ago)
Line 
1Welcome to the Haiku shell.
2
3~/webkit/WebKitBuild/Release> make -j4
4[ 2%] Built target stageSharedScripts
5[ 4%] Generate bindings (DumpRenderTreeBindings)
6[ 4%] Generate bindings (WebCoreBindings)
7[ 13%] Built target WTF
8[ 13%] Built target DumpRenderTreeBindings
9[ 13%] Linking CXX executable ../../bin/ImageDiff
10[ 13%] Generating ../../DerivedSources/JavaScriptCore/Bytecodes.h, ../../DerivedSources/JavaScriptCore/InitBytecodes.asm, ../../DerivedSources/JavaScriptCore/BytecodeStructs.h
11Scanning dependencies of target PAL
12/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/5.4.0/../../../../x86_64-unknown-haiku/bin/ld: CMakeFiles/ImageDiff.dir/haiku/ImageDiff.cpp.o: relocation R_X86_64_PC32 against symbol `_Z6workerPv' can not be used when making a shared object; recompile with -fPIC
13/boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/5.4.0/../../../../x86_64-unknown-haiku/bin/ld: final link failed: Bad value
14collect2: error: ld returned 1 exit status
15Tools/ImageDiff/CMakeFiles/ImageDiff.dir/build.make:94: recipe for target 'bin/ImageDiff' failed
16make[2]: *** [bin/ImageDiff] Error 1
17CMakeFiles/Makefile2:1035: recipe for target 'Tools/ImageDiff/CMakeFiles/ImageDiff.dir/all' failed
18make[1]: *** [Tools/ImageDiff/CMakeFiles/ImageDiff.dir/all] Error 2
19make[1]: *** Waiting for unfinished jobs....
20[ 13%] Built target WebCoreBindings
21[ 13%] Generating ../../DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h
22[ 13%] Building CXX object Source/WebCore/PAL/pal/CMakeFiles/PAL.dir/FileSizeFormatter.cpp.o
23[ 13%] Building CXX object Source/WebCore/PAL/pal/CMakeFiles/PAL.dir/SessionID.cpp.o
24[ 13%] Building CXX object Source/WebCore/PAL/pal/CMakeFiles/PAL.dir/Logging.cpp.o
25Only dealing with backends: ["X86_64"]
26[ 13%] Building CXX object Source/WebCore/PAL/pal/CMakeFiles/PAL.dir/system/SleepDisabler.cpp.o
27[ 13%] Building CXX object Source/WebCore/PAL/pal/CMakeFiles/PAL.dir/system/SystemSleepListener.cpp.o
28[ 13%] Building CXX object Source/WebCore/PAL/pal/CMakeFiles/PAL.dir/crypto/gcrypt/CryptoDigestGCrypt.cpp.o
29[ 13%] Building CXX object Source/WebCore/PAL/pal/CMakeFiles/PAL.dir/crypto/tasn1/Utilities.cpp.o
30[ 13%] Building CXX object Source/WebCore/PAL/pal/CMakeFiles/PAL.dir/system/ClockGeneric.cpp.o
31[ 13%] Building CXX object Source/WebCore/PAL/pal/CMakeFiles/PAL.dir/system/haiku/SoundHaiku.cpp.o
32[ 13%] Building CXX object Source/WebCore/PAL/pal/CMakeFiles/PAL.dir/text/KillRing.cpp.o
33[ 14%] Linking CXX static library ../../../../lib/libPAL.a
34[ 14%] Built target PAL
35Scanning dependencies of target LLIntOffsetsExtractor
36[ 14%] Building CXX object Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/llint/LLIntOffsetsExtractor.cpp.o
37[ 15%] Linking CXX executable ../../bin/LLIntOffsetsExtractor
38[ 15%] Built target LLIntOffsetsExtractor
39Makefile:151: recipe for target 'all' failed
40make: *** [all] Error 2
41~/webkit/WebKitBuild/Release>