[Webkit-unassigned] [Bug 159931] New: Fix a linking failure caused by NetworkCache::Data::~Data()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 19 11:27:50 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=159931

            Bug ID: 159931
           Summary: Fix a linking failure caused by
                    NetworkCache::Data::~Data()
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: changseok at webkit.org

A linking failure happens when building with clang 3.6.

>[2068/2122] Linking CXX shared library lib/libwebkit2gtk-4.0.so.37.14.2
>FAILED: : && /home/changseok/Projects/api-sanitizer/bin/llvm/bin/clang++  -fPIC -Wno-error  -std=c++1y -fcolor-diagnostics -Qunused-arguments -g  -Wl,--no-undefined  -L/home/changseok/Projects/WebKit/WebKitBuild/DependenciesGTK/Root/lib  -fuse-ld=gold -Wl,--disable-new-dtags -fuse-ld=gold -Wl,--disable-new-dtags -shared -Wl,-soname,libwebkit2gtk-4.0.so.37 -o lib/libwebkit2gtk-4.0.so.37.14.2 @CMakeFiles/WebKit2.rsp  && :
>../../Source/WebKit2/NetworkProcess/cache/NetworkCacheSubresourcesEntry.cpp:76: error: undefined reference to 'WebKit::NetworkCache::Data::~Data()'
>clang-3.6: error: linker command failed with exit code 1 (use -v to see invocation)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160719/96b228bb/attachment.html>


More information about the webkit-unassigned mailing list