-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[pkgconf] Segmentation Fault when running the binary #41576
Comments
Do you use system |
I don't have |
@aabellagm, Thanks for posting this issue, We don't have a Fedora environment at the moment. I haven't reproduced your error in my own Linux environment.
|
FTR: |
FTR: |
Describe the bug
The pkgconf binary crashes (Segmentation Fault) in Fedora 41. That causes errors when building other packages, like ffmpeg.
Environment
To Reproduce
Steps to reproduce the behavior:
Segmentation fault (core dumped)
Expected behavior
The command above should just run and print the version and it also should allow ffmpeg to be correctly built.
Additional context
ldd
command ends with error code1
without printing anything.set(VCPKG_FIXUP_ELF_RPATH OFF)
in the triplet solves the pkgconf problem, but it would be desirableThe text was updated successfully, but these errors were encountered: