BackInTime installieren bricht ab

Hallo liebe Helfer!

Ich probiere EndeavourOS mit Gnome 43.4 und Wayland. Seit Jahren auf Ubuntu von Marotten genervt, ist mein erster Eindruck von EndeavourOS sehr positiv, aber manches muss ich noch lernen.

Gerade versuche ich backintime zu installieren.

yay -S backintime bricht ab.

Deshalb folge ich der Videoanleitung auf https://discovery.endeavouros.com/video-tutorials/back-up/2021/04/

https://youtu.be/Mnfz6gBFhi8

Aber das bringt den gleichen Fehler:

$ makepkg -si PKGBUILD
==> Erstelle Paket: backintime 1.3.3-3 (Sa 15 Apr 2023 16:28:50 CEST)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> Empfange Quellen...
  -> backintime-1.3.3.tar.gz gefunden
==> Überprüfe source Dateien mit b2sums...
    backintime-1.3.3.tar.gz ... Erfolg
==> Entpacke Quellen...
  -> Entpacke backintime-1.3.3.tar.gz mit bsdtar
==> Entferne existierendes $pkgdir/ Verzeichnis...
==> Beginne build()...
All OK. Now run:
    make
    sudo make install
#man pages
for i in $(ls -1 man/C/); do case $i in *.gz|*~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done
#config-examples
gzip -n --best -c config-example-local > config-example-local.gz
gzip -n --best -c config-example-ssh > config-example-ssh.gz
All OK. Now run:
    make
    sudo make install
#man pages
for i in $(ls -1 man/C/); do case $i in *.gz|*~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done
==> Beginne check()...
python -m unittest  -b test/test_applicationinstance.py
...................
----------------------------------------------------------------------
Ran 19 tests in 0.029s

OK
python -m unittest  -b test/test_argparser.py
.....................
----------------------------------------------------------------------
Ran 21 tests in 1.882s

