Bug 199507 - REGRESSION (r247115): webkitpy tests are broken
Summary: REGRESSION (r247115): webkitpy tests are broken
Status: RESOLVED DUPLICATE of bug 198186
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-04 20:32 PDT by Aakash Jain
Modified: 2019-07-05 11:07 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2019-07-04 20:32:23 PDT
e.g.: 
https://build.webkit.org/builders/Apple%20High%20Sierra%20Release%20WK2%20%28Tests%29/builds/12097/steps/webkitpy-test/logs/stdio
https://ews-build.webkit.org/#/builders/5/builds/3245/steps/7/logs/stdio

Ld /Volumes/Data/worker/WebKitPy-Tests-EWS/build/WebKitBuild/Release/lldbWebKitTester normal x86_64
    cd /Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/lldb/lldbWebKitTester
    export MACOSX_DEPLOYMENT_TARGET=10.13
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -L/Volumes/Data/worker/WebKitPy-Tests-EWS/build/WebKitBuild/Release -F/Volumes/Data/worker/WebKitPy-Tests-EWS/build/WebKitBuild/Release -filelist /Volumes/Data/worker/WebKitPy-Tests-EWS/build/WebKitBuild/lldbWebKitTester.build/Release/lldbWebKitTester.build/Objects-normal/x86_64/lldbWebKitTester.LinkFileList -mmacosx-version-min=10.13 -Xlinker -object_path_lto -Xlinker /Volumes/Data/worker/WebKitPy-Tests-EWS/build/WebKitBuild/lldbWebKitTester.build/Release/lldbWebKitTester.build/Objects-normal/x86_64/lldbWebKitTester_lto.o -Xlinker -no_deduplicate -stdlib=libc++ -framework Cocoa -framework Security -force_load /Volumes/Data/worker/WebKitPy-Tests-EWS/build/WebKitBuild/Release/libWTF.a -licucore -lWTF -Xlinker -dependency_info -Xlinker /Volumes/Data/worker/WebKitPy-Tests-EWS/build/WebKitBuild/lldbWebKitTester.build/Release/lldbWebKitTester.build/Objects-normal/x86_64/lldbWebKitTester_dependency_info.dat -o /Volumes/Data/worker/WebKitPy-Tests-EWS/build/WebKitBuild/Release/lldbWebKitTester
Undefined symbols for architecture x86_64:
  "_compression_stream_destroy", referenced from:
      WTF::gunzip(unsigned char const*, unsigned long) in libWTF.a(GunzipCocoa.o)
  "_compression_stream_init", referenced from:
      WTF::gunzip(unsigned char const*, unsigned long) in libWTF.a(GunzipCocoa.o)
  "_compression_stream_process", referenced from:
      WTF::gunzip(unsigned char const*, unsigned long) in libWTF.a(GunzipCocoa.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Comment 2 Aakash Jain 2019-07-04 20:52:02 PDT
Probably broken by https://trac.webkit.org/changeset/247115/webkit
Comment 3 Alexey Proskuryakov 2019-07-05 00:14:09 PDT
lldbWebKitTester needs to link to libcompression. But a rollback may be a more appropriate expedient fix.
Comment 4 Ryan Haddad 2019-07-05 11:07:07 PDT
I rolled out the breaking change in https://trac.webkit.org/changeset/247164

*** This bug has been marked as a duplicate of bug 198186 ***