Date: Fri, 29 Mar 2019 21:39:08 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497207 - head/lang/intercal Message-ID: <201903292139.x2TLd8XS081127@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Mar 29 21:39:08 2019 New Revision: 497207 URL: https://svnweb.freebsd.org/changeset/ports/497207 Log: Mark as broken on aarch64: ld: error: lexer.c:(function yylex: .text+0x10CC): improper alignment for relocation R_AARCH64_LDST32_ABS_LO12_NC: 0x28001B is not aligned to 4 bytes Oddly, it seems to compile on armv6. Approved by: portmgr (tier-2 blanket) Modified: head/lang/intercal/Makefile Modified: head/lang/intercal/Makefile ============================================================================== --- head/lang/intercal/Makefile Fri Mar 29 21:34:58 2019 (r497206) +++ head/lang/intercal/Makefile Fri Mar 29 21:39:08 2019 (r497207) @@ -10,6 +10,8 @@ MASTER_SITES= http://www.catb.org/~esr/intercal/ MAINTAINER= johans@FreeBSD.org COMMENT= C-INTERCAL compiler, ick, and supporting libraries +BROKEN_aarch64= ld: error: lexer.c:(function yylex: .text+0x10CC): improper alignment for relocation R_AARCH64_LDST32_ABS_LO12_NC: 0x28001B is not aligned to 4 bytes + GNU_CONFIGURE= yes USES= gmake CFLAGS+= -D_POSIX_SOURCE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903292139.x2TLd8XS081127>