svn commit: r555174 - in head: comms/uartlirc databases/tarantool devel/google-perftools security/ossec-hids-local security/wazuh-agent sysutils/consolehm

Mark Linimon linimon at FreeBSD.org
Sun Nov 15 09:06:26 UTC 2020


Author: linimon
Date: Sun Nov 15 09:06:24 2020
New Revision: 555174
URL: https://svnweb.freebsd.org/changeset/ports/555174

Log:
  Mark various ports BROKEN on aarch64.
  
  Obtained from:	local run @lonesome.com

Modified:
  head/comms/uartlirc/Makefile
  head/databases/tarantool/Makefile
  head/devel/google-perftools/Makefile
  head/security/ossec-hids-local/Makefile
  head/security/wazuh-agent/Makefile
  head/sysutils/consolehm/Makefile

Modified: head/comms/uartlirc/Makefile
==============================================================================
--- head/comms/uartlirc/Makefile	Sun Nov 15 08:50:11 2020	(r555173)
+++ head/comms/uartlirc/Makefile	Sun Nov 15 09:06:24 2020	(r555174)
@@ -13,6 +13,7 @@ EXTRACT_SUFX=	.shar
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Driver for "homebrew" serial LIRC receivers
 
+BROKEN_aarch64=		fails to compile: uartlirc_core.c:273:19: expected expression
 BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
 BROKEN_powerpc64=	fails to compile: uart.h: No such file or directory
 BROKEN_powerpc64le=	fails to compile: uart.h: No such file or directory

Modified: head/databases/tarantool/Makefile
==============================================================================
--- head/databases/tarantool/Makefile	Sun Nov 15 08:50:11 2020	(r555173)
+++ head/databases/tarantool/Makefile	Sun Nov 15 09:06:24 2020	(r555174)
@@ -11,6 +11,7 @@ COMMENT=	NoSQL database running in a Lua application s
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=		fails to compile: mmintrin.h:50:12: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different siz
 NOT_FOR_ARCHS=		armv6 powerpc64 sparc64
 NOT_FOR_ARCHS_REASON=	fails to build: Unsupported architecture
 

Modified: head/devel/google-perftools/Makefile
==============================================================================
--- head/devel/google-perftools/Makefile	Sun Nov 15 08:50:11 2020	(r555173)
+++ head/devel/google-perftools/Makefile	Sun Nov 15 09:06:24 2020	(r555174)
@@ -14,6 +14,8 @@ COMMENT=	Fast, multi-threaded malloc() and nifty perfo
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_aarch64=		fails to compile: src/stacktrace.cc:230:2: Cannot calculate stack trace: will need to write for your environment
+
 USES=		compiler:c11 gmake libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/security/ossec-hids-local/Makefile
==============================================================================
--- head/security/ossec-hids-local/Makefile	Sun Nov 15 08:50:11 2020	(r555173)
+++ head/security/ossec-hids-local/Makefile	Sun Nov 15 09:06:24 2020	(r555174)
@@ -8,6 +8,8 @@ OSSEC_TYPE?=	local
 
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=		fails to compile: rootcheck/os_string.c:186:20: use of undeclared identifier '__LDPGSZ'
+
 USES=		compiler gmake ssl
 
 .if ${OSSEC_TYPE} == local

Modified: head/security/wazuh-agent/Makefile
==============================================================================
--- head/security/wazuh-agent/Makefile	Sun Nov 15 08:50:11 2020	(r555173)
+++ head/security/wazuh-agent/Makefile	Sun Nov 15 09:06:24 2020	(r555174)
@@ -18,7 +18,8 @@ COMMENT=	Security tool to monitor and check logs and i
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_i386=	Fails to build external OpenSSL dependency
+BROKEN_aarch64=		fails to compile: rootcheck/os_string.c:188:20: use of undeclared identifier '__LDPGSZ'
+BROKEN_i386=		fails to build external OpenSSL dependency
 
 USES=		gmake perl5 readline shebangfix uidfix
 USE_GITHUB=	yes

Modified: head/sysutils/consolehm/Makefile
==============================================================================
--- head/sysutils/consolehm/Makefile	Sun Nov 15 08:50:11 2020	(r555173)
+++ head/sysutils/consolehm/Makefile	Sun Nov 15 09:06:24 2020	(r555174)
@@ -10,6 +10,8 @@ MASTER_SITES=	LOCAL/fenner
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Console based hardware monitor for FreeBSD
 
+BROKEN_aarch64=		fails to link: undefined symbol: outb
+
 USES=		uidfix
 GNU_CONFIGURE=	yes
 WRKSRC=		${WRKDIR}/consolehm/consolehm


More information about the svn-ports-all mailing list