Date: Fri, 17 Aug 2018 02:27:19 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477407 - head/devel/R-cran-data.table Message-ID: <201808170227.w7H2RJhT089513@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Fri Aug 17 02:27:19 2018 New Revision: 477407 URL: https://svnweb.freebsd.org/changeset/ports/477407 Log: - Mark as BROKEN on 11+ i386: unable to load datatable.so ** testing if installed package can be loaded Error: package or namespace load failed for 'data.table' in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object Modified: head/devel/R-cran-data.table/Makefile (contents, props changed) Modified: head/devel/R-cran-data.table/Makefile ============================================================================== --- head/devel/R-cran-data.table/Makefile Fri Aug 17 02:24:03 2018 (r477406) +++ head/devel/R-cran-data.table/Makefile Fri Aug 17 02:27:19 2018 (r477407) @@ -12,6 +12,9 @@ COMMENT= Extension of Data.frame LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_11_i386= unable to load datatable.so +BROKEN_FreeBSD_12_i386= unable to load datatable.so + LIB_DEPENDS= libomp.so:devel/openmp USES= cran:auto-plist,compiles
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808170227.w7H2RJhT089513>