On Wed, Jun 19, 2019 at 12:21:34PM +0200, Hans van Kranenburg wrote:
> On 6/19/19 12:13 PM, Holger Hoffstätte wrote:
> > On 6/19/19 5:20 AM, Chris Murphy wrote:
> >> This is on Fedora Rawhide (which is planned to become Fedora 31 due in
> >> October), which no longer provides python2.
> >>
> >> $ ./btrfs-debugfs -b /
> >> /usr/bin/env: ‘python2’: No such file or directory
> >> $
> >>
> >> I expect other distros are going to follow as Python 2.7 EOL is coming
> >> up fast, in 6 months.
> >> https://pythonclock.org/
> > 
> > I just ran it through 2to3-3.7 with -w and the new version seems to work
> > just fine for me, so it seems there is not much porting required.
> 
> I don't think you want to ship that program at all, for end users.

Agreed, it was probably just some helper script for developers but it
never got enough features to be useful.

> It's
> quite horrible, and the -b option even downloads the *entire* extent
> tree to userspace in a very naive way.
> 
> There are way simpler, better performing alternatives...

There are, so let's use them!

Reply via email to