[gdal-dev] GDAL 2.1.3 release candiate
Greg Troxel
gdt at lexort.com
Sat Jan 21 08:31:30 PST 2017
(I'm working on upgrading the pkgsrc entry from 2.0.3 to 2.1.2. Surely
from there 2.1.3 will be easy. I don't yet have a coherent note about
where I am on this, but wanted to post something quick. Once I've done
that I'll either test 2.1.3RC or move to 2.1.3 depending on where you
are. This is not a request to wait for me; I'm behind and that wouldn't
be reasonable.)
I couldn't find how to run tests (which I am assuming exist);
there was not a test or check target. I didn't find a README in th
sources, and the wiki info which I did find pointed to by docs doesn't
mention running tests.
For 2.1.2 I had to add the following patch. (I realize this belongs in
configure.in, but we patch configure instead when we aren't already
regenerating it.) Not a big deal but it will cause configure to fail
with a POSIX-conforming shell without bash extensions, and pkgsrc's
portability check code throws an error.
$NetBSD$
Remediate bashism.
Not yet reported upstream.
--- configure.orig 2016-10-24 11:00:31.000000000 +0000
+++ configure
@@ -16861,7 +16861,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-if test "x$CXX" == x ; then
+if test "x$CXX" = x ; then
as_fn_error $? "\"You don't have a working C++ compiler.\"" "$LINENO" 5
fi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 162 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20170121/ce8de17b/attachment.sig>
More information about the gdal-dev
mailing list