On 2020/05/06 23:15, [email protected] wrote:
> build failures: 58
Looking at the failures we can save ~40h of build time of armv7 if we
set BROKEN/NOT_FOR_ARCHS on just the slowest ones. Worth at least applying
locally on armv7 machines for now I think if not actually committing.
Index: textproc/podofo/Makefile
===================================================================
RCS file: /cvs/ports/textproc/podofo/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- textproc/podofo/Makefile 3 Feb 2020 20:40:41 -0000 1.13
+++ textproc/podofo/Makefile 7 May 2020 11:09:14 -0000
@@ -1,5 +1,7 @@
# $OpenBSD: Makefile,v 1.13 2020/02/03 20:40:41 sthen Exp $
+BROKEN-arm= build stuck in main.cpp
+
COMMENT= library and tools to modify and parse PDF documents
DISTNAME= podofo-0.9.5
Index: math/mlpack/Makefile
===================================================================
RCS file: /cvs/ports/math/mlpack/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- math/mlpack/Makefile 27 Feb 2020 18:15:25 -0000 1.14
+++ math/mlpack/Makefile 7 May 2020 11:09:14 -0000
@@ -1,5 +1,6 @@
# $OpenBSD: Makefile,v 1.14 2020/02/27 18:15:25 bket Exp $
+BROKEN-arm = llvm out of memory
BROKEN-powerpc = virtual memory exhausted, even with -O1
COMMENT-main = C++ machine learning library
Index: devel/arm-none-eabi/gcc-linaro/Makefile
===================================================================
RCS file: /cvs/ports/devel/arm-none-eabi/gcc-linaro/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- devel/arm-none-eabi/gcc-linaro/Makefile 28 Sep 2019 00:29:11 -0000
1.16
+++ devel/arm-none-eabi/gcc-linaro/Makefile 7 May 2020 11:09:14 -0000
@@ -1,5 +1,6 @@
# $OpenBSD: Makefile,v 1.16 2019/09/28 00:29:11 jsg Exp $
+BROKEN-arm= ICE: Bus error in unwind-dw2.c
BROKEN-powerpc= libgcc/libgcc2.c:1999:1: internal compiler error: in
create_edge, at cgraph.c:850
COMMENT= gcc for ${CONFIG} cross-development, Linaro version
Index: www/webkitgtk4/Makefile
===================================================================
RCS file: /cvs/ports/www/webkitgtk4/Makefile,v
retrieving revision 1.120
diff -u -p -r1.120 Makefile
--- www/webkitgtk4/Makefile 25 Apr 2020 20:04:50 -0000 1.120
+++ www/webkitgtk4/Makefile 7 May 2020 11:09:14 -0000
@@ -7,6 +7,7 @@ USE_WXNEEDED = Yes
BROKEN-alpha = GCC 5.0.0 is required to build WebKitGTK+, use a newer
GCC version or clang
BROKEN-hppa = GCC 5.0.0 is required to build WebKitGTK+, use a newer
GCC version or clang
+BROKEN-arm = JavaScriptCore/runtime/MachineContext.h, various
sigcontext-related
PORTROACH = limitw:1,even
Index: devel/xtensa-lx106-elf/gdb/Makefile
===================================================================
RCS file: /cvs/ports/devel/xtensa-lx106-elf/gdb/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- devel/xtensa-lx106-elf/gdb/Makefile 23 Mar 2020 14:12:31 -0000 1.3
+++ devel/xtensa-lx106-elf/gdb/Makefile 7 May 2020 11:09:14 -0000
@@ -1,5 +1,7 @@
# $OpenBSD: Makefile,v 1.3 2020/03/23 14:12:31 tracey Exp $
+BROKEN-arm = can't create dynamic relocation R_ARM_ABS32 against local
symbol in readonly segment
+
COMMENT = gdb for ${CONFIG} cross-development
VERSION = 8.2.1
Index: geo/geos/Makefile
===================================================================
RCS file: /cvs/ports/geo/geos/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- geo/geos/Makefile 11 Mar 2020 15:35:58 -0000 1.30
+++ geo/geos/Makefile 7 May 2020 11:09:14 -0000
@@ -1,6 +1,8 @@
# $OpenBSD: Makefile,v 1.30 2020/03/11 15:35:58 landry Exp $
BROKEN-hppa = undefined reference to
'std::auto_ptr<geos::geom::Envelope>::~auto_ptr()'
+BROKEN-arm = ld: error: duplicate symbol: typeinfo for
geos::noding::BasicSegmentString
+
COMMENT= 2d geometry and topology engine
DISTNAME= geos-3.8.1
CATEGORIES= geo
Index: sysutils/telegraf/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/telegraf/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- sysutils/telegraf/Makefile 12 Nov 2019 22:31:23 -0000 1.7
+++ sysutils/telegraf/Makefile 7 May 2020 11:09:14 -0000
@@ -3,6 +3,7 @@
COMMENT = plugin-driven server agent for collecting metrics
BROKEN-i386 = build fails, no error message
+BROKEN-arm = build fails, no error message
GH_ACCOUNT = influxdata
GH_PROJECT = telegraf
Index: devel/srecord/Makefile
===================================================================
RCS file: /cvs/ports/devel/srecord/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- devel/srecord/Makefile 12 Jul 2019 20:46:02 -0000 1.15
+++ devel/srecord/Makefile 7 May 2020 11:09:14 -0000
@@ -1,5 +1,7 @@
# $OpenBSD: Makefile,v 1.15 2019/07/12 20:46:02 sthen Exp $
+BROKEN-arm= SIGBUS in ps2pdf
+
COMMENT= collection of tools for manipulating EPROM load files
DISTNAME= srecord-1.64
Index: sysutils/u-boot/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/u-boot/Makefile,v
retrieving revision 1.66
diff -u -p -r1.66 Makefile
--- sysutils/u-boot/Makefile 27 Feb 2020 14:45:50 -0000 1.66
+++ sysutils/u-boot/Makefile 7 May 2020 11:09:14 -0000
@@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.66 2020/02/27 14:45:50 kurt Exp $
BROKEN-sparc64= Error: the specified option is not accepted in ISB at
operand 1 -- isb sy
+BROKEN-arm= lib/time.c:187:1: internal compiler error: Bus error
FLAVORS= aarch64 arm
FLAVOR?= arm