Date: Sat, 11 Apr 2026 08:58:38 +0900 From: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> To: jbeich@FreeBSD.org Cc: dev-commits-ports-main@freebsd.org Subject: Re: git: 24addf4474c0 - main - multimedia/vmaf: update to 3.1.0 Message-ID: <20260411085838.325cae0e2b93a212fc58248a@dec.sakura.ne.jp>
index | next in thread | raw e-mail
Hi.
FYI:
Upgrading from commit 458770ccc6bdf3a4d6fc484fe628e5e517880fc7 to
commit a6ff7a3f010f845d4d84512b90c2a63cae73e3d0 caused build failure
of multimedia/vmaf on poudriere, causing multiple ports to be skipped.
Maybe on bare-metal, too. (untested)
Reverting this commit allowed skipped ports to be built,
and strangely, re-applying this commit afterwards and rebuilding
allows multimedia/vmaf to be built successfully.
Looks like chicken and egg issue.
The failure was as below.
===== Quote of failure log =====
[ 61% 133/183] cc -Isrc/libx86_avx512.a.p -Isrc -I../src
-I../src/feature/common -Iinclude -I../include
-fdiagnostics-color=never -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
-Wextra -std=c11 -O2 -pipe -march=haswell -fstack-protector-strong
-fno-strict-aliasing -fPIC -mavx512f -mavx512dq -mavx512bw -mavx512cd
-mavx512dq -mavx512vbmi -mavx512vl -pedantic -DOC_NEW_STYLE_INCLUDES
-MD -MQ src/libx86_avx512.a.p/feature_x86_vif_avx512.c.o -MF
src/libx86_avx512.a.p/feature_x86_vif_avx512.c.o.d -o
src/libx86_avx512.a.p/feature_x86_vif_avx512.c.o
-c ../src/feature/x86/vif_avx512.c
samu: job failed with status 1: cc -Itest/test_feature_collector.p
-Itest -I../test -Iinclude -I../include -I../src/feature -Isrc -I../src
-fdiagnostics-color=never -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
-Wextra -std=c11 -O2 -pipe -march=haswell -fstack-protector-strong
-fno-strict-aliasing -MD -MQ
test/test_feature_collector.p/test_feature_collector.c.o -MF
test/test_feature_collector.p/test_feature_collector.c.o.d -o
test/test_feature_collector.p/test_feature_collector.c.o
-c ../test/test_feature_collector.c
In file included from ../test/test_feature_collector.c:21:
../src/libvmaf.c:43:10: fatal error: 'vcs_version.h' file not found
43 | #include "vcs_version.h"
| ^~~~~~~~~~~~~~~
1 error generated.
In file included from ../src/feature/x86/adm_avx512.c:20:
../src/feature/integer_adm.h:14:40: warning: a function declaration
without a prototype is deprecated in all versions of C
[-Wstrict-prototypes]
14 | static inline void div_lookup_generator() {
| ^
| void
1 warning generated.
samu: subcommand failed
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the
failure to the maintainer.
*** Error code 1
Stop.
make: stopped making "build" in /usr/ports/multimedia/vmaf
===== End Quote =====
> The branch main has been updated by jbeich:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=24addf4474c0cca8c35fe09c693206a6d3b5271a
>
> commit 24addf4474c0cca8c35fe09c693206a6d3b5271a
> Author: Jan Beich <jbeich@FreeBSD.org>
> AuthorDate: 2026-04-02 18:41:56 +0000
> Commit: Jan Beich <jbeich@FreeBSD.org>
> CommitDate: 2026-04-10 17:54:04 +0000
>
> multimedia/vmaf: update to 3.1.0
>
> Changes: https://github.com/Netflix/vmaf/releases/tag/v3.1.0
> Reported by: GitHub (watch releases)
> ---
(Snip to the end of mail)
--
Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20260411085838.325cae0e2b93a212fc58248a>
