On Sun, May 31, 2009 at 6:00 AM, <suggest-requ...@lists.rpmforge.net> wrote:
> Send suggest mailing list submissions to
>        sugg...@lists.rpmforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.rpmforge.net/mailman/listinfo/suggest
> or, via email, send a message with subject or body 'help' to
>        suggest-requ...@lists.rpmforge.net
>
> You can reach the person managing the list at
>        suggest-ow...@lists.rpmforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of suggest digest..."
>
>
> Today's Topics:
>
>   1. Re: Possible bug in latest perl-DBD-SQLite package (Kai Schaetzl)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 30 May 2009 13:52:52 +0200
> From: Kai Schaetzl <mailli...@conactive.com>
> Subject: Re: [suggest] Possible bug in latest perl-DBD-SQLite package
> To: suggest@lists.rpmforge.net
> Message-ID: <va.0000381b.039f5...@news.conactive.com>
> Content-Type: text/plain; charset=iso-8859-1
>
> David Steinbrunner wrote on Thu, 28 May 2009 12:03:36 -0400:
>
>> Is it possible for you to install the perl module from CPAN rather than
>> rpmforge for testing proposes?  I have a feeling the issue is not the
>> rpmforge package but rather the newer versions of the software itself.  If
>> it is the DBD::SQLite software rather than the packaging, you could then
>> submit this as a bug to the maintainers.
>
> I just found the reason for this problem with a simple test script and a
> require.
>
> Newer versions of DBD::SQLite need a DBI version of at least 1.57. The
> rpmforge package *does* include this requirement. However, CentOS includes
> DBI 1.52 and doesn't provide newer versions. As a good administrator I'm
> using yum priorities and thus the software is locked at the CentOS version.
> I would think that yum should not have upgraded perl-DBD-SQLite if it cannot
> fulfill the requirement of perl-DBI >= 1.57. I will follow this up on the
> CentOS list whether it has to be reported as a bug.
> So, for anyone else using this module and priorities: you have to either
> stay on version 1.14 or exclude perl-DBI from the base and updates repos
> (which enables rpmforge to upgrade DBI to 1.607).
>
> Kai

Oh, dear. this _is_ a long-term problem for supporting older operating
systems: I'm going through nightmares right now trying to backport
subversion 1.6.x to RHEL 4, due to this sort of fun. You can also put
'exclude=perl-DBI < 1.57' in your /etc/yum.conf, which I believe will
override your 'master' setting and achieve the same effect. without
editing those .repo files individually.
_______________________________________________
suggest mailing list
suggest@lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/suggest

Reply via email to