You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Grant Henke (Jira)" <ji...@apache.org> on 2021/02/24 19:57:00 UTC

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

     [ https://issues.apache.org/jira/browse/KUDU-2696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Henke reassigned KUDU-2696:
---------------------------------

    Assignee: Grant Henke

> 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
>          Components: build
>    Affects Versions: 1.8.0
>            Reporter: Mike Percy
>            Assignee: Grant Henke
>            Priority: Minor
>
> 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
(v8.3.4#803005)