python3-llfuse package missing in TW
Hi, As the title says, python3-llfuse is nowhere to be found in TW. This breaks 'borg mount' (package: borgbackup) depending on it (as a recommended package), for which I opened this issue: https://bugzilla.opensuse.org/show_bug.cgi?id=1186080 Any reason some python package have disappeared ? Will this one come back ?
Hello, Am Samstag, 15. Mai 2021, 16:55:52 CEST schrieb Michael Pujos:
As the title says, python3-llfuse is nowhere to be found in TW.
This breaks 'borg mount' (package: borgbackup) depending on it (as a recommended package), for which I opened this issue:
https://bugzilla.opensuse.org/show_bug.cgi?id=1186080
Any reason some python package have disappeared ? Will this one come back ?
osc log -D usually helps to answer this question ;-) # osc log -D openSUSE:Factory python-llfuse ---------------------------------------------------------------------------- r5 | dimstar_suse | 2021-03-15 09:56:29 | a1d4c53a14f4c44a47299b82ef87f74f | 1.3.6 | rq879006 [botdel] Package has failed to build for >= 6 weeks ---------------------------------------------------------------------------- r4 | dimstar_suse | 2019-05-22 09:12:21 | a1d4c53a14f4c44a47299b82ef87f74f | 1.3.6 | rq703195 - Update to version 1.3.6 * Python-LLFUSE is no longer actively maintained. Unless you are stuck with Python 2.x or libfuse 2.x, we recommended to use the pyfuse3_ module instead. - Remove upstreamed patch fix-char-cast-to-unsigned-int.patch ---------------------------------------------------------------------------- No idea if borg works with pyfuse3 - feel free to test yourself ;-) Regards, Christian Boltz --
Nochmal: Insgesamt macht das PDF einen guten Eindruck! Gell? Bin ja auch stolz wie Oskar :=) Zu Recht! Oh, danke! *erroet* *verbeug* [> Christian Boltz und David Haller in suse-linux-faq]
Thanks for the osc log tip. borg only supports llfuse to mount backups. This functionality is really useful to have, it is really unfortunate that it is gone. Is there a way to access the deleted python3-llfuse project files on obs as a startup point so I can eventually see if I can resurrect it ? On 5/15/21 7:33 PM, Christian Boltz wrote:
Hello,
Am Samstag, 15. Mai 2021, 16:55:52 CEST schrieb Michael Pujos:
As the title says, python3-llfuse is nowhere to be found in TW.
This breaks 'borg mount' (package: borgbackup) depending on it (as a recommended package), for which I opened this issue:
https://bugzilla.opensuse.org/show_bug.cgi?id=1186080
Any reason some python package have disappeared ? Will this one come back ? osc log -D usually helps to answer this question ;-)
# osc log -D openSUSE:Factory python-llfuse ---------------------------------------------------------------------------- r5 | dimstar_suse | 2021-03-15 09:56:29 | a1d4c53a14f4c44a47299b82ef87f74f | 1.3.6 | rq879006
[botdel] Package has failed to build for >= 6 weeks ---------------------------------------------------------------------------- r4 | dimstar_suse | 2019-05-22 09:12:21 | a1d4c53a14f4c44a47299b82ef87f74f | 1.3.6 | rq703195
- Update to version 1.3.6 * Python-LLFUSE is no longer actively maintained. Unless you are stuck with Python 2.x or libfuse 2.x, we recommended to use the pyfuse3_ module instead. - Remove upstreamed patch fix-char-cast-to-unsigned-int.patch ----------------------------------------------------------------------------
No idea if borg works with pyfuse3 - feel free to test yourself ;-)
Regards,
Christian Boltz
Am 15.05.21 um 20:00 schrieb Michael Pujos:
Thanks for the osc log tip. borg only supports llfuse to mount backups. This functionality is really useful to have, it is really unfortunate that it is gone. Is there a way to access the deleted python3-llfuse project files on obs as a startup point so I can eventually see if I can resurrect it ?
You could also try to backport https://github.com/borgbackup/borg/pull/5430 into the current borgbackup package or wait for the 1.2 release.
On 5/15/21 7:33 PM, Christian Boltz wrote:
No idea if borg works with pyfuse3 - feel free to test yourself ;-)
Regards,
Christian Boltz
On Saturday, 15 May 2021 20:00:32 CEST Michael Pujos wrote:
Thanks for the osc log tip. borg only supports llfuse to mount backups. This functionality is really useful to have, it is really unfortunate that it is gone. Is there a way to access the deleted python3-llfuse project files on obs as a startup point so I can eventually see if I can resurrect it ?
You can try to backport [1] to borgbackup instead. [1] https://github.com/borgbackup/borg/commit/49b1421
Am Samstag, 15. Mai 2021, 16:55:52 CEST schrieb Michael Pujos:
Hi,
As the title says, python3-llfuse is nowhere to be found in TW.
This breaks 'borg mount' (package: borgbackup) depending on it (as a recommended package), for which I opened this issue:
https://bugzilla.opensuse.org/show_bug.cgi?id=1186080
Any reason some python package have disappeared ? Will this one come back ?
llfuse is no longer maintenend from upstream. borgbackup use llfuse or pyfuse3. Primary pyfuse3. pyfuse3 in devel is to old. I will create an request for newest version for pyfuse3. And also an request that borgbackup use pyfuse3 in Tumbleweed. Leap will use llfuse because pyfuse3 is not in repos. Regards Eric
Sounds good, thanks ! On 5/16/21 10:30 AM, Eric Schirra wrote:
llfuse is no longer maintenend from upstream.
borgbackup use llfuse or pyfuse3. Primary pyfuse3.
pyfuse3 in devel is to old.
I will create an request for newest version for pyfuse3. And also an request that borgbackup use pyfuse3 in Tumbleweed. Leap will use llfuse because pyfuse3 is not in repos.
Regards Eric
On Sunday, 16 May 2021 12:41:00 CEST Michael Pujos wrote:
On 5/16/21 10:30 AM, Eric Schirra wrote:
llfuse is no longer maintenend from upstream.
borgbackup use llfuse or pyfuse3. Primary pyfuse3.
I was not able to build borg 1.16 with a working pyfuse3 functionalty due to missing config options in borg 1.1.6's setup.py. Instead I was able to build the 1.2.0b3 beta of borg which includes some changes, successfully. I tested it on my installation of Tumbleweed x86_64 and it is working as intended. Please feel free to test the beta from my repo at: https://build.opensuse.org/package/show/home:priand:branches:Archiving:Backu... borgbackup When version 1.2 will officially be released I would test it again and create an SR to https://build.opensuse.org/package/show/Archiving:Backup/borgbackup Andreas
participants (6)
-
Andreas Prittwitz
-
Ben Greiner
-
Christian Boltz
-
Christophe Giboudeaux
-
Eric Schirra
-
Michael Pujos