Hide Forgot
Your package perl-DBD-AnyData failed to build from source in current rawhide. http://koji.fedoraproject.org/koji/taskinfo?taskID=4971488 Build logs: root.log: http://kojipkgs.fedoraproject.org/work/tasks/1488/4971488/root.log build.log: http://kojipkgs.fedoraproject.org/work/tasks/1488/4971488/build.log state.log: http://kojipkgs.fedoraproject.org/work/tasks/1488/4971488/state.log NOTE: build logs are cleaned up after 1 week For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
DBD-AnyData-0.110 is not compatible with DBI-1.623 <https://rt.cpan.org/Public/Bug/Display.html?id=83293>.
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle. Changing version to '19'. (As we did not run this process for some time, it could affect also pre-Fedora 19 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19
Upstream hasn't fixed up the code and this package got retired.
The package has not yet been retired. See the source repository.
I wrote a new version of DBD::AnyData to work with DBI 1.623 or greather (I'm using DBI 1.630). I sent the new version to CPAN authors to evaluate the changes. The main problem is the change of interation between DBI and DBD::File/DBD::SqlEngine. I spent 1 week to inherit DBD::AnyData from DBD::File as done by DBD::CSV driver and now works in my environment. See: https://rt.cpan.org/Public/Bug/Display.html?id=92103
(In reply to iaco61 from comment #5) > I wrote a new version of DBD::AnyData to work with DBI 1.623 or greather > (I'm using DBI 1.630). > I sent the new version to CPAN authors to evaluate the changes. > The main problem is the change of interation between DBI and > DBD::File/DBD::SqlEngine. > I spent 1 week to inherit DBD::AnyData from DBD::File as done by DBD::CSV > driver and now works in my environment. > > See: https://rt.cpan.org/Public/Bug/Display.html?id=92103 Upstream requested this morning that you send your version as a patch - are you going to do that?
(In reply to Paul Howarth from comment #6) > (In reply to iaco61 from comment #5) > > I wrote a new version of DBD::AnyData to work with DBI 1.623 or greather > > (I'm using DBI 1.630). > > I sent the new version to CPAN authors to evaluate the changes. > > The main problem is the change of interation between DBI and > > DBD::File/DBD::SqlEngine. > > I spent 1 week to inherit DBD::AnyData from DBD::File as done by DBD::CSV > > driver and now works in my environment. > > > > See: https://rt.cpan.org/Public/Bug/Display.html?id=92103 > > Upstream requested this morning that you send your version as a patch - are > you going to do that? Still no further activity at https://rt.cpan.org/Public/Bug/Display.html?id=92103 Upstream is likely to close this ticket soon if you don't send them the updated version as a patch (see the ticket).
Created attachment 868706 [details] I'm about to retire this package, but in case someone wants to take it up, this is the patch referenced in comment 5, minus the very large number of whitespace changes.