Changes between Initial Version and Version 1 of Ticket #6466


Ignore:
Timestamp:
Apr 19, 2016, 12:41:35 PM (8 years ago)
Author:
Bas Couwenberg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6466 – Description

    initial v1  
    1 There seems to be an issue with the newer Autotools available in Debian experimental. The Debian package builds for GDAL 2.1.0-rc1 failed on most architectures as can been seen in the [https://buildd.debian.org/status/package.php?p=gdal&suite=experimental buildd status]. `autoreconf -f -i fails with:
     1There seems to be an issue with the old Autotools used in Debian experimental due to it having GCC 6 but not having all its reverse dependencies rebuilt for it.
     2
     3The Debian package builds for GDAL 2.1.0-rc1 failed on most architectures as can been seen in the [https://buildd.debian.org/status/package.php?p=gdal&suite=experimental buildd status]. `autoreconf -f -i` fails with:
    24{{{
    35main::scan_file() called too early to check prototype at /usr/bin/aclocal line 644.
     
    2729
    2830I think it's sufficient to require a newer version of automake to avoid this issue. Does that make sense to incorporate in the GDAL buildsystem?
    29