[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1004626: forked-daapd: FTBFS with ffmpeg 5.0



Source: forked-daapd
Version: 26.4+dfsg1-2
Severity: important
X-Debbugs-Cc: sramacher@debian.org
Tags: sid bookworm ftbfs
Usertags: ffmpeg5.0

forked-daapd FTBFS with ffmpeg 5.0 (in experimental):
| gcc -DHAVE_CONFIG_H -I. -I..  -Wall -I/usr/include/x86_64-linux-gnu -I/usr/include/json-c -I/usr/include/p11-kit-1 -D_REENTRANT -pthread -I/usr/include/x86_64-linux-gnu  -D_GNU_SOURCE -DDATADIR=\"/usr/share/forked-daapd\" -DCONFDIR=\"/etc\" -DSTATEDIR=\"/var\" -DPKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/forked-daapd\" -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o remote_pairing.o remote_pairing.c
| main.c:451:36: warning: ‘enum AVLockOp’ declared inside parameter list will not be visible outside of this definition or declaration
|   451 | ffmpeg_lockmgr(void **pmutex, enum AVLockOp op)
|       |                                    ^~~~~~~~
| main.c:451:45: error: parameter 2 (‘op’) has incomplete type
|   451 | ffmpeg_lockmgr(void **pmutex, enum AVLockOp op)
|       |                               ~~~~~~~~~~~~~~^~
| main.c: In function ‘ffmpeg_lockmgr’:
| main.c:455:12: error: ‘AV_LOCK_CREATE’ undeclared (first use in this function); did you mean ‘AV_LOG_TRACE’?
|   455 |       case AV_LOCK_CREATE:
|       |            ^~~~~~~~~~~~~~
|       |            AV_LOG_TRACE
| main.c:455:12: note: each undeclared identifier is reported only once for each function it appears in
| main.c:462:12: error: ‘AV_LOCK_OBTAIN’ undeclared (first use in this function)
|   462 |       case AV_LOCK_OBTAIN:
|       |            ^~~~~~~~~~~~~~
| main.c:466:12: error: ‘AV_LOCK_RELEASE’ undeclared (first use in this function)
|   466 |       case AV_LOCK_RELEASE:
|       |            ^~~~~~~~~~~~~~~
| main.c:470:12: error: ‘AV_LOCK_DESTROY’ undeclared (first use in this function)
|   470 |       case AV_LOCK_DESTROY:
|       |            ^~~~~~~~~~~~~~~
| main.c: In function ‘main’:
| main.c:663:9: warning: implicit declaration of function ‘av_lockmgr_register’ [-Wimplicit-function-declaration]
|   663 |   ret = av_lockmgr_register(ffmpeg_lockmgr);
|       |         ^~~~~~~~~~~~~~~~~~~
| main.c:672:3: warning: implicit declaration of function ‘av_register_all’ [-Wimplicit-function-declaration]
|   672 |   av_register_all();
|       |   ^~~~~~~~~~~~~~~
| main.c:673:3: warning: implicit declaration of function ‘avfilter_register_all’ [-Wimplicit-function-declaration]
|   673 |   avfilter_register_all();
|       |   ^~~~~~~~~~~~~~~~~~~~~
| make[4]: *** [Makefile:845: main.o] Error 1

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


Reply to: