Bug 267114 - audio/stmp: fails to build with mpv 0.35
Summary: audio/stmp: fails to build with mpv 0.35
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: needs-patch
Depends on:
Blocks:
 
Reported: 2022-10-16 06:00 UTC by Jan Beich
Modified: 2024-02-01 18:04 UTC (History)
2 users (show)

See Also:


Attachments
poudriere error log (42.27 KB, text/plain)
2022-10-16 06:00 UTC, Jan Beich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2022-10-16 06:00:19 UTC
Created attachment 237369 [details]
poudriere error log

Regressed by http://github.com/mpv-player/mpv/commit/f9fd50c6546f. Can you provide a fix or ask upstream? Otherwise, this port will be marked BROKEN or switched to mpv034 (port fork).

vendor/github.com/yourok/go-mpv/mpv/consts.go:408:33: could not determine kind of name for C.MPV_EVENT_CHAPTER_CHANGE
vendor/github.com/yourok/go-mpv/mpv/consts.go:383:34: could not determine kind of name for C.MPV_EVENT_METADATA_UPDATE
vendor/github.com/yourok/go-mpv/mpv/consts.go:325:24: could not determine kind of name for C.MPV_EVENT_PAUSE
vendor/github.com/yourok/go-mpv/mpv/consts.go:349:40: could not determine kind of name for C.MPV_EVENT_SCRIPT_INPUT_DISPATCH
vendor/github.com/yourok/go-mpv/mpv/consts.go:289:33: could not determine kind of name for C.MPV_EVENT_TRACKS_CHANGED
vendor/github.com/yourok/go-mpv/mpv/consts.go:297:33: could not determine kind of name for C.MPV_EVENT_TRACK_SWITCHED
vendor/github.com/yourok/go-mpv/mpv/consts.go:333:26: could not determine kind of name for C.MPV_EVENT_UNPAUSE
vendor/github.com/yourok/go-mpv/mpv/consts.go:606:29: could not determine kind of name for C.MPV_SUB_API_OPENGL_CB
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2022-11-14 09:50:26 UTC
Mark as broken until I have time for it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-11-14 10:06:33 UTC
A commit in branch main references this bug:

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

commit 917fc0b4d194c91b034f14332010265525fb18dc
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-11-14 10:00:22 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-11-14 10:04:50 +0000

    multimedia/mpv034: remove port

    - Mark the remaining consumer as BROKEN

    PR:             267114
    Suggested by:   bapt (stmp maintainer)

 MOVED                                              |   1 +
 audio/stmp/Makefile                                |   4 +-
 multimedia/Makefile                                |   1 -
 multimedia/mpv/Makefile                            |   2 -
 multimedia/mpv034/Makefile (gone)                  | 222 ---------------------
 multimedia/mpv034/distinfo (gone)                  |  21 --
 .../mpv034/files/patch-libmpv_mpv.def (gone)       |  15 --
 multimedia/mpv034/pkg-descr (gone)                 |   5 -
 multimedia/mpv034/pkg-plist (gone)                 |  26 ---
 9 files changed, 4 insertions(+), 293 deletions(-)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2023-10-10 17:24:51 UTC
Fixed in upstream commit https://github.com/wildeyedskies/stmp/commit/fecd539d618dcf7f480714c5f3119aec001e74b9
Comment 4 Jan Beich freebsd_committer freebsd_triage 2023-11-13 08:51:47 UTC
^Triage: reset Assignee after ports 7a41e9eceef9.
Comment 5 Rene Ladan freebsd_committer freebsd_triage 2024-02-01 18:04:30 UTC
(In reply to Daniel Engberg from comment #3)

This commit not fix the problem (anymore), the port broke more after graphics/glslang got updated to version 14.0.0

This port also expired yesterday.