https://bugzilla.redhat.com/show_bug.cgi?id=1415825 Bug ID: 1415825 Summary: rt package lacks dependencies on Data::Page and Data::Page::Pageset Product: Fedora Version: 25 Component: rt Assignee: rc040203@xxxxxxxxxx Reporter: tibbs@xxxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: perl-devel@xxxxxxxxxxxxxxxxxxxxxxx, rc040203@xxxxxxxxxx, tibbs@xxxxxxxxxxx I found my F25 RT installation was working fine but would generate an error when attempting to show long ticket lists: [error]: Error during compilation of /usr/share/rt/html/Elements/CollectionListPaging: Can't locate Data/Page.pm in @INC (you may need to install the Data::Page module) (@INC contains: /usr/share/perl5/vendor_ perl /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 . /etc/h ttpd) at /usr/share/rt/html/Elements/CollectionListPaging line 67. And later, after installing Data::Page: [error]: Error during compilation of /usr/share/rt/html/Elements/CollectionListPaging: Can't locate Data/Page/Pageset.pm in @INC (you may need to install the Data::Page::Pageset module) (@INC contains: /usr/sh are/perl5/vendor_perl /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5 /usr/sha re/perl5 . /etc/httpd) at /usr/share/rt/html/Elements/CollectionListPaging line 68. Things are fine after installing both of those. I don't think I have any non-default RT configuration settings in place which would control how pagination is done, so I'm guessing these dependencies are needed but not picked up by the dependency generator. (Date::Page::Pageset is a build dependency already.) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx