Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 01:39:09 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r536557 - branches/2020Q2/science/eccodes
Message-ID:  <202005260139.04Q1d93n031688@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue May 26 01:39:08 2020
New Revision: 536557
URL: https://svnweb.freebsd.org/changeset/ports/536557

Log:
  MFH: r535709
  
  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:
  branches/2020Q2/science/eccodes/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/science/eccodes/Makefile
==============================================================================
--- branches/2020Q2/science/eccodes/Makefile	Tue May 26 01:37:30 2020	(r536556)
+++ branches/2020Q2/science/eccodes/Makefile	Tue May 26 01:39:08 2020	(r536557)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005260139.04Q1d93n031688>