[GRASS-SVN] r71867 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 29 07:11:56 PST 2017


Author: wenzeslaus
Date: 2017-11-29 07:11:56 -0800 (Wed, 29 Nov 2017)
New Revision: 71867

Modified:
   grass/trunk/README
Log:
docker: troubleshooting tips

Modified: grass/trunk/README
===================================================================
--- grass/trunk/README	2017-11-28 17:28:30 UTC (rev 71866)
+++ grass/trunk/README	2017-11-29 15:11:56 UTC (rev 71867)
@@ -71,3 +71,10 @@
         -it grass grass /data/nc_basic_spm/PERMANENT --exec \
             python -m grass.gunittest.main \
                 --location nc_basic_spm --location-type nc
+
+If you compiled locally before building the Docker image, you may
+encounter problems as the local configuration and locally compiled file
+are copied to and used in the Docker image. To make sure you don't have
+this issue, clean all the compiled files from the source code:
+
+    make distclean



More information about the grass-commit mailing list