-
Notifications
You must be signed in to change notification settings - Fork 259
Closed
Milestone
Description
I maintain the backintime AUR package. Simply updating the pkgver
to 1.4.0 and removing the python-311.patch allows building but the resulting compiled package fails to load:
% backintime-qt
Back In Time
Version: 1.4.0
Back In Time comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; type `backintime --license' for details.
WARNING: PyQt was not able to install a translator for language code "C". Deactivate translation and falling back to the source language (English).
Traceback (most recent call last):
File "/usr/share/backintime/qt/app.py", line 1280, in btnShowHiddenFilesToggled
self.updateFilesView(1)
File "/usr/share/backintime/qt/app.py", line 1597, in updateFilesView
if self.sid.isRoot:
^^^^^^^^
AttributeError: 'MainWindow' object has no attribute 'sid'
/usr/bin/backintime-qt: line 31: 68419 Aborted (core dumped) python -Es ${APP_PATH}/app.py "$@"
To help us diagnose the problem quickly, please provide the output of the console command backintime --diagnostics
.
% backintime --diagnostics
{
"backintime": {
"name": "Back In Time",
"version": "1.4.0",
"latest-config-version": 6,
"local-config-file": "/home/UsernameReplaced/.config/backintime/config",
"local-config-file-found": true,
"global-config-file": "/etc/backintime/config",
"global-config-file-found": false,
"started-from": "/usr/share/backintime/common",
"running-as-root": false,
"user-callback": "/home/UsernameReplaced/.config/backintime/user-callback",
"keyring-supported": true
},
"host-setup": {
"platform": "Linux-6.5.3-1-minimum-x86_64-with-glibc2.38",
"system": "Linux #1 SMP PREEMPT_DYNAMIC Wed Sep 13 16:15:39 EDT 2023",
"OS": {
"/etc/os-release": "Arch Linux",
"/etc/arch-release": ""
},
"display-system": "x11",
"locale": "en_US, UTF-8",
"PATH": "/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl",
"RSYNC_OLD_ARGS": "(not set)",
"RSYNC_PROTECT_ARGS": "(not set)"
},
"python-setup": {
"python": "3.11.5 main Sep 2 2023 14:16:33 CPython GCC 13.2.1 20230801",
"python-executable": "/usr/bin/python",
"python-executable-symlink": true,
"python-executable-resolved": "/usr/bin/python3.11",
"sys.path": [
"/usr/share/backintime/qt/plugins",
"/usr/share/backintime/common/plugins",
"/usr/share/backintime/plugins",
"/usr/share/backintime/common",
"/usr/lib/python311.zip",
"/usr/lib/python3.11",
"/usr/lib/python3.11/lib-dynload",
"/usr/lib/python3.11/site-packages"
],
"qt": {
"Version": "PyQt 5.15.9 / Qt 5.15.8",
"Theme": "oxygen",
"Theme Search Paths": [
"/home/UsernameReplaced/.local/share/icons",
"/usr/share/icons",
":/icons"
],
"Fallback Theme": "",
"Fallback Search Paths": []
}
},
"external-programs": {
"rsync": {
"version": "3.2.7",
"protocol": "31.0",
"capabilities": {
"file_bits": 64,
"inum_bits": 64,
"timestamp_bits": 64,
"long_int_bits": 64,
"socketpairs": true,
"symlinks": true,
"symtimes": true,
"hardlinks": true,
"hardlink_specials": true,
"hardlink_symlinks": true,
"IPv6": true,
"atimes": true,
"batchfiles": true,
"inplace": true,
"append": true,
"ACLs": true,
"xattrs": true,
"secluded_args": "optional",
"iconv": true,
"prealloc": true,
"stop_at": true,
"crtimes": false
},
"optimizations": {
"SIMD_roll": true,
"asm_roll": false,
"openssl_crypto": true,
"asm_MD5": false
},
"checksum_list": [
"xxh128",
"xxh3",
"xxh64",
"md5",
"md4",
"sha1",
"none"
],
"compress_list": [
"zstd",
"lz4",
"zlibx",
"zlib",
"none"
],
"daemon_auth_list": [
"sha512",
"sha256",
"sha1",
"md5",
"md4"
]
},
"ssh": "OpenSSH_9.4p1, OpenSSL 3.1.2 1 Aug 2023",
"sshfs": "(no sshfs)",
"encfs": "(no encfs)",
"shell": "/bin/bash",
"shell-version": "GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)"
}
}
aryoda
Metadata
Metadata
Assignees
Labels
No labels