Package Details: bbcp-git 17.12.00.00.0-1

Git Clone URL: https://aur.archlinux.org/bbcp-git.git (read-only, click to copy)
Package Base: bbcp-git
Description: A high-performance network file copy application.
Upstream URL: https://www.slac.stanford.edu/~abh/bbcp/
Licenses: LGPL3
Submitter: 5long
Maintainer: mpldr
Last Packager: mpldr
Votes: 0
Popularity: 0.000000
First Submitted: 2017-10-15 11:33 (UTC)
Last Updated: 2021-12-03 15:51 (UTC)

Latest Comments

angelv commented on 2021-12-03 20:17 (UTC)

All good now. Thx

mpldr commented on 2021-12-03 15:51 (UTC)

As of today, this package does not compile. I get the following error:

— @angelv

It seems the default GCC language standard was raised. Thanks for the heads up, it should be fixed now.

angelv commented on 2021-12-03 13:16 (UTC) (edited on 2021-12-03 13:16 (UTC) by angelv)

As of today, this package does not compile. I get the following error:

Compiling bbcp.C
In file included from bbcp_LogFile.h:35,
                 from bbcp_Config.h:33,
                 from bbcp.C:48:
bbcp_Pthread.h:161:20: error: ISO C++17 does not allow dynamic exception specifications
  161 |  ~bbcp_Semaphore() throw(std::exception) {if (sem_destroy(&h_semaphore))
      |                    ^~~~~
bbcp_Pthread.h: In destructor ‘bbcp_Semaphore::~bbcp_Semaphore()’:
bbcp_Pthread.h:162:25: warning: ‘throw’ will always call ‘terminate’ [-Wterminate]
  162 |                        {throw "sem_destroy() failed", errno;}
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
bbcp_Pthread.h:162:25: note: in C++11 destructors default to ‘noexcept’
make[3]: *** [Makefile:274: ../obj/amd64_linux/bbcp.o] Error 1