From owner-svn-ports-all@freebsd.org Sun Nov 15 09:06:26 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2209F2E053F; Sun, 15 Nov 2020 09:06:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CYmXf0R06z3KwL; Sun, 15 Nov 2020 09:06:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 01B0A1963C; Sun, 15 Nov 2020 09:06:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AF96PAU066466; Sun, 15 Nov 2020 09:06:25 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AF96Ond066460; Sun, 15 Nov 2020 09:06:24 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <202011150906.0AF96Ond066460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 15 Nov 2020 09:06:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555174 - in head: comms/uartlirc databases/tarantool devel/google-perftools security/ossec-hids-local security/wazuh-agent sysutils/consolehm X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: comms/uartlirc databases/tarantool devel/google-perftools security/ossec-hids-local security/wazuh-agent sysutils/consolehm X-SVN-Commit-Revision: 555174 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2020 09:06:26 -0000 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@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@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