Bug 1134276 - redland-bindings-1.0.16.1-10.fc22: FTBFS with perl 5.20
Summary: redland-bindings-1.0.16.1-10.fc22: FTBFS with perl 5.20
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: redland-bindings
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jitka Plesnikova
QA Contact: Fedora Extras Quality Assurance
URL: https://koji.fedoraproject.org/koji/t...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-27 08:18 UTC by Jitka Plesnikova
Modified: 2014-09-03 15:20 UTC (History)
1 user (show)

Fixed In Version: redland-bindings-1.0.16.1-10.fc22
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-09-03 15:20:56 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jitka Plesnikova 2014-08-27 08:18:11 UTC
redland-bindings cannot be rebuild against perl 5.20.

The file perl/CORE_wrap.c which is provided by upstream does not work for new perl. The file was generated by old swig and is part of tarball.

If the file is generated with new swig it will works.

It can be easily fixed at spec file, same was as PHP wraper. 
Just add a following command in %prep section

rm -f perl/CORE_wrap.c

The wrapper will be regenerated.


Note You need to log in before you can comment on or make changes to this bug.