Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2026 01:19:16 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: afafb6c5732e - main - textproc/regex2dfa: broken everywhere, very much out of date
Message-ID:  <699cfc94.194d9.40ec3f08@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fuz:

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

commit afafb6c5732e0d0fa72ad5cb3953367c3466455e
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-02-17 18:48:31 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-02-24 00:43:28 +0000

    textproc/regex2dfa: broken everywhere, very much out of date
    
    /bin/sh ../../libtool --tag=CXX   --mode=compile c++ -DHAVE_CONFIG_H   -I./../include    -O2 -pipe -fstack-protector-strong -fno-strict-aliasing    -std=c++0x -MT fst.lo -MD -MP -MF .deps/fst.Tpo -c -o fst.lo fst.cc
    libtool: compile:  c++ -DHAVE_CONFIG_H -I./../include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++0x -MT fst.lo -MD -MP -MF .deps/fst.Tpo -c fst.cc -o fst.o
    In file included from fst.cc:26:
    In file included from ./../include/fst/matcher-fst.h:26:
    In file included from ./../include/fst/lookahead-matcher.h:28:
    In file included from ./../include/fst/label-reachable.h:32:
    In file included from ./../include/fst/accumulator.h:36:
    In file included from ./../include/fst/replace.h:40:
    In file included from ./../include/fst/state-table.h:31:
    ./../include/fst/bi-table.h:356:31: error: no member named 's_' in 'VectorHashBiTable<I, T, S, FP, H, HS>'
      356 |       : selector_(new S(table.s_)),
          |                         ~~~~~ ^
    1 error generated.
    
    Upstream has since rewritten the whole thing in Python.
    Perhaps an update is in order.
    
    Approved by:    portmgr (build fix blanket)
---
 textproc/regex2dfa/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/textproc/regex2dfa/Makefile b/textproc/regex2dfa/Makefile
index 470ce4090400..ca8e013ffa5a 100644
--- a/textproc/regex2dfa/Makefile
+++ b/textproc/regex2dfa/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/kpdyer/regex2dfa
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		./../include/fst/bi-table.h:356:31: error: no member named 's_' in 'VectorHashBiTable<I, T, S, FP, H, HS>'
+
 USES=		compiler:c++11-lang gmake libtool
 USE_GITHUB=	yes
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699cfc94.194d9.40ec3f08>