Date: Mon, 30 Dec 2024 18:10:54 GMT From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 21742f47a288 - main - java/openjdk23: Mark port broken on i386 for FreeBSD 14 and 15 Message-ID: <202412301810.4BUIAsDY034150@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=21742f47a2889529092495f434a27b7ec771a44b commit 21742f47a2889529092495f434a27b7ec771a44b Author: Harald Eilertsen <haraldei@anduin.net> AuthorDate: 2024-12-30 18:02:19 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2024-12-30 18:07:47 +0000 java/openjdk23: Mark port broken on i386 for FreeBSD 14 and 15 On FreeBSD 14 and 15 the i386 build fails with a segfault. Reviewed by: bofh, jrm Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D48252 --- java/openjdk23/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/java/openjdk23/Makefile b/java/openjdk23/Makefile index d42316e5fd2d..af07a8672f3f 100644 --- a/java/openjdk23/Makefile +++ b/java/openjdk23/Makefile @@ -12,6 +12,12 @@ LICENSE= GPLv2 ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le +# On FreeBSD 14 and 15 the i386 build fails with a segfault in java during the +# buildtools_create_symbols_javac__the.COMPILE_CREATE_SYMBOLS_batch build step. +# +BROKEN_FreeBSD_14_i386= Build failed for target 'images' in configuration 'bsd-x86-server-release' +BROKEN_FreeBSD_15_i386= Build failed for target 'images' in configuration 'bsd-x86-server-release' + BUILD_DEPENDS= zip:archivers/zip \ ${LOCALBASE}/include/cups/cups.h:print/cups \ bash:shells/bash \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412301810.4BUIAsDY034150>