Sorry for having flaagged out of date. camarao has the same issue.
To try to reproduce it, have you upgrade your sip files ?
I thought it was because a problem of backintime version, I did not check on backintime-le-web.org.
Sorry, again, and thank you for maintening this package.
Edit : since update today of python2-poppler-qt, backintime does work again.
Search Criteria
Package Details: backintime 1.5.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/backintime.git (read-only, click to copy) |
---|---|
Package Base: | backintime |
Description: | Simple backup system inspired from the Flyback Project and TimeVault. Qt5 GUI version. |
Upstream URL: | https://github.com/bit-team/backintime |
Licenses: | GPL |
Submitter: | None |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 296 |
Popularity: | 0.48 |
First Submitted: | 2009-01-09 20:46 (UTC) |
Last Updated: | 2024-08-07 19:55 (UTC) |
Dependencies (11)
- backintime-cliAUR (backintime-cli-gitAUR)
- libnotify (libnotify-gitAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- python-dbus
- python-pyqt6
- sshfs
- xorg-xdpyinfo
- python (python37AUR, python311AUR, python310AUR) (make)
- kompare (kompare-gitAUR) (optional) – diff/patch frontend
- meld (meld-gitAUR) (optional) – diff/patch frontend
- qt6-translations (optional) – translate BIT dialogs into native language
Required by (1)
- backintime-cli (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 52 53 54 55 56 57 58 59 60 61 62 .. 73 Next › Last »
zoe commented on 2013-06-19 09:16 (UTC)
fukawi2 commented on 2013-06-18 10:05 (UTC)
@zoe I am unable to reproduce your issue on my system.
fukawi2 commented on 2013-06-18 09:58 (UTC)
There has not been a new release upstream. Please do not flag out of date.
zoe commented on 2013-06-18 09:47 (UTC)
Does not work anymore :
Traceback (most recent call last):
File "/usr/share/backintime/kde4/app.py", line 44, in <module>
from PyKDE4.kdecore import *
RuntimeError: the sip module implements API v10.0 but the PyKDE4.kdecore module requires API v9.2
camarao commented on 2013-06-17 19:10 (UTC)
After upgrading my sip files I got the following messages:
backintime
Traceback (most recent call last):
File "/usr/share/backintime/common/backintime.py", line 25, in <module>
import config
File "/usr/share/backintime/common/config.py", line 32, in <module>
import password
File "/usr/share/backintime/common/password.py", line 25, in <module>
import keyring
File "/usr/lib/python2.7/site-packages/keyring/__init__.py", line 9, in <module>
from core import (set_keyring, get_keyring, set_password, get_password,
File "/usr/lib/python2.7/site-packages/keyring/core.py", line 13, in <module>
from keyring import backend
File "/usr/lib/python2.7/site-packages/keyring/backend.py", line 101, in <module>
from keyring.backends.kwallet import Keyring as KDEKWallet
File "/usr/lib/python2.7/site-packages/keyring/backends/kwallet.py", line 8, in <module>
from PyKDE4.kdeui import KWallet
RuntimeError: the sip module implements API v10.0 but the PyKDE4.kdeui module requires API v9.2
Any workaround this problem?
Before backintime I had backintime-kde4 installed. i uninstalled thi version, made the upgrade e reinlled backintime (without "-kde").
Corubba commented on 2013-06-15 10:54 (UTC)
Build and install fine for me. Check with `pacman -Qo *path*` if any package owns this files and resolv the conflict. If nothings owns it, remove them manually in filesystem.
Profpatsch commented on 2013-06-15 10:31 (UTC)
error: failed to commit transaction (conflicting files)
backintime: /usr/share/backintime/common/dummytools.py exists in filesystem
backintime: /usr/share/backintime/common/mount.py exists in filesystem
backintime: /usr/share/backintime/common/sshtools.py exists in filesystem
Errors occurred, no packages were upgraded.
Got this with the last update and the one before it. Some files are not right.
orschiro commented on 2013-06-09 05:10 (UTC)
@Vaios
You do not need to edit PKGBUILD if it builds and installs fine for you.
PKGBUILD is just meant to be edited if you want to customise the package.
Pinned Comments
graysky commented on 2023-10-07 12:15 (UTC)
Using an AUR helper such as yay to build packages including backintime is HIGHLY discouraged. The recommended build method is to use a clean chroot. See: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
I wrote a script that automates much of that called clean-chroot-manager offered here in the AUR.
Please stop posting build failures because you insist on building with yay or other AUR helpers.