Package Details: backintime 1.5.2-1

Git Clone URL: https://aur.archlinux.org/backintime.git (read-only, click to copy)
Package Base: backintime
Description: Simple backup system inspired from the Flyback Project and TimeVault. Qt5 GUI version.
Upstream URL: https://github.com/bit-team/backintime
Licenses: GPL
Submitter: None
Maintainer: graysky
Last Packager: graysky
Votes: 296
Popularity: 0.48
First Submitted: 2009-01-09 20:46 (UTC)
Last Updated: 2024-08-07 19:55 (UTC)

Dependencies (11)

Required by (1)

Sources (1)

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.

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 73 Next › Last »

leonardof commented on 2023-05-27 20:00 (UTC)

I guess it was related to having the package installed in the same system?

I had the same problem, not a clean chroot but not using any helper either, just cloning this AUR repo and running makepkg in a subdir of $HOME. It worked after uninstalling backintime 1.3.2 (installed from this same PKGBUILD), even if I'm using Wayland.

Alad commented on 2023-05-20 13:09 (UTC)

It works in a chroot, I guess it's related to Wayland

graysky commented on 2023-05-20 09:41 (UTC)

AUR helpers are not helpful.

pipep commented on 2023-05-20 05:06 (UTC) (edited on 2023-05-20 05:18 (UTC) by pipep)

I confirm that installing version 1.3.3-4 using yay fails. I tried it on my main system, and on a minimal system I use on virtualbox for testing. Both failed.

Install log: https://gist.github.com/pippep/c7a67fd12f38b9654a3f092dd9d9ce37

Instead, building in a clean chroot following https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot#Classic_way is successful without any problem.

Edit: added install log.

graysky commented on 2023-05-19 15:20 (UTC)

@Alad - building in a clean chroot? I cannot reproduce the error.

Alad commented on 2023-05-19 13:15 (UTC)

1.3.3-4 fails with the same error

graysky commented on 2023-05-18 06:34 (UTC)

1.3.3-4 contains upstream fix for python3.11

dev_aryoda commented on 2023-05-17 09:29 (UTC)

@leonardof

THX for reporting, this is a known issue and already fixed in BiT (dev branch) but not yet contained in this AUR pgk (which seems to use the most-recent released version):

https://github.com/bit-team/backintime/issues/1429

leonardof commented on 2023-05-08 19:28 (UTC)

Post-compilation check fails since Python 3.11:

==> Iniciando check()...
python -m unittest  -b test/test_applicationinstance.py
...................
----------------------------------------------------------------------
Ran 19 tests in 0.034s

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

OK
python -m unittest  -b test/test_backintime.py
.Fs
======================================================================
FAIL: test_local_snapshot_is_successful (test.test_backintime.TestBackInTime.test_local_snapshot_is_successful)
end to end test - from BIT initialization through snapshot
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/leonardof/Linux/arch/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\nINFO: Create info file\nWarning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.\nINFO: Unlock\n'

----------------------------------------------------------------------
Ran 3 tests in 3.158s

FAILED (failures=1, skipped=1)
make: *** [Makefile:570: unittest] Error 1