Page MenuHomeFreeBSD

www/wasmtime: Declare libzstd shlib dependency
Needs ReviewPublic

Authored by olgeni on Wed, May 6, 3:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 17, 3:34 PM
Unknown Object (File)
Sat, May 16, 4:18 AM
Unknown Object (File)
Fri, May 15, 4:03 PM
Unknown Object (File)
Fri, May 15, 3:50 AM
Unknown Object (File)
Thu, May 14, 8:31 AM
Unknown Object (File)
Thu, May 14, 8:31 AM
Unknown Object (File)
Tue, May 12, 9:59 PM
Unknown Object (File)
Tue, May 12, 9:16 PM
Subscribers
None

Details

Reviewers
yuri
Summary

The binary links libzstd.so.1 (via the zstd-sys crate, which uses
pkg-config to pick up the system libzstd by default), but the port
does not declare the runtime dependency.

Detected by poudriere stage-qa:

Warning: wasmtime-44.0.1 will be rebuilt as it misses libzstd.so.1
which no dependency provides. It is likely (silently) failing testport/
stage-qa.

Add LIB_DEPENDS=libzstd.so:archivers/zstd and bump PORTREVISION.

Test Plan

poudriere testport on 14.3-amd64 - clean build, no missing-shlib
warnings, package installs and deinstalls cleanly.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 72853
Build 69736: arc lint + arc unit

Event Timeline

olgeni held this revision as a draft.
olgeni published this revision for review.Thu, May 7, 5:15 PM