Date: Sun, 4 Nov 2018 14:27:06 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484076 - branches/2018Q4/lang/qore Message-ID: <201811041427.wA4ER69A050049@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 14:27:06 2018 New Revision: 484076 URL: https://svnweb.freebsd.org/changeset/ports/484076 Log: MFH: r484075 qore is BROKEN on i386 and amd64 too Modified: branches/2018Q4/lang/qore/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/lang/qore/Makefile ============================================================================== --- branches/2018Q4/lang/qore/Makefile Sun Nov 4 14:26:43 2018 (r484075) +++ branches/2018Q4/lang/qore/Makefile Sun Nov 4 14:27:06 2018 (r484076) @@ -10,9 +10,7 @@ COMMENT= Qore Programming Language LICENSE= MIT -BROKEN_aarch64= fails to compile: calling a private constructor of class 'ReferenceNode' -BROKEN_armv6= fails to compile: calling a private constructor of class 'ReferenceNode' -BROKEN_armv7= fails to compile: calling a private constructor of class 'ReferenceNode' +BROKEN= fails to compile: calling a private constructor of class 'ReferenceNode' BROKEN_mips= fails to link: single-compilation-unit.cpp:(.text+0xdfc): relocation truncated to fit: R_MIPS_CALL16 against '__ltdf2@@FBSDprivate_1.0' BROKEN_mips64= fails to link: single-compilation-unit.cpp:(.text+0xdfc): relocation truncated to fit: R_MIPS_CALL16 against '__ltdf2@@FBSDprivate_1.0' BROKEN_powerpc= fails to build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041427.wA4ER69A050049>