-
Notifications
You must be signed in to change notification settings - Fork 62
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
copr Fedora 40 x86_64 rpmbuild binary broken #3435
Comments
Hello, this doesn't seem like copr issue, but honestly I don't know how to fix the build since I have little to no knowledge about software you are trying to build. From the logs it seems like the libcap dependency (the libcap.so.2) wasn't installed - even though I can see it inside your spec file... it could be caused by some other packages inside f40 - since it seems like it's f40 problem? Also the libcap package version differs across fedora versions - https://src.fedoraproject.org/rpms/libcap - so there may be difference between them. |
It's strange though. When I build the package using Mock, it works.
But when I try to build it using copr-rpmbuild, it fails
Even though with a different error than OP
|
Issues like this often happen when some package provides duplicate soname to the one provided by core system. Isn't libpcap.so provided (by mistake) by |
Indeed we provided a duplicate of |
Thank you for the update. Closing. |
my Build fails with:
/usr/bin/rpmbuild: error while loading shared libraries: libcap.so.2: cannot open shared object file: No such file or directory
build with fedora 41 and fedora 39 works
builder-live.log
The text was updated successfully, but these errors were encountered: