<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 22, 2016 at 1:01 PM, Yann Chemin <span dir="ltr"><<a target="_blank" href="mailto:dr.yann.chemin@gmail.com">dr.yann.chemin@gmail.com</a>></span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><div><div><div>the error came when I would not flush all containers from previous build.<br></div>If I build with --no-cache, the issue does not come.<br></div><br></div></blockquote><br><div>Yes, cache seems tricky. I checkout and compile in one step. Longer and network intensive when you mess up compilation, but ensures clean and fresh source.<br></div><div><br># install GRASS GIS<br>WORKDIR /usr/local/src<br>RUN svn checkout <a href="https://svn.osgeo.org/grass/grass/trunk">https://svn.osgeo.org/grass/grass/trunk</a> grass \<br>    && cd grass \<br>    &&  ./configure \<br>        --enable-largefile=yes \<br>        --with-nls \<br>        --with-cxx \<br>        --with-readline \<br>        --with-bzlib \<br>        --with-pthread \<br>        --with-proj-share=/usr/share/proj \<br>        --with-geos=/usr/bin/geos-config \<br>        --with-cairo \<br>        --with-opengl-libs=/usr/include/GL \<br>        --with-freetype=yes --with-freetype-includes="/usr/include/freetype2/" \<br>        --with-sqlite=yes \<br>        --with-liblas=yes --with-liblas-config=/usr/bin/liblas-config \<br>    && make && make install && ldconfig<br> </div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><div></div>Thanks for the check on empty keywords list</blockquote></div><br></div><div class="gmail_extra">You're welcome.<br></div></div>