Re: Trying to install beta in CentOS 8 -- missing py3libacl, python3-pyxattr
Frank Crawford <[email protected]>
| Newsgroups | gmane.comp.sysutils.backup.rdiff-backup.general |
|---|---|
| Message-ID | <09daf8728fbac21ee21b7cf4c8831b4f3c0fd152.camel@crawford.emu.id.au> |
For those interested, I've now built both python3-pyxattr and py3libacl in COPR, which you can install by downloading the relevant repo files from https://copr.fedorainfracloud.org/coprs/frankcrawford/ for bth EPEL7 and EPEL8. Note that I haven't tested them too much so far. RegardsFrank On Mon, 2020-01-06 at 21:52 +1100, Frank Crawford wrote: > Okay, there are new copr versions of rdiff-backup which make > thedependencies recommended (F29,F30,F31& EPEL8) or drop them > entirely(EPEL7 as it does not have weak dependencies).Please try and > see what happens now.I'll look at rebuilding the dependencies in the > next few days.FrankOn Mon, 2020-01-06 at 20:50 +1100, Frank Crawford > wrote: > > I'll spin up versions for EPEL7 & 8 that have the > > packagesoptional,but I'll also have a quick look at making the > > available viacopr, sincethey build for F32 with no issues.FrankOn > > Mon, 2020-01-06at 09:18 +0000, EricZolf wrote: > > > Hi,You could simply install the libraries with pip: `sudo > > > pip3installpylibacl pyxattr` (or with `pip3 install --user ...` > > > if youonly wantto use rdiff-backup under one specific user). Just > > > makesure youdon't install both via rpm and pip. The README > > > [1]describes how toinstall the wheel.@Frank the dependencies > > > py3libacland python3-pyxattr of the RPMshould only be > > > recommendationsIMHOHope this helps, Eric[1] > > > https://github.com/rdiff-backup/rdiff-backup#on-linux > > > > > > On January 6, 2020 4:26:40 AM UTC, Robert Nichols < > > > [email protected]> wrote: > > > > On 1/5/20 5:00 PM, Marcin Zajączkowski wrote: > > > > > CCing Dan which introduced python3-pyxattr in EPEL some > > > > > timeago.On 2020-01-05 22:12, Robert Nichols wrote: > > > > > > Installing version 1.4.0b0-1-el8 from the > > > > > > frankcrawfordCOPRfails > > > > with > > > > > > missing dependencies py3libacl and python3-pyxattr. > > > > > > I'dreallylike > > > > to > > > > > > do some testing before 2.0 is released. What should > > > > > > Iinstall? > > > > Python > > > > > > version on CentOS 8 is 3.6.8. > > > > > > > > > > The problem could be that python3-pyxattr seems to > > > > > beavailable(as areleased package) only in EPEL77: > > > > > https://apps.fedoraproject.org/packages/python3-pyxattr > > > > > > > > Yes, I first tried in CentOS 7, but it's still > > > > missingpy3libacl.Looks like I'll have to figure out how to > > > > install a.whl file,butisn't that going to leave me without > > > > py3libacl,which I believeis abinary and not a python script, > > > > and I'm notsure pyxattr isgoing to beincluded. I need to have > > > > both ACLs andextendedattributes supported.Really, I'd much > > > > rather be testingthis inCentOS 7, since my CentOS 8VM is > > > > proving quite troublesome(can'tget DNS to start > > > > upconsistently).