svn commit: r535709 - head/science/eccodes

Mark Linimon linimon at FreeBSD.org
Mon May 18 03:05:45 UTC 2020


Author: linimon
Date: Mon May 18 03:05:44 2020
New Revision: 535709
URL: https://svnweb.freebsd.org/changeset/ports/535709

Log:
  Mark as BROKEN on powerpc64:
  
    lib/libeccodes.so: undefined reference to `grib_decode_size_t'
    lib/libeccodes.so: undefined reference to `grib_encode_size_tb'
    ninja: build stopped: subcommand failed.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/science/eccodes/Makefile

Modified: head/science/eccodes/Makefile
==============================================================================
--- head/science/eccodes/Makefile	Mon May 18 03:03:57 2020	(r535708)
+++ head/science/eccodes/Makefile	Mon May 18 03:05:44 2020	(r535709)
@@ -14,6 +14,8 @@ COMMENT=	ECMWF API for WMO FM-92 GRIB and FM-94 BUFR m
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_powerpc64=	fails to compile: lib/libeccodes.so: undefined reference to `grib_decode_size_t'
+
 LIB_DEPENDS=	libnetcdf.so:science/netcdf \
 		libpng.so:graphics/png
 


More information about the svn-ports-head mailing list