Re: [s3ql] Possible to run S3QL on Debian Wheezy (Python 3.2)?

2014-03-14 Thread Tor Krill
On Fri, Mar 14, 2014 at 12:27 AM, Nikolaus Rath wrote: > Tor Krill writes: > > On Wed, Mar 12, 2014 at 4:55 PM, Nikolaus Rath > wrote: > > > > > > The python3.3 depends on libmpdec-dev which in turn finally depends on > > libc6 giving the below problems. > > This does not make sense. Either lib

Re: [s3ql] Possible to run S3QL on Debian Wheezy (Python 3.2)?

2014-03-13 Thread Nikolaus Rath
Tor Krill writes: > On Wed, Mar 12, 2014 at 4:55 PM, Nikolaus Rath wrote: > >> >> >> >> apt-get source python3.3/testing >> >> apt-get build-dep python3.3 >> >> (cd python3*; dpkg-buildpackage -us -uc) >> >> >> >> Have you tried that? >> >> >> > >> > I tried this and the build succeeds. The probl

Re: [s3ql] Possible to run S3QL on Debian Wheezy (Python 3.2)?

2014-03-13 Thread Josiah Kellner
On Wednesday, March 12, 2014 4:58:35 PM UTC-4, Tor Krill wrote: > > > > On Wed, Mar 12, 2014 at 4:55 PM, Nikolaus Rath > > wrote: > >> >> >> >> apt-get source python3.3/testing >> >> apt-get build-dep python3.3 >> >> (cd python3*; dpkg-buildpackage -us -uc) >> >> >> >> Have you tried that? >> >>

Re: [s3ql] Possible to run S3QL on Debian Wheezy (Python 3.2)?

2014-03-12 Thread Gernot Vormayr
Hi, When I tried out s3ql on Debian Wheezy i just downloaded the python3.3 source, configured it so it gets installed into it's own directory tree for easier deinstallation and that worked out just fine. Only problem was finding out the configure switches so everything that's needed gets compiled

Re: [s3ql] Possible to run S3QL on Debian Wheezy (Python 3.2)?

2014-03-12 Thread Tor Krill
On Wed, Mar 12, 2014 at 4:55 PM, Nikolaus Rath wrote: > >> > >> apt-get source python3.3/testing > >> apt-get build-dep python3.3 > >> (cd python3*; dpkg-buildpackage -us -uc) > >> > >> Have you tried that? > >> > > > > I tried this and the build succeeds. The problem is that i need to pull > in

Re: [s3ql] Possible to run S3QL on Debian Wheezy (Python 3.2)?

2014-03-12 Thread Nikolaus Rath
Tor Krill writes: >> Tor Krill writes: >> >> > Looking at the PPA for Ubuntu S3QL requires Python 3.3 but Wheezy only >> > has Python 3.2. I investigated the possibilities to backport Python >> > 3.3 to Wheezy but that seems like quite an undertaking. >> >> Hmm. I think the last time I checked, i

Re: [s3ql] Possible to run S3QL on Debian Wheezy (Python 3.2)?

2014-03-12 Thread Tor Krill
Hi Nikolaus, Thanks for the prompt and detailed reply :) On Tue, Mar 11, 2014 at 3:38 PM, Nikolaus Rath wrote: > Tor Krill writes: > > > Looking at the PPA for Ubuntu S3QL requires Python 3.3 but Wheezy only > > has Python 3.2. I investigated the possibilities to backport Python > > 3.3 to Whe

Re: [s3ql] Possible to run S3QL on Debian Wheezy (Python 3.2)?

2014-03-11 Thread Nikolaus Rath
Tor Krill writes: > Hi all, > > I really would like to run S3Ql 2.x on Debian Wheezy. Is this > possible? Yes, you just need to install Python 3.3. > Looking at the PPA for Ubuntu S3QL requires Python 3.3 but Wheezy only > has Python 3.2. I investigated the possibilities to backport Python > 3.3

[s3ql] Possible to run S3QL on Debian Wheezy (Python 3.2)?

2014-03-11 Thread Tor Krill
Hi all, I really would like to run S3Ql 2.x on Debian Wheezy. Is this possible? Looking at the PPA for Ubuntu S3QL requires Python 3.3 but Wheezy only has Python 3.2. I investigated the possibilities to backport Python 3.3 to Wheezy but that seems like quite an undertaking. So to summarize, is