<div dir="auto"><div>Hi, I haven't seen this issue before. Are you working from master on both repositories or some other branch?</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra" dir="auto"><br><div class="gmail_quote">On Nov 28, 2017 5:28 PM, "Mandis S Beigi" <<a href="mailto:mandis@us.ibm.com">mandis@us.ibm.com</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><p><font size="2">Hi all,</font><br><font size="2">I'm new to kwiver and am trying to compile kwiver+fletch in a docker (ubuntu 16.04) and get the following error:</font><br><font size="2">Has anyone seen this error before?</font><br><br><br><font size="2">CMake Error at CMake/kwiver-depends-<wbr>log4cplus.cmake:11 (find_package):</font><br><font size="2">  By not providing "Findlog4cplus.cmake" in CMAKE_MODULE_PATH this project</font><br><font size="2">  has asked CMake to find a package configuration file provided by</font><br><font size="2">  "log4cplus", but CMake did not find one.</font><br><br><font size="2">  Could not find a package configuration file provided by "log4cplus" with</font><br><font size="2">  any of the following names:</font><br><br><font size="2">    log4cplusConfig.cmake</font><br><font size="2">    log4cplus-config.cmake</font><br><br><font size="2">  Add the installation prefix of "log4cplus" to CMAKE_PREFIX_PATH or set</font><br><font size="2">  "log4cplus_DIR" to a directory containing one of the above files.  If</font><br><font size="2">  "log4cplus" provides a separate development package or SDK, be sure it has</font><br><font size="2">  been installed.</font><br><font size="2">Call Stack (most recent call first):</font><br><font size="2">  CMake/kwiver-depends.cmake:8 (include)</font><br><font size="2">  CMakeLists.txt:138 (include)<br></font><br><br><font size="2">My Dockerfile is the following:</font><br><br><font size="2">FROM <a href="http://wvfs-docker-local.artifactory.swg-devops.com/res-base-ubuntu-plus-dev:v0.2" target="_blank">wvfs-docker-local.artifactory.<wbr>swg-devops.com/res-base-<wbr>ubuntu-plus-dev:v0.2</a></font><br><font size="2">ENV DEBIAN_FRONTEND noninteractive</font><br><font size="2">RUN apt-get update && apt-get install -y --no-install-recommends apt-utils</font><br><font size="2">RUN apt-get install doxygen -y</font><br><font size="2">RUN apt-get install libreadline-dev -y</font><br><font size="2">RUN apt-get install build-essential libgl1-mesa-dev -y</font><br><font size="2">RUN apt-get install libexpat1-dev -y</font><br><font size="2">RUN apt-get install libgtk2.0-dev -y</font><br><font size="2">RUN apt-get install liblapack-dev -y</font><br><font size="2">RUN apt-get install libeigen3-dev -y</font><br><font size="2">RUN apt-get install liblog4cplus-dev -y</font><br><font size="2">RUN apt-get install ffmpeg -y</font><br><font size="2">COPY ./              /opt/IBM/ivadle/</font><br><font size="2">CMD cmake -DCMAKE_BUILD_TYPE=Release -Dfletch_ENABLE_ALL_PACKAGES=<wbr>ON -Dfletch_ENABLE_PYTHON=ON /opt/IBM/ivadle/fletch/src</font><br><font size="2">COPY ./              /opt/IBM/ivadle/</font><br><font size="2">CMD cmake ./ -DCMAKE_BUILD_TYPE=Release \</font><br><font size="2">        -Dfletch_DIR:PATH=/opt/IBM/<wbr>ivadle/fletch/build/rel/ \</font><br><font size="2">        -DKWIVER_ENABLE_ARROWS:BOOL=ON -DKWIVER_ENABLE_C_BINDINGS:<wbr>BOOL=ON \</font><br><font size="2">        -DKWIVER_ENABLE_EXTRAS:BOOL=ON -DKWIVER_ENABLE_LOG4CPLUS:<wbr>BOOL=ON \</font><br><font size="2">        -DKWIVER_ENABLE_PROCESSES:<wbr>BOOL=ON -DKWIVER_ENABLE_PYTHON:BOOL=ON \</font><br><font size="2">        -DKWIVER_ENABLE_SPROKIT:BOOL=<wbr>ON -DKWIVER_ENABLE_TOOLS:BOOL=ON \</font><br><font size="2">        -DKWIVER_USE_BUILD_TREE:BOOL=<wbr>ON</font><br><font size="2">ENV DEBIAN_FRONTEND teletype</font><br><br><br><font size="2"><br>Regards,<br>Mandis S. Beigi<br>IBM TJ Watson Research Center<br>Yorktown Heights, NY<br>TEL: <a href="tel:(914)%20945-1165" value="+19149451165" target="_blank">(914)945-1165</a>, T/L: 862-1165<br>Email: <a href="mailto:mandis@us.ibm.com" target="_blank">mandis@us.ibm.com</a></font><br>
</p></div>
<br>______________________________<wbr>_________________<br>
Kwiver-announce mailing list<br>
<a href="mailto:Kwiver-announce@public.kitware.com">Kwiver-announce@public.<wbr>kitware.com</a><br>
<a href="http://public.kitware.com/mailman/listinfo/kwiver-announce" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/kwiver-<wbr>announce</a><br>
<br></blockquote></div><br></div></div></div>