Date: Thu, 18 Apr 2019 14:44:47 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499269 - in head: devel/p5-Algorithm-Cluster math/PDL math/p5-Math-Pari Message-ID: <201904181444.x3IEilMU073938@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Apr 18 14:44:47 2019 New Revision: 499269 URL: https://svnweb.freebsd.org/changeset/ports/499269 Log: Add a few BROKEN on 13/i386. Reported by: pkg-fallout Modified: head/devel/p5-Algorithm-Cluster/Makefile (contents, props changed) head/math/PDL/Makefile (contents, props changed) head/math/p5-Math-Pari/Makefile (contents, props changed) Modified: head/devel/p5-Algorithm-Cluster/Makefile ============================================================================== --- head/devel/p5-Algorithm-Cluster/Makefile Thu Apr 18 14:38:35 2019 (r499268) +++ head/devel/p5-Algorithm-Cluster/Makefile Thu Apr 18 14:44:47 2019 (r499269) @@ -14,6 +14,8 @@ COMMENT= Perl interface to C clustering library LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +BROKEN_FreeBSD_13_i386= ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output + USES= perl5 USE_PERL5= configure Modified: head/math/PDL/Makefile ============================================================================== --- head/math/PDL/Makefile Thu Apr 18 14:38:35 2019 (r499268) +++ head/math/PDL/Makefile Thu Apr 18 14:44:47 2019 (r499269) @@ -13,6 +13,8 @@ COMMENT= Perl Data Language LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +BROKEN_FreeBSD_13_i386= ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output + BUILD_DEPENDS= p5-Astro-FITS-Header>=0:astro/p5-Astro-FITS-Header \ p5-Convert-UU>=0:converters/p5-Convert-UU \ p5-File-Map>=0.57:devel/p5-File-Map \ Modified: head/math/p5-Math-Pari/Makefile ============================================================================== --- head/math/p5-Math-Pari/Makefile Thu Apr 18 14:38:35 2019 (r499268) +++ head/math/p5-Math-Pari/Makefile Thu Apr 18 14:44:47 2019 (r499269) @@ -18,6 +18,7 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BROKEN_aarch64= fails to link: mp.c:(function pari_kernel_init): can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol 'gpmalloc' defined in init.o +BROKEN_FreeBSD_13_i386= ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output LIB_DEPENDS= libgmp.so:math/gmp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904181444.x3IEilMU073938>