Skip to content

Batch 47 armhf time_t quirks

2 libvolk2-dev
2 libvmdk-dev
2 libvidstab-dev
2 libvhdi-dev
2 libverto-dev
2 libvcflib-dev
2 libvcdinfo-dev
2 libvalapanel-dev
2 libuvc-dev
2 libusermetricsinput-dev

I addressed all issues except this one for libvcflib-dev. abi-compliance-checker adds a namespace const that fails to compile:

[...]
  // add includes
  #include "/usr/include/intervaltree/IntervalTree.h"
  #include "/usr/include/vcflib/BedReader.h"
  #include "/usr/include/vcflib/Variant.h"
  #include "/usr/include/vcflib/catch.hpp"
  #include "/usr/include/vcflib/cdflib.hpp"
  #include "/usr/include/vcflib/convert.h"
  #include "/usr/include/vcflib/filevercmp.h"
  #include "/usr/include/vcflib/gpatInfo.hpp"
  #include "/usr/include/vcflib/join.h"
  #include "/usr/include/vcflib/makeUnique.h"
  #include "/usr/include/vcflib/mt19937ar.h"
  #include "/usr/include/vcflib/multichoose.h"
  #include "/usr/include/vcflib/multipermute.h"
  #include "/usr/include/vcflib/pdflib.hpp"
  #include "/usr/include/vcflib/rnglib.hpp"
  #include "/usr/include/vcflib/split.h"
  #include "/usr/include/vcflib/var.hpp"

  // add namespaces
  namespace Catch{typedef int tmp_add_type_1;}
  Catch::tmp_add_type_1 tmp_add_func_1(){return 0;};
  namespace Catch{namespace Detail{typedef int tmp_add_type_2;}}
  Catch::Detail::tmp_add_type_2 tmp_add_func_2(){return 0;};
  namespace Catch{namespace Generators{typedef int tmp_add_type_3;}}
  Catch::Generators::tmp_add_type_3 tmp_add_func_3(){return 0;};
  namespace Catch{namespace Internal{typedef int tmp_add_type_4;}}
  Catch::Internal::tmp_add_type_4 tmp_add_func_4(){return 0;};
  namespace Catch{namespace Matchers{typedef int tmp_add_type_5;}}
  Catch::Matchers::tmp_add_type_5 tmp_add_func_5(){return 0;};
  namespace Catch{namespace Matchers{namespace Impl{typedef int tmp_add_type_6;}}}
  Catch::Matchers::Impl::tmp_add_type_6 tmp_add_func_6(){return 0;};
  namespace Catch{namespace Matchers{namespace Impl{namespace Generic{typedef int tmp_add_type_7;}}}}
  Catch::Matchers::Impl::Generic::tmp_add_type_7 tmp_add_func_7(){return 0;};
  namespace Catch{namespace Matchers{namespace Impl{namespace StdString{typedef int tmp_add_type_8;}}}}
  Catch::Matchers::Impl::StdString::tmp_add_type_8 tmp_add_func_8(){return 0;};
  namespace Catch{namespace TupleDetail{typedef int tmp_add_type_9;}}
  Catch::TupleDetail::tmp_add_type_9 tmp_add_func_9(){return 0;};
  namespace const{typedef int tmp_add_type_10;}
  const::tmp_add_type_10 tmp_add_func_10(){return 0;};
  namespace Detail{typedef int tmp_add_type_11;}
  Detail::tmp_add_type_11 tmp_add_func_11(){return 0;};
  namespace StripedSmithWaterman{typedef int tmp_add_type_12;}
  StripedSmithWaterman::tmp_add_type_12 tmp_add_func_12(){return 0;};
  namespace vcflib{typedef int tmp_add_type_13;}
  vcflib::tmp_add_type_13 tmp_add_func_13(){return 0;};
[...]

/tmp/iUj9vCZbkh/dump1.h:54:13: error: expected identifier before 'const'
   54 |   namespace const{typedef int tmp_add_type_10;}
      |             ^~~~~
/tmp/iUj9vCZbkh/dump1.h:54:18: error: expected unqualified-id before '{' token
   54 |   namespace const{typedef int tmp_add_type_10;}
      |                  ^
/tmp/iUj9vCZbkh/dump1.h:55:10: error: 'tmp_add_type_10' in namespace '::' does not name a type; did you mean 'tmp_add_func_1'?
   55 |   const::tmp_add_type_10 tmp_add_func_10(){return 0;};
      |          ^~~~~~~~~~~~~~~
      |          tmp_add_func_1
Edited by Benjamin Drung

Merge request reports

Loading