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-cli 1.5.3-2
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. CLI version. |
Upstream URL: | https://github.com/bit-team/backintime |
Licenses: | GPL |
Submitter: | None |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 299 |
Popularity: | 2.16 |
First Submitted: | 2009-01-09 20:46 (UTC) |
Last Updated: | 2024-11-13 15:34 (UTC) |
Dependencies (8)
- cron (scron-gitAUR, vixie-cronAUR, busybox-crondAUR, mcronAUR, dcronAUR, dcron-gitAUR, cronie-selinuxAUR, systemd-cron-next-gitAUR, systemd-cronAUR, cronie, fcron)
- openssh (openssh-gitAUR, openssh-dotconfigAUR, openssh-dotconfig-binAUR, openssh-selinuxAUR, openssh-hpn-shimAUR, openssh-gssapiAUR)
- python-dbus
- python-keyring
- python-packaging
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR)
- python (python37AUR, python311AUR, python310AUR) (make)
- backintimeAUR (backintime-gitAUR) (optional) – Qt6 GUI version
Required by (1)
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.