[Pkg-giraffe-maintainers] Bug#865320: kopanocore FTBFS: error: expected class-name before '{' token

Adrian Bunk bunk at debian.org
Tue Jun 20 13:55:10 UTC 2017


Source: kopanocore
Version: 8.1.0-3
Severity: serious

Some recent change in unstable causes kopanocore to FTBFS:

https://tests.reproducible-builds.org/debian/history/kopanocore.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/kopanocore.html

...
In file included from ../../../inetmapi/inputStreamMAPIAdapter.cpp:23:0:
../../../inetmapi/inputStreamMAPIAdapter.h:25:77: error: expected class-name before '{' token
 class inputStreamMAPIAdapter _kc_final : public vmime::utility::inputStream {
                                                                             ^
../../../inetmapi/inputStreamMAPIAdapter.h:30:10: error: 'size_type' does not name a type
  virtual size_type read(value_type* const data, const size_type count);
          ^~~~~~~~~
../../../inetmapi/inputStreamMAPIAdapter.h:31:10: error: 'size_type' does not name a type
  virtual size_type skip(const size_type count);
          ^~~~~~~~~
../../../inetmapi/inputStreamMAPIAdapter.cpp:39:25: error: 'size_type' in 'class vmime::utility::stream' does not name a type
 vmime::utility::stream::size_type inputStreamMAPIAdapter::read(value_type* data, const size_type count)
                         ^~~~~~~~~
../../../inetmapi/inputStreamMAPIAdapter.cpp:62:25: error: 'size_type' in 'class vmime::utility::stream' does not name a type
 vmime::utility::stream::size_type inputStreamMAPIAdapter::skip(const size_type count)
                         ^~~~~~~~~
In file included from ../../../inetmapi/outputStreamMAPIAdapter.cpp:23:0:
../../../inetmapi/outputStreamMAPIAdapter.h:24:69: error: expected class-name before '{' token
 class outputStreamMAPIAdapter : public vmime::utility::outputStream {
                                                                     ^
../../../inetmapi/outputStreamMAPIAdapter.h:28:19: error: 'value_type' does not name a type
  void write(const value_type* const data, const size_type count);
                   ^~~~~~~~~~
../../../inetmapi/outputStreamMAPIAdapter.h:28:49: error: 'size_type' does not name a type
  void write(const value_type* const data, const size_type count);
                                                 ^~~~~~~~~
../../../inetmapi/outputStreamMAPIAdapter.cpp:38:43: error: 'value_type' does not name a type
 void outputStreamMAPIAdapter::write(const value_type* const data, const size_type count)
                                           ^~~~~~~~~~
../../../inetmapi/outputStreamMAPIAdapter.cpp:38:73: error: 'size_type' does not name a type
 void outputStreamMAPIAdapter::write(const value_type* const data, const size_type count)
                                                                         ^~~~~~~~~
Makefile:648: recipe for target 'outputStreamMAPIAdapter.lo' failed
make[4]: *** [outputStreamMAPIAdapter.lo] Error 1



More information about the Pkg-giraffe-maintainers mailing list