MidnightBSD Magus

sysutils/flashback

Backup content from any volume to a tarball

Flavor Version Run OSVersion Arch License Restricted Status
1.2.0 463 2.1 amd64 bsd2 0 fail

Events

Machine Type Time Message
m2164 info 2021-07-17 02:20:43.217145 Test Started
m2164 fail 2021-07-17 02:20:46.993061 make build returned non-zero: 1
m2164 fail 2021-07-17 02:20:47.039927 Test complete.

Log

===>  Building for flashback-1.2.0
gmake[1]: Entering directory '/magus/work/usr/mports/sysutils/flashback/work/flashback-1.2.0/src'
rm -rf bin/
c++ -pthread -Wall -pedantic -D_FILE_OFFSET_BITS=64 -D__BSD_VISIBLE=1 -O2 -c -o flashback.o flashback.cpp
rm -f *.o
c++ -pthread -Wall -pedantic -D_FILE_OFFSET_BITS=64 -D__BSD_VISIBLE=1 -O2 -c -o fbCore.o fbCore.cpp
c++ -pthread -Wall -pedantic -D_FILE_OFFSET_BITS=64 -D__BSD_VISIBLE=1 -O2 -c -o fbThread.o fbThread.cpp
c++ -pthread -Wall -pedantic -D_FILE_OFFSET_BITS=64 -D__BSD_VISIBLE=1 -O2 -c -o fbCriticalSection.o fbCriticalSection.cpp
c++ -pthread -Wall -pedantic -D_FILE_OFFSET_BITS=64 -D__BSD_VISIBLE=1 -O2 -c -o fbLock.o fbLock.cpp
c++ -pthread -Wall -pedantic -D_FILE_OFFSET_BITS=64 -D__BSD_VISIBLE=1 -O2 -c -o fbErrorLogger.o fbErrorLogger.cpp
c++ -pthread -Wall -pedantic -D_FILE_OFFSET_BITS=64 -D__BSD_VISIBLE=1 -O2 -c -o fbClient.o fbClient.cpp
c++ -pthread -Wall -pedantic -D_FILE_OFFSET_BITS=64 -D__BSD_VISIBLE=1 -O2 -c -o fbDiskDetector.o fbDiskDetector.cpp
c++ -pthread -Wall -pedantic -D_FILE_OFFSET_BITS=64 -D__BSD_VISIBLE=1 -O2 -c -o fbScheduler.o fbScheduler.cpp
c++ -pthread -Wall -pedantic -D_FILE_OFFSET_BITS=64 -D__BSD_VISIBLE=1 -O2 -c -o tcp.o sockets/tcp.c
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
c++ -pthread -Wall -pedantic -D_FILE_OFFSET_BITS=64 -D__BSD_VISIBLE=1 -O2 -c -o fbSQL.o fbSQL.cpp
In file included from sockets/tcp.c:51:
In file included from /usr/include/c++/v1/stdlib.h:100:
/usr/include/c++/v1/math.h:785:12: error: no member named 'fabsf' in the global namespace; did you mean 'fabs'?
  return ::fabsf(__lcpp_x);
         ~~^
/usr/include/math.h:261:8: note: 'fabs' declared here
double  fabs(double) __pure2;
        ^
In file included from sockets/tcp.c:51:
In file included from /usr/include/c++/v1/stdlib.h:100:
/usr/include/c++/v1/math.h:794:12: error: no member named 'fabsl' in the global namespace; did you mean 'fabs'?
  return ::fabsl(__lcpp_x);
         ~~^
/usr/include/math.h:261:8: note: 'fabs' declared here
double  fabs(double) __pure2;
        ^
In file included from sockets/tcp.c:51:
In file included from /usr/include/c++/v1/stdlib.h:100:
/usr/include/c++/v1/math.h:822:93: error: no member named 'acosf' in the global namespace
inline _LIBCPP_INLINE_VISIBILITY float       acos(float __lcpp_x) _NOEXCEPT       {return ::acosf(__lcpp_x);}
                                                                                          ~~^
/usr/include/c++/v1/math.h:823:93: error: no member named 'acosl' in the global namespace
inline _LIBCPP_INLINE_VISIBILITY long double acos(long double __lcpp_x) _NOEXCEPT {return ::acosl(__lcpp_x);}
                                                                                          ~~^
/usr/include/c++/v1/math.h:834:93: error: no member named 'asinf' in the global namespace
inline _LIBCPP_INLINE_VISIBILITY float       asin(float __lcpp_x) _NOEXCEPT       {return ::asinf(__lcpp_x);}
                                                                                          ~~^
/usr/include/c++/v1/math.h:835:93: error: no member named 'asinl' in the global namespace
inline _LIBCPP_INLINE_VISIBILITY long double asin(long double __lcpp_x) _NOEXCEPT {return ::asinl(__lcpp_x);}
                                                                                          ~~^
/usr/include/c++/v1/math.h:846:93: error: no member named 'atanf' in the global namespace
inline _LIBCPP_INLINE_VISIBILITY float       atan(float __lcpp_x) _NOEXCEPT       {return ::atanf(__lcpp_x);}
                                                                                          ~~^
