I wanted to test borg-backup-gui-git but couldn’t, due to:
Info: creating stash file /home/user/.cache/yay/borg-backup-gui-git/src/Borg-BackUP-GUI/src/.qmake.stash
/home/user/.cache/yay/borg-backup-gui-git/PKGBUILD: line 28: make: command not found
==> ERROR: A failure occurred in build().
Aborting...
-> error making: borg-backup-gui-git
I did sudo pacman -S --needed base-devel and installed all groups (as was suggested as a fix to some similar problems elsewhere on the forums). The next try resulted in bigger and fancier error messages when trying to build, but eventually the same failure.
So post this “bigger and fancier” error. The error above just shows that you did not installed the base-devel group. If it is the same error, you still did not installed the base-devel group.
==> ERROR: A failure occurred in build().
Aborting...
-> error making: borg-backup-gui-git
The output of sudo pacman -S --needed base-devel now is lots of lines stating various items are up to date - skipping before finishing with there is nothing to do
I believe that indicates I have the base-devel group?
main.cpp:47:10: error: format not a string literal and no format arguments [-Werror=format-security]
47 | qInfo(qPrintable(drive));
main.cpp:129:14: error: format not a string literal and no format arguments [-Werror=format-security]
129 | qInfo(qPrintable("\n"+Logo));
main.cpp:141:14: error: format not a string literal and no format arguments [-Werror=format-security]
141 | qInfo(qPrintable("\n"+Logo));
main.cpp:153:14: error: format not a string literal and no format arguments [-Werror=format-security]
153 | qInfo(qPrintable("\n"+Logo));
main.cpp:160:14: error: format not a string literal and no format arguments [-Werror=format-security]
160 | qInfo(qPrintable("\n"+Logo));
cc1plus: some warnings being treated as errors
make: *** [Makefile:821: main.o] Error 1
I guess that’s the “last nail in the coffin” then. The screenshots looks cool, but I guess unless the Borg team decides to pick up and deliver their own gui that’s the “solution” to this thread. I’ll test Vorta instead.
I really hope they will not do this. The main advantage of borg is that there is no GUI. Just a few commands with simple options, that can run anywhere.