You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Mike Percy (JIRA)" <ji...@apache.org> on 2019/02/10 22:30:00 UTC

[jira] [Created] (KUDU-2696) libgmock is linked into the kudu cli binary

Mike Percy created KUDU-2696:
--------------------------------

             Summary: libgmock is linked into the kudu cli binary
                 Key: KUDU-2696
                 URL: https://issues.apache.org/jira/browse/KUDU-2696
             Project: Kudu
          Issue Type: Bug
    Affects Versions: 1.8.0
            Reporter: Mike Percy


libgmock is linked into the kudu cli binary, even though we consider it a test-only dependency. Possibly a configuration problem in our cmake files?
{code:java}
$ ldd build/dynclang/bin/kudu | grep mock
 libgmock.so => /home/mpercy/src/kudu/thirdparty/installed/uninstrumented/lib/libgmock.so (0x00007f01f1495000)
{code}
The gmock dependency does not appear in the server binaries, as expected.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)