Package Details: urbackup2-client 2.5.26-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.000014
First Submitted: 2016-06-20 14:57 (UTC)
Last Updated: 2025-08-28 16:07 (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

1 2 3 4 Next › Last »

ZephireNZ commented on 2025-08-17 20:45 (UTC) (edited on 2025-08-17 20:45 (UTC) by ZephireNZ)

Dependencies need to be updated, this seems to have a hard dependency on wxwidgets-gtk3. Installing with wxwidgets-qt5 seemingly doesn't work as it doesn't provide wx-config. Trying with it gives the below error:

checking for wx-config... no
configure: error:
                        wxWidgets must be installed on your system.

                        Please check that wx-config is in path, the directory
                        where wxWidgets libraries are installed (returned by
                        'wx-config --libs' or 'wx-config --static --libs' command)
                        is in LD_LIBRARY_PATH or equivalent variable and
                        wxWidgets version is 2.9.0 or above.

                        Alternatively you can run ./configure with the
                        --enable-headless switch to not build and install
                        the GUI component (tray icon).

Installing package wxwidgets-gtk3 fixes this and app is able to build fine.

loathingkernel commented on 2024-11-18 13:43 (UTC) (edited on 2024-11-18 13:44 (UTC) by loathingkernel)

Do not force march=native in the PKGBUILD, this will break binaries for systems other than the one it the package was compiled on. Are there any reasons you override the flags from makepkg.conf?

Neurofibromin commented on 2023-12-16 19:58 (UTC) (edited on 2023-12-16 19:59 (UTC) by Neurofibromin)

Using yay it does not install, following error message is shown: error merging /home/user/.cache/yay/urbackup2-client: fatal: No current branch Also upstream URL should be more specific: https://github.com/uroni/urbackup_frontend_wx

Holoduke commented on 2023-05-19 16:26 (UTC)

Does not compile:

blockalign_src/crc.cpp: In function ‘bool cryptopp_crc::IsAlignedOn(const void*, unsigned int)’:
blockalign_src/crc.cpp:191:23: error: ‘uintptr_t’ does not name a type
  191 |                 const uintptr_t x = reinterpret_cast<uintptr_t>(ptr);
      |                       ^~~~~~~~~
blockalign_src/crc.cpp:125:1: note: ‘uintptr_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
  124 | #include <smmintrin.h>
  +++ |+#include <cstdint>
  125 | #endif
blockalign_src/crc.cpp:192:79: error: ‘x’ was not declared in this scope
  192 |                 return alignment == 1 || (IsPowerOf2(alignment) ? ModPowerOf2(x, alignment) == 0 : x % alignment == 0);
      |                                                                               ^

syntaxerrormmm commented on 2022-08-29 12:08 (UTC) (edited on 2022-08-29 12:15 (UTC) by syntaxerrormmm)

Version 2.5.19-1 does already contain modifications that would be included in double_language.patch, so the provided PKBUILD fails. Commenting out related lines makes the package compile (and possibly work - not tested yet).

ZephireNZ commented on 2022-07-16 00:00 (UTC)

The dependencies for this need to be updated as a result of https://archlinux.org/news/wxwidgets-32-update-may-need-manual-intervention/

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:

dreeze commented on 2021-02-16 19:24 (UTC)

I added --enable-embedded-cryptopp to the ./configure line to make it use the embedded version of crypto++ as a temporary workaround. I've been using it a few days and it seems to work.

Punkado commented on 2021-02-16 10:08 (UTC)

Same here, segmentation fault after months working well...

ManfredGahr commented on 2021-01-25 19:15 (UTC) (edited on 2021-01-25 19:19 (UTC) by ManfredGahr)

Segfaults with Crypto++ 8.4.0-1: (works with previous Version - 8.2.0 in my case)

       PID: 39415 (urbackupclientb)
       UID: 0 (root)
       GID: 0 (root)
    Signal: 11 (SEGV)
 Timestamp: Mon 2021-01-25 20:08:50 CET (4min 34s ago)

Command Line: /usr/bin/urbackupclientbackend --config /etc/default/urbackupclient --no-consoletime Executable: /usr/bin/urbackupclientbackend Control Group: /system.slice/urbackupclientbackend.service Unit: urbackupclientbackend.service Slice: system.slice Boot ID: a920a74f58cb4f12a6843540688a8855 Machine ID: bc834b80e76c41ec902a68fd788c144f Hostname: schlepptop.mane Storage: /var/lib/systemd/coredump/core.urbackupclientb.0.a920a74f58cb4f12a6843540688a8855.39415.1611601730000000.zst (inaccessible) Message: Process 39415 (urbackupclientb) of user 0 dumped core.

            Stack trace of thread 39424:
            #0  0x00007f48e4e01330 _ZN8CryptoPP16IteratedHashBaseIjNS_18HashTransformationEE14TruncatedFinalEPhm (libcryptopp.so.8 + 0x30a330)
            #1  0x00007f48e4e4d5ca _ZN8CryptoPP10RandomPool18IncorporateEntropyEPKhm (libcryptopp.so.8 + 0x3565ca)
            #2  0x00007f48e4e3b3b5 _ZN8CryptoPP20AutoSeededRandomPool6ReseedEbj (libcryptopp.so.8 + 0x3443b5)
            #3  0x0000560e09adaad8 n/a (urbackupclientbackend + 0x1d0ad8)
            #4  0x0000560e09baf002 n/a (urbackupclientbackend + 0x2a5002)
            #5  0x0000560e09b809d5 n/a (urbackupclientbackend + 0x2769d5)
            #6  0x0000560e099b8175 n/a (urbackupclientbackend + 0xae175)
            #7  0x0000560e099b88c6 n/a (urbackupclientbackend + 0xae8c6)
            #8  0x0000560e099a863f n/a (urbackupclientbackend + 0x9e63f)
            #9  0x00007f48e433b3e9 start_thread (libpthread.so.0 + 0x93e9)
            #10 0x00007f48e4269293 __clone (libc.so.6 + 0x100293)

            Stack trace of thread 39418:
            #0  0x00007f48e4230c51 clock_nanosleep@@GLIBC_2.17 (libc.so.6 + 0xc7c51)
            #1  0x00007f48e4236137 __nanosleep (libc.so.6 + 0xcd137)
            #2  0x00007f48e4261419 usleep (libc.so.6 + 0xf8419)
            #3  0x0000560e09b7bc2d n/a (urbackupclientbackend + 0x271c2d)
            #4  0x0000560e099a863f n/a (urbackupclientbackend + 0x9e63f)
            #5  0x00007f48e433b3e9 start_thread (libpthread.so.0 + 0x93e9)
            #6  0x00007f48e4269293 __clone (libc.so.6 + 0x100293)

            Stack trace of thread 39420:
            #0  0x00007f48e425e46f __poll (libc.so.6 + 0xf546f)
            #1  0x0000560e09c35932 n/a (urbackupclientbackend + 0x32b932)
            #2  0x0000560e09c35bc9 n/a (urbackupclientbackend + 0x32bbc9)
            #3  0x0000560e09c3d826 n/a (urbackupclientbackend + 0x333826)
            #4  0x0000560e09c3d4b7 n/a (urbackupclientbackend + 0x3334b7)
            #5  0x0000560e099da810 n/a (urbackupclientbackend + 0xd0810)
            #6  0x0000560e099a863f n/a (urbackupclientbackend + 0x9e63f)
            #7  0x00007f48e433b3e9 start_thread (libpthread.so.0 + 0x93e9)
            #8  0x00007f48e4269293 __clone (libc.so.6 + 0x100293)

            Stack trace of thread 39415:
            #0  0x00007f48e4230c51 clock_nanosleep@@GLIBC_2.17 (libc.so.6 + 0xc7c51)
            #1  0x00007f48e4236137 __nanosleep (libc.so.6 + 0xcd137)
            #2  0x00007f48e4261419 usleep (libc.so.6 + 0xf8419)
            #3  0x0000560e099c3c56 n/a (urbackupclientbackend + 0xb9c56)
            #4  0x0000560e099c6ab1 n/a (urbackupclientbackend + 0xbcab1)
            #5  0x0000560e09c0fa4c n/a (urbackupclientbackend + 0x305a4c)
            #6  0x0000560e09993dfd n/a (urbackupclientbackend + 0x89dfd)
            #7  0x00007f48e4191152 __libc_start_main (libc.so.6 + 0x28152)
            #8  0x0000560e099952ce n/a (urbackupclientbackend + 0x8b2ce)

            Stack trace of thread 39416:
            #0  0x00007f48e4230c51 clock_nanosleep@@GLIBC_2.17 (libc.so.6 + 0xc7c51)
            #1  0x00007f48e4236137 __nanosleep (libc.so.6 + 0xcd137)
            #2  0x00007f48e4261419 usleep (libc.so.6 + 0xf8419)
            #3  0x0000560e09c44f5c n/a (urbackupclientbackend + 0x33af5c)
            #4  0x0000560e099da810 n/a (urbackupclientbackend + 0xd0810)
            #5  0x0000560e099a863f n/a (urbackupclientbackend + 0x9e63f)
            #6  0x00007f48e433b3e9 start_thread (libpthread.so.0 + 0x93e9)
            #7  0x00007f48e4269293 __clone (libc.so.6 + 0x100293)

            Stack trace of thread 39423:
            #0  0x00007f48e4230c51 clock_nanosleep@@GLIBC_2.17 (libc.so.6 + 0xc7c51)
            #1  0x00007f48e4236137 __nanosleep (libc.so.6 + 0xcd137)
            #2  0x00007f48e4261419 usleep (libc.so.6 + 0xf8419)
            #3  0x0000560e09bd56d4 n/a (urbackupclientbackend + 0x2cb6d4)
            #4  0x0000560e099a863f n/a (urbackupclientbackend + 0x9e63f)
            #5  0x00007f48e433b3e9 start_thread (libpthread.so.0 + 0x93e9)
            #6  0x00007f48e4269293 __clone (libc.so.6 + 0x100293)

            Stack trace of thread 39417:
            #0  0x00007f48e43419c8 pthread_cond_timedwait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf9c8)
            #1  0x0000560e099dd8bf n/a (urbackupclientbackend + 0xd38bf)
            #2  0x0000560e09ad133f n/a (urbackupclientbackend + 0x1c733f)
            #3  0x0000560e09ad2dd8 n/a (urbackupclientbackend + 0x1c8dd8)
            #4  0x0000560e099a863f n/a (urbackupclientbackend + 0x9e63f)
            #5  0x00007f48e433b3e9 start_thread (libpthread.so.0 + 0x93e9)
            #6  0x00007f48e4269293 __clone (libc.so.6 + 0x100293)

            Stack trace of thread 39422:
            #0  0x00007f48e43416a2 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf6a2)
            #1  0x0000560e099dc8ca n/a (