[oe] [PATCH][meta-oe 09/10] gdal: blacklist, fails to build with gcc-5

Khem Raj raj.khem at gmail.com
Fri Oct 2 02:29:08 UTC 2015


On Thu, Oct 1, 2015 at 8:30 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb b/meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb
> index b181b3e..012806a 100644
> --- a/meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb
> +++ b/meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb
> @@ -107,3 +107,8 @@ do_configure_prepend () {
>  }
>
>  FILES_${PN} += "${libdir}/gdalplugins"
> +
> +# | gdalserver.c:124:21: error: storage size of 'sHints' isn't known
> +# |      struct addrinfo sHints;

this really is due to glibc 2.21 you need the same fix that I did for boringssl
> +# |                      ^
> +PNBLACKLIST[gdal] ?= "BROKEN: fails to build with gcc-5"


> --



> 2.6.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list