Skip to content

Conversation

wader
Copy link
Owner

@wader wader commented Apr 18, 2025

@wader wader force-pushed the bump-libvpl-2.15.0 branch from 7fbad88 to 2082c32 Compare April 19, 2025 13:02
@wader
Copy link
Owner Author

wader commented Apr 19, 2025

2025-04-19T13:54:54.9330442Z #66 45.05 check_pkg_config libmfx vpl >= 2.6 mfxvideo.h mfxdispatcher.h MFXLoad
2025-04-19T13:54:54.9330606Z #66 45.05 test_pkg_config libmfx vpl >= 2.6 mfxvideo.h mfxdispatcher.h MFXLoad
2025-04-19T13:54:54.9330716Z #66 45.05 pkg-config --exists --print-errors vpl >= 2.6
2025-04-19T13:54:54.9331338Z #66 45.05 check_func_headers mfxvideo.h mfxdispatcher.h MFXLoad -I/usr/local/lib/pkgconfig/../../include -I/usr/local/lib/pkgconfig/../../include/vpl -L/usr/local/lib/pkgconfig/../ -lvpl -ldl
2025-04-19T13:54:54.9331713Z #66 45.05 test_ld cc -I/usr/local/lib/pkgconfig/../../include -I/usr/local/lib/pkgconfig/../../include/vpl -L/usr/local/lib/pkgconfig/../ -lvpl -ldl
2025-04-19T13:54:54.9332046Z #66 45.05 test_cc -I/usr/local/lib/pkgconfig/../../include -I/usr/local/lib/pkgconfig/../../include/vpl -L/usr/local/lib/pkgconfig/../
2025-04-19T13:54:54.9332135Z #66 45.05 BEGIN /tmp/ffconf.aFIYWlaO/test.c
2025-04-19T13:54:54.9332220Z #66 45.05     1	#include <mfxvideo.h>
2025-04-19T13:54:54.9332306Z #66 45.05     2	#include <mfxdispatcher.h>
2025-04-19T13:54:54.9332378Z #66 45.05     3	#include <stdint.h>
2025-04-19T13:54:54.9332508Z #66 45.05     4	long check_MFXLoad(void) { return (long) MFXLoad; }
2025-04-19T13:54:54.9332593Z #66 45.05     5	int main(void) { int ret = 0;
2025-04-19T13:54:54.9332698Z #66 45.05     6	 ret |= ((intptr_t)check_MFXLoad) & 0xFFFF;
2025-04-19T13:54:54.9332770Z #66 45.05     7	return ret; }
2025-04-19T13:54:54.9332865Z #66 45.05 END /tmp/ffconf.aFIYWlaO/test.c
2025-04-19T13:54:54.9338027Z #66 45.05 gcc -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_ISOC11_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -O3 -static-libgcc -fno-strict-overflow -fstack-protector-all -fPIC -fno-strict-overflow -fstack-protector-all -fPIE -fopenmp -std=c17 -fomit-frame-pointer -fPIC -pthread -I/usr/local/include -I/usr/local/include -I/usr/local/include/libvmaf -pthread -I/usr/local/include -I/usr/include/libpng16 -I/usr/local/include -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -DG_INTL_STATIC_COMPILATION -DPCRE2_STATIC -I/usr/local/lib/glib-2.0/include -pthread -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -DXML_STATIC -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/include/libpng16 -DLZMA_API_STATIC -DXML_STATIC -I/usr/local/include -pthread -I/usr/local/include -I/usr/local/include -I/usr/include/freetype2 -I/usr/include/libpng16 -DXML_STATIC -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/local/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/local/include/glib-2.0 -DG_INTL_STATIC_COMPILATION -DPCRE2_STATIC -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pthread -I/usr/local/include -I/usr/local/include -DHWY_STATIC_DEFINE -DJXL_STATIC_DEFINE -DJXL_CMS_STATIC_DEFINE -I/usr/local/include -DJXL_THREADS_STATIC_DEFINE -I/usr/local/include -I/usr/local/lib/pkgconfig/../../include -I/usr/local/lib/pkgconfig/../../include/vpl -L/usr/local/lib/pkgconfig/../ -c -o /tmp/ffconf.aFIYWlaO/test.o /tmp/ffconf.aFIYWlaO/test.c
2025-04-19T13:54:54.9339087Z #66 45.05 gcc -Wl,-z,relro,-z,now -fopenmp -Wl,--allow-multiple-definition -Wl,-z,stack-size=2097152 -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,-z,noexecstack -fPIE -static-pie -I/usr/local/lib/pkgconfig/../../include -I/usr/local/lib/pkgconfig/../../include/vpl -L/usr/local/lib/pkgconfig/../ -o /tmp/ffconf.aFIYWlaO/test /tmp/ffconf.aFIYWlaO/test.o -lvpl -ldl
2025-04-19T13:54:54.9339566Z #66 45.05 /usr/lib/gcc/x86_64-alpine-linux-musl/13.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/local/lib/pkgconfig/..//libvpl.a(mfx_dispatcher_vpl.cpp.o): in function `MFXLoad':
2025-04-19T13:54:54.9339858Z #66 45.05 mfx_dispatcher_vpl.cpp:(.text+0xc): undefined reference to `operator new(unsigned long)'
2025-04-19T13:54:54.9340346Z #66 45.05 /usr/lib/gcc/x86_64-alpine-linux-musl/13.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/local/lib/pkgconfig/..//libvpl.a(mfx_dispatcher_vpl.cpp.o): in function `MFXCreateConfig':
2025-04-19T13:54:54.9340603Z #66 45.05 mfx_dispatcher_vpl.cpp:(.text+0xfe): undefined reference to `operator delete(void*, unsigned long)'
2025-04-19T13:54:54.9341426Z #66 45.05 /usr/lib/gcc/x86_64-alpine-linux-musl/13.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: mfx_dispatcher_vpl.cpp:(.text+0x152): undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned long, unsigned long, char const*, unsigned long)'
2025-04-19T13:54:54.9342063Z #66 45.05 /usr/lib/gcc/x86_64-alpine-linux-musl/13.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/local/lib/pkgconfig/..//libvpl.a(mfx_dispatcher_vpl.cpp.o): in function `MFXSetConfigFilterProperty':
2025-04-19T13:54:54.9342327Z #66 45.05 mfx_dispatcher_vpl.cpp:(.text+0x249): undefined reference to `operator delete(void*, unsigned long)'

@wader
Copy link
Owner Author

wader commented Apr 20, 2025

Probably intel/libvpl@80ea0a5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant