Package Base Details: backintime-git

Git Clone URL: https://aur.archlinux.org/backintime-git.git (read-only, click to copy)
Submitter: willemw
Maintainer: willemw
Last Packager: willemw
Votes: 28
Popularity: 0.000020
First Submitted: 2015-10-15 03:28 (UTC)
Last Updated: 2024-02-24 16:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

ampoffcom commented on 2016-09-16 11:34 (UTC)

This package does not build on my system. ---- System Linux bowler 4.7.3-2-ARCH #1 SMP PREEMPT Thu Sep 8 09:44:02 CEST 2016 x86_64 GNU/Linux python 3.5.2 ---- yaourt -Syua aur/backintime-git 1.1.8.r106.g3251169-1 -> 1.1.12.r248.g4c5402c-1 ---- Error message python3 -m unittest -b test/test_backintime.py F. ====================================================================== FAIL: test_local_snapshot_is_successful (test.test_backintime.TestBackInTime) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/steffen/tmp/yaourt-tmp-steffen/aur-backintime-git/src/backintime/common/test/test_backintime.py", line 68, in test_local_snapshot_is_successful self.assertEqual(proc.returncode, 0, msg) AssertionError: 1 != 0 : Returncode: 1 stderr: Traceback (most recent call last): File "/home/steffen/tmp/yaourt-tmp-steffen/aur-backintime-git/src/backintime/common/backintime.py", line 1164, in <module> startApp() File "/home/steffen/tmp/yaourt-tmp-steffen/aur-backintime-git/src/backintime/common/backintime.py", line 516, in startApp args.func(args) File "/home/steffen/tmp/yaourt-tmp-steffen/aur-backintime-git/src/backintime/common/backintime.py", line 1150, in checkConfig if cli.checkConfig(cfg, crontab = not args.no_crontab): File "/home/steffen/tmp/yaourt-tmp-steffen/aur-backintime-git/src/backintime/common/cli.py", line 101, in checkConfig announceTest() File "/home/steffen/tmp/yaourt-tmp-steffen/aur-backintime-git/src/backintime/common/cli.py", line 62, in announceTest print(frame(test)) UnicodeEncodeError: 'ascii' codec can't encode characters in position 1-34: ordinal not in range(128) stdout: Back In Time Version: 1.2.0~alpha0 git branch 'master' hash 'daeb6a8' Back In Time comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; type `backintime --license' for details. INFO: Update to config version 6 ---------------------------------------------------------------------- Ran 2 tests in 0.950s FAILED (failures=1) make: *** [Makefile:568: unittest] Error 1

Rhinoceros commented on 2016-09-15 10:06 (UTC)

Thanks, builds perfectly now.

willemw commented on 2016-09-15 05:11 (UTC)

Updated. 'qt4' is now 'qt' in every installed file and folder.

Rhinoceros commented on 2016-09-15 02:38 (UTC)

This package won't build for me. Looks like some paths were changed upstream. /tmp/backintime-git/PKGBUILD: line 30: cd: /tmp/backintime-git/src/backintime/qt4: No such file or directory ==> ERROR: A failure occurred in build(). Aborting...

willemw commented on 2016-08-01 16:25 (UTC)

@sekret: Thanks. Fixed package build.

sekret commented on 2016-08-01 15:44 (UTC)

I tried to build this package in a clean chroot. It failed because of a missing python-dbus and openssh package. You need to put these packages into the makedepends line! After adding those, the build process stops with this output: ==> Starting check()... python3 -m unittest -b test/test_applicationinstance.py WARNING: import keyring failed ............... ---------------------------------------------------------------------- Ran 15 tests in 0.092s OK python3 -m unittest -b test/test_argparser.py ..................... ---------------------------------------------------------------------- Ran 21 tests in 26.911s OK python3 -m unittest -b test/test_backintime.py F Stderr: WARNING: import keyring failed . ====================================================================== FAIL: test_local_snapshot_is_successful (test.test_backintime.TestBackInTime) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/backintime-git/src/backintime/common/test/test_backintime.py", line 68, in test_local_snapshot_is_successful self.assertEqual(proc.returncode, 0, msg) AssertionError: 1 != 0 : Returncode: 1 stderr: Traceback (most recent call last): File "/build/backintime-git/src/backintime/common/backintime.py", line 1052, in <module> startApp() File "/build/backintime-git/src/backintime/common/backintime.py", line 485, in startApp args.func(args) File "/build/backintime-git/src/backintime/common/backintime.py", line 1038, in checkConfig if cli.checkConfig(cfg, crontab = not args.no_crontab): File "/build/backintime-git/src/backintime/common/cli.py", line 101, in checkConfig announceTest() File "/build/backintime-git/src/backintime/common/cli.py", line 62, in announceTest print(frame(test)) UnicodeEncodeError: 'ascii' codec can't encode characters in position 1-34: ordinal not in range(128) stdout: Back In Time Version: 1.2.0~alpha0 git branch 'master' hash '684211d' Back In Time comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; type `backintime --license' for details. Stderr: WARNING: import keyring failed ---------------------------------------------------------------------- Ran 2 tests in 1.182s FAILED (failures=1) make: *** [Makefile:568: unittest] Error 1 ==> ERROR: A failure occurred in check(). Aborting...

willemw commented on 2016-08-01 15:05 (UTC)

@Germar: Done.

Germar commented on 2016-08-01 13:17 (UTC)

I ported upstream to Qt5. Please update this PKGBUILD dependencies to python-pyqt5

willemw commented on 2016-04-09 06:40 (UTC)

@olddog: This VCS package is not out-of-date. It will always install a version with the latest changes.

Germar commented on 2015-10-14 22:35 (UTC)

I moved with BackInTime to GitHub https://github.com/bit-team/backintime