Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2023 12:48:05 GMT
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 447204eda62d - main - security/weggli: Broken
Message-ID:  <202308261248.37QCm55U014650@gitrepo.freebsd.org>

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

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

commit 447204eda62d146c23c1e8bc77a49e361a294e11
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2023-08-26 12:22:34 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2023-08-26 12:46:16 +0000

    security/weggli: Broken
    
    Broken in build stage with the following message:
        error: linking with `cc` failed: exit status: 1
        = note: ld: error: version script assignment of 'global' to symbol '__muloti4' failed: symbol not defined
        cc: error: linker command failed with exit code 1 (use -v to see invocation)
    
    Same error with weggli v0.2.4
---
 security/weggli/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/weggli/Makefile b/security/weggli/Makefile
index 8f49481f9d9e..705924b40498 100644
--- a/security/weggli/Makefile
+++ b/security/weggli/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/googleprojectzero/weggli
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=	error: version script assignment of 'global' to symbol '__muloti4' failed: symbol not defined
+
 USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	googleprojectzero



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