You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Andrew Christianson (Jira)" <ji...@apache.org> on 2020/07/07 19:40:00 UTC

[jira] [Created] (MINIFICPP-1282) BUILD_BYPRODUCTS incorrectly set to lib64

Andrew Christianson created MINIFICPP-1282:
----------------------------------------------

             Summary: BUILD_BYPRODUCTS incorrectly set to lib64
                 Key: MINIFICPP-1282
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1282
             Project: Apache NiFi MiNiFi C++
          Issue Type: Bug
            Reporter: Andrew Christianson
            Assignee: Andrew Christianson


On updated arch linux as of 2020-07-07, getting the following build error:
{code:java}
make[2]: *** No rule to make target 'thirdparty/rocksdb-install/lib64/librocksdb.a', needed by 'main/minifi'.  Stop.
{code}
Looking at the directory, the library was built, but its in {{lib/}}:

{noformat}
$ ls thirdparty/rocksdb-install/lib64/
ls: cannot access 'thirdparty/rocksdb-install/lib64/': No such file or directory
$ ls thirdparty/rocksdb-install/lib/
cmake  librocksdb.a
{noformat}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)