FailedOk

th/SRPMS[OK]
th/x32[OK]
th/i686[OK]
th/x86_64[OK]

ac/SRPMS[OK]
ac/i386[OK]
ac/i586[OK]
ac/i686[OK]
ac/alpha[OK]
ac/amd64[OK]
ac/athlon[OK]
ac/ppc[OK]
ac/sparc[OK]
ac/sparc64[OK]

Advanced Search
main()
Powered by PLD Linux
(c) 2002-2024 PLD Team
$Revision: 1.37 $
Powered by BOFH.
Your IP: 34.239.150.167

zbackup 5a0d30ed-455c-415d-9ef8-776a135d161f

Status:Failed
Source URL:https://buildlogs.pld-linux.org/pld/th/x86_64/FAIL/zbackup,5a0d30ed-455c-415d-9ef8-776a135d161f.bz2
text/plain URL:View!
full text:View!
rpm -qa of builder:View!
Date:2024/09/21 09:02:24
Runtime:0:00:06.136150

Toc:

  • error 1
  • /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/backup_restorer.cc:30:25: error: no matching function for call to 'google::protobuf::io::CodedInputStream::SetTotalBytesLimit(std::__cxx11::basic_string<char>::size_type, int)'
  • error 2
  • make[2]: *** [CMakeFiles/zbackup.dir/build.make:143: CMakeFiles/zbackup.dir/backup_restorer.cc.o] Error 1
  • error 3
  • make[1]: *** [CMakeFiles/Makefile2:86: CMakeFiles/zbackup.dir/all] Error 2
  • error 4
  • error: Bad exit status from /tmp/B.ogy8s77d/BUILD/tmp/rpm-tmp.hHjVeR (%build)
  • error 5
  • RPM build errors:
  • error 6
  • error: No files produced.

