-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ffmpeg] Build error on x64-linux #42084
Comments
Which version of pkgconf (aka pkg-config) do you use? |
I am trying to build ladybird web browser on Fedora 41. I think dnf info
|
2.3.0 should be good but maybe it isn't. Note that x64-linux has static library linkage, and ffmpeg is pulling in a lot of dependencies. I.e. pkgconf has to resolve a larger graph than usual. But the implementation is efficient in 2.3.0, and it is tested with large graphs (also in vcpkg). Unfortunately the failing command isn't logged, but it should be something like PKG_CONFIG_PATH="/home/kushal/source/ladybird/vcpkg_installed/x64-linux/lib/pkgconfig;/home/kushal/source/ladybird/Build/vcpkg/packages/ffmpeg_x64-linux/lib/pkgconfig" pkgconf --libs libavcodec libavdevice libavfilter libavformat libavutil libswresample libswscale Not sure if this provides more information, but it can be a starting point for local analysis. |
Copy issue body from /home/kushal/source/ladybird/Build/release/vcpkg_installed/vcpkg/issue_body.md
Package: ffmpeg[avcodec,avdevice,avfilter,avformat,core,dav1d,openh264,opus,swresample,swscale,theora,vorbis,vpx,webp,zlib]:[email protected]#11
Host Environment
vcpkg-scripts version: 10b7a17 2024-10-21 (3 weeks ago)
To Reproduce
vcpkg install --no-print-usage
Failure logs
Additional context
vcpkg.json
I tried again by switching to master branch and running install
Package: ffmpeg[avcodec,avdevice,avfilter,avformat,core,dav1d,openh264,opus,swresample,swscale,theora,vorbis,vpx,webp,zlib]:[email protected]#11
Host Environment
vcpkg-scripts version: 813a241 2024-11-08 (34 hours ago)
To Reproduce
vcpkg install
Failure logs
Additional context
vcpkg.json
same problem.
The text was updated successfully, but these errors were encountered: