So I got this bug about FTBFS: 
https://bugzilla.redhat.com/show_bug.cgi?id=2049643

These are bindings to C libs and use gcc to build .so files.

Upon investigation the issue is that the default linker flags seem to
point to non existing package note files, so the build fails.

It was suggest to disable notes for this package via:
 %undefine _package_note_file

However this just changed the error from a linker script named against
the python package to a linker script named against the krb5
dependency.

This is what I get in a scratch build:

  /usr/bin/ld: cannot open linker script file
/builddir/build/BUILD/.package_note-krb5-1.19.2-4.fc36.1.x86_64.ld: No
such file or directory


How do I solve this?
I need to update to a new version of python-gssapi but I cvan't build
it right now.

Simo.

-- 
Simo Sorce
RHEL Crypto Team
Red Hat, Inc



_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to