Date: Tue, 18 May 2021 13:58:33 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: a5e511abc316 - 2021Q2 - sysutils/jobd: mark BROKEN everwhere Message-ID: <202105181358.14IDwXgO083547@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5e511abc316ab72b9ca33ded1356538a78c79ea commit a5e511abc316ab72b9ca33ded1356538a78c79ea Author: Mark Linimon <linimon@FreeBSD.org> AuthorDate: 2021-05-12 19:40:23 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-05-18 13:47:29 +0000 sysutils/jobd: mark BROKEN everwhere Observed to fail on amd64/12, 13, 14, riscv64/14 (cherry picked from commit c7a643e6e5e1471631731e8d5a8b1a7979fdbf95) --- sysutils/jobd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysutils/jobd/Makefile b/sysutils/jobd/Makefile index 323f86254387..17ff1938aa37 100644 --- a/sysutils/jobd/Makefile +++ b/sysutils/jobd/Makefile @@ -11,6 +11,7 @@ LICENSE= ISCL BUILD_DEPENDS= docbook2mdoc:textproc/docbook2mdoc +BROKEN= fails to compile: job.cpp:63:26: error: object backing the pointer will be destroyed at the end of the full-expression [-Werror,-Wdangling-gsl] BROKEN_aarch64= fails to compile: comparison of constant -1 with expression of type char is always true BROKEN_armv6= fails to compile: comparison of constant -1 with expression of type char is always true BROKEN_armv7= fails to compile: comparison of constant -1 with expression of type char is always true
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105181358.14IDwXgO083547>