#888: Fix check-local failure when quilt patches are applied ----------------------------+-------------------------- Reporter: Bas Couwenberg | Owner: geos-devel@… Type: defect | Status: new Priority: major | Milestone: 3.7.0 Component: Default | Version: 3.6.2 Severity: Unassigned | Keywords: ----------------------------+-------------------------- The `check-local` target failed because it has the spelling error quilt patch applied: {{{ make check-local make[5]: Entering directory '/build/geos-3.7.0~alpha' ! find . -name '*.cpp' -o -name '*.h' | \ grep -v ^./tests/xmltester/tinyxml | \ xargs grep -n '[[:space:]]$' ./.pc/spelling-errors.patch/tests/xmltester/tinyxml/tinyxml.h:83:#endif ./.pc/spelling-errors.patch/tests/xmltester/tinyxml/tinyxml.h:98:/* Internal structure for tracking location of items ... ./.pc/spelling-errors.patch/tests/xmltester/tinyxml/tinyxml.h:1764: /** Switch over to "stream printing" which is the most dense formatting without ./.pc/spelling-errors.patch/tests/xmltester/tinyxml/tinyxml.h:1769: } make[5]: *** [Makefile:931: check-local] Error 1 make[5]: Leaving directory '/build/geos-3.7.0~alpha' }}}
The attached patch fixes the issue by using a less strict pattern to exclude. -- Ticket URL: <https://trac.osgeo.org/geos/ticket/888> GEOS <http://trac.osgeo.org/geos> GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
_______________________________________________ geos-devel mailing list geos-devel@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/geos-devel