Package Details: urbackup2-client 2.5.25-1

Git Clone URL: https://aur.archlinux.org/urbackup2-client.git (read-only, click to copy)
Package Base: urbackup2-client
Description: Client Server backup system
Upstream URL: http://www.urbackup.org/
Keywords: backup urbackup
Licenses: GPL
Conflicts: urbackup-client, urbackup-client-no-gui, urbackup2-client-no-gui
Submitter: k0n24d
Maintainer: funilrys
Last Packager: funilrys
Votes: 19
Popularity: 0.25
First Submitted: 2016-06-20 14:57 (UTC)
Last Updated: 2024-01-19 02:33 (UTC)

Pinned Comments

funilrys commented on 2021-02-27 19:14 (UTC)

Hello, World! :-)

This AUR package is now managed on GitHub. Feel free to submit your package/installation issues as long as PR in the GitHub repository.

From now on, every change made inside the GitHub repository will be automatically synchronized here.

As of now, every Saturday around 16:00 (UTC); this package would be updated automatically - if a new version is available.

Stay safe and healthy.


Links:

Latest Comments

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

funilrys commented on 2018-02-03 15:28 (UTC)

Hi @ph.haefelfinger, you are not the only one! I'm investigating.

ph.haefelfinger commented on 2018-02-02 12:09 (UTC) (edited on 2018-02-03 08:30 (UTC) by ph.haefelfinger)

I can't build the current version anymore. Does someone have the same issue?

g++ -DHAVE_CONFIG_H -I. -fstack-protector-strong --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIE -DNDEBUG -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -pthread -DLINUX -DSTATIC_PLUGIN -DVARDIR='"/var"' -DSYSCONFDIR='"/etc"' -DDATADIR='"/usr/share"' -march=native -O2 -pipe -fstack-protector-strong -ansi -std=gnu++11 -MT cryptoplugin/urbackupclientbackend-AESDecryption.o -MD -MP -MF cryptoplugin/.deps/urbackupclientbackend-AESDecryption.Tpo -c -o cryptoplugin/urbackupclientbackend-AESDecryption.o test -f 'cryptoplugin/AESDecryption.cpp' || echo './'cryptoplugin/AESDecryption.cpp

cryptoplugin/AESDecryption.cpp: In constructor ‘AESDecryption::AESDecryption(const string&, bool)’: cryptoplugin/AESDecryption.cpp:26:49: error: ‘byte’ was not declared in this scope CryptoPP::SHA256().CalculateDigest(m_sbbKey, (byte*)password.c_str(), password.size() ); ^~~~ cryptoplugin/AESDecryption.cpp:26:49: note: suggested alternative: In file included from /usr/include/cryptopp/seckey.h:9:0, from /usr/include/cryptopp/rijndael.h:13, from /usr/include/cryptopp/aes.h:13, from cryptoplugin/cryptopp_inc.h:33, from cryptoplugin/AESDecryption.h:2, from cryptoplugin/AESDecryption.cpp:19: /usr/include/cryptopp/config.h:223:23: note: ‘CryptoPP::byte’ typedef unsigned char byte; ^~~~ Edit: shortened the message and removed followup errors.

funilrys commented on 2017-07-22 11:13 (UTC)

Updated to v2.1.16! For fast contact/support: https://gitter.im/funilrys_/PKGBUILD https://gitter.im/funilrys_/urbackup2 (Join PKGBUILD first)

ptempier commented on 2017-05-12 15:10 (UTC)

Hello Due to -march=native flag i can t compile on one place then distribute the package on clients, because if they have different processors the app will crash.

funilrys commented on 2017-02-14 16:30 (UTC)

@Morimando My bad, Fixed!

<deleted-account> commented on 2017-02-12 11:21 (UTC)

Hi, Currently make runs into an error for me: In file included from /usr/include/c++/6.3.1/type_traits:35:0, from /usr/include/wx-3.0/wx/strvararg.h:25, from /usr/include/wx-3.0/wx/string.h:46, from /usr/include/wx-3.0/wx/artprov.h:14, from client/gui/GUISetupWizard.h:11, from client/SetupWizard.h:1, from client/SetupWizard.cpp:19: /usr/include/c++/6.3.1/bits/c++0x_warning.h:32:2: Fehler: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support \ I've tried modifying the CFLAGS by adding either gnu++1 or c++11, unfortunately I seem to be wrong there since it doesn't help :( I'm assuming one of the dependencies need to be recompiled with the std-flag, since it says so in the PKGBUILD for the dependencies, alas, it doesn't seem to do so.

funilrys commented on 2016-10-31 08:31 (UTC) (edited on 2016-10-31 08:31 (UTC) by funilrys)

@dx2 Thanks issue fixed @davidnorthetal issue fixed too :)

davidnorthetal commented on 2016-10-14 07:58 (UTC) (edited on 2016-10-14 07:59 (UTC) by davidnorthetal)

compilation fails with crypto++ from official repo: ... cryptoplugin/AESGCMDecryption.cpp: In constructor ‘AESGCMDecryption::AESGCMDecryption(const string&, bool)’: cryptoplugin/AESGCMDecryption.cpp:42:41: error: ‘assert’ was not declared in this scope assert(decryption.CanUseStructuredIVs()); ^ cryptoplugin/AESGCMDecryption.cpp: In member function ‘virtual std::__cxx11::string AESGCMDecryption::get(bool&)’: cryptoplugin/AESGCMDecryption.cpp:193:18: error: ‘assert’ was not declared in this scope assert(false); ^