Bug 270637 - [net/opal]: crashes when unselecting default codecs/options
Summary: [net/opal]: crashes when unselecting default codecs/options
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-04 14:00 UTC by Eugene M. Zheganin
Modified: 2023-04-06 06:01 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene M. Zheganin 2023-04-04 14:00:04 UTC
1) 

[...]
strip: open /usr/ports/net/opal/work/stage/usr/local/lib/opal-3.10.10/codecs/video/h264_video_pwplugin_helper failed: No such file or directory

- same as https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200800, but with strip part.

2) 

[...]
===>   Registering installation for opal-3.10.10_30
pkg-static: Unable to access file /usr/ports/net/opal/work/stage/usr/local/lib/opal-3.10.10/codecs/video/h263_ffmpeg_ptplugin.so:No such file or directory
pkg-static: Unable to access file /usr/ports/net/opal/work/stage/usr/local/lib/opal-3.10.10/codecs/video/mpeg4_ffmpeg_ptplugin.so:No such file or directory

- same. but with ffmpeg unselected.

Workaround: edit the pkg-plist file.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-04-05 09:00:59 UTC
A commit in branch main references this bug:

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

commit 14f7ae40b2a31e563b63d1be6ffd661eeb9b7851
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-04-05 09:00:12 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-04-05 09:00:12 +0000

    net/opal: unbreak the build and packaging with non-default options

    Fix some minor grammar bugs and beautify port description while here.

    PR:     270637

 net/opal/Makefile  | 11 +++++++++--
 net/opal/pkg-descr | 14 +++++++-------
 net/opal/pkg-plist |  4 ++--
 3 files changed, 18 insertions(+), 11 deletions(-)
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2023-04-06 06:01:42 UTC
Hi,

I'm about to deprecate and remove this port as it's outdated and fails to build with FFmpeg 6. I couldn't find any users in tree so I'm a bit curious what you're using this for.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270325

Best regards,
Daniel