I spoke to soon, it seems to be a version mismatch in the toolchain. I started a new thread on that problem.
On Tue, Mar 28, 2017 at 10:30 PM, Lars Volker <[email protected]> wrote: > Cool, thanks! That (and re-sourcing the impala config) seems to have done > the trick. > > On Tue, Mar 28, 2017 at 6:30 PM, Tim Armstrong <[email protected]> > wrote: > >> I think the distcc_env.sh script went rogues and deleted all the *cmake* >> files under your toolchain. I'd suggest blowing away Kudu in the toolchain >> and bootstrapping again. >> We fixed clean.sh to not do that a while ago but I just noticed that the >> distcc script wasn't fixed. >> >> On Tue, Mar 28, 2017 at 9:23 AM, Lars Volker <[email protected]> wrote: >> >> > I followed the steps outlined here >> > <https://cwiki.apache.org/confluence/display/IMPALA/ >> > Building+native-toolchain+from+scratch+and+using+with+Impala> >> > but when trying to build against my local toolchain I get the error >> below. >> > Does anyone know what I'm doing wrong? Thanks for the help, Lars. >> > >> > CMake Error at CMakeLists.txt:354 (find_package): >> > 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. >> > >> > >> > -- Configuring incomplete, errors occurred! >> > See also "/home/lv/i5/CMakeFiles/CMakeOutput.log". >> > Error in /home/lv/i5/bin/make_impala.sh at line 160: cmake . >> > ${CMAKE_ARGS[@]} >> > >> > >
