Package Details: beegfs-meta 7.1.3-1

Git Clone URL: https://aur.archlinux.org/beegfs-meta.git (read-only, click to copy)
Package Base: beegfs-meta
Description: Distributed, fault-tolerant cluster storage platfom formally known as FhGFS
Upstream URL: https://git.beegfs.io/pub
Licenses: BeeGFS END-USER LICENE AGREEMENT
Submitter: NLisa
Maintainer: NLisa
Last Packager: NLisa
Votes: 0
Popularity: 0.000000
First Submitted: 2019-10-21 18:36 (UTC)
Last Updated: 2019-10-21 18:36 (UTC)

Latest Comments

NLisa commented on 2021-01-18 11:51 (UTC)

Thank you for bringing this to my attention.

I will be updating the suite of BeeGFS packages this weekend (hopefully).

Kind regards,

rageltman commented on 2021-01-13 20:57 (UTC)

Fails to build with same error as the client package:

[2021-01-13T17:41:13.886Z] /build/beegfs-client/src/beegfs-client-7.1.3/common/source/common/toolkit/LockFD.cpp:13:59:   required from here
[2021-01-13T17:41:13.886Z] /build/beegfs-client/src/beegfs-client-7.1.3/thirdparty/source/nu/include/nu/error_or.hpp:153:71: error: use of parameter from containing function
[2021-01-13T17:41:13.887Z]   153 |  void swap(error_or& other) noexcept(error_or::is_nothrow_swappable<T>())
[2021-01-13T17:41:13.887Z]       |                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
[2021-01-13T17:41:13.887Z] /build/beegfs-client/src/beegfs-client-7.1.3/thirdparty/source/nu/include/nu/error_or.hpp:153:73: note: ‘nu::error_or<T, Err>* const this’ declared here
[2021-01-13T17:41:13.887Z]   153 |  void swap(error_or& other) noexcept(error_or::is_nothrow_swappable<T>())
[2021-01-13T17:41:13.887Z]       |                                                                         ^
[2021-01-13T17:41:13.887Z] /build/beegfs-client/src/beegfs-client-7.1.3/thirdparty/source/nu/include/nu/error_or.hpp: In static member function ‘static nu::error_or<LockFD> LockFD::lock(std::string, bool)’:
[2021-01-13T17:41:13.887Z] /build/beegfs-client/src/beegfs-client-7.1.3/thirdparty/source/nu/include/nu/error_or.hpp:99:2: note:   after user-defined conversion: ‘nu::error_or<T, Err>::error_or(Err) [with T = LockFD; Err = std::error_code]’
[2021-01-13T17:41:13.887Z]    99 |  error_or(Err error) noexcept:
[2021-01-13T17:41:13.887Z]       |  ^~~~~~~~
[2021-01-13T17:41:13.887Z] make[1]: *** [../../build/Makefile:304: ../source/common/toolkit/LockFD.cpp.o] Error 1
[2021-01-13T17:41:13.887Z] make[1]: Leaving directory '/build/beegfs-client/src/beegfs-client-7.1.3/common/build'
[2021-01-13T17:41:13.887Z] make: *** [Makefile:56: common-all] Error 2
[2021-01-13T17:41:13.887Z] ==> ERROR: A failure occurred in build().