Am Montag, den 13.07.2009, 17:49 +0200 schrieb William J. Horka: > Hi all, > > Just a heads-up regarding the recent (07-Jul-2009) update of > perl-Devel-StackTrace to 1.21: > > We're running a Request Tracker installation, and after the update from > perl-Exception-Class-1.24 to perl-Exception-Class-1.29 and a httpd > restart, it started logging the following error: > > [Sun Jul 12 19:16:50 2009] [error] Devel::StackTrace version 1.2 > required--this is only version 1.1902 at > /usr/lib/perl5/vendor_perl/5.8.8/Exception/Class/Base.pm line 9.\nBEGIN > failed--compilation aborted at > [snip] > > This appears to be because yum and rpm read the version number "1.1902" > in perl-Devel-StackTrace-1.1902 as "one point one thousand nine hundred > two" (instead of reading it as the perlish way of writing "one point > nineteen oh-two"), and thus don't see perl-Devel-StackTrace-1.21 as an > update. >
Hi William this is a known problem. Lot of perl modules have alternating length in version number segments. I overlooked some of those while updating. In the future i file bugs against those packages at CPAN rt and try to workaround it by splitting the version into parts manually. I hope that meets your expectations. Chris financial.com AG Munich head office/Hauptsitz München: Maria-Probst-Str. 19 | 80939 München | Germany Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender) Register court/Handelsregister: Munich – HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553 _______________________________________________ users mailing list [email protected] http://lists.rpmforge.net/mailman/listinfo/users
