Summary: | multimedia/mplayer from latest failed to build WITH_DEBUG | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | crypt47 <cryptogranny> | ||||
Component: | Individual Port(s) | Assignee: | Thomas Zander <riggs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | riggs | ||||
Priority: | --- | Flags: | riggs:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | amd64 | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
crypt47
2024-08-14 17:53:14 UTC
I also tried to use old LLVM 14, it compiles with debug enabled, but the binary for some reason is stripped.:( checked the binary package from latest. crashes on my flac too. Created attachment 252761 [details]
options file
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d78f92cabfc61e61fa5f13705134f6b0e0e2f599 commit d78f92cabfc61e61fa5f13705134f6b0e0e2f599 Author: Thomas Zander <riggs@FreeBSD.org> AuthorDate: 2024-10-19 15:32:01 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2024-10-19 15:40:53 +0000 multimedia/{mplayer|mencoder}: Fix WITH_DEBUG build Newer clang versions are not happy when passing -mcpu=<something> on i386 and amd64. This fixes the construction of CFLAGS during configure in the WITH_DEBUG case. Also, as it turns out, there was a const ptr issue in libmpcodecs/ad_spdif.c whith also needed to be fixed. PR: 280818 Reported by: cryptogranny@gmail.com multimedia/mencoder/Makefile | 1 + multimedia/mplayer/Makefile | 1 + multimedia/mplayer/files/patch-configure | 39 ++++++++++++++-------- .../files/patch-libmpcodecs_ad__spdif.c (new) | 11 ++++++ 4 files changed, 39 insertions(+), 13 deletions(-) |