OK
python -m unittest  -b test/test_backintime.py
.Fs
======================================================================
FAIL: test_local_snapshot_is_successful (test.test_backintime.TestBackInTime)
end to end test - from BIT initialization through snapshot
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/mike/git/backintime/src/backintime-1.3.3/common/test/test_backintime.py", line 147, in test_local_snapshot_is_successful
    self.assertRegex(filtered_log_output, re.compile(r'''INFO: Lock
AssertionError: Regex didn't match: 'INFO: Lock\nINFO: Take a new snapshot. Profile: 1 Main profile\nINFO: Call rsync to take the snapshot\nINFO: Save config file\nINFO: Save permissions\nINFO: Create info file\nINFO: Unlock\n' not found in 'INFO: Lock\nINFO: Take a new snapshot. Profile: 1 Main profile\nINFO: Call rsync to take the snapshot\nINFO: Save config file\nINFO: Save permissions\nWarning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.\nINFO: Create info file\nINFO: Unlock\n'

----------------------------------------------------------------------
Ran 3 tests in 2.688s

FAILED (failures=1, skipped=1)
make: *** [Makefile:570: unittest] Fehler 1
==> FEHLER: Ein Fehler geschah in check().
    Breche ab...

Was mache ich falsch bzw. was kann ich tun?

Hello mke, welcome to EndeavorOS.
Do you have all the dependencies and requirements loaded?
It looks like there was a permission problem. Did you try to run as root?

Mit root geht es nicht:
FEHLER: makepkg als root auszuführen ist nicht erlaubt, da es Ihrem System bleibenden, katastrophalen Schaden zufügen kann.

Wie kann ich fehlende Abhängigkeiten und Berechtigungen erkennen?
Ich habe alles überprüft, was ich gefunden habe.

das sollte sich mit yay ohne Probleme bauemn und installieren lassen… habe es gerade getestet und keine Probleme feststellen können.

yay -Syu backintime

um sicher zu stellen das dein System up to date ist…

Es ändert sich nichts. Habe es mehrfach gemacht.

$ yay -Syu backintime
[sudo] Passwort für mike: 
:: Paketdatenbanken werden synchronisiert …
 endeavouros ist aktuell
 core ist aktuell
 extra ist aktuell
 community ist aktuell
 multilib ist aktuell
:: Durchsuche AUR nach Updates...
:: Durchsuche Datenbanken nach Updates...
 -> Orphan (unmaintained) AUR Packages: brother-dcp-9022cdw  kodi-addon-pvr-zattoo  qtav
:: 2 Packages to upgrade/install.
2  aur/backintime       -> 1.3.3-3
1  aur/backintime-cli   -> 1.3.3-3
==> Pakete zum Ausschließen: (z.B. "1 2 3", "1-3", "^4" oder Repo-Name)
 -> Excluding packages may cause partial upgrades and break systems
==> 
AUR Explicit (1): backintime-1.3.3-3
AUR Dependency (1): backintime-cli-1.3.3-3
:: PKGBUILD up to date, skipping download: backintime
:: PKGBUILD up to date, skipping download: backintime
  1 backintime                       (Build-Dateien sind vorhanden)
==> Pakete für neuen Build?
==> [N] Keine [A]lle [Ab]brechen [I]nstalliert [No]nicht installiert oder (1 2 3, 1-3, ^4)
==> 
  1 backintime                       (Build-Dateien sind vorhanden)
==> Unterschiede zeigen?
==> [N] Keine [A]lle [Ab]brechen [I]nstalliert [No]nicht installiert oder (1 2 3, 1-3, ^4)
==> 
==> Erstelle Paket: backintime 1.3.3-3 (Sa 15 Apr 2023 18:53:43 CEST)
==> Empfange Quellen...
  -> backintime-1.3.3.tar.gz gefunden
==> Überprüfe source Dateien mit b2sums...
    backintime-1.3.3.tar.gz ... Erfolg
:: (1/1) SRCINFO geparst: backintime
==> Erstelle Paket: backintime 1.3.3-3 (Sa 15 Apr 2023 18:53:44 CEST)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> Empfange Quellen...
  -> backintime-1.3.3.tar.gz gefunden
==> Überprüfe source Dateien mit b2sums...
    backintime-1.3.3.tar.gz ... Erfolg
==> Entferne existierendes $srcdir/ Verzeichnis...
==> Entpacke Quellen...
  -> Entpacke backintime-1.3.3.tar.gz mit bsdtar
==> Quellen sind fertig.
==> Erstelle Paket: backintime 1.3.3-3 (Sa 15 Apr 2023 18:53:46 CEST)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> WARNUNG: Verwende bestehenden $srcdir/ Baum
==> Entferne existierendes $pkgdir/ Verzeichnis...
==> Beginne build()...
All OK. Now run:
    make
    sudo make install
msgfmt -o po/zh_TW.mo po/zh_TW.po
msgfmt -o po/zh_CN.mo po/zh_CN.po
msgfmt -o po/uk.mo po/uk.po
msgfmt -o po/tr.mo po/tr.po
msgfmt -o po/th.mo po/th.po
msgfmt -o po/sv.mo po/sv.po
msgfmt -o po/sr.mo po/sr.po
msgfmt -o po/sl.mo po/sl.po
msgfmt -o po/sk.mo po/sk.po
msgfmt -o po/ru.mo po/ru.po
msgfmt -o po/ro.mo po/ro.po
msgfmt -o po/pt.mo po/pt.po
msgfmt -o po/pt_BR.mo po/pt_BR.po
msgfmt -o po/pl.mo po/pl.po
msgfmt -o po/nn.mo po/nn.po
msgfmt -o po/nl.mo po/nl.po
msgfmt -o po/nb.mo po/nb.po
msgfmt -o po/lt.mo po/lt.po
msgfmt -o po/ko.mo po/ko.po
msgfmt -o po/jv.mo po/jv.po
msgfmt -o po/ja.mo po/ja.po
msgfmt -o po/it.mo po/it.po
msgfmt -o po/is.mo po/is.po
msgfmt -o po/id.mo po/id.po
msgfmt -o po/hu.mo po/hu.po
msgfmt -o po/hr.mo po/hr.po
msgfmt -o po/he.mo po/he.po
msgfmt -o po/gl.mo po/gl.po
msgfmt -o po/fr.mo po/fr.po
msgfmt -o po/fo.mo po/fo.po
msgfmt -o po/fi.mo po/fi.po
msgfmt -o po/eu.mo po/eu.po
msgfmt -o po/et.mo po/et.po
msgfmt -o po/es.mo po/es.po
msgfmt -o po/eo.mo po/eo.po
msgfmt -o po/en_GB.mo po/en_GB.po
msgfmt -o po/en_CA.mo po/en_CA.po
msgfmt -o po/el.mo po/el.po
msgfmt -o po/de.mo po/de.po
msgfmt -o po/da.mo po/da.po
msgfmt -o po/cs.mo po/cs.po
msgfmt -o po/ca.mo po/ca.po
msgfmt -o po/bs.mo po/bs.po
msgfmt -o po/bg.mo po/bg.po
msgfmt -o po/ar.mo po/ar.po
#man pages
for i in $(ls -1 man/C/); do case $i in *.gz|*~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done
#config-examples
gzip -n --best -c config-example-local > config-example-local.gz
gzip -n --best -c config-example-ssh > config-example-ssh.gz
All OK. Now run:
    make
    sudo make install
#man pages
for i in $(ls -1 man/C/); do case $i in *.gz|*~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done
==> Beginne check()...
python -m unittest  -b test/test_applicationinstance.py
...................
----------------------------------------------------------------------
Ran 19 tests in 0.027s

OK
python -m unittest  -b test/test_argparser.py
.....................
----------------------------------------------------------------------
Ran 21 tests in 1.847s

OK
python -m unittest  -b test/test_backintime.py
.Fs
======================================================================
FAIL: test_local_snapshot_is_successful (test.test_backintime.TestBackInTime)
end to end test - from BIT initialization through snapshot
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/mike/.cache/yay/backintime/src/backintime-1.3.3/common/test/test_backintime.py", line 147, in test_local_snapshot_is_successful
    self.assertRegex(filtered_log_output, re.compile(r'''INFO: Lock
AssertionError: Regex didn't match: 'INFO: Lock\nINFO: Take a new snapshot. Profile: 1 Main profile\nINFO: Call rsync to take the snapshot\nINFO: Save config file\nINFO: Save permissions\nINFO: Create info file\nINFO: Unlock\n' not found in 'INFO: Lock\nINFO: Take a new snapshot. Profile: 1 Main profile\nINFO: Call rsync to take the snapshot\nINFO: Save config file\nINFO: Save permissions\nWarning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.\nINFO: Create info file\nINFO: Unlock\n'

----------------------------------------------------------------------
Ran 3 tests in 2.630s

FAILED (failures=1, skipped=1)
make: *** [Makefile:570: unittest] Fehler 1
==> FEHLER: Ein Fehler geschah in check().
    Breche ab...
 -> Failed to install layer, rolling up to next layer.error:Fehler beim Erstellen: backintime - exit status 4
==> Erstelle Paket: backintime 1.3.3-3 (Sa 15 Apr 2023 18:53:53 CEST)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> Empfange Quellen...
  -> backintime-1.3.3.tar.gz gefunden
==> Überprüfe source Dateien mit b2sums...
    backintime-1.3.3.tar.gz ... Erfolg
==> Entferne existierendes $srcdir/ Verzeichnis...
==> Entpacke Quellen...
  -> Entpacke backintime-1.3.3.tar.gz mit bsdtar
==> Quellen sind fertig.
==> Erstelle Paket: backintime 1.3.3-3 (Sa 15 Apr 2023 18:53:55 CEST)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> WARNUNG: Verwende bestehenden $srcdir/ Baum
==> Entferne existierendes $pkgdir/ Verzeichnis...
==> Beginne build()...
All OK. Now run:
    make
    sudo make install
msgfmt -o po/zh_TW.mo po/zh_TW.po
msgfmt -o po/zh_CN.mo po/zh_CN.po
msgfmt -o po/uk.mo po/uk.po
msgfmt -o po/tr.mo po/tr.po
msgfmt -o po/th.mo po/th.po
msgfmt -o po/sv.mo po/sv.po
msgfmt -o po/sr.mo po/sr.po
msgfmt -o po/sl.mo po/sl.po
msgfmt -o po/sk.mo po/sk.po
msgfmt -o po/ru.mo po/ru.po
msgfmt -o po/ro.mo po/ro.po
msgfmt -o po/pt.mo po/pt.po
msgfmt -o po/pt_BR.mo po/pt_BR.po
msgfmt -o po/pl.mo po/pl.po
msgfmt -o po/nn.mo po/nn.po
msgfmt -o po/nl.mo po/nl.po
msgfmt -o po/nb.mo po/nb.po
msgfmt -o po/lt.mo po/lt.po
msgfmt -o po/ko.mo po/ko.po
msgfmt -o po/jv.mo po/jv.po
msgfmt -o po/ja.mo po/ja.po
msgfmt -o po/it.mo po/it.po
msgfmt -o po/is.mo po/is.po
msgfmt -o po/id.mo po/id.po
msgfmt -o po/hu.mo po/hu.po
msgfmt -o po/hr.mo po/hr.po
msgfmt -o po/he.mo po/he.po
msgfmt -o po/gl.mo po/gl.po
msgfmt -o po/fr.mo po/fr.po
msgfmt -o po/fo.mo po/fo.po
msgfmt -o po/fi.mo po/fi.po
msgfmt -o po/eu.mo po/eu.po
msgfmt -o po/et.mo po/et.po
msgfmt -o po/es.mo po/es.po
msgfmt -o po/eo.mo po/eo.po
msgfmt -o po/en_GB.mo po/en_GB.po
msgfmt -o po/en_CA.mo po/en_CA.po
msgfmt -o po/el.mo po/el.po
msgfmt -o po/de.mo po/de.po
msgfmt -o po/da.mo po/da.po
msgfmt -o po/cs.mo po/cs.po
msgfmt -o po/ca.mo po/ca.po
msgfmt -o po/bs.mo po/bs.po
msgfmt -o po/bg.mo po/bg.po
msgfmt -o po/ar.mo po/ar.po
#man pages
for i in $(ls -1 man/C/); do case $i in *.gz|*~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done
#config-examples
gzip -n --best -c config-example-local > config-example-local.gz
gzip -n --best -c config-example-ssh > config-example-ssh.gz
All OK. Now run:
    make
    sudo make install
#man pages
for i in $(ls -1 man/C/); do case $i in *.gz|*~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done
==> Beginne check()...
python -m unittest  -b test/test_applicationinstance.py
...................
----------------------------------------------------------------------
Ran 19 tests in 0.027s

OK
python -m unittest  -b test/test_argparser.py
.....................
----------------------------------------------------------------------
Ran 21 tests in 1.845s

OK
python -m unittest  -b test/test_backintime.py
.Fs
======================================================================
FAIL: test_local_snapshot_is_successful (test.test_backintime.TestBackInTime)
end to end test - from BIT initialization through snapshot
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/mike/.cache/yay/backintime/src/backintime-1.3.3/common/test/test_backintime.py", line 147, in test_local_snapshot_is_successful
    self.assertRegex(filtered_log_output, re.compile(r'''INFO: Lock
AssertionError: Regex didn't match: 'INFO: Lock\nINFO: Take a new snapshot. Profile: 1 Main profile\nINFO: Call rsync to take the snapshot\nINFO: Save config file\nINFO: Save permissions\nINFO: Create info file\nINFO: Unlock\n' not found in 'INFO: Lock\nINFO: Take a new snapshot. Profile: 1 Main profile\nINFO: Call rsync to take the snapshot\nINFO: Save config file\nINFO: Save permissions\nWarning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.\nINFO: Create info file\nINFO: Unlock\n'

----------------------------------------------------------------------
Ran 3 tests in 2.622s

FAILED (failures=1, skipped=1)
make: *** [Makefile:570: unittest] Fehler 1
==> FEHLER: Ein Fehler geschah in check().
    Breche ab...
 -> Fehler beim Erstellen: backintime-exit status 4
==> Erstelle Paket: backintime 1.3.3-3 (Sa 15 Apr 2023 18:54:01 CEST)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> Empfange Quellen...
  -> backintime-1.3.3.tar.gz gefunden
==> Überprüfe source Dateien mit b2sums...
    backintime-1.3.3.tar.gz ... Erfolg
==> Entferne existierendes $srcdir/ Verzeichnis...
==> Entpacke Quellen...
  -> Entpacke backintime-1.3.3.tar.gz mit bsdtar
==> Quellen sind fertig.
==> Erstelle Paket: backintime 1.3.3-3 (Sa 15 Apr 2023 18:54:03 CEST)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> WARNUNG: Verwende bestehenden $srcdir/ Baum
==> Entferne existierendes $pkgdir/ Verzeichnis...
==> Beginne build()...
All OK. Now run:
    make
    sudo make install
msgfmt -o po/zh_TW.mo po/zh_TW.po
msgfmt -o po/zh_CN.mo po/zh_CN.po
msgfmt -o po/uk.mo po/uk.po
msgfmt -o po/tr.mo po/tr.po
msgfmt -o po/th.mo po/th.po
msgfmt -o po/sv.mo po/sv.po
msgfmt -o po/sr.mo po/sr.po
msgfmt -o po/sl.mo po/sl.po
msgfmt -o po/sk.mo po/sk.po
msgfmt -o po/ru.mo po/ru.po
msgfmt -o po/ro.mo po/ro.po
msgfmt -o po/pt.mo po/pt.po
msgfmt -o po/pt_BR.mo po/pt_BR.po
msgfmt -o po/pl.mo po/pl.po
msgfmt -o po/nn.mo po/nn.po
msgfmt -o po/nl.mo po/nl.po
msgfmt -o po/nb.mo po/nb.po
msgfmt -o po/lt.mo po/lt.po
msgfmt -o po/ko.mo po/ko.po
msgfmt -o po/jv.mo po/jv.po
msgfmt -o po/ja.mo po/ja.po
msgfmt -o po/it.mo po/it.po
msgfmt -o po/is.mo po/is.po
msgfmt -o po/id.mo po/id.po
msgfmt -o po/hu.mo po/hu.po
msgfmt -o po/hr.mo po/hr.po
msgfmt -o po/he.mo po/he.po
msgfmt -o po/gl.mo po/gl.po
msgfmt -o po/fr.mo po/fr.po
msgfmt -o po/fo.mo po/fo.po
msgfmt -o po/fi.mo po/fi.po
msgfmt -o po/eu.mo po/eu.po
msgfmt -o po/et.mo po/et.po
msgfmt -o po/es.mo po/es.po
msgfmt -o po/eo.mo po/eo.po
msgfmt -o po/en_GB.mo po/en_GB.po
msgfmt -o po/en_CA.mo po/en_CA.po
msgfmt -o po/el.mo po/el.po
msgfmt -o po/de.mo po/de.po
msgfmt -o po/da.mo po/da.po
msgfmt -o po/cs.mo po/cs.po
msgfmt -o po/ca.mo po/ca.po
msgfmt -o po/bs.mo po/bs.po
msgfmt -o po/bg.mo po/bg.po
msgfmt -o po/ar.mo po/ar.po
#man pages
for i in $(ls -1 man/C/); do case $i in *.gz|*~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done
#config-examples
gzip -n --best -c config-example-local > config-example-local.gz
gzip -n --best -c config-example-ssh > config-example-ssh.gz
All OK. Now run:
    make
    sudo make install
#man pages
for i in $(ls -1 man/C/); do case $i in *.gz|*~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done
==> Beginne check()...
python -m unittest  -b test/test_applicationinstance.py
...................
----------------------------------------------------------------------
Ran 19 tests in 0.027s

OK
python -m unittest  -b test/test_argparser.py
.....................
----------------------------------------------------------------------
Ran 21 tests in 1.835s

OK
python -m unittest  -b test/test_backintime.py
.Fs
======================================================================
FAIL: test_local_snapshot_is_successful (test.test_backintime.TestBackInTime)
end to end test - from BIT initialization through snapshot
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/mike/.cache/yay/backintime/src/backintime-1.3.3/common/test/test_backintime.py", line 147, in test_local_snapshot_is_successful
    self.assertRegex(filtered_log_output, re.compile(r'''INFO: Lock
AssertionError: Regex didn't match: 'INFO: Lock\nINFO: Take a new snapshot. Profile: 1 Main profile\nINFO: Call rsync to take the snapshot\nINFO: Save config file\nINFO: Save permissions\nINFO: Create info file\nINFO: Unlock\n' not found in 'INFO: Lock\nINFO: Take a new snapshot. Profile: 1 Main profile\nINFO: Call rsync to take the snapshot\nINFO: Save config file\nINFO: Save permissions\nWarning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.\nINFO: Create info file\nINFO: Unlock\n'

----------------------------------------------------------------------
Ran 3 tests in 2.607s

FAILED (failures=1, skipped=1)
make: *** [Makefile:570: unittest] Fehler 1
==> FEHLER: Ein Fehler geschah in check().
    Breche ab...
 -> Fehler beim Erstellen: backintime-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
backintime-cli - exit status 4
backintime - exit status 4

versuche mal

==> Pakete für neuen Build?
[A]lle

zu wählen oder leere das yay cache…

yay -Scc

Summary

#config-examples
gzip -n --best -c config-example-local > config-example-local.gz
gzip -n --best -c config-example-ssh > config-example-ssh.gz
All OK. Now run:
    make
    sudo make install
#man pages
for i in $(ls -1 man/C/); do case $i in *.gz|*~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done
==> Starting check()...
python -m unittest  -b test/test_applicationinstance.py
...................
----------------------------------------------------------------------
Ran 19 tests in 0.032s

OK
python -m unittest  -b test/test_argparser.py
.....................
----------------------------------------------------------------------
Ran 21 tests in 1.722s

OK

Also erst mal danke für die Tipps!

  1. Ich habe alles ausprobiert, aber ohne Erfolg auf dem laufenden System.
  2. Auf einer USB-Platte mit einem relativ frischen KDE-System ist es das gleiche Ergebnis.
  3. Jetzt habe ich nochmal eine frische heruntergeladene Installation auf einer 2. Platte mt Gnome eingerichtet. Ohne weitere Änderungen bzw. Installationen ist hier das Protokoll:
[mike@selfix ~]$ yay -Syu
[sudo] Passwort für mike: 
:: Paketdatenbanken werden synchronisiert …
 endeavouros ist aktuell
 core ist aktuell
 extra ist aktuell
 community ist aktuell
 multilib ist aktuell
:: Durchsuche AUR nach Updates...
:: Durchsuche Datenbanken nach Updates...
 there is nothing to do
[mike@selfix ~]$ yay -Scc

Zwischenspeicher-Verzeichnis: /var/cache/pacman/pkg/
:: Möchten Sie ALLE Dateien aus dem Zwischenspeicher entfernen? [j/N] 

Datenbank-Verzeichnis: /var/lib/pacman/
:: Möchten Sie ungenutzte Repositorien entfernen? [J/n] 
Ungenutzte Sync-Repositorien werden entfernt …

Build-Verzeichnis: /home/mike/.cache/yay
:: Wollen Sie ALLE AUR-Pakete aus dem Cache entfernen? [J/n] 
Entferne AUR-Pakete aus dem Cache...
[mike@selfix ~]$ yay -Ss backintime
aur/backintime-cli-git 1.3.2.r111.g6fc658dd-1 (+28 0.04) 
    Simple backup/snapshot system inspired by Flyback and TimeVault. CLI version.
aur/backintime-git 1.3.2.r111.g6fc658dd-1 (+28 0.04) 
    Simple backup/snapshot system inspired by Flyback and TimeVault. Qt5 GUI version.
aur/backintime-cli 1.3.3-3 (+290 0.45) 
    Simple backup system inspired from the Flyback Project and TimeVault. CLI version.
aur/backintime 1.3.3-3 (+290 0.45) 
    Simple backup system inspired from the Flyback Project and TimeVault. QT5 GUI version.
[mike@selfix ~]$ yay -S backintime
:: Es sind 2 Anbieter für cron verfügbar:
:: Repository core
    1) cronie 
:: Repository community
    2) fcron 

Geben Sie eine Zahl ein (Vorgabe=1):
==> 1
AUR Explicit (1): backintime-1.3.3-3
AUR Dependency (1): backintime-cli-1.3.3-3
Sync Dependency (2): python-keyring-23.11.0-1, cronie-1.6.1-1
Sync Check Dependency (2): python-pyfakefs-5.1.0-3, oxygen-icons-1:5.105.0-1
:: (1/1) PKGBUILD heruntergeladen: backintime
  1 backintime                       (Build-Dateien sind vorhanden)
==> Pakete für neuen Build?
==> [N] Keine [A]lle [Ab]brechen [I]nstalliert [No]nicht installiert oder (1 2 3, 1-3, ^4)
==> 
  1 backintime                       (Build-Dateien sind vorhanden)
==> Unterschiede zeigen?
==> [N] Keine [A]lle [Ab]brechen [I]nstalliert [No]nicht installiert oder (1 2 3, 1-3, ^4)
==> 
==> Erstelle Paket: backintime 1.3.3-3 (So 16 Apr 2023 13:46:47 CEST)
==> Empfange Quellen...
  -> Lade backintime-1.3.3.tar.gz herunter...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  747k    0  747k    0     0  1235k      0 --:--:-- --:--:-- --:--:-- 1235k
==> Überprüfe source Dateien mit b2sums...
    backintime-1.3.3.tar.gz ... Erfolg
:: (1/1) SRCINFO geparst: backintime
Abhängigkeiten werden aufgelöst …
Nach in Konflikt stehenden Paketen wird gesucht …

Paket (19)                           Neue Version  Netto-Veränderung  Größe des Downloads

extra/python-cffi                    1.15.1-1               1,02 MiB             0,22 MiB
extra/python-cryptography            40.0.1-1               4,10 MiB             0,89 MiB
community/python-exceptiongroup      1.1.1-1                0,09 MiB             0,02 MiB
community/python-importlib-metadata  5.0.0-3                0,15 MiB             0,03 MiB
community/python-iniconfig           2.0.0-2                0,03 MiB             0,01 MiB
community/python-jaraco.classes      3.2.3-1                0,03 MiB             0,01 MiB
community/python-jeepney             0.8.0-1                0,39 MiB             0,08 MiB
community/python-more-itertools      9.1.1-1                0,50 MiB             0,07 MiB
community/python-pluggy              1.0.0-2                0,10 MiB             0,02 MiB
extra/python-ply                     3.11-10                0,31 MiB             0,08 MiB
extra/python-pycparser               2.21-3                 1,39 MiB             0,19 MiB
community/python-pytest              7.3.1-3                2,83 MiB             0,50 MiB
community/python-secretstorage       3.3.3-1                0,09 MiB             0,02 MiB
extra/python-tomli                   2.0.1-1                0,08 MiB             0,02 MiB
community/python-zipp                3.15.0-1               0,04 MiB             0,01 MiB
core/cronie                          1.6.1-1                0,21 MiB             0,09 MiB
extra/oxygen-icons                   1:5.105.0-1           31,43 MiB            30,58 MiB
community/python-keyring             23.11.0-1              0,24 MiB             0,06 MiB
community/python-pyfakefs            5.1.0-3                2,62 MiB             0,32 MiB

Gesamtgröße des Downloads:             33,24 MiB
Gesamtgröße der installierten Pakete:  45,66 MiB

:: Installation fortsetzen? [J/n] 
:: Pakete werden empfangen …
 python-cffi-1.15.1-1-x86_64                                                            222,3 KiB  1522 KiB/s 00:00 [---------------------------------------------------------------------] 100%
 python-pycparser-2.21-3-any                                                            194,3 KiB  3,33 MiB/s 00:00 [---------------------------------------------------------------------] 100%
 python-pytest-7.3.1-3-any                                                              516,4 KiB  2,16 MiB/s 00:00 [---------------------------------------------------------------------] 100%
 python-pyfakefs-5.1.0-3-any                                                            326,4 KiB  1343 KiB/s 00:00 [---------------------------------------------------------------------] 100%
 cronie-1.6.1-1-x86_64                                                                   88,0 KiB  3,18 MiB/s 00:00 [---------------------------------------------------------------------] 100%
 python-jeepney-0.8.0-1-any                                                              80,4 KiB  2,62 MiB/s 00:00 [---------------------------------------------------------------------] 100%
 python-cryptography-40.0.1-1-x86_64                                                    913,2 KiB  3,15 MiB/s 00:00 [---------------------------------------------------------------------] 100%
 python-ply-3.11-10-any                                                                  77,1 KiB  3,14 MiB/s 00:00 [---------------------------------------------------------------------] 100%
 python-more-itertools-9.1.1-1-any                                                       76,1 KiB  3,23 MiB/s 00:00 [---------------------------------------------------------------------] 100%
 python-keyring-23.11.0-1-any                                                            56,8 KiB  2,41 MiB/s 00:00 [---------------------------------------------------------------------] 100%
 python-importlib-metadata-5.0.0-3-any                                                   34,8 KiB  1511 KiB/s 00:00 [---------------------------------------------------------------------] 100%
 python-exceptiongroup-1.1.1-1-any                                                       25,2 KiB   932 KiB/s 00:00 [---------------------------------------------------------------------] 100%
 python-pluggy-1.0.0-2-any                                                               24,7 KiB   726 KiB/s 00:00 [---------------------------------------------------------------------] 100%
 python-secretstorage-3.3.3-1-any                                                        23,7 KiB   697 KiB/s 00:00 [---------------------------------------------------------------------] 100%
 python-tomli-2.0.1-1-any                                                                22,6 KiB   836 KiB/s 00:00 [---------------------------------------------------------------------] 100%
 python-zipp-3.15.0-1-any                                                                13,0 KiB   325 KiB/s 00:00 [---------------------------------------------------------------------] 100%
 python-iniconfig-2.0.0-2-any                                                            11,8 KiB   329 KiB/s 00:00 [---------------------------------------------------------------------] 100%
 python-jaraco.classes-3.2.3-1-any                                                       10,5 KiB   263 KiB/s 00:00 [---------------------------------------------------------------------] 100%
 oxygen-icons-1:5.105.0-1-any                                                            30,6 MiB  28,2 MiB/s 00:01 [---------------------------------------------------------------------] 100%
 Gesamt (19/19)                                                                          33,2 MiB  30,1 MiB/s 00:01 [---------------------------------------------------------------------] 100%
(19/19) Schlüssel im Schlüsselbund werden geprüft                                                                   [---------------------------------------------------------------------] 100%
(19/19) Paket-Integrität wird überprüft                                                                             [---------------------------------------------------------------------] 100%
(19/19) Paket-Dateien werden geladen                                                                                [---------------------------------------------------------------------] 100%
(19/19) Auf Dateikonflikte wird geprüft                                                                             [---------------------------------------------------------------------] 100%
:: Paketänderungen werden verarbeitet …
( 1/19) Installiert wird python-more-itertools                                                                      [---------------------------------------------------------------------] 100%
( 2/19) Installiert wird python-jaraco.classes                                                                      [---------------------------------------------------------------------] 100%
( 3/19) Installiert wird python-jeepney                                                                             [---------------------------------------------------------------------] 100%
( 4/19) Installiert wird python-ply                                                                                 [---------------------------------------------------------------------] 100%
( 5/19) Installiert wird python-pycparser                                                                           [---------------------------------------------------------------------] 100%
( 6/19) Installiert wird python-cffi                                                                                [---------------------------------------------------------------------] 100%
( 7/19) Installiert wird python-cryptography                                                                        [---------------------------------------------------------------------] 100%
( 8/19) Installiert wird python-secretstorage                                                                       [---------------------------------------------------------------------] 100%
( 9/19) Installiert wird python-zipp                                                                                [---------------------------------------------------------------------] 100%
(10/19) Installiert wird python-importlib-metadata                                                                  [---------------------------------------------------------------------] 100%
(11/19) Installiert wird python-keyring                                                                             [---------------------------------------------------------------------] 100%
Optionale Abhängigkeiten für python-keyring
    python-keyrings-alt: Alternative backends
    python-dbus: kwallet backend [Installiert]
(12/19) Installiert wird cronie                                                                                     [---------------------------------------------------------------------] 100%
Optionale Abhängigkeiten für cronie
    smtp-server: send job output via email
    smtp-forwarder: forward job output to email server
(13/19) Installiert wird python-exceptiongroup                                                                      [---------------------------------------------------------------------] 100%
(14/19) Installiert wird python-iniconfig                                                                           [---------------------------------------------------------------------] 100%
(15/19) Installiert wird python-pluggy                                                                              [---------------------------------------------------------------------] 100%
(16/19) Installiert wird python-tomli                                                                               [---------------------------------------------------------------------] 100%
(17/19) Installiert wird python-pytest                                                                              [---------------------------------------------------------------------] 100%
(18/19) Installiert wird python-pyfakefs                                                                            [---------------------------------------------------------------------] 100%
(19/19) Installiert wird oxygen-icons                                                                               [---------------------------------------------------------------------] 100%
:: Post-transaction-Hooks werden gestartet …
(1/3) Reloading system manager configuration...
(2/3) Arming ConditionNeedsUpdate...
(3/3) Updating icon theme caches...
==> Erstelle Paket: backintime 1.3.3-3 (So 16 Apr 2023 13:46:55 CEST)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> Empfange Quellen...
  -> backintime-1.3.3.tar.gz gefunden
==> Überprüfe source Dateien mit b2sums...
    backintime-1.3.3.tar.gz ... Erfolg
==> Entferne existierendes $srcdir/ Verzeichnis...
==> Entpacke Quellen...
  -> Entpacke backintime-1.3.3.tar.gz mit bsdtar
==> Quellen sind fertig.
==> Erstelle Paket: backintime 1.3.3-3 (So 16 Apr 2023 13:46:57 CEST)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> WARNUNG: Verwende bestehenden $srcdir/ Baum
==> Beginne build()...
All OK. Now run:
    make
    sudo make install
msgfmt -o po/zh_TW.mo po/zh_TW.po
msgfmt -o po/zh_CN.mo po/zh_CN.po
msgfmt -o po/uk.mo po/uk.po
msgfmt -o po/tr.mo po/tr.po
msgfmt -o po/th.mo po/th.po
msgfmt -o po/sv.mo po/sv.po
msgfmt -o po/sr.mo po/sr.po
msgfmt -o po/sl.mo po/sl.po
msgfmt -o po/sk.mo po/sk.po
msgfmt -o po/ru.mo po/ru.po
msgfmt -o po/ro.mo po/ro.po
msgfmt -o po/pt.mo po/pt.po
msgfmt -o po/pt_BR.mo po/pt_BR.po
msgfmt -o po/pl.mo po/pl.po
msgfmt -o po/nn.mo po/nn.po
msgfmt -o po/nl.mo po/nl.po
msgfmt -o po/nb.mo po/nb.po
msgfmt -o po/lt.mo po/lt.po
msgfmt -o po/ko.mo po/ko.po
msgfmt -o po/jv.mo po/jv.po
msgfmt -o po/ja.mo po/ja.po
msgfmt -o po/it.mo po/it.po
msgfmt -o po/is.mo po/is.po
msgfmt -o po/id.mo po/id.po
msgfmt -o po/hu.mo po/hu.po
msgfmt -o po/hr.mo po/hr.po
msgfmt -o po/he.mo po/he.po
msgfmt -o po/gl.mo po/gl.po
msgfmt -o po/fr.mo po/fr.po
msgfmt -o po/fo.mo po/fo.po
msgfmt -o po/fi.mo po/fi.po
msgfmt -o po/eu.mo po/eu.po
msgfmt -o po/et.mo po/et.po
msgfmt -o po/es.mo po/es.po
msgfmt -o po/eo.mo po/eo.po
msgfmt -o po/en_GB.mo po/en_GB.po
msgfmt -o po/en_CA.mo po/en_CA.po
msgfmt -o po/el.mo po/el.po
msgfmt -o po/de.mo po/de.po
msgfmt -o po/da.mo po/da.po
msgfmt -o po/cs.mo po/cs.po
msgfmt -o po/ca.mo po/ca.po
msgfmt -o po/bs.mo po/bs.po
msgfmt -o po/bg.mo po/bg.po
msgfmt -o po/ar.mo po/ar.po
#man pages
for i in $(ls -1 man/C/); do case $i in *.gz|*~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done
#config-examples
gzip -n --best -c config-example-local > config-example-local.gz
gzip -n --best -c config-example-ssh > config-example-ssh.gz
All OK. Now run:
    make
    sudo make install
#man pages
for i in $(ls -1 man/C/); do case $i in *.gz|*~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done
==> Beginne check()...
python -m unittest  -b test/test_applicationinstance.py
...................
----------------------------------------------------------------------
Ran 19 tests in 0.027s

OK
python -m unittest  -b test/test_argparser.py
.....................
----------------------------------------------------------------------
Ran 21 tests in 1.844s

OK
python -m unittest  -b test/test_backintime.py
WARNING: Failed to connect to Udev serviceHelper daemon via D-Bus: org.freedesktop.DBus.Error.ServiceUnknown
WARNING: D-Bus message: The name net.launchpad.backintime.serviceHelper was not provided by any .service files
WARNING: Udev-based profiles cannot be changed or checked due to Udev serviceHelper connection failure
.Fs
======================================================================
FAIL: test_local_snapshot_is_successful (test.test_backintime.TestBackInTime)
end to end test - from BIT initialization through snapshot
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/mike/.cache/yay/backintime/src/backintime-1.3.3/common/test/test_backintime.py", line 147, in test_local_snapshot_is_successful
    self.assertRegex(filtered_log_output, re.compile(r'''INFO: Lock
AssertionError: Regex didn't match: 'INFO: Lock\nINFO: Take a new snapshot. Profile: 1 Main profile\nINFO: Call rsync to take the snapshot\nINFO: Save config file\nINFO: Save permissions\nINFO: Create info file\nINFO: Unlock\n' not found in 'INFO: Lock\nINFO: Take a new snapshot. Profile: 1 Main profile\nINFO: Call rsync to take the snapshot\nINFO: Save config file\nINFO: Save permissions\nWarning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.\nINFO: Create info file\nINFO: Unlock\n'

----------------------------------------------------------------------
Ran 3 tests in 2.618s

FAILED (failures=1, skipped=1)
make: *** [Makefile:570: unittest] Fehler 1
==> FEHLER: Ein Fehler geschah in check().
    Breche ab...
 -> Failed to install layer, rolling up to next layer.error:Fehler beim Erstellen: backintime - exit status 4
==> Erstelle Paket: backintime 1.3.3-3 (So 16 Apr 2023 13:47:04 CEST)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> Empfange Quellen...
  -> backintime-1.3.3.tar.gz gefunden
==> Überprüfe source Dateien mit b2sums...
    backintime-1.3.3.tar.gz ... Erfolg
==> Entferne existierendes $srcdir/ Verzeichnis...
==> Entpacke Quellen...
  -> Entpacke backintime-1.3.3.tar.gz mit bsdtar
==> Quellen sind fertig.
==> Erstelle Paket: backintime 1.3.3-3 (So 16 Apr 2023 13:47:06 CEST)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> WARNUNG: Verwende bestehenden $srcdir/ Baum
==> Entferne existierendes $pkgdir/ Verzeichnis...
==> Beginne build()...
All OK. Now run:
    make
    sudo make install
msgfmt -o po/zh_TW.mo po/zh_TW.po
msgfmt -o po/zh_CN.mo po/zh_CN.po
msgfmt -o po/uk.mo po/uk.po
msgfmt -o po/tr.mo po/tr.po
msgfmt -o po/th.mo po/th.po
msgfmt -o po/sv.mo po/sv.po
msgfmt -o po/sr.mo po/sr.po
msgfmt -o po/sl.mo po/sl.po
msgfmt -o po/sk.mo po/sk.po
msgfmt -o po/ru.mo po/ru.po
msgfmt -o po/ro.mo po/ro.po
msgfmt -o po/pt.mo po/pt.po
msgfmt -o po/pt_BR.mo po/pt_BR.po
msgfmt -o po/pl.mo po/pl.po
msgfmt -o po/nn.mo po/nn.po
msgfmt -o po/nl.mo po/nl.po
msgfmt -o po/nb.mo po/nb.po
msgfmt -o po/lt.mo po/lt.po
msgfmt -o po/ko.mo po/ko.po
msgfmt -o po/jv.mo po/jv.po
msgfmt -o po/ja.mo po/ja.po
msgfmt -o po/it.mo po/it.po
msgfmt -o po/is.mo po/is.po
msgfmt -o po/id.mo po/id.po
msgfmt -o po/hu.mo po/hu.po
msgfmt -o po/hr.mo po/hr.po
msgfmt -o po/he.mo po/he.po
msgfmt -o po/gl.mo po/gl.po
msgfmt -o po/fr.mo po/fr.po
msgfmt -o po/fo.mo po/fo.po
msgfmt -o po/fi.mo po/fi.po
msgfmt -o po/eu.mo po/eu.po
msgfmt -o po/et.mo po/et.po
msgfmt -o po/es.mo po/es.po
msgfmt -o po/eo.mo po/eo.po
msgfmt -o po/en_GB.mo po/en_GB.po
msgfmt -o po/en_CA.mo po/en_CA.po
msgfmt -o po/el.mo po/el.po
msgfmt -o po/de.mo po/de.po
msgfmt -o po/da.mo po/da.po
msgfmt -o po/cs.mo po/cs.po
msgfmt -o po/ca.mo po/ca.po
msgfmt -o po/bs.mo po/bs.po
msgfmt -o po/bg.mo po/bg.po
msgfmt -o po/ar.mo po/ar.po
#man pages
for i in $(ls -1 man/C/); do case $i in *.gz|*~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done
#config-examples
gzip -n --best -c config-example-local > config-example-local.gz
gzip -n --best -c config-example-ssh > config-example-ssh.gz
All OK. Now run:
    make
    sudo make install
#man pages
for i in $(ls -1 man/C/); do case $i in *.gz|*~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done
==> Beginne check()...
python -m unittest  -b test/test_applicationinstance.py
...................
----------------------------------------------------------------------
Ran 19 tests in 0.027s

OK
python -m unittest  -b test/test_argparser.py
.....................
----------------------------------------------------------------------
Ran 21 tests in 1.837s

OK
python -m unittest  -b test/test_backintime.py
WARNING: Failed to connect to Udev serviceHelper daemon via D-Bus: org.freedesktop.DBus.Error.ServiceUnknown
WARNING: D-Bus message: The name net.launchpad.backintime.serviceHelper was not provided by any .service files
WARNING: Udev-based profiles cannot be changed or checked due to Udev serviceHelper connection failure
.Fs
======================================================================
FAIL: test_local_snapshot_is_successful (test.test_backintime.TestBackInTime)
end to end test - from BIT initialization through snapshot
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/mike/.cache/yay/backintime/src/backintime-1.3.3/common/test/test_backintime.py", line 147, in test_local_snapshot_is_successful
    self.assertRegex(filtered_log_output, re.compile(r'''INFO: Lock
AssertionError: Regex didn't match: 'INFO: Lock\nINFO: Take a new snapshot. Profile: 1 Main profile\nINFO: Call rsync to take the snapshot\nINFO: Save config file\nINFO: Save permissions\nINFO: Create info file\nINFO: Unlock\n' not found in 'INFO: Lock\nINFO: Take a new snapshot. Profile: 1 Main profile\nINFO: Call rsync to take the snapshot\nINFO: Save config file\nINFO: Save permissions\nWarning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.\nINFO: Create info file\nINFO: Unlock\n'

----------------------------------------------------------------------
Ran 3 tests in 2.582s

FAILED (failures=1, skipped=1)
make: *** [Makefile:570: unittest] Fehler 1
==> FEHLER: Ein Fehler geschah in check().
    Breche ab...
 -> Fehler beim Erstellen: backintime-exit status 4
==> Erstelle Paket: backintime 1.3.3-3 (So 16 Apr 2023 13:47:12 CEST)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> Empfange Quellen...
  -> backintime-1.3.3.tar.gz gefunden
==> Überprüfe source Dateien mit b2sums...
    backintime-1.3.3.tar.gz ... Erfolg
==> Entferne existierendes $srcdir/ Verzeichnis...
==> Entpacke Quellen...
  -> Entpacke backintime-1.3.3.tar.gz mit bsdtar
==> Quellen sind fertig.
==> Erstelle Paket: backintime 1.3.3-3 (So 16 Apr 2023 13:47:14 CEST)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> WARNUNG: Verwende bestehenden $srcdir/ Baum
==> Entferne existierendes $pkgdir/ Verzeichnis...
==> Beginne build()...
All OK. Now run:
    make
    sudo make install
msgfmt -o po/zh_TW.mo po/zh_TW.po
msgfmt -o po/zh_CN.mo po/zh_CN.po
msgfmt -o po/uk.mo po/uk.po
msgfmt -o po/tr.mo po/tr.po
msgfmt -o po/th.mo po/th.po
msgfmt -o po/sv.mo po/sv.po
msgfmt -o po/sr.mo po/sr.po
msgfmt -o po/sl.mo po/sl.po
msgfmt -o po/sk.mo po/sk.po
msgfmt -o po/ru.mo po/ru.po
msgfmt -o po/ro.mo po/ro.po
msgfmt -o po/pt.mo po/pt.po
msgfmt -o po/pt_BR.mo po/pt_BR.po
msgfmt -o po/pl.mo po/pl.po
msgfmt -o po/nn.mo po/nn.po
msgfmt -o po/nl.mo po/nl.po
msgfmt -o po/nb.mo po/nb.po
msgfmt -o po/lt.mo po/lt.po
msgfmt -o po/ko.mo po/ko.po
msgfmt -o po/jv.mo po/jv.po
msgfmt -o po/ja.mo po/ja.po
msgfmt -o po/it.mo po/it.po
msgfmt -o po/is.mo po/is.po
msgfmt -o po/id.mo po/id.po
msgfmt -o po/hu.mo po/hu.po
msgfmt -o po/hr.mo po/hr.po
msgfmt -o po/he.mo po/he.po
msgfmt -o po/gl.mo po/gl.po
msgfmt -o po/fr.mo po/fr.po
msgfmt -o po/fo.mo po/fo.po
msgfmt -o po/fi.mo po/fi.po
msgfmt -o po/eu.mo po/eu.po
msgfmt -o po/et.mo po/et.po
msgfmt -o po/es.mo po/es.po
msgfmt -o po/eo.mo po/eo.po
msgfmt -o po/en_GB.mo po/en_GB.po
msgfmt -o po/en_CA.mo po/en_CA.po
msgfmt -o po/el.mo po/el.po
msgfmt -o po/de.mo po/de.po
msgfmt -o po/da.mo po/da.po
msgfmt -o po/cs.mo po/cs.po
msgfmt -o po/ca.mo po/ca.po
msgfmt -o po/bs.mo po/bs.po
msgfmt -o po/bg.mo po/bg.po
msgfmt -o po/ar.mo po/ar.po
#man pages
for i in $(ls -1 man/C/); do case $i in *.gz|*~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done
#config-examples
gzip -n --best -c config-example-local > config-example-local.gz
gzip -n --best -c config-example-ssh > config-example-ssh.gz
All OK. Now run:
    make
    sudo make install
#man pages
for i in $(ls -1 man/C/); do case $i in *.gz|*~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done
==> Beginne check()...
python -m unittest  -b test/test_applicationinstance.py
...................
----------------------------------------------------------------------
Ran 19 tests in 0.027s

OK
python -m unittest  -b test/test_argparser.py
.....................
----------------------------------------------------------------------
Ran 21 tests in 1.839s

OK
python -m unittest  -b test/test_backintime.py
WARNING: Failed to connect to Udev serviceHelper daemon via D-Bus: org.freedesktop.DBus.Error.ServiceUnknown
WARNING: D-Bus message: The name net.launchpad.backintime.serviceHelper was not provided by any .service files
WARNING: Udev-based profiles cannot be changed or checked due to Udev serviceHelper connection failure
.Fs
======================================================================
FAIL: test_local_snapshot_is_successful (test.test_backintime.TestBackInTime)
end to end test - from BIT initialization through snapshot
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/mike/.cache/yay/backintime/src/backintime-1.3.3/common/test/test_backintime.py", line 147, in test_local_snapshot_is_successful
    self.assertRegex(filtered_log_output, re.compile(r'''INFO: Lock
AssertionError: Regex didn't match: 'INFO: Lock\nINFO: Take a new snapshot. Profile: 1 Main profile\nINFO: Call rsync to take the snapshot\nINFO: Save config file\nINFO: Save permissions\nINFO: Create info file\nINFO: Unlock\n' not found in 'INFO: Lock\nINFO: Take a new snapshot. Profile: 1 Main profile\nINFO: Call rsync to take the snapshot\nINFO: Save config file\nINFO: Save permissions\nWarning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.\nINFO: Create info file\nINFO: Unlock\n'

----------------------------------------------------------------------
Ran 3 tests in 2.583s

FAILED (failures=1, skipped=1)
make: *** [Makefile:570: unittest] Fehler 1
==> FEHLER: Ein Fehler geschah in check().
    Breche ab...
 -> Fehler beim Erstellen: backintime-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
backintime-cli - exit status 4
backintime - exit status 4
[mike@selfix ~]$ 

Also wieder der Abbruch. Die Übersetzung scheint mir fehlerfrei, nur die Tests nicht.

Leider verstehe ich die Meldungen nicht.
Was bedeuten die WARNING: Failed to connect to Udev ...?
Was soll AssertionError: Regex didn't match?
Wieso kommt 3 mal FEHLER: Ein Fehler geschah in check()?

Ich könnte mir vorstellen, dass irgend etwas fehlt, aber wie findet man das
heraus?

Vielleicht wäre Déjà Dup eine Alternative

Ja, ein anderes Backup-Tool wäre sicher möglich. Aber ich versuche ja, meine derzeitige Ubuntu-Routine-Umgebung nachzubilden. Und da bin ich seit vielen Jahren mit fsarchiver und backintime eingearbeitet. Déjà Dup habe ich unter Ubuntu mal probiert, das hat mir nicht so gefallen.

die Frage ist ja hier warum sich das Paket nicht bauen läßt… das ist seltsam… werde mal kde booten…

also auch auf kde kein problem mit dem build und der installation und den internen testst die der build macht…

Wenn das bei dir auf verschiedenen Geräten und Installationen passiert hast du irgendetwas installiert das die Abhängigkeiten stört…
hast du beim bauen cronie gewählt?

Versuche mal backintime-cli allein zu installieren und danach backintime (gui)

yay -S backintime-cli
yay -S backintime
Erfolgreiches Installieren
[joe@kde-plasma ~]$ yay -S backintime
:: There are 2 providers available for cron:
:: Repository core
    1) cronie 
:: Repository community
    2) fcron 

Enter a number (default=1): 
==> 1
AUR Explicit (1): backintime-1.3.3-3
AUR Dependency (1): backintime-cli-1.3.3-3
Sync Dependency (2): cronie-1.6.1-1, python-keyring-23.11.0-1
:: (1/1) Downloaded PKGBUILD: backintime
  1 backintime                       (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> A
:: Deleting (1/1): /home/joe/.cache/yay/backintime
HEAD is now at 1a14ec8 Update to 1.3.3-3
  1 backintime                       (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> N
==> Making package: backintime 1.3.3-3 (Mo 17 Apr 2023 10:17:51 CEST)
==> Retrieving sources...
  -> Downloading backintime-1.3.3.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  747k    0  747k    0     0   978k      0 --:--:-- --:--:-- --:--:-- 2451k
==> Validating source files with b2sums...
    backintime-1.3.3.tar.gz ... Passed
:: (1/1) Parsing SRCINFO: backintime
resolving dependencies...
looking for conflicting packages...

Package (12)                         New Version  Net Change  Download Size

extra/python-cffi                    1.15.1-1       1,02 MiB       0,22 MiB
extra/python-cryptography            40.0.1-1       4,10 MiB       0,89 MiB
community/python-importlib-metadata  5.0.0-3        0,15 MiB       0,03 MiB
community/python-jaraco.classes      3.2.3-1        0,03 MiB       0,01 MiB
community/python-jeepney             0.8.0-1        0,39 MiB       0,08 MiB
community/python-more-itertools      9.1.1-1        0,50 MiB       0,07 MiB
extra/python-ply                     3.11-10        0,31 MiB       0,08 MiB
extra/python-pycparser               2.21-3         1,39 MiB       0,19 MiB
community/python-secretstorage       3.3.3-1        0,09 MiB       0,02 MiB
community/python-zipp                3.15.0-1       0,04 MiB       0,01 MiB
core/cronie                          1.6.1-1        0,21 MiB       0,09 MiB
community/python-keyring             23.11.0-1      0,24 MiB       0,06 MiB

Total Download Size:   1,75 MiB
Total Installed Size:  8,48 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 cronie-1.6.1-1-x86_64                              88,0 KiB   611 KiB/s 00:00 [---------------------------------------------] 100%
 python-jeepney-0.8.0-1-any                         80,4 KiB   473 KiB/s 00:00 [---------------------------------------------] 100%
 python-ply-3.11-10-any                             77,1 KiB  2,51 MiB/s 00:00 [---------------------------------------------] 100%
 python-pycparser-2.21-3-any                       194,3 KiB   845 KiB/s 00:00 [---------------------------------------------] 100%
 python-more-itertools-9.1.1-1-any                  76,1 KiB  1771 KiB/s 00:00 [---------------------------------------------] 100%
 python-cffi-1.15.1-1-x86_64                       222,3 KiB   865 KiB/s 00:00 [---------------------------------------------] 100%
 python-keyring-23.11.0-1-any                       56,8 KiB  1536 KiB/s 00:00 [---------------------------------------------] 100%
 python-importlib-metadata-5.0.0-3-any              34,8 KiB  1022 KiB/s 00:00 [---------------------------------------------] 100%
 python-secretstorage-3.3.3-1-any                   23,7 KiB   718 KiB/s 00:00 [---------------------------------------------] 100%
 python-zipp-3.15.0-1-any                           13,0 KiB   434 KiB/s 00:00 [---------------------------------------------] 100%
 python-jaraco.classes-3.2.3-1-any                  10,5 KiB   351 KiB/s 00:00 [---------------------------------------------] 100%
 python-cryptography-40.0.1-1-x86_64               913,2 KiB  2,65 MiB/s 00:00 [---------------------------------------------] 100%
 Total (12/12)                                    1790,1 KiB  4,86 MiB/s 00:00 [---------------------------------------------] 100%
(12/12) checking keys in keyring                                               [---------------------------------------------] 100%
(12/12) checking package integrity                                             [---------------------------------------------] 100%
(12/12) loading package files                                                  [---------------------------------------------] 100%
(12/12) checking for file conflicts                                            [---------------------------------------------] 100%
:: Processing package changes...
( 1/12) installing python-more-itertools                                       [---------------------------------------------] 100%
( 2/12) installing python-jaraco.classes                                       [---------------------------------------------] 100%
( 3/12) installing python-jeepney                                              [---------------------------------------------] 100%
( 4/12) installing python-ply                                                  [---------------------------------------------] 100%
( 5/12) installing python-pycparser                                            [---------------------------------------------] 100%
( 6/12) installing python-cffi                                                 [---------------------------------------------] 100%
( 7/12) installing python-cryptography                                         [---------------------------------------------] 100%
( 8/12) installing python-secretstorage                                        [---------------------------------------------] 100%
( 9/12) installing python-zipp                                                 [---------------------------------------------] 100%
(10/12) installing python-importlib-metadata                                   [---------------------------------------------] 100%
(11/12) installing python-keyring                                              [---------------------------------------------] 100%
Optional dependencies for python-keyring
    python-keyrings-alt: Alternative backends
    python-dbus: kwallet backend [installed]
(12/12) installing cronie                                                      [---------------------------------------------] 100%
Optional dependencies for cronie
    smtp-server: send job output via email
    smtp-forwarder: forward job output to email server
:: Running post-transaction hooks...
(1/2) Reloading system manager configuration...
(2/2) Arming ConditionNeedsUpdate...
==> Making package: backintime 1.3.3-3 (Mo 17 Apr 2023 10:17:57 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found backintime-1.3.3.tar.gz
==> Validating source files with b2sums...
    backintime-1.3.3.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting backintime-1.3.3.tar.gz with bsdtar
==> Sources are ready.
==> Making package: backintime 1.3.3-3 (Mo 17 Apr 2023 10:17:59 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
All OK. Now run:
    make
    sudo make install
msgfmt -o po/zh_TW.mo po/zh_TW.po
msgfmt -o po/zh_CN.mo po/zh_CN.po
msgfmt -o po/uk.mo po/uk.po
msgfmt -o po/tr.mo po/tr.po
msgfmt -o po/th.mo po/th.po
msgfmt -o po/sv.mo po/sv.po
msgfmt -o po/sr.mo po/sr.po
msgfmt -o po/sl.mo po/sl.po
msgfmt -o po/sk.mo po/sk.po
msgfmt -o po/ru.mo po/ru.po
msgfmt -o po/ro.mo po/ro.po
msgfmt -o po/pt.mo po/pt.po
msgfmt -o po/pt_BR.mo po/pt_BR.po
msgfmt -o po/pl.mo po/pl.po
msgfmt -o po/nn.mo po/nn.po
msgfmt -o po/nl.mo po/nl.po
msgfmt -o po/nb.mo po/nb.po
msgfmt -o po/lt.mo po/lt.po
msgfmt -o po/ko.mo po/ko.po
msgfmt -o po/jv.mo po/jv.po
msgfmt -o po/ja.mo po/ja.po
msgfmt -o po/it.mo po/it.po
msgfmt -o po/is.mo po/is.po
msgfmt -o po/id.mo po/id.po
msgfmt -o po/hu.mo po/hu.po
msgfmt -o po/hr.mo po/hr.po
msgfmt -o po/he.mo po/he.po
msgfmt -o po/gl.mo po/gl.po
msgfmt -o po/fr.mo po/fr.po
msgfmt -o po/fo.mo po/fo.po
msgfmt -o po/fi.mo po/fi.po
msgfmt -o po/eu.mo po/eu.po
msgfmt -o po/et.mo po/et.po
msgfmt -o po/es.mo po/es.po
msgfmt -o po/eo.mo po/eo.po
msgfmt -o po/en_GB.mo po/en_GB.po
msgfmt -o po/en_CA.mo po/en_CA.po
msgfmt -o po/el.mo po/el.po
msgfmt -o po/de.mo po/de.po
msgfmt -o po/da.mo po/da.po
msgfmt -o po/cs.mo po/cs.po
msgfmt -o po/ca.mo po/ca.po
msgfmt -o po/bs.mo po/bs.po
msgfmt -o po/bg.mo po/bg.po
msgfmt -o po/ar.mo po/ar.po
#man pages
for i in $(ls -1 man/C/); do case $i in *.gz|*~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done
#config-examples
gzip -n --best -c config-example-local > config-example-local.gz
gzip -n --best -c config-example-ssh > config-example-ssh.gz
All OK. Now run:
    make
    sudo make install
#man pages
for i in $(ls -1 man/C/); do case $i in *.gz|*~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done
==> Starting check()...
python -m unittest  -b test/test_applicationinstance.py
...................
----------------------------------------------------------------------
Ran 19 tests in 0.025s

OK
python -m unittest  -b test/test_argparser.py
.....................
----------------------------------------------------------------------
Ran 21 tests in 1.507s

OK
python -m unittest  -b test/test_backintime.py
WARNING: Failed to connect to Udev serviceHelper daemon via D-Bus: org.freedesktop.DBus.Error.ServiceUnknown
WARNING: D-Bus message: The name net.launchpad.backintime.serviceHelper was not provided by any .service files
WARNING: Udev-based profiles cannot be changed or checked due to Udev serviceHelper connection failure
.WARNING: Failed to connect to Udev serviceHelper daemon via D-Bus: org.freedesktop.DBus.Error.ServiceUnknown
WARNING: D-Bus message: The name net.launchpad.backintime.serviceHelper was not provided by any .service files
WARNING: Udev-based profiles cannot be changed or checked due to Udev serviceHelper connection failure
.s
----------------------------------------------------------------------
Ran 3 tests in 2.852s

OK (skipped=1)
python -m unittest  -b test/test_backup.py
........WARNING: Failed to connect to Udev serviceHelper daemon via D-Bus: org.freedesktop.DBus.Error.ServiceUnknown
WARNING: D-Bus message: The name net.launchpad.backintime.serviceHelper was not provided by any .service files
WARNING: Udev-based profiles cannot be changed or checked due to Udev serviceHelper connection failure
WARNING: Failed to connect to Udev serviceHelper daemon via D-Bus: org.freedesktop.DBus.Error.ServiceUnknown
WARNING: D-Bus message: The name net.launchpad.backintime.serviceHelper was not provided by any .service files
WARNING: Udev-based profiles cannot be changed or checked due to Udev serviceHelper connection failure
WARNING: Failed to connect to Udev serviceHelper daemon via D-Bus: org.freedesktop.DBus.Error.ServiceUnknown
WARNING: D-Bus message: The name net.launchpad.backintime.serviceHelper was not provided by any .service files
WARNING: Udev-based profiles cannot be changed or checked due to Udev serviceHelper connection failure
..WARNING: Failed to connect to Udev serviceHelper daemon via D-Bus: org.freedesktop.DBus.Error.ServiceUnknown
WARNING: D-Bus message: The name net.launchpad.backintime.serviceHelper was not provided by any .service files
WARNING: Udev-based profiles cannot be changed or checked due to Udev serviceHelper connection failure
.WARNING: Failed to connect to Udev serviceHelper daemon via D-Bus: org.freedesktop.DBus.Error.ServiceUnknown
WARNING: D-Bus message: The name net.launchpad.backintime.serviceHelper was not provided by any .service files
WARNING: Udev-based profiles cannot be changed or checked due to Udev serviceHelper connection failure
.
----------------------------------------------------------------------
Ran 12 tests in 0.256s

OK
WARNING: Failed to connect to Udev serviceHelper daemon via D-Bus: org.freedesktop.DBus.Error.ServiceUnknown
WARNING: D-Bus message: The name net.launchpad.backintime.serviceHelper was not provided by any .service files
WARNING: Udev-based profiles cannot be changed or checked due to Udev serviceHelper connection failure
WARNING: Failed to connect to Udev serviceHelper daemon via D-Bus: org.freedesktop.DBus.Error.ServiceUnknown
WARNING: D-Bus message: The name net.launchpad.backintime.serviceHelper was not provided by any .service files
WARNING: Udev-based profiles cannot be changed or checked due to Udev serviceHelper connection failure
WARNING: Failed to connect to Udev serviceHelper daemon via D-Bus: org.freedesktop.DBus.Error.ServiceUnknown
WARNING: D-Bus message: The name net.launchpad.backintime.serviceHelper was not provided by any .service files
WARNING: Udev-based profiles cannot be changed or checked due to Udev serviceHelper connection failure
/usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 36803 is still running
/usr/lib/python3.10/subprocess.py:1072: ResourceWarning: subprocess 36911 is still running
WARNING: Failed to connect to Udev serviceHelper daemon via D-Bus: org.freedesktop.DBus.Error.ServiceUnknown
WARNING: D-Bus message: The name net.launchpad.backintime.serviceHelper was not provided by any .service files
WARNING: Udev-based profiles cannot be changed or checked due to Udev serviceHelper connection failure
WARNING: Failed to connect to Udev serviceHelper daemon via D-Bus: org.freedesktop.DBus.Error.ServiceUnknown
WARNING: D-Bus message: The name net.launchpad.backintime.serviceHelper was not provided by any .service files
WARNING: Udev-based profiles cannot be changed or checked due to Udev serviceHelper connection failure
python -m unittest  -b test/test_configfile.py
WARNING: Failed to connect to Udev serviceHelper daemon via D-Bus: org.freedesktop.DBus.Error.ServiceUnknown
WARNING: D-Bus message: The name net.launchpad.backintime.serviceHelper was not provided by any .service files
WARNING: Udev-based profiles cannot be changed or checked due to Udev serviceHelper connection failure
WARNING: Failed to read process stat from /proc/36813/stat: [2] No such file or directory
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.004s

OK
python -m unittest  -b test/test_config.py
...........
----------------------------------------------------------------------
Ran 11 tests in 0.012s

OK
python -m unittest  -b test/test_diagnostics.py
.....
----------------------------------------------------------------------
Ran 5 tests in 0.087s

OK
python -m unittest  -b test/test_encfstools.py
.
----------------------------------------------------------------------
Ran 1 test in 0.000s

OK
python -m unittest  -b test/test_restore.py
.........ss
----------------------------------------------------------------------
Ran 11 tests in 1.290s

OK (skipped=2)
python -m unittest  -b test/test_sid.py
...........................................
----------------------------------------------------------------------
Ran 43 tests in 0.040s

OK
python -m unittest  -b test/test_snapshotlog.py
..........
----------------------------------------------------------------------
Ran 10 tests in 0.011s

OK
python -m unittest  -b test/test_snapshots.py
..................................................ssss
----------------------------------------------------------------------
Ran 54 tests in 0.284s

OK (skipped=4)
python -m unittest  -b test/test_sshtools.py
sssssssssssssssssssssss...ssssss
----------------------------------------------------------------------
Ran 32 tests in 0.419s

OK (skipped=29)
python -m unittest  -b test/test_takeSnapshot.py
.........sssssssss
----------------------------------------------------------------------
Ran 18 tests in 1.928s

OK (skipped=9)
python -m unittest  -b test/test_tools.py
..............................................................
----------------------------------------------------------------------
Ran 62 tests in 1.342s

OK
==> Entering fakeroot environment...
==> Starting package_backintime()...
#install python
install -d /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/backintime/qt
install --mode=644 app.py /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/backintime/qt
install --mode=644 icon.py /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/backintime/qt
install --mode=644 logviewdialog.py /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/backintime/qt
install --mode=644 messagebox.py /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/backintime/qt
install --mode=644 qtsystrayicon.py /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/backintime/qt
install --mode=644 qttools.py /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/backintime/qt
install --mode=644 restoredialog.py /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/backintime/qt
install --mode=644 serviceHelper.py /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/backintime/qt
install --mode=644 settingsdialog.py /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/backintime/qt
install --mode=644 snapshotsdialog.py /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/backintime/qt
#install plugin
install -d /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/backintime/plugins
install --mode=644 plugins/notifyplugin.py /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/backintime/plugins
install --mode=644 plugins/qt4plugin.py /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/backintime/plugins
#install application
install -d /home/joe/.cache/yay/backintime/pkg/backintime/usr/bin
install --mode=755 backintime-qt /home/joe/.cache/yay/backintime/pkg/backintime/usr/bin
install --mode=755 backintime-qt_polkit /home/joe/.cache/yay/backintime/pkg/backintime/usr/bin
#install dbus service
install -d /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/dbus-1/system-services
install --mode=644 net.launchpad.backintime.serviceHelper.service /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/dbus-1/system-services
#install dbus conf
install -d /home/joe/.cache/yay/backintime/pkg/backintime/usr/../etc/dbus-1/system.d
install --mode=644 net.launchpad.backintime.serviceHelper.conf /home/joe/.cache/yay/backintime/pkg/backintime/usr/../etc/dbus-1/system.d
#install polkit action
install -d /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/polkit-1/actions
install --mode=644 net.launchpad.backintime.policy /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/polkit-1/actions
#install documentation
install -d /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/doc/backintime-qt
install --mode=644 ../debian/copyright /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/doc/backintime-qt
install --mode=644 ../AUTHORS /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/doc/backintime-qt
install --mode=644 ../LICENSE /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/doc/backintime-qt
install --mode=644 ../README.md /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/doc/backintime-qt
install --mode=644 ../TRANSLATIONS /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/doc/backintime-qt
install --mode=644 ../VERSION /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/doc/backintime-qt
install --mode=644 ../CHANGES /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/doc/backintime-qt
#install .desktop
install -d /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/applications
install --mode=644 backintime-qt.desktop /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/applications
install --mode=644 backintime-qt-root.desktop /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/applications
#install docbook
install -d /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/doc/qt/HTML/en/backintime
install --mode=644 docbook/en/index.docbook /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/doc/qt/HTML/en/backintime
#install man
install -d /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/man/man1
install --mode=644 man/C/backintime-qt.1.gz /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/man/man1
#install icons
install -d /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/icons/hicolor/scalable/actions
install --mode=644 icons/scalable/actions/show-hidden.svg /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/icons/hicolor/scalable/actions
install -d /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/icons/hicolor/48x48/actions
install --mode=644 icons/48x48/actions/show-hidden.svg /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/icons/hicolor/48x48/actions
install -d /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/icons/hicolor/32x32/actions
install --mode=644 icons/32x32/actions/show-hidden.svg /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/icons/hicolor/32x32/actions
install -d /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/icons/hicolor/24x24/actions
install --mode=644 icons/24x24/actions/show-hidden.svg /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/icons/hicolor/24x24/actions
install -d /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/icons/hicolor/22x22/actions
install --mode=644 icons/22x22/actions/show-hidden.svg /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/icons/hicolor/22x22/actions
install -d /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/icons/hicolor/16x16/actions
install --mode=644 icons/16x16/actions/show-hidden.svg /home/joe/.cache/yay/backintime/pkg/backintime/usr/share/icons/hicolor/16x16/actions
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "backintime"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_backintime-cli()...
#install translations
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/zh_TW/LC_MESSAGES
install --mode=644 po/zh_TW.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/zh_TW/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/zh_CN/LC_MESSAGES
install --mode=644 po/zh_CN.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/zh_CN/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/uk/LC_MESSAGES
install --mode=644 po/uk.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/uk/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/tr/LC_MESSAGES
install --mode=644 po/tr.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/tr/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/th/LC_MESSAGES
install --mode=644 po/th.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/th/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/sv/LC_MESSAGES
install --mode=644 po/sv.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/sv/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/sr/LC_MESSAGES
install --mode=644 po/sr.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/sr/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/sl/LC_MESSAGES
install --mode=644 po/sl.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/sl/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/sk/LC_MESSAGES
install --mode=644 po/sk.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/sk/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/ru/LC_MESSAGES
install --mode=644 po/ru.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/ru/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/ro/LC_MESSAGES
install --mode=644 po/ro.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/ro/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/pt/LC_MESSAGES
install --mode=644 po/pt.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/pt/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/pt_BR/LC_MESSAGES
install --mode=644 po/pt_BR.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/pt_BR/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/pl/LC_MESSAGES
install --mode=644 po/pl.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/pl/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/nn/LC_MESSAGES
install --mode=644 po/nn.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/nn/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/nl/LC_MESSAGES
install --mode=644 po/nl.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/nl/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/nb/LC_MESSAGES
install --mode=644 po/nb.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/nb/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/lt/LC_MESSAGES
install --mode=644 po/lt.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/lt/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/ko/LC_MESSAGES
install --mode=644 po/ko.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/ko/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/jv/LC_MESSAGES
install --mode=644 po/jv.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/jv/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/ja/LC_MESSAGES
install --mode=644 po/ja.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/ja/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/it/LC_MESSAGES
install --mode=644 po/it.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/it/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/is/LC_MESSAGES
install --mode=644 po/is.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/is/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/id/LC_MESSAGES
install --mode=644 po/id.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/id/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/hu/LC_MESSAGES
install --mode=644 po/hu.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/hu/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/hr/LC_MESSAGES
install --mode=644 po/hr.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/hr/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/he/LC_MESSAGES
install --mode=644 po/he.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/he/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/gl/LC_MESSAGES
install --mode=644 po/gl.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/gl/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/fr/LC_MESSAGES
install --mode=644 po/fr.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/fr/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/fo/LC_MESSAGES
install --mode=644 po/fo.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/fo/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/fi/LC_MESSAGES
install --mode=644 po/fi.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/fi/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/eu/LC_MESSAGES
install --mode=644 po/eu.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/eu/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/et/LC_MESSAGES
install --mode=644 po/et.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/et/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/es/LC_MESSAGES
install --mode=644 po/es.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/es/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/eo/LC_MESSAGES
install --mode=644 po/eo.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/eo/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/en_GB/LC_MESSAGES
install --mode=644 po/en_GB.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/en_GB/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/en_CA/LC_MESSAGES
install --mode=644 po/en_CA.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/en_CA/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/el/LC_MESSAGES
install --mode=644 po/el.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/el/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/de/LC_MESSAGES
install --mode=644 po/de.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/de/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/da/LC_MESSAGES
install --mode=644 po/da.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/da/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/cs/LC_MESSAGES
install --mode=644 po/cs.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/cs/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/ca/LC_MESSAGES
install --mode=644 po/ca.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/ca/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/bs/LC_MESSAGES
install --mode=644 po/bs.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/bs/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/bg/LC_MESSAGES
install --mode=644 po/bg.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/bg/LC_MESSAGES/backintime.mo
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/ar/LC_MESSAGES
install --mode=644 po/ar.mo /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/locale/ar/LC_MESSAGES/backintime.mo
#install python
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 applicationinstance.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 askpass.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 backintime.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 bcolors.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 cli.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 configfile.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 config.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 create-manpage-backintime-config.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 diagnostics.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 driveinfo.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 dummytools.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 encfstools.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 exceptions.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 guiapplicationinstance.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 logger.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 mount.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 password_ipc.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 password.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 pluginmanager.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 progress.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 snapshotlog.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 snapshots.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 sshMaxArg.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 sshtools.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
install --mode=644 tools.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/common
#install plugins
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/plugins
install --mode=644 plugins/usercallbackplugin.py /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/backintime/plugins
#install documentation
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/doc/backintime-common
install --mode=644 ../debian/copyright /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/doc/backintime-common
install --mode=644 ../AUTHORS /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/doc/backintime-common
install --mode=644 ../LICENSE /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/doc/backintime-common
install --mode=644 ../README.md /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/doc/backintime-common
install --mode=644 ../TRANSLATIONS /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/doc/backintime-common
install --mode=644 ../VERSION /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/doc/backintime-common
install --mode=644 ../CHANGES /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/doc/backintime-common
#install config-examples
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/doc/backintime-common/examples
install --mode=644 config-example-local.gz /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/doc/backintime-common/examples
install --mode=644 config-example-ssh.gz /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/doc/backintime-common/examples
#install man
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/man/man1
install --mode=644 man/C/backintime.1.gz /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/man/man1
install --mode=644 man/C/backintime-askpass.1.gz /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/man/man1
install --mode=644 man/C/backintime-config.1.gz /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/man/man1
#install application
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/bin
install --mode=755 backintime /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/bin
install --mode=755 backintime-askpass /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/bin
#install autostart
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/../etc/xdg/autostart
install --mode=644 backintime.desktop /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/../etc/xdg/autostart
#install bash-completion
install -d /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/bash-completion/completions
install --mode=644 bash-completion/backintime /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/bash-completion/completions
ln -s backintime /home/joe/.cache/yay/backintime/pkg/backintime-cli/usr/share/bash-completion/completions/backintime-qt
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "backintime-cli"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: backintime 1.3.3-3 (Mo 17 Apr 2023 10:18:13 CEST)
==> Cleaning up...
loading packages...
resolving dependencies...
looking for conflicting packages...

Package (1)     New Version  Net Change

backintime-cli  1.3.3-3        1,27 MiB

Total Installed Size:  1,27 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                                                 [---------------------------------------------] 100%
(1/1) checking package integrity                                               [---------------------------------------------] 100%
(1/1) loading package files                                                    [---------------------------------------------] 100%
(1/1) checking for file conflicts                                              [---------------------------------------------] 100%
:: Processing package changes...
(1/1) installing backintime-cli                                                [---------------------------------------------] 100%
Optional dependencies for backintime-cli
    backintime: QT5 GUI version
    encfs: encrypted filesystem in user-space
    pm-utils: for laptops allows an option to not snapshot on battery
    sshfs: FUSE client based on the ssh file transfer protocol
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Making package: backintime 1.3.3-3 (Mo 17 Apr 2023 10:18:19 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found backintime-1.3.3.tar.gz
==> Validating source files with b2sums...
    backintime-1.3.3.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting backintime-1.3.3.tar.gz with bsdtar
==> Sources are ready.
 -> backintime-1.3.3-3 already made -- skipping build
==> Making package: backintime 1.3.3-3 (Mo 17 Apr 2023 10:18:21 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Sources are ready.
loading packages...
resolving dependencies...
looking for conflicting packages...

Package (1)  New Version  Net Change

backintime   1.3.3-3        0,40 MiB

Total Installed Size:  0,40 MiB

:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring                                                 [---------------------------------------------] 100%
(1/1) checking package integrity                                               [---------------------------------------------] 100%
(1/1) loading package files                                                    [---------------------------------------------] 100%
(1/1) checking for file conflicts                                              [---------------------------------------------] 100%
:: Processing package changes...
(1/1) installing backintime                                                    [---------------------------------------------] 100%
Optional dependencies for backintime
    kompare: diff/patch frontend
    meld: diff/patch frontend [installed]
    python-keyring: store and access passwords safely [installed]
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Reloading system bus configuration...
(3/4) Updating icon theme caches...
(4/4) Updating the desktop file MIME type cache...

Ja, siehe letztes Protokoll oben (frisch heruntergeladene Installation auf einer 2. Platte mt Gnome).
Allerdings alles auf demselben Rechner mit AMD Ryzen 5 PRO 4650G. Werde es heute Nachmittag mal auf einer Intel-Dose probieren.

AssertionError: Regex didn't match: 'INFO: Lock\nINFO: Take a new snapshot. Profile: 1 Main profile\nINFO: Call rsync to take the snapshot\nINFO: Save config file\nINFO: Save permissions\nINFO: Create info file\nINFO: Unlock\n' not found in 'INFO: Lock\nINFO: Take a new snapshot. Profile: 1 Main profile\nINFO: Call rsync to take the snapshot\nINFO: Save config file\nINFO: Save permissions\nWarning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.\nINFO: Create info file\nINFO: Unlock\n'

permissions\nWarning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland

kann also ein Problem mit Gnome sein… und wayland… habe hier nur kde mit wayland gecheckt… boote jetzt mal Gnome …

und siehe da… Gnome+Wayland ist dein Problem… kein Ahnung warum :wink:

Habe mit Gnome Wayland exakt den selben Fehler…

Lösung:
https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications#QGnomePlatform

yay -S qgnomeplatform-qt5 qgnomeplatform-qt6 adwaita-qt5 adwaita-qt6
Nach einem reboot sollte es dann ohne probleme durch laufen…

1 Like

Das klingt plausibel.

Freu’ mich, dass es reproduziert werden konnte.

Habe mich mit Begeisterung drauf gestürzt, war überzeugt, dass es hilft.

Leider bei mir keine Änderung. Auch backintime-cli ist das gleiche.

Habe jetzt nocheinmal eine neue Installation in eine neue Partition auf meinem Routinerechner mit Intel Core i7-9700 auf Gigabyte Z390 I angelegt, die qgnomeplatform-module installiert, neu gebootet und nochmal mit Auswahl cronie probiert. Ergebnis ist nochmal das gleiche. Handauflegen und gut zureden hat auch nichts gebracht. An der Hardware scheint es nicht zu liegen, höchstens an der fehlenden Grafikkarte.

Jetzt fällt mir nichts mehr ein, was ich noch probieren könnte.

Die andere Hand?

:rofl:

1 Like

Genau, das ist es. :face_with_spiral_eyes:

Ich habe noch eine neue Installation mit xfce gemacht. Da funktioniert es und läuft sogar wie es soll. :ghost:

2 Likes