Please submit a step by step instruction how to install this package now. I don't get a question for one of the four possible selections but an error:
Fehler: Nicht lösbare Paketkonflikte gefunden
Fehler: Konnte den Vorgang nicht vorbereiten (In Konflikt stehende Abhängigkeiten)
:: backintime-gnome und backintime-gtk stehen miteinander in Konflikt
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 .. 43 44 45 46 47 48 49 50 51 52 53 .. 73 Next › Last »
gatonero commented on 2013-10-20 15:53 (UTC)
graysky commented on 2013-10-20 11:24 (UTC)
@farnsworth - You are doing nothing wrong; this is the expected behavior. Once you have built the four, you need to select which of them is right for you.
backintime = cli only
backintime-gtk = gtk client+cli
backintime-gnome = gnome client+cli (only difference here is more deps)
backintime-qt4 = kde4 client+cli
blackshark commented on 2013-10-20 10:24 (UTC)
@orschiro - The same for me.(1.0.28-3)
farnsworth commented on 2013-10-20 10:09 (UTC)
Same problem as orschiro.
Also, the PKGBUILD creates 4 packages,
backintime-1.0.28-3-any.pkg.tar.xz, backintime-gnome-1.0.28-3-any.pkg.tar.xz, backintime-gtk-1.0.28-3-any.pkg.tar.xz, backintime-qt4-1.0.28-3-any.pkg.tar.xz, and fails installing.
What did I do wrong ?
graysky commented on 2013-10-20 10:05 (UTC)
@orschiro - I get the same with 1.0.28-3 or with 1.0.26-6. Please open a ticket upstream.
orschiro commented on 2013-10-20 07:41 (UTC)
Does someone else have a problem with running `gksu backintime-gnome`?
I get the following dbus error:
http://pastebin.com/eS7kTHm5
Aside from Cinnamon I have installed the following packages:
gnome-keyring 3.10.1-1
libgnome-keyring 3.10.1-1
python2-gnomekeyring 2.32.0-14
python2-keyring 3.0.5-1
graysky commented on 2013-10-19 23:16 (UTC)
@blackshark - Well, I just downgraded to 1.0.26-6 and I get the same error when attempting to run backintime-askpass so I am concluding that this is something upstream or I am missing a dependency in the PKGBUILD. If we cannot solve this internally, please open a bug report upstream.
Using 1.0.26:
% backintime-askpass
Traceback (most recent call last):
File "/usr/share/backintime/common/askpass.py", line 43, in <module>
print(pw.get_password(None, profile_id, mode))
NameError: name 'profile_id' is not defined
graysky commented on 2013-10-19 23:10 (UTC)
@blackshark - I get a similar error but admittedly, I have never run this before (I run /usr/bin/backintime-gnome). I am looking into what if anything my modification has done to cause this. I will post back shortly.
I assume that v1.0.26 gave you no issues when running this?
% backintime-askpass
Traceback (most recent call last):
File "/usr/share/backintime/common/askpass.py", line 43, in <module>
print(pw.get_password(None, profile_id, mode))
NameError: name 'profile_id' is not defined
blackshark commented on 2013-10-19 22:51 (UTC)
And I have an error when I launch backintime-askpass :
Traceback (most recent call last):
File "/usr/share/backintime/common/askpass.py", line 43, in <module>
print(pw.get_password(None, profile_id, mode))
NameError: name 'profile_id' is not defined
blackshark commented on 2013-10-19 22:48 (UTC)
I have to run "pacman -U" manually too.
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.