Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2019 08:57:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507211 - head/misc/libemos
Message-ID:  <201907230857.x6N8vrAx077228@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jul 23 08:57:53 2019
New Revision: 507211
URL: https://svnweb.freebsd.org/changeset/ports/507211

Log:
  Mark BROKEN: fails to link
  
  /usr/local/bin/ld: CMakeFiles/emos_tool.dir/emos_tool.c.o: in function `hirlam':
  emos_tool.c:(.text+0x191): undefined reference to `grib_handle_new_from_message'
  /usr/local/bin/ld: emos_tool.c:(.text+0x1aa): undefined reference to `grib_get_size'
  
  Reported by:	pkg-fallout

Modified:
  head/misc/libemos/Makefile

Modified: head/misc/libemos/Makefile
==============================================================================
--- head/misc/libemos/Makefile	Tue Jul 23 07:02:29 2019	(r507210)
+++ head/misc/libemos/Makefile	Tue Jul 23 08:57:53 2019	(r507211)
@@ -13,6 +13,8 @@ COMMENT=	Interpolation library for meteorological soft
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to link
+
 LIB_DEPENDS=	libeccodes.so:science/eccodes \
 		libfftw3.so:math/fftw3 \
 		libpng.so:graphics/png



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