Package Base Details: backintime

Git Clone URL: https://aur.archlinux.org/backintime.git (read-only, click to copy)
Submitter: None
Maintainer: graysky
Last Packager: graysky
Votes: 297
Popularity: 0.27
First Submitted: 2009-01-09 20:46 (UTC)
Last Updated: 2024-02-03 12:23 (UTC)

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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 70 Next › Last »

graysky commented on 2021-07-20 10:24 (UTC)

AUR helpers are not helpful. Build with makepkg and it works fine.

tom commented on 2021-07-20 07:55 (UTC)

Installation failed with errors

$ yay backintime ...

gzip -n --best -c config-example-ssh > config-example-ssh.gz All OK. Now run: make sudo make install

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 ==> Betrete fakeroot Umgebung... /usr/share/makepkg/util/util.sh: line 49: ${!v@a}: bad substitution /usr/share/makepkg/util/util.sh: line 49: ${!v@a}: bad substitution /usr/bin/makepkg: line 395: local: `-': not a valid identifier ...

-> Komprimiere Paket... /usr/bin/makepkg: line 395: local: `-': not a valid identifier error making: backintime (backintime-cli backintime)

yochananmarqos commented on 2021-07-04 17:14 (UTC) (edited on 2021-07-04 17:45 (UTC) by yochananmarqos)

Please change _pkgname to pkgbase since this is a split package.

They forgot to bump the version:

prepare() {
  cd "$pkgbase-$pkgver"

  # Correct version in About dialog
  sed -i 's/1.2.0/1.3.0/g' VERSION common/config.py
}

test() is not a valid function, it's check(). The tests are failing, I'm still working on why.

======================================================================
FAIL: test_powerStatusAvailable (test.test_tools.TestTools)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/backintime/src/backintime-1.3.0/common/test/test_tools.py", line 328, in test_powerStatusAvailable
    self.assertTrue(tools.powerStatusAvailable())
AssertionError: False is not true

----------------------------------------------------------------------

Fedora removes test_tools.py, but If I do that they fail because it's missing:

python -m unittest -v -b test/test_tools.py
test/test_tools (unittest.loader._FailedTest) ... ERROR

======================================================================
ERROR: test/test_tools (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test/test_tools
Traceback (most recent call last):
  File "/usr/lib/python3.9/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
ModuleNotFoundError: No module named 'test/test_tools'


----------------------------------------------------------------------

graysky commented on 2021-06-04 21:33 (UTC)

Updated in 1.2.1-2

Jino commented on 2021-06-04 21:00 (UTC) (edited on 2021-06-04 21:01 (UTC) by Jino)

I am running into an issue when running backintime:

[code] AttributeError: 'TempPasswordThread' object has no attribute 'isAlive' /usr/bin/backintime-qt: line 31: 22945 Aborted (core dumped) python -Es ${APP_PATH}/app.py "$@ [/code]

As I understand this issue was solved upstream. Should the pkgbuild be updated?

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

deisi commented on 2019-11-28 16:44 (UTC)

arch. Maybe something is messed up with my python setup, as I have package installed with pip as user and packages from pacman in the system.

graysky commented on 2019-11-28 16:26 (UTC)

I cannot reproduce. Arch or Manjaro/other?

deisi commented on 2019-11-28 16:15 (UTC)

@graysky same issue.

graysky commented on 2019-11-28 12:31 (UTC)

@deisi - Don't use yay. Build with makepkg.