Hi. I just installed www/linux-freetube with package manager on latest branch and I am unable to launch it. % linux-freetube /usr/local/bin/linux-freetube: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory I have enabled and started linux service before installing the package. Thanks in advance.
I just have installed graphics/linux-rl9-jpeg and the issue solved. I will send a patch for the Makefile.
Created attachment 255105 [details] www/linux-freetube.patch: Add jpeg USE flag to USE_LINUX
This patch makes the port depend on graphics/linux-rl9-jpeg port and it solves the launching issue.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=90c40220393f926ae8e4c3b3b5cb5fbf5fa61306 commit 90c40220393f926ae8e4c3b3b5cb5fbf5fa61306 Author: Yusuf Yaman <nxjoseph@protonmail.com> AuthorDate: 2024-11-11 21:48:50 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2024-11-11 21:48:50 +0000 www/linux-freetube: Add missing dependency - Add graphics/linux-rl9-jpeg to run dependencies - Bump PORTREVISION PR: 282700 www/linux-freetube/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Fixed. Thank you for the PR!