FYI: I will look into this unit test failure soon and come back...
Search Criteria
Package Details: backintime-cli 1.5.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/backintime.git (read-only, click to copy) |
---|---|
Package Base: | backintime |
Description: | Simple backup system inspired from the Flyback Project and TimeVault. CLI version. |
Upstream URL: | https://github.com/bit-team/backintime |
Licenses: | GPL |
Submitter: | None |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 299 |
Popularity: | 2.25 |
First Submitted: | 2009-01-09 20:46 (UTC) |
Last Updated: | 2024-11-13 15:34 (UTC) |
Dependencies (8)
- cron (scron-gitAUR, vixie-cronAUR, busybox-crondAUR, mcronAUR, dcronAUR, dcron-gitAUR, cronie-selinuxAUR, systemd-cron-next-gitAUR, systemd-cronAUR, cronie, fcron)
- openssh (openssh-gitAUR, openssh-dotconfigAUR, openssh-dotconfig-binAUR, openssh-selinuxAUR, openssh-hpn-shimAUR, openssh-gssapiAUR)
- python-dbus
- python-keyring
- python-packaging
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR)
- python (python37AUR, python311AUR, python310AUR) (make)
- backintimeAUR (backintime-gitAUR) (optional) – Qt6 GUI version
Required by (1)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 73 Next › Last »
dev_aryoda commented on 2023-01-10 23:44 (UTC)
Rhinoceros commented on 2023-01-10 11:30 (UTC)
The checks fail for me on one system and work on another (with makepkg
). Possibly related?
graysky commented on 2023-01-08 12:41 (UTC)
No need to edit the PKGBUILD just run makepkg
with the --nocheck
flag.
fishr commented on 2023-01-08 12:34 (UTC)
@scaramanga You may edit the PKGBUILD, disable line "make test" for now and build manually.
graysky commented on 2023-01-08 11:16 (UTC)
Builds for me with makepkg
or with makechrootpkg
leonardof commented on 2023-01-07 23:52 (UTC)
I have the same error as @scaramanga:
https://aur.archlinux.org/packages/backintime-cli#comment-896259
Not using any helper, just git/makepkg/pacman.
pipep commented on 2023-01-07 21:31 (UTC)
I have the same error. I'm using yay as AUR helper.
farnsworth commented on 2023-01-06 11:19 (UTC)
I have the same error I'm using pikaur as AUR helper
graysky commented on 2023-01-05 14:45 (UTC)
@scaramanga - are you building with makepkg or some aur unhelper?
scaramanga commented on 2023-01-04 15:20 (UTC)
Getting an error when installing the latest version 1.3.3-2:
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/myuser/.cache/paru/clone/backintime/src/backintime-8495f9dc3953343a0352bb3ffbdcfab7f93c10ad/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\nINFO: Create info file\nQPainter::begin: Paint device returned engine == 0, type: 2\nQWidget::render: Cannot render with an inactive painter\nINFO: Unlock\n'
----------------------------------------------------------------------
Ran 3 tests in 2.518s
FAILED (failures=1, skipped=1)
make: *** [Makefile:570: unittest] Error 1
==> ERROR: A failure occurred in check().
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.