Package Details: backintime-cli-git 1.4.3.r18.g61e4a4b0-1

Git Clone URL: https://aur.archlinux.org/backintime-git.git (read-only, click to copy)
Package Base: backintime-git
Description: Simple backup/snapshot system inspired by Flyback and TimeVault. CLI version.
Upstream URL: https://github.com/bit-team/backintime
Licenses: GPL
Conflicts: backintime-cli
Provides: backintime-cli
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 »

willemw commented on 2021-10-20 12:23 (UTC)

For me, no problems installing it with yay:

$ yay backintime

Typed in "3" to install backintime-git.

...
Packages (2) backintime-cli-git-1.3.1.r1.ge1ae23dd-2  backintime-git-1.3.1.r1.ge1ae23dd-2

Total Installed Size:  1.57 MiB

:: Proceed with installation? [Y/n]
...

tom commented on 2021-10-20 12:11 (UTC)

You didn't say how you built it.

$ yay backintime

willemw commented on 2021-10-20 11:57 (UTC)

Warnung: Kann "backintime-cli-git" nicht auflösen (eine Abhängigkeit von "backintime-git") :: Das folgende Paket kann aufgrund nicht auflösbarer Abhängigkeiten nicht aktualisiert werden: backintime-git

You didn't say how you built it.

backintime-cli-git is in the AUR. Makepkg won't be able to install it automatically as a dependency by itself.

backintime-cli-git is part of the backintime-git split package base. Some AUR helpers may perhaps not work correctly with split packages.

Is this a problem?:

WARNING: Failed to read process stat from /proc/3553136/stat: [2] No such file or directory

It's a known issue: https://github.com/bit-team/backintime/issues/659

Or this:

/usr/bin/makepkg: line 395: local: `-': not a valid identifier

I don't see that message in my build output (when running makepkg directly).

tom commented on 2021-10-20 11:24 (UTC)

now:

Warnung: Kann "backintime-cli-git" nicht auflösen (eine Abhängigkeit von "backintime-git") :: Das folgende Paket kann aufgrund nicht auflösbarer Abhängigkeiten nicht aktualisiert werden: backintime-git

Is this a problem?:

WARNING: Failed to read process stat from /proc/3553136/stat: [2] No such file or directory

Or this:

/usr/bin/makepkg: line 395: local: `-': not a valid identifier

willemw commented on 2021-10-20 11:12 (UTC)

@tom: that build error should probably be fixed now.

tom commented on 2021-10-20 10:56 (UTC)

$ locale -a C de_DE.utf8 POSIX

there is no error

willemw commented on 2021-10-20 09:59 (UTC)

@tom: it may have something to do with the warning: "/bin/sh: warning: setlocale: LC_ALL: cannot change locale". If you run locale -a, you should not see any errors (see https://bbs.archlinux.org/viewtopic.php?id=234447).

Please put log output in a Markdown code block/section next time.

tom commented on 2021-10-20 08:33 (UTC)

==> FEHLER: Ein Fehler geschah in check().

...

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()... make: Entering directory '/home/KG/yay/backintime-git/src/backintime/common' python3 -m unittest -b test/test_applicationinstance.py WARNING: Failed to read process stat from /proc/3458091/stat: [2] No such file or directory /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ........../bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) .........


Ran 19 tests in 0.074s

OK python3 -m unittest -b test/test_argparser.py WARNING: Failed to read process stat from /proc/3458106/stat: [2] No such file or directory WARNING: Failed to read process stat from /proc/3458128/stat: [2] No such file or directory WARNING: Failed to read process stat from /proc/3458129/stat: [2] No such file or directory .....................


Ran 21 tests in 3.514s

OK python3 -m unittest -b test/test_backintime.py WARNING: Failed to read process stat from /proc/3458304/stat: [2] No such file or directory /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) .F Stderr: /home/KG/yay/backintime-git/src/backintime/common/test/test_backintime.py:33: DeprecationWarning: Please use assertEqual instead. self.assertEquals("", subprocess.getoutput("python3 backintime.py --quiet"))

====================================================================== FAIL: test_quiet_mode (test.test_backintime.TestBackInTime)


Traceback (most recent call last): File "/home/KG/yay/backintime-git/src/backintime/common/test/test_backintime.py", line 33, in test_quiet_mode self.assertEquals("", subprocess.getoutput("python3 backintime.py --quiet")) AssertionError: '' != '/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)' + /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)

Stderr: /home/KG/yay/backintime-git/src/backintime/common/test/test_backintime.py:33: DeprecationWarning: Please use assertEqual instead. self.assertEquals("", subprocess.getoutput("python3 backintime.py --quiet"))


Ran 2 tests in 3.768s

FAILED (failures=1) make: *** [Makefile:566: unittest] Error 1 make: Leaving directory '/home/KG/yay/backintime-git/src/backintime/common' ==> FEHLER: Ein Fehler geschah in check().

willemw commented on 2021-07-21 09:09 (UTC)

@carlosnewmusic: that is a bug in a backintime test. It happens after an empty crontab is saved:

$ crontab -e

Save an empty crontab.

$ crontab -l | wc -l  
0

carlosnewmusic commented on 2021-07-20 22:19 (UTC)

OK (skipped=30) python3 -m unittest -b test/test_takeSnapshot.py .........sssssssss


Ran 18 tests in 3.013s

OK (skipped=9) python3 -m unittest -b test/test_tools.py .....s.......s..s......s................F..s.s...ss...s............. ====================================================================== FAIL: test_readWriteCrontab (test.test_tools.TestTools)


Traceback (most recent call last): File "/var/tmp/pamac-build-user/backintime-git/src/backintime/common/test/test_tools.py", line 555, in test_readWriteCrontab self.assertEqual(len(newCrontab), len(oldCrontab) + 1) AssertionError: 1 != 2


Ran 68 tests in 3.073s

FAILED (failures=1, skipped=9) make: *** [Makefile:577: unittest] Error 1 make: Leaving directory '/var/tmp/pamac-build-carlos/backintime-git/src/backintime/common' ==> ERROR: Se produjo un fallo en check(). Cancelando...