Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2024 06:48:16 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ecb7b97830e6 - main - net/ecal: Broken on armv7 and i386
Message-ID:  <202401250648.40P6mGJq016554@gitrepo.freebsd.org>

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

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

commit ecb7b97830e6e510aadaa78494e6d45b35231596
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-25 06:47:10 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-25 06:48:14 +0000

    net/ecal: Broken on armv7 and i386
    
    Reported by:    https://portsfallout.com/
---
 net/ecal/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net/ecal/Makefile b/net/ecal/Makefile
index bc4dc86bedfd..7fc5223617ab 100644
--- a/net/ecal/Makefile
+++ b/net/ecal/Makefile
@@ -11,6 +11,9 @@ WWW=		https://eclipse-ecal.github.io/ecal/index.html
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_armv7=	link fails: undefined reference due to --no-allow-shlib-undefined: absl::lts_20230125::hash_internal::CityHash32(char const*, unsigned int)
+BROKEN_i386=	link fails: undefined reference due to --no-allow-shlib-undefined: absl::lts_20230125::hash_internal::CityHash32(char const*, unsigned int)
+
 BUILD_DEPENDS=	asio>0:net/asio \
 		termcolor>0:devel/termcolor
 LIB_DEPENDS=	libcurl.so:ftp/curl \



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