Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2023 10:53:10 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c36666881d31 - main - devel/d-scanner: mark BROKEN
Message-ID:  <202302201053.31KArAPU089957@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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