https://bugzilla.redhat.com/show_bug.cgi?id=1480480
Bug ID: 1480480 Summary: perl-RPM2-1.3-8.fc27 FTBFS: lib/RPM2.xs:157:20: error: 'RPMVSF_NOSHA1' undeclared Product: Fedora Version: rawhide Component: perl-RPM2 Assignee: jplesnik@redhat.com Reporter: ppisar@redhat.com QA Contact: extras-qa@fedoraproject.org CC: jplesnik@redhat.com, lkundrak@v3.sk, perl-devel@lists.fedoraproject.org, ppisar@redhat.com
perl-RPM2-1.3-8.fc27 fails to build in F27:
gcc -I/usr/lib64/perl5/CORE -DVERSION="1.3" -DXS_VERSION="1.3" -fPIC -DRPM2_API=4013 -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o lib/RPM2.o lib/RPM2.c [...] lib/RPM2.xs: In function 'boot_RPM2': lib/RPM2.xs:154:20: error: 'RPMVSF_NOMD5HEADER' undeclared (first use in this function); did you mean 'RPMVSF_NORSAHEADER'? REGISTER_CONSTANT(RPMVSF_NOMD5HEADER); ^ lib/RPM2.xs:134:70: note: in definition of macro 'REGISTER_CONSTANT' #define REGISTER_CONSTANT(name) _populate_constant(constants, #name, name) ^~~~ lib/RPM2.xs:154:20: note: each undeclared identifier is reported only once for each function it appears in REGISTER_CONSTANT(RPMVSF_NOMD5HEADER); ^ lib/RPM2.xs:134:70: note: in definition of macro 'REGISTER_CONSTANT' #define REGISTER_CONSTANT(name) _populate_constant(constants, #name, name) ^~~~ lib/RPM2.xs:157:20: error: 'RPMVSF_NOSHA1' undeclared (first use in this function); did you mean 'RPMVSF_NORSA'? REGISTER_CONSTANT(RPMVSF_NOSHA1); ^ lib/RPM2.xs:134:70: note: in definition of macro 'REGISTER_CONSTANT' #define REGISTER_CONSTANT(name) _populate_constant(constants, #name, name) ^~~~ This is caused by upgrading rpm-devel from 4.13.0.1-41.fc27 to 4.13.90-0.git14002.1.fc27. https://fedoraproject.org//wiki/Changes/RPM-4.14 mentions MD5 and SHA1 removal.
https://bugzilla.redhat.com/show_bug.cgi?id=1480480
Petr Pisar ppisar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- External Bug ID| |CPAN 122767
https://bugzilla.redhat.com/show_bug.cgi?id=1480480
Petr Pisar ppisar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=1474836, | |https://bugzilla.redhat.com | |/show_bug.cgi?id=1480407
https://bugzilla.redhat.com/show_bug.cgi?id=1480480
Panu Matilainen pmatilai@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugzilla.redhat.com | |/show_bug.cgi?id=1480407 |
https://bugzilla.redhat.com/show_bug.cgi?id=1480480
Panu Matilainen pmatilai@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pmatilai@redhat.com
--- Comment #1 from Panu Matilainen pmatilai@redhat.com --- Created attachment 1312042 --> https://bugzilla.redhat.com/attachment.cgi?id=1312042&action=edit Fix build with rpm >= 4.14
As mentioned in the heads-up, we'll be handling the rebuild and fixing up build failures as they come up.
Here's the patch for reference anyway.
https://bugzilla.redhat.com/show_bug.cgi?id=1480480
Petr Pisar ppisar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |perl-RPM2-1.3-9.fc27 Resolution|--- |CURRENTRELEASE Assignee|jplesnik@redhat.com |ignatenko@redhat.com Last Closed| |2018-01-08 05:04:08
perl-devel@lists.fedoraproject.org