New comment by ddmgh on void-packages repository https://github.com/void-linux/void-packages/issues/52763#issuecomment-2445495818 Comment: Sorry for the delay. I tested this, and the warning goes away, but a restore fails with a "error: cannot access" message. I guess there's a chance this might be related to the python3-fuse package? I honestly don't know as I'm new to Linux and GitHub. There's also a good chance I did something wrong when testing this. When I installed the new package, I noticed the following warnings below: ``` `# xbps-install --repository=.../void-packages/hostdir/binpkgs/bup/ bup-0.33.4_1 Name Action Version New version Download size python3-pyxattr install - 0.8.1_2 12KB fuse install - 2.9.9_1 84KB python3-fuse install - 1.0.0_5 30KB libgomp install - 13.2.0_2 148KB par2cmdline install - 0.8.1_1 108KB bup install - 0.33.4_1 - Size to download: 383KB Size required on disk: 1982KB Space available on disk: 26GB Do you want to continue? [Y/n] [*] Downloading packages python3-pyxattr-0.8.1_2.x86_64.xbps.sig2: 512B [avg rate: 6849KB/s] python3-pyxattr-0.8.1_2.x86_64.xbps: 12KB [avg rate: 5950KB/s] python3-pyxattr-0.8.1_2: verifying RSA signature... fuse-2.9.9_1.x86_64.xbps.sig2: 512B [avg rate: 6667KB/s] fuse-2.9.9_1.x86_64.xbps: 84KB [avg rate: 59MB/s] fuse-2.9.9_1: verifying RSA signature... python3-fuse-1.0.0_5.x86_64.xbps.sig2: 512B [avg rate: 5814KB/s] python3-fuse-1.0.0_5.x86_64.xbps: 30KB [avg rate: 43MB/s] python3-fuse-1.0.0_5: verifying RSA signature... libgomp-13.2.0_2.x86_64.xbps.sig2: 512B [avg rate: 6849KB/s] libgomp-13.2.0_2.x86_64.xbps: 148KB [avg rate: 109MB/s] libgomp-13.2.0_2: verifying RSA signature... par2cmdline-0.8.1_1.x86_64.xbps.sig2: 512B [avg rate: 8333KB/s] par2cmdline-0.8.1_1.x86_64.xbps: 108KB [avg rate: 10MB/s] par2cmdline-0.8.1_1: verifying RSA signature... [*] Verifying package integrity bup-0.33.4_1: verifying SHA256 hash... [*] Collecting package files python3-pyxattr-0.8.1_2: collecting files... fuse-2.9.9_1: collecting files... python3-fuse-1.0.0_5: collecting files... libgomp-13.2.0_2: collecting files... par2cmdline-0.8.1_1: collecting files... bup-0.33.4_1: collecting files... [*] Unpacking packages python3-pyxattr-0.8.1_2: unpacking ... fuse-2.9.9_1: unpacking ... python3-fuse-1.0.0_5: unpacking ... libgomp-13.2.0_2: unpacking ... par2cmdline-0.8.1_1: unpacking ... bup-0.33.4_1: unpacking ... [*] Configuring unpacked packages python3-pyxattr-0.8.1_2: configuring ... python3-pyxattr-0.8.1_2: installed successfully. fuse-2.9.9_1: configuring ... fuse-2.9.9_1: installed successfully. python3-fuse-1.0.0_5: configuring ... Byte-compiling python3.12 code for module fuse.py... usr/lib/python3.12/site-packages/fuse.py:72: SyntaxWarning: invalid escape sequence '\d' fuse_python_api = __getenv__('FUSE_PYTHON_API', '^[\d.]+$', usr/lib/python3.12/site-packages/fuse.py:557: SyntaxWarning: invalid escape sequence '\*' '*': '!re:^\*$'} usr/lib/python3.12/site-packages/fuse.py:572: SyntaxWarning: invalid escape sequence '\s' ma = isinstance(fp, str) and re.compile("(!\s*|)re:(.*)").match(fp) usr/lib/python3.12/site-packages/fuse.py:824: SyntaxWarning: invalid escape sequence '\s' ore = re.compile("-o\s+([\w\[\]]+(?:=\w+)?)") usr/lib/python3.12/site-packages/fuse.py:72: SyntaxWarning: invalid escape sequence '\d' fuse_python_api = __getenv__('FUSE_PYTHON_API', '^[\d.]+$', usr/lib/python3.12/site-packages/fuse.py:557: SyntaxWarning: invalid escape sequence '\*' '*': '!re:^\*$'} usr/lib/python3.12/site-packages/fuse.py:572: SyntaxWarning: invalid escape sequence '\s' ma = isinstance(fp, str) and re.compile("(!\s*|)re:(.*)").match(fp) usr/lib/python3.12/site-packages/fuse.py:824: SyntaxWarning: invalid escape sequence '\s' ore = re.compile("-o\s+([\w\[\]]+(?:=\w+)?)") Byte-compiling python3.12 code for module fuseparts... Updating ldconfig(8) cache... python3-fuse-1.0.0_5: installed successfully. libgomp-13.2.0_2: configuring ... libgomp-13.2.0_2: installed successfully. par2cmdline-0.8.1_1: configuring ... par2cmdline-0.8.1_1: installed successfully. bup-0.33.4_1: configuring ... bup-0.33.4_1: installed successfully. 5 downloaded, 6 installed, 0 updated, 6 configured, 0 removed.` ``` I'd appreciate an appropriate clue stick if I did something wrong here. Thank you.