Hi All,

Today, I rebased my branch from cdh5-trunk to take LLVM 3.8 changes. But
unfortunately, I'm stuck at below error related to Kudu-

CMake Error at CMakeLists.txt:327 (find_package):
  By not providing "FindkuduClient.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "kuduClient", but CMake did not find one.

  Could not find a package configuration file provided by "kuduClient" with
  any of the following names:

    kuduClientConfig.cmake
    kuduclient-config.cmake

  Add the installation prefix of "kuduClient" to CMAKE_PREFIX_PATH or set
  "kuduClient_DIR" to a directory containing one of the above files.  If
  "kuduClient" provides a separate development package or SDK, be sure it
has
  been installed.

FindkuduClient.cmake is not present anywhere on my system. Also, I'm unable
to install it using apt-get.

I also tried building kudu from source as per steps from
http://getkudu.io/docs/installation.html but it is also stuck as
third-party dependencies are not getting downloaded - (this error is seen
when any third-party dependency is being downloaded).

   Fetching gmock-1.7.0.zip from
   http://d3dr9sfxru4sde.cloudfront.net/gmock-1.7.0.zip
   curl: /usr/local/lib/libldap_r-2.4.so.2: no version information
   available (required
   by /usr/lib/powerpc64le-linux-gnu/libcurl-gnutls.so.4)
   curl: /usr/local/lib/liblber-2.4.so.2: no version information available
   (required by /usr/lib/powerpc64le-linux-gnu/libcurl-gnutls.so.4)
     % Total    % Received % Xferd  Average Speed   Time    Time     Time
   Current
                                    Dload  Upload   Total   Spent    Left
   Speed
     0     0    0     0    0     0      0      0 --:--:--  0:00:05 --:--:--
   0
     0     0    0     0    0     0      0      0 --:--:--  0:02:11 --:--:--
   0curl: (7) Failed to connect to 10.77.224.106 port 15871: Connection
   timed out

Could anyone please help me quickly with above error or building kudu for
ppc64le?

Thanks,
Nishidha

Reply via email to