Your message dated Tue, 12 Sep 2017 21:32:05 +0200
with message-id <[email protected]>
and subject line Re: Bug#865320: kopanocore FTBFS: error: expected class-name
before '{' token
has caused the Debian Bug report #865320,
regarding kopanocore FTBFS: error: expected class-name before '{' token
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
865320: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865320
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 8.3.3-1
This issue was solved with the a prepared version 8.3.2-1 which never
hitted the archive due a upload of a more recent version 8.3.3-1 which
needed to go through in NEW.
On Tue, Jun 20, 2017 at 04:55:10PM +0300, Adrian Bunk wrote:
> 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
--- End Message ---