Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2023 17:03:43 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5b16ca04f689 - main - devel/bazel5: Mark BROKEN for 14
Message-ID:  <202308101703.37AH3hBG093642@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b16ca04f68991c57c0b4eca9077c567a6bbfa9e

commit 5b16ca04f68991c57c0b4eca9077c567a6bbfa9e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-10 17:01:36 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-10 17:03:11 +0000

    devel/bazel5: Mark BROKEN for 14
    
    Fails to build on FreeBSD 14 with:
    
    error: defining a type within '__builtin_offsetof' is a Clang extension
    [-Werror,-Wgnu-offsetof-extensions]
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 devel/bazel5/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/bazel5/Makefile b/devel/bazel5/Makefile
index 0d76ec1ef052..cb8d133944b4 100644
--- a/devel/bazel5/Makefile
+++ b/devel/bazel5/Makefile
@@ -16,6 +16,7 @@ NOT_FOR_ARCHS=	i386
 BROKEN_armv6=	fails to package: cp: bazel: No such file or directory
 BROKEN_armv7=	fails to package: cp: bazel: No such file or directory
 BROKEN_FreeBSD_12_powerpc64=	fails to compile: Action failed to execute: java.io.IOException: Cannot run program /usr/bin/clang
+BROKEN_FreeBSD_14=	__builtin_offsetof is a Clang extension
 
 BUILD_DEPENDS=	bash:shells/bash \
 		zip:archivers/zip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308101703.37AH3hBG093642>