/usr/include/c++/v1/math.h:847:93: error: no member named 'atanl' in the global namespace
inline _LIBCPP_INLINE_VISIBILITY long double atan(long double __lcpp_x) _NOEXCEPT {return ::atanl(__lcpp_x);}
                                                                                          ~~^
/usr/include/c++/v1/math.h:858:116: error: no member named 'atan2f' in the global namespace; did you mean 'atan2'?
inline _LIBCPP_INLINE_VISIBILITY float       atan2(float __lcpp_y, float __lcpp_x) _NOEXCEPT             {return ::atan2f(__lcpp_y, __lcpp_x);}
                                                                                                                 ~~^
/usr/include/math.h:241:8: note: 'atan2' declared here
double  atan2(double, double);
        ^
In file included from sockets/tcp.c:51:
In file included from /usr/include/c++/v1/stdlib.h:100:
/usr/include/c++/v1/math.h:859:116: error: no member named 'atan2l' in the global namespace; did you mean 'atan2'?
inline _LIBCPP_INLINE_VISIBILITY long double atan2(long double __lcpp_y, long double __lcpp_x) _NOEXCEPT {return ::atan2l(__lcpp_y, __lcpp_x);}
                                                                                                                 ~~^
/usr/include/math.h:241:8: note: 'atan2' declared here
double  atan2(double, double);
        ^
In file included from sockets/tcp.c:51:
In file included from /usr/include/c++/v1/stdlib.h:100:
/usr/include/c++/v1/math.h:881:93: error: no member named 'ceilf' in the global namespace; did you mean 'ceil'?
inline _LIBCPP_INLINE_VISIBILITY float       ceil(float __lcpp_x) _NOEXCEPT       {return ::ceilf(__lcpp_x);}
                                                                                          ~~^
/usr/include/math.h:260:8: note: 'ceil' declared here
double  ceil(double);
        ^
In file included from sockets/tcp.c:51:
In file included from /usr/include/c++/v1/stdlib.h:100:
/usr/include/c++/v1/math.h:882:93: error: no member named 'ceill' in the global namespace; did you mean 'ceil'?
inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __lcpp_x) _NOEXCEPT {return ::ceill(__lcpp_x);}
                                                                                          ~~^
/usr/include/math.h:260:8: note: 'ceil' declared here
double  ceil(double);
        ^
In file included from sockets/tcp.c:51:
In file included from /usr/include/c++/v1/stdlib.h:100:
/usr/include/c++/v1/math.h:893:92: error: no member named 'cosf' in the global namespace
inline _LIBCPP_INLINE_VISIBILITY float       cos(float __lcpp_x) _NOEXCEPT       {return ::cosf(__lcpp_x);}
                                                                                         ~~^
/usr/include/c++/v1/math.h:894:92: error: no member named 'cosl' in the global namespace
inline _LIBCPP_INLINE_VISIBILITY long double cos(long double __lcpp_x) _NOEXCEPT {return ::cosl(__lcpp_x);}
                                                                                         ~~^
/usr/include/c++/v1/math.h:905:93: error: no member named 'coshf' in the global namespace; did you mean 'cosh'?
inline _LIBCPP_INLINE_VISIBILITY float       cosh(float __lcpp_x) _NOEXCEPT       {return ::coshf(__lcpp_x);}
                                                                                          ~~^
/usr/include/math.h:246:8: note: 'cosh' declared here
double  cosh(double);
        ^
In file included from sockets/tcp.c:51:
In file included from /usr/include/c++/v1/stdlib.h:100:
/usr/include/c++/v1/math.h:906:93: error: no member named 'coshl' in the global namespace; did you mean 'cosh'?
inline _LIBCPP_INLINE_VISIBILITY long double cosh(long double __lcpp_x) _NOEXCEPT {return ::coshl(__lcpp_x);}
                                                                                          ~~^
/usr/include/math.h:246:8: note: 'cosh' declared here
double  cosh(double);
        ^
In file included from sockets/tcp.c:51:
In file included from /usr/include/c++/v1/stdlib.h:100:
/usr/include/c++/v1/math.h:917:92: error: no member named 'expf' in the global namespace
inline _LIBCPP_INLINE_VISIBILITY float       exp(float __lcpp_x) _NOEXCEPT       {return ::expf(__lcpp_x);}
                                                                                         ~~^
/usr/include/c++/v1/math.h:918:92: error: no member named 'expl' in the global namespace
inline _LIBCPP_INLINE_VISIBILITY long double exp(long double __lcpp_x) _NOEXCEPT {return ::expl(__lcpp_x);}
                                                                                         ~~^
/usr/include/c++/v1/math.h:929:93: error: no member named 'fabsf' in the global namespace; did you mean 'fabs'?
inline _LIBCPP_INLINE_VISIBILITY float       fabs(float __lcpp_x) _NOEXCEPT       {return ::fabsf(__lcpp_x);}
                                                                                          ~~^
/usr/include/math.h:261:8: note: 'fabs' declared here
double  fabs(double) __pure2;
        ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
gmake[1]: *** [Makefile:70: tcp.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
gmake[1]: Leaving directory '/magus/work/usr/mports/sysutils/flashback/work/flashback-1.2.0/src'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/mports/sysutils/flashback

Links

Depends On

Depend Of

Nothing

Categories