Summary: | multimedia/libva: broken after update to 2.21.0 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Marek Zarychta <zarychtam> | ||||||
Component: | Individual Port(s) | Assignee: | Jan Beich <jbeich> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | zarychtam | ||||||
Priority: | --- | Flags: | jbeich:
maintainer-feedback+
|
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Maybe PORTREVISION should be bumped too, but the port was never successfully built, so it's probably pointless. I can't reproduce. Builds fine "as is" locally and inside poudriere on 13.2 amd64 + i386 and 15.0 amd64. Comment on attachment 249155 [details]
patch with fix
The commit message fails to document "why?" beyond the opaque "broken after update ..."
Created attachment 249164 [details]
build log
That's interesting. I was just performing a standard build of ports on stable/14 when bumped into this.
Apparently not broken, but I need this fix. %%X11%%include/va/va_trace.h is right solution. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0583872ee316ede5ce177ee72e9d4b7ffab8eec commit c0583872ee316ede5ce177ee72e9d4b7ffab8eec Author: Vladimir Druzenko <vvd@freebsd.org> AuthorDate: 2024-03-14 16:51:46 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-03-14 21:03:58 +0000 multimedia/libva: unbreak X11=off build after 07b46bb45fbe ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: include/va/va_trace.h ===> Error: Plist issues found. *** Error code 1 PR: 277690 multimedia/libva/pkg-plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (In reply to Marek Zarychta from comment #6) Someone else provided the error message (aka "why?" or rationale) and the correct fix before I've seen yours. (In reply to Jan Beich from comment #8) No problem Jan. I am glad you fixed it. |
Created attachment 249155 [details] patch with fix