https://bugzilla.redhat.com/show_bug.cgi?id=2241294
Bug ID: 2241294 Summary: perl-Authen-Krb5-1.9-42.fc40 FTBFS: Krb5.xs:492:15: error: implicit declaration of function ‘krb5_gen_portaddr’ Product: Fedora Version: rawhide URL: https://koschei.fedoraproject.org/package/perl-Authen- Krb5 Status: NEW Component: perl-Authen-Krb5 Assignee: simon@sxw.org.uk Reporter: ppisar@redhat.com QA Contact: extras-qa@fedoraproject.org CC: perl-devel@lists.fedoraproject.org, simon@sxw.org.uk Blocks: 2231791 (F40FTBFS,RAWHIDEFTBFS) Target Milestone: --- Classification: Fedora
perl-Authen-Krb5-1.9-42.fc40 fails to build in Fedora 40:
gcc -c -I/usr/include -D_REENTRANT -D_GNU_SOURCE -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Werror=implicit-function-declaration -Werror=implicit-int -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -DVERSION="1.9" -DXS_VERSION="1.9" -fPIC "-I/usr/lib64/perl5/CORE" Krb5.c [...] Krb5.xs: In function ‘XS_Authen__Krb5_gen_portaddr’: Krb5.xs:492:15: error: implicit declaration of function ‘krb5_gen_portaddr’ [-Werror=implicit-function-declaration] 492 | err = krb5_gen_portaddr(context,addr,(krb5_pointer)&port,&RETVAL); | ^~~~~~~~~~~~~~~~~ Krb5.xs: In function ‘XS_Authen__Krb5_gen_replay_name’: Krb5.xs:519:15: error: implicit declaration of function ‘krb5_gen_replay_name’; did you mean ‘krb5_set_real_time’? [-Werror=implicit-function-declaration] 519 | err = krb5_gen_replay_name(context,addr,uniq,&RETVAL); | ^~~~~~~~~~~~~~~~~~~~ | krb5_set_real_time
A difference between passing and failing build root is at https://koschei.fedoraproject.org/build/16408679. The failure is probably triggered by upgrading redhat-rpm-config from 266-1.fc40 to 267-1.fc40.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2231791 [Bug 2231791] Fedora 40 FTBFS Tracker
https://bugzilla.redhat.com/show_bug.cgi?id=2241294
Fedora Admin user for bugzilla script actions fedora-admin-xmlrpc@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|simon@sxw.org.uk |extras-orphan@fedoraproject | |.org
--- Comment #1 from Fedora Admin user for bugzilla script actions fedora-admin-xmlrpc@fedoraproject.org --- This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.
https://bugzilla.redhat.com/show_bug.cgi?id=2241294
Miro Hrončok mhroncok@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |WONTFIX Last Closed| |2024-01-02 15:17:13
--- Comment #2 from Miro Hrončok mhroncok@redhat.com --- Automation has figured out the package is retired in rawhide.
If you like it to be unretired, please open a ticket at https://pagure.io/releng/new_issue?template=package_unretirement
perl-devel@lists.fedoraproject.org