Content:

                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/backup_restorer.hh:12,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/backup_restorer.cc:8:
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:40:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   40 |   UnbufferedFile( char const * fileName, Mode ) throw( exCantOpen );
      |                                                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:45:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   45 |   size_t read( void * buf, size_t size ) throw( exReadError );
      |                                          ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:48:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   48 |   void write( void const * buf, size_t size ) throw( exWriteError );
      |                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:51:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   51 |   Offset size() throw( exSeekError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:54:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   54 |   void seekCur( Offset ) throw( exSeekError );
      |                          ^~~~~
In file included from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/index_file.hh:15,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_index.hh:25,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_storage.hh:15:
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:43:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   43 |     throw( exCantOpen );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:46:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   46 |     throw( exCantOpen );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:50:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   50 |   void read( void * buf, size_t size ) throw( exReadError, exWriteError );
      |                                        ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:53:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   53 |   void read( T & value ) throw( exReadError, exWriteError )
      |                          ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:57:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   57 |   T read() throw( exReadError, exWriteError )
      |            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:62:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   62 |   size_t readRecords( void * buf, size_t size, size_t count ) throw( exWriteError );
      |                                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:70:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   70 |   void write( void const * buf, size_t size ) throw( exWriteError );
      |                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:73:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |   void write( T const & value ) throw( exWriteError )
      |                                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:81:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   81 |     throw( exWriteError );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:86:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   86 |   char * gets( char * s, int size, bool stripNl = false ) throw( exWriteError );
      |                                                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:90:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   90 |   std::string gets( bool stripNl = true ) throw( exReadError, exWriteError );
      |                                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:93:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   93 |   void seek( long offset ) throw( exSeekError, exWriteError );
      |                            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:95:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   95 |   void seekCur( long offset ) throw( exSeekError, exWriteError );
      |                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:97:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   97 |   void seekEnd( long offset = 0 ) throw( exSeekError, exWriteError );
      |                                   ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:100:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  100 |   void rewind() throw( exSeekError, exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:103:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  103 |   size_t tell() throw( exSeekError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:106:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  106 |   size_t size() throw( exSeekError, exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:109:14: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  109 |   bool eof() throw( exWriteError );
      |              ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:113:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  113 |   FILE * file() throw( exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:117:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  117 |   FILE * release() throw( exWriteError );
      |                    ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:120:16: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  120 |   void close() throw( exWriteError );
      |                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:131:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  131 |   static void erase( std::string const & ) throw( exCantErase );
      |                                            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:135:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  135 |                       std::string const & to ) throw( exCantRename );
      |                                                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:155:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  155 |   void open( char const * filename, OpenMode ) throw( exCantOpen );
      |                                                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:156:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  156 |   void flushWriteBuffer() throw( exWriteError );
      |                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:157:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  157 |   void releaseWriteBuffer() throw( exWriteError );
      |                             ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/backup_restorer.cc: In function 'void BackupRestorer::restore(ChunkStorage::Reader&, const std::string&, DataSink*, ChunkSet*)':
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/backup_restorer.cc:30:25: error: no matching function for call to 'google::protobuf::io::CodedInputStream::SetTotalBytesLimit(std::__cxx11::basic_string<char>::size_type, int)'
   30 |   cis.SetTotalBytesLimit( backupData.size(), -1 );
      |   ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/backup_restorer.cc:4:
/usr/include/google/protobuf/io/coded_stream.h:407:8: note: candidate: 'void google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int)'
  407 |   void SetTotalBytesLimit(int total_bytes_limit);
      |        ^~~~~~~~~~~~~~~~~~
/usr/include/google/protobuf/io/coded_stream.h:407:8: note:   candidate expects 1 argument, 2 provided
make[2]: *** [CMakeFiles/zbackup.dir/build.make:143: CMakeFiles/zbackup.dir/backup_restorer.cc.o] Error 1
make[2]: Leaving directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
make[2]: *** Waiting for unfinished jobs....
make[2]: Entering directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
[ 52%] Building CXX object CMakeFiles/zbackup.dir/encrypted_file.cc.o
/usr/bin/x86_64-pld-linux-g++ -DHAVE_LIBLZO -I/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -std=c++11 -O3 -DNDEBUG -MD -MT CMakeFiles/zbackup.dir/encrypted_file.cc.o -MF CMakeFiles/zbackup.dir/encrypted_file.cc.o.d -o CMakeFiles/zbackup.dir/encrypted_file.cc.o -c /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/encrypted_file.cc
In file included from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/encrypted_file.hh:18,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/encrypted_file.cc:8:
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:40:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   40 |   UnbufferedFile( char const * fileName, Mode ) throw( exCantOpen );
      |                                                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:45:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   45 |   size_t read( void * buf, size_t size ) throw( exReadError );
      |                                          ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:48:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   48 |   void write( void const * buf, size_t size ) throw( exWriteError );
      |                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:51:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   51 |   Offset size() throw( exSeekError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:54:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   54 |   void seekCur( Offset ) throw( exSeekError );
      |                          ^~~~~
make[2]: Leaving directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
make[2]: Entering directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
[ 29%] Building CXX object CMakeFiles/zbackup.dir/chunk_index.cc.o
/usr/bin/x86_64-pld-linux-g++ -DHAVE_LIBLZO -I/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -std=c++11 -O3 -DNDEBUG -MD -MT CMakeFiles/zbackup.dir/chunk_index.cc.o -MF CMakeFiles/zbackup.dir/chunk_index.cc.o.d -o CMakeFiles/zbackup.dir/chunk_index.cc.o -c /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_index.cc
In file included from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/encrypted_file.hh:18,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/bundle.hh:19,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_index.hh:19,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_index.cc:9:
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:40:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   40 |   UnbufferedFile( char const * fileName, Mode ) throw( exCantOpen );
      |                                                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:45:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   45 |   size_t read( void * buf, size_t size ) throw( exReadError );
      |                                          ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:48:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   48 |   void write( void const * buf, size_t size ) throw( exWriteError );
      |                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:51:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   51 |   Offset size() throw( exSeekError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:54:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   54 |   void seekCur( Offset ) throw( exSeekError );
      |                          ^~~~~
In file included from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/index_file.hh:15,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_index.hh:25:
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:43:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   43 |     throw( exCantOpen );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:46:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   46 |     throw( exCantOpen );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:50:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   50 |   void read( void * buf, size_t size ) throw( exReadError, exWriteError );
      |                                        ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:53:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   53 |   void read( T & value ) throw( exReadError, exWriteError )
      |                          ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:57:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   57 |   T read() throw( exReadError, exWriteError )
      |            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:62:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   62 |   size_t readRecords( void * buf, size_t size, size_t count ) throw( exWriteError );
      |                                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:70:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   70 |   void write( void const * buf, size_t size ) throw( exWriteError );
      |                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:73:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |   void write( T const & value ) throw( exWriteError )
      |                                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:81:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   81 |     throw( exWriteError );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:86:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   86 |   char * gets( char * s, int size, bool stripNl = false ) throw( exWriteError );
      |                                                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:90:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   90 |   std::string gets( bool stripNl = true ) throw( exReadError, exWriteError );
      |                                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:93:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   93 |   void seek( long offset ) throw( exSeekError, exWriteError );
      |                            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:95:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   95 |   void seekCur( long offset ) throw( exSeekError, exWriteError );
      |                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:97:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   97 |   void seekEnd( long offset = 0 ) throw( exSeekError, exWriteError );
      |                                   ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:100:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  100 |   void rewind() throw( exSeekError, exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:103:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  103 |   size_t tell() throw( exSeekError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:106:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  106 |   size_t size() throw( exSeekError, exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:109:14: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  109 |   bool eof() throw( exWriteError );
      |              ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:113:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  113 |   FILE * file() throw( exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:117:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  117 |   FILE * release() throw( exWriteError );
      |                    ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:120:16: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  120 |   void close() throw( exWriteError );
      |                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:131:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  131 |   static void erase( std::string const & ) throw( exCantErase );
      |                                            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:135:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  135 |                       std::string const & to ) throw( exCantRename );
      |                                                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:155:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  155 |   void open( char const * filename, OpenMode ) throw( exCantOpen );
      |                                                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:156:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  156 |   void flushWriteBuffer() throw( exWriteError );
      |                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:157:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  157 |   void releaseWriteBuffer() throw( exWriteError );
      |                             ^~~~~
make[2]: Leaving directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
make[2]: Entering directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
[ 11%] Building CXX object CMakeFiles/zbackup.dir/bundle.cc.o
/usr/bin/x86_64-pld-linux-g++ -DHAVE_LIBLZO -I/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -std=c++11 -O3 -DNDEBUG -MD -MT CMakeFiles/zbackup.dir/bundle.cc.o -MF CMakeFiles/zbackup.dir/bundle.cc.o.d -o CMakeFiles/zbackup.dir/bundle.cc.o -c /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/bundle.cc
In file included from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/encrypted_file.hh:18,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/bundle.hh:19,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/bundle.cc:6:
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:40:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   40 |   UnbufferedFile( char const * fileName, Mode ) throw( exCantOpen );
      |                                                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:45:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   45 |   size_t read( void * buf, size_t size ) throw( exReadError );
      |                                          ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:48:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   48 |   void write( void const * buf, size_t size ) throw( exWriteError );
      |                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:51:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   51 |   Offset size() throw( exSeekError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:54:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   54 |   void seekCur( Offset ) throw( exSeekError );
      |                          ^~~~~
make[2]: Leaving directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
make[2]: Entering directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
[  8%] Building CXX object CMakeFiles/zbackup.dir/backup_creator.cc.o
/usr/bin/x86_64-pld-linux-g++ -DHAVE_LIBLZO -I/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -std=c++11 -O3 -DNDEBUG -MD -MT CMakeFiles/zbackup.dir/backup_creator.cc.o -MF CMakeFiles/zbackup.dir/backup_creator.cc.o.d -o CMakeFiles/zbackup.dir/backup_creator.cc.o -c /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/backup_creator.cc
In file included from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/encrypted_file.hh:18,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/bundle.hh:19,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_index.hh:19,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/backup_creator.hh:13,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/backup_creator.cc:7:
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:40:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   40 |   UnbufferedFile( char const * fileName, Mode ) throw( exCantOpen );
      |                                                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:45:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   45 |   size_t read( void * buf, size_t size ) throw( exReadError );
      |                                          ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:48:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   48 |   void write( void const * buf, size_t size ) throw( exWriteError );
      |                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:51:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   51 |   Offset size() throw( exSeekError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:54:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   54 |   void seekCur( Offset ) throw( exSeekError );
      |                          ^~~~~
In file included from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/index_file.hh:15,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_index.hh:25:
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:43:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   43 |     throw( exCantOpen );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:46:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   46 |     throw( exCantOpen );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:50:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   50 |   void read( void * buf, size_t size ) throw( exReadError, exWriteError );
      |                                        ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:53:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   53 |   void read( T & value ) throw( exReadError, exWriteError )
      |                          ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:57:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   57 |   T read() throw( exReadError, exWriteError )
      |            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:62:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   62 |   size_t readRecords( void * buf, size_t size, size_t count ) throw( exWriteError );
      |                                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:70:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   70 |   void write( void const * buf, size_t size ) throw( exWriteError );
      |                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:73:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |   void write( T const & value ) throw( exWriteError )
      |                                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:81:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   81 |     throw( exWriteError );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:86:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   86 |   char * gets( char * s, int size, bool stripNl = false ) throw( exWriteError );
      |                                                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:90:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   90 |   std::string gets( bool stripNl = true ) throw( exReadError, exWriteError );
      |                                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:93:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   93 |   void seek( long offset ) throw( exSeekError, exWriteError );
      |                            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:95:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   95 |   void seekCur( long offset ) throw( exSeekError, exWriteError );
      |                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:97:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   97 |   void seekEnd( long offset = 0 ) throw( exSeekError, exWriteError );
      |                                   ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:100:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  100 |   void rewind() throw( exSeekError, exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:103:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  103 |   size_t tell() throw( exSeekError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:106:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  106 |   size_t size() throw( exSeekError, exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:109:14: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  109 |   bool eof() throw( exWriteError );
      |              ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:113:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  113 |   FILE * file() throw( exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:117:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  117 |   FILE * release() throw( exWriteError );
      |                    ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:120:16: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  120 |   void close() throw( exWriteError );
      |                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:131:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  131 |   static void erase( std::string const & ) throw( exCantErase );
      |                                            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:135:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  135 |                       std::string const & to ) throw( exCantRename );
      |                                                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:155:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  155 |   void open( char const * filename, OpenMode ) throw( exCantOpen );
      |                                                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:156:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  156 |   void flushWriteBuffer() throw( exWriteError );
      |                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:157:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  157 |   void releaseWriteBuffer() throw( exWriteError );
      |                             ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/backup_creator.cc: In member function 'virtual const ChunkId& BackupCreator::getChunkId()':
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/backup_creator.cc:214:14: warning: 'int SHA1_Init(SHA_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  214 |     SHA1_Init( &ctx );
      |     ~~~~~~~~~^~~~~~~~
In file included from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/backup_creator.cc:4:
/usr/include/openssl/sha.h:49:27: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
      |                           ^~~~~~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/backup_creator.cc:219:18: warning: 'int SHA1_Update(SHA_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  219 |       SHA1_Update( &ctx, tail, head - tail );
      |       ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/sha.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/backup_creator.cc:224:18: warning: 'int SHA1_Update(SHA_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  224 |       SHA1_Update( &ctx, tail, end - tail );
      |       ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/sha.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/backup_creator.cc:225:18: warning: 'int SHA1_Update(SHA_CTX*, const void*, size_t)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  225 |       SHA1_Update( &ctx, begin, head - begin );
      |       ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/sha.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/backup_creator.cc:229:15: warning: 'int SHA1_Final(unsigned char*, SHA_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  229 |     SHA1_Final( sha1Value, &ctx );
      |     ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/include/openssl/sha.h:51:27: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
      |                           ^~~~~~~~~~
make[2]: Leaving directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
make[2]: Entering directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
[ 91%] Building CXX object CMakeFiles/zbackup.dir/zbackup_base.cc.o
/usr/bin/x86_64-pld-linux-g++ -DHAVE_LIBLZO -I/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -std=c++11 -O3 -DNDEBUG -MD -MT CMakeFiles/zbackup.dir/zbackup_base.cc.o -MF CMakeFiles/zbackup.dir/zbackup_base.cc.o.d -o CMakeFiles/zbackup.dir/zbackup_base.cc.o -c /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/zbackup_base.cc
In file included from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/encrypted_file.hh:18,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/bundle.hh:19,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_index.hh:19,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/zbackup_base.hh:11,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/zbackup_base.cc:4:
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:40:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   40 |   UnbufferedFile( char const * fileName, Mode ) throw( exCantOpen );
      |                                                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:45:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   45 |   size_t read( void * buf, size_t size ) throw( exReadError );
      |                                          ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:48:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   48 |   void write( void const * buf, size_t size ) throw( exWriteError );
      |                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:51:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   51 |   Offset size() throw( exSeekError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:54:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   54 |   void seekCur( Offset ) throw( exSeekError );
      |                          ^~~~~
In file included from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/index_file.hh:15,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_index.hh:25:
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:43:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   43 |     throw( exCantOpen );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:46:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   46 |     throw( exCantOpen );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:50:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   50 |   void read( void * buf, size_t size ) throw( exReadError, exWriteError );
      |                                        ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:53:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   53 |   void read( T & value ) throw( exReadError, exWriteError )
      |                          ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:57:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   57 |   T read() throw( exReadError, exWriteError )
      |            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:62:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   62 |   size_t readRecords( void * buf, size_t size, size_t count ) throw( exWriteError );
      |                                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:70:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   70 |   void write( void const * buf, size_t size ) throw( exWriteError );
      |                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:73:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |   void write( T const & value ) throw( exWriteError )
      |                                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:81:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   81 |     throw( exWriteError );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:86:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   86 |   char * gets( char * s, int size, bool stripNl = false ) throw( exWriteError );
      |                                                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:90:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   90 |   std::string gets( bool stripNl = true ) throw( exReadError, exWriteError );
      |                                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:93:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   93 |   void seek( long offset ) throw( exSeekError, exWriteError );
      |                            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:95:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   95 |   void seekCur( long offset ) throw( exSeekError, exWriteError );
      |                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:97:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   97 |   void seekEnd( long offset = 0 ) throw( exSeekError, exWriteError );
      |                                   ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:100:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  100 |   void rewind() throw( exSeekError, exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:103:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  103 |   size_t tell() throw( exSeekError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:106:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  106 |   size_t size() throw( exSeekError, exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:109:14: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  109 |   bool eof() throw( exWriteError );
      |              ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:113:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  113 |   FILE * file() throw( exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:117:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  117 |   FILE * release() throw( exWriteError );
      |                    ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:120:16: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  120 |   void close() throw( exWriteError );
      |                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:131:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  131 |   static void erase( std::string const & ) throw( exCantErase );
      |                                            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:135:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  135 |                       std::string const & to ) throw( exCantRename );
      |                                                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:155:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  155 |   void open( char const * filename, OpenMode ) throw( exCantOpen );
      |                                                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:156:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  156 |   void flushWriteBuffer() throw( exWriteError );
      |                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:157:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  157 |   void releaseWriteBuffer() throw( exWriteError );
      |                             ^~~~~
make[2]: Leaving directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
make[2]: Entering directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
[ 35%] Building CXX object CMakeFiles/zbackup.dir/chunk_storage.cc.o
/usr/bin/x86_64-pld-linux-g++ -DHAVE_LIBLZO -I/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -std=c++11 -O3 -DNDEBUG -MD -MT CMakeFiles/zbackup.dir/chunk_storage.cc.o -MF CMakeFiles/zbackup.dir/chunk_storage.cc.o.d -o CMakeFiles/zbackup.dir/chunk_storage.cc.o -c /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_storage.cc
In file included from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/encrypted_file.hh:18,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/bundle.hh:19,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_storage.hh:13,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_storage.cc:5:
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:40:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   40 |   UnbufferedFile( char const * fileName, Mode ) throw( exCantOpen );
      |                                                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:45:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   45 |   size_t read( void * buf, size_t size ) throw( exReadError );
      |                                          ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:48:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   48 |   void write( void const * buf, size_t size ) throw( exWriteError );
      |                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:51:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   51 |   Offset size() throw( exSeekError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:54:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   54 |   void seekCur( Offset ) throw( exSeekError );
      |                          ^~~~~
In file included from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/index_file.hh:15,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_index.hh:25,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_storage.hh:15:
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:43:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   43 |     throw( exCantOpen );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:46:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   46 |     throw( exCantOpen );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:50:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   50 |   void read( void * buf, size_t size ) throw( exReadError, exWriteError );
      |                                        ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:53:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   53 |   void read( T & value ) throw( exReadError, exWriteError )
      |                          ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:57:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   57 |   T read() throw( exReadError, exWriteError )
      |            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:62:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   62 |   size_t readRecords( void * buf, size_t size, size_t count ) throw( exWriteError );
      |                                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:70:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   70 |   void write( void const * buf, size_t size ) throw( exWriteError );
      |                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:73:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |   void write( T const & value ) throw( exWriteError )
      |                                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:81:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   81 |     throw( exWriteError );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:86:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   86 |   char * gets( char * s, int size, bool stripNl = false ) throw( exWriteError );
      |                                                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:90:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   90 |   std::string gets( bool stripNl = true ) throw( exReadError, exWriteError );
      |                                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:93:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   93 |   void seek( long offset ) throw( exSeekError, exWriteError );
      |                            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:95:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   95 |   void seekCur( long offset ) throw( exSeekError, exWriteError );
      |                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:97:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   97 |   void seekEnd( long offset = 0 ) throw( exSeekError, exWriteError );
      |                                   ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:100:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  100 |   void rewind() throw( exSeekError, exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:103:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  103 |   size_t tell() throw( exSeekError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:106:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  106 |   size_t size() throw( exSeekError, exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:109:14: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  109 |   bool eof() throw( exWriteError );
      |              ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:113:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  113 |   FILE * file() throw( exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:117:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  117 |   FILE * release() throw( exWriteError );
      |                    ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:120:16: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  120 |   void close() throw( exWriteError );
      |                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:131:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  131 |   static void erase( std::string const & ) throw( exCantErase );
      |                                            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:135:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  135 |                       std::string const & to ) throw( exCantRename );
      |                                                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:155:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  155 |   void open( char const * filename, OpenMode ) throw( exCantOpen );
      |                                                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:156:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  156 |   void flushWriteBuffer() throw( exWriteError );
      |                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:157:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  157 |   void releaseWriteBuffer() throw( exWriteError );
      |                             ^~~~~
make[2]: Leaving directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
make[2]: Entering directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
[ 94%] Building CXX object CMakeFiles/zbackup.dir/zcollector.cc.o
/usr/bin/x86_64-pld-linux-g++ -DHAVE_LIBLZO -I/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -std=c++11 -O3 -DNDEBUG -MD -MT CMakeFiles/zbackup.dir/zcollector.cc.o -MF CMakeFiles/zbackup.dir/zcollector.cc.o.d -o CMakeFiles/zbackup.dir/zcollector.cc.o -c /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/zcollector.cc
In file included from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/encrypted_file.hh:18,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/bundle.hh:19,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_index.hh:19,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/zbackup_base.hh:11,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/zcollector.hh:7,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/zcollector.cc:4:
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:40:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   40 |   UnbufferedFile( char const * fileName, Mode ) throw( exCantOpen );
      |                                                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:45:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   45 |   size_t read( void * buf, size_t size ) throw( exReadError );
      |                                          ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:48:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   48 |   void write( void const * buf, size_t size ) throw( exWriteError );
      |                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:51:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   51 |   Offset size() throw( exSeekError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:54:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   54 |   void seekCur( Offset ) throw( exSeekError );
      |                          ^~~~~
In file included from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/index_file.hh:15,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_index.hh:25:
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:43:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   43 |     throw( exCantOpen );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:46:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   46 |     throw( exCantOpen );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:50:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   50 |   void read( void * buf, size_t size ) throw( exReadError, exWriteError );
      |                                        ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:53:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   53 |   void read( T & value ) throw( exReadError, exWriteError )
      |                          ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:57:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   57 |   T read() throw( exReadError, exWriteError )
      |            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:62:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   62 |   size_t readRecords( void * buf, size_t size, size_t count ) throw( exWriteError );
      |                                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:70:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   70 |   void write( void const * buf, size_t size ) throw( exWriteError );
      |                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:73:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |   void write( T const & value ) throw( exWriteError )
      |                                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:81:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   81 |     throw( exWriteError );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:86:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   86 |   char * gets( char * s, int size, bool stripNl = false ) throw( exWriteError );
      |                                                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:90:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   90 |   std::string gets( bool stripNl = true ) throw( exReadError, exWriteError );
      |                                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:93:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   93 |   void seek( long offset ) throw( exSeekError, exWriteError );
      |                            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:95:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   95 |   void seekCur( long offset ) throw( exSeekError, exWriteError );
      |                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:97:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   97 |   void seekEnd( long offset = 0 ) throw( exSeekError, exWriteError );
      |                                   ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:100:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  100 |   void rewind() throw( exSeekError, exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:103:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  103 |   size_t tell() throw( exSeekError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:106:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  106 |   size_t size() throw( exSeekError, exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:109:14: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  109 |   bool eof() throw( exWriteError );
      |              ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:113:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  113 |   FILE * file() throw( exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:117:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  117 |   FILE * release() throw( exWriteError );
      |                    ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:120:16: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  120 |   void close() throw( exWriteError );
      |                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:131:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  131 |   static void erase( std::string const & ) throw( exCantErase );
      |                                            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:135:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  135 |                       std::string const & to ) throw( exCantRename );
      |                                                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:155:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  155 |   void open( char const * filename, OpenMode ) throw( exCantOpen );
      |                                                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:156:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  156 |   void flushWriteBuffer() throw( exWriteError );
      |                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:157:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  157 |   void releaseWriteBuffer() throw( exWriteError );
      |                             ^~~~~
make[2]: Leaving directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
make[2]: Entering directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
[ 97%] Building CXX object CMakeFiles/zbackup.dir/zbackup.pb.cc.o
/usr/bin/x86_64-pld-linux-g++ -DHAVE_LIBLZO -I/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -std=c++11 -O3 -DNDEBUG -MD -MT CMakeFiles/zbackup.dir/zbackup.pb.cc.o -MF CMakeFiles/zbackup.dir/zbackup.pb.cc.o.d -o CMakeFiles/zbackup.dir/zbackup.pb.cc.o -c /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build/zbackup.pb.cc
make[2]: Leaving directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
make[2]: Entering directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
[ 88%] Building CXX object CMakeFiles/zbackup.dir/zbackup.cc.o
/usr/bin/x86_64-pld-linux-g++ -DHAVE_LIBLZO -I/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2  -std=c++11 -O3 -DNDEBUG -MD -MT CMakeFiles/zbackup.dir/zbackup.cc.o -MF CMakeFiles/zbackup.dir/zbackup.cc.o.d -o CMakeFiles/zbackup.dir/zbackup.cc.o -c /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/zbackup.cc
In file included from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/encrypted_file.hh:18,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/bundle.hh:19,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_index.hh:19,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/backup_creator.hh:13,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/zbackup.cc:14:
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:40:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   40 |   UnbufferedFile( char const * fileName, Mode ) throw( exCantOpen );
      |                                                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:45:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   45 |   size_t read( void * buf, size_t size ) throw( exReadError );
      |                                          ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:48:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   48 |   void write( void const * buf, size_t size ) throw( exWriteError );
      |                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:51:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   51 |   Offset size() throw( exSeekError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/unbuffered_file.hh:54:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   54 |   void seekCur( Offset ) throw( exSeekError );
      |                          ^~~~~
In file included from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/index_file.hh:15,
                 from /tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/chunk_index.hh:25:
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:43:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   43 |     throw( exCantOpen );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:46:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   46 |     throw( exCantOpen );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:50:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   50 |   void read( void * buf, size_t size ) throw( exReadError, exWriteError );
      |                                        ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:53:26: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   53 |   void read( T & value ) throw( exReadError, exWriteError )
      |                          ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:57:12: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   57 |   T read() throw( exReadError, exWriteError )
      |            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:62:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   62 |   size_t readRecords( void * buf, size_t size, size_t count ) throw( exWriteError );
      |                                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:70:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   70 |   void write( void const * buf, size_t size ) throw( exWriteError );
      |                                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:73:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |   void write( T const & value ) throw( exWriteError )
      |                                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:81:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   81 |     throw( exWriteError );
      |     ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:86:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   86 |   char * gets( char * s, int size, bool stripNl = false ) throw( exWriteError );
      |                                                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:90:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   90 |   std::string gets( bool stripNl = true ) throw( exReadError, exWriteError );
      |                                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:93:28: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   93 |   void seek( long offset ) throw( exSeekError, exWriteError );
      |                            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:95:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   95 |   void seekCur( long offset ) throw( exSeekError, exWriteError );
      |                               ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:97:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   97 |   void seekEnd( long offset = 0 ) throw( exSeekError, exWriteError );
      |                                   ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:100:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  100 |   void rewind() throw( exSeekError, exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:103:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  103 |   size_t tell() throw( exSeekError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:106:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  106 |   size_t size() throw( exSeekError, exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:109:14: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  109 |   bool eof() throw( exWriteError );
      |              ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:113:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  113 |   FILE * file() throw( exWriteError );
      |                 ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:117:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  117 |   FILE * release() throw( exWriteError );
      |                    ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:120:16: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  120 |   void close() throw( exWriteError );
      |                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:131:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  131 |   static void erase( std::string const & ) throw( exCantErase );
      |                                            ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:135:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  135 |                       std::string const & to ) throw( exCantRename );
      |                                                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:155:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  155 |   void open( char const * filename, OpenMode ) throw( exCantOpen );
      |                                                ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:156:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  156 |   void flushWriteBuffer() throw( exWriteError );
      |                           ^~~~~
/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/file.hh:157:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  157 |   void releaseWriteBuffer() throw( exWriteError );
      |                             ^~~~~
make[2]: Leaving directory '/tmp/B.ogy8s77d/BUILD/zbackup-1.4.4/build'
make[1]: *** [CMakeFiles/Makefile2:86: CMakeFiles/zbackup.dir/all] Error 2
make: *** [Makefile:139: all] Error 2
error: Bad exit status from /tmp/B.ogy8s77d/BUILD/tmp/rpm-tmp.hHjVeR (%build)

RPM build warnings:
    Macro expanded in comment on line 9: %{version}/%{name}-%{version}.tar.gz

    Could not canonicalize hostname: ymir

RPM build errors:
    Bad exit status from /tmp/B.ogy8s77d/BUILD/tmp/rpm-tmp.hHjVeR (%build)
ended at: Sat Sep 21 09:02:23 2024, done in 0:00:06.136150
error: No files produced.
+ chmod -R u+rwX /tmp/B.ogy8s77d/BUILD
+ rm -rf /tmp/B.ogy8s77d/tmp /tmp/B.ogy8s77d/BUILD
+ rm -rf /tmp/B.ogy8s77d
Begin-PLD-Builder-Info
Build-Time: user:44.12s sys:6.33s real:8.61s (faults io:5 non-io:447754)

End-PLD-Builder-Info
[Back to list of logs] [View rpm -qa of builder]