Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 07:19:32 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: fbed1cff5cd9 - 2024Q1 - www/wasm-pack: Broken on powerpc64le
Message-ID:  <202401150719.40F7JWp0081973@gitrepo.freebsd.org>

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

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

commit fbed1cff5cd9a5b124bbc3998a52bef026ef404b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 07:18:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 07:19:28 +0000

    www/wasm-pack: Broken on powerpc64le
    
    Reported by:    fallout
    
    (cherry picked from commit 7fda360a4f0bf4da07592238c00544884efa41b6)
---
 www/wasm-pack/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/wasm-pack/Makefile b/www/wasm-pack/Makefile
index 4469f2873829..591895b68511 100644
--- a/www/wasm-pack/Makefile
+++ b/www/wasm-pack/Makefile
@@ -13,6 +13,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
 
+BROKEN_powerpc64le=	compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://github.com/rustwasm/wasm-pack/issues/1361
+
 BUILD_DEPENDS=	gmake:devel/gmake \
 		zstd>0:archivers/zstd
 LIB_DEPENDS=	libcurl.so:ftp/curl



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