On 9/28/06, Frederik <[EMAIL PROTECTED]> wrote: > > On 9/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > But now if I try to update using testing : there is dozen of packages > > that need to be updated and since there is many other stuff running on > > that server, I cannot take that risk. > > > > Is there someone having the same problem or even maybe with a solution > > ? > > Trac in Debian Testing is now compiled with Python 2.4, while Sarge is > using Python 2.3. This means you will have to update Python, install > all dependencies for Python 2.4 (newer libc,...), and all other > dependencies which are triggered by this. > > A solution would be to recompile the source deb on sarge. You could > alway try to contact www.backports.org if they are not interested in > doing this. > > -- > Frederik > > > >
Thanks for your answer, But I finally found a solution, let me explain it : - first remove (with apt-get remove) trac and python2.3-subversion - upgrade subversion to last backport version (1.3.2) with something like that : apt-get install subversion=1.3.2-5~bpo1 libsvn0=1.3.2-5~bpo1 python-subversion=1.3.2-5~bpo1 libapache2-svn=1.3.2-5~bpo1 - Next install trac from testing (wich is 0.9.6 by the way) - finally restart apache2 The problem was because of the generic package python-subversion wich was missing before subversion 1.3.2. Until now it works as expected, I'll test more an post if there is problem. Sorry for having posted a little too fast, but at least there is now a crappy howto ;) Thanks anyway Sebastien --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users -~----------~----~----~----~------~----~------~--~---
