Tests fail:
=====================================================================
FAIL: test_readWriteCrontab (test.test_tools.TestTools)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/archie/.cache/aurutils/sync/backintime/src/backintime-1.3.2/common/test/test_tools.py", line 556, in test_readWriteCrontab
self.assertEqual(len(newCrontab), len(oldCrontab) + 1)
AssertionError: 1 != 2
----------------------------------------------------------------------
Ran 68 tests in 1.237s
FAILED (failures=1, skipped=9)
make: *** [Makefile:577: unittest] Error 1
==> ERROR: A failure occurred in check().
Aborting...
Pinned Comments
graysky commented on 2023-10-07 12:15 (UTC)
Using an AUR helper such as yay to build packages including backintime is HIGHLY discouraged. The recommended build method is to use a clean chroot. See: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
I wrote a script that automates much of that called clean-chroot-manager offered here in the AUR.
Please stop posting build failures because you insist on building with yay or other AUR helpers.