git: c36666881d31 - main - devel/d-scanner: mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Feb 2023 10:53:10 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=c36666881d31ca7de44c2d499f78604a19948077 commit c36666881d31ca7de44c2d499f78604a19948077 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-02-20 10:42:17 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-02-20 10:42:17 +0000 devel/d-scanner: mark BROKEN src/dscanner/analysis/helpers.d(59,32): Error: none of the overloads of `this` are callable using argument types `(CAllocatorImpl!(Mallocator, Flag.no))` /usr/local/include/d/dsymbol/modulecache.d(76,2): Candidate is: `dsymbol.modulecache.ModuleCache.this(RCIAllocator symbolAllocator)` src/dscanner/analysis/properly_documented_public_functions.d(234,37): Error: no property `items` for type `const(dparse.ast.ExpressionNode)` src/dscanner/analysis/properly_documented_public_functions.d(235,70): Error: no property `items` for type `const(dparse.ast.ExpressionNode)` /usr/local/include/d/core/lifetime.d(130,9): Error: static assert: "Don't know how to initialize an object of type FirstPass with arguments (const(Module), istring, Scoped, Scoped, bool, ModuleCache*, typeof(null))" Reported by: pkg-fallout --- devel/d-scanner/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/d-scanner/Makefile b/devel/d-scanner/Makefile index f35ad9798b9d..5101b8819894 100644 --- a/devel/d-scanner/Makefile +++ b/devel/d-scanner/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/dlang-community/D-Scanner LICENSE= BSL +BROKEN= fails to build + BUILD_DEPENDS= ldmd2:lang/ldc \ dub:devel/dub \ rdmd:lang/dlang-tools \