Update from 1.4.3-2 to 1.4.3- fails.
https://privatebin.net/?16f99502c3bba1f2#4SBcxfta1jt21hPVakP8YBnWWw6Rsv3g6wZr2au3V8gz
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) |
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 73 Next › Last »
Update from 1.4.3-2 to 1.4.3- fails.
https://privatebin.net/?16f99502c3bba1f2#4SBcxfta1jt21hPVakP8YBnWWw6Rsv3g6wZr2au3V8gz
I'll also note that I can connect to https://github.com/bit-team/backintime/archive/refs/tags/v1.4.3.tar.gz just fine - it's the backintime-cli repository that is linked in the update, however, and this is not publicly visible.
I don't know about that; I'm getting the same 404 error from the US, Canada, and France on three separate computers. It looks like that git repository is private. Can you access it if you're not signed in?
It's on your end:
==> Retrieving sources...
-> Downloading backintime-1.4.3.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 1879k 100 1879k 0 0 2098k 0 --:--:-- --:--:-- --:--:-- 3239k
-> Found fix.patch
==> Generating checksums for source files...
The update from about two hours ago is failing; it's hitting a 404 error trying to download https://github.com/bit-team/backintime-cli/archive/refs/tags/v1.4.3.tar.gz
I can't activate cronie.service
as that would go against the Arch Way. I can add a post_install scriptlet that will notify users though.
Upstream maintainer here. It seems that on arch and arch-based systems cron/cronie is installed but not enabled. The scheduling in BIT won't work but users don't know about it. Can you add something to your AUR package to activate cron after installation or minimally warn the users about it and point them to a documentation/wiki page?
Upstream maintainer here. It seems that on arch and arch-based systems cron/cronie is installed but not enabled. The scheduling in BIT won't work but users don't know about it. Can you add something to your AUR package to activate cron after installation or minimally warn the users about it and point them to a documentation/wiki page?
This is how I installed it:
git clone https://aur.archlinux.org/backintime.git /tmp/backintime
cd /tmp/backintime
makepkg -si --nocheck
Note: I had to uninstall previous version and manually delete files from /usr/share/backintime/
otherwise there were conflicts during installation
Responding to @sunshe35.
This has worked for me:
Perhaps it will work for you too? :-)
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.