Your message dated Mon, 21 Aug 2017 13:34:22 +0000
with message-id <[email protected]>
and subject line Bug#871111: fixed in fw4spl 11.0.4-2
has caused the Debian Bug report #871111,
regarding fw4spl: FTBFS: Buffer.hpp:26:18: error: 'function' in namespace 'std' 
does not name a template type
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.)


-- 
871111: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871111
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: fw4spl
Version: 11.0.4-1
Severity: serious
Tags: buster sid
User: [email protected]
Usertags: qa-ftbfs-20170805 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwMemory && /usr/bin/c++  
> -DBOOST_ALL_DYN_LINK -DBOOST_SPIRIT_USE_PHOENIX_V3 
> -DBOOST_THREAD_DONT_PROVIDE_DEPRECATED_FEATURES_SINCE_V3_0_0 
> -DBOOST_THREAD_PROVIDES_FUTURE -DBOOST_THREAD_VERSION=2 
> -DBUNDLE_PREFIX=\"lib/x86_64-linux-gnu/fw4spl\" -DFWMEMORY_EXPORTS 
> -DFWMEMORY_VER=\"0-1\" -DRC_PREFIX=\"lib/x86_64-linux-gnu/fw4spl\" 
> -DSPYLOG_LEVEL=2 -DSPYLOG_NO_INCLUDE=1 
> -I/<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwMemory/include 
> -I/<<PKGBUILDDIR>>/SrcLib/core/fwCamp/include 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwCamp/include 
> -I/<<PKGBUILDDIR>>/SrcLib/core/fwCore/include 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwCore/include 
> -I/<<PKGBUILDDIR>>/SrcLib/core/fwCom/include 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwCom/include 
> -I/<<PKGBUILDDIR>>/SrcLib/core/fwThread/include 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwThread/include 
> -I/<<PKGBUILDDIR>>/SrcLib/core/fwTools/include 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/fwTools/include  -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra 
> -Wconversion -Wno-unused-parameter -Wno-ignored-qualifiers 
> -fvisibility=hidden -fPIC   -std=gnu++11 -o 
> CMakeFiles/fwMemory.dir/src/fwMemory/stream/in/Raw.cpp.o -c 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/src/fwMemory/stream/in/Raw.cpp
> In file included from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferInfo.hpp:10:0,
>                  from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/IPolicy.hpp:10,
>                  from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/policy/registry/macros.hpp:12,
>                  from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/src/fwMemory/policy/BarrierDump.cpp:9:
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:25:75:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>      FWMEMORY_API virtual void allocate(BufferType &buffer, SizeType size) 
> throw( ::fwMemory::exception::Memory )   = 0;
>                                                                            
> ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:26:77:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>      FWMEMORY_API virtual void reallocate(BufferType &buffer, SizeType size) 
> throw( ::fwMemory::exception::Memory ) = 0;
>                                                                              
> ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:39:71:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                 BufferAllocationPolicy::SizeType size) throw( 
> ::fwMemory::exception::Memory );
>                                                                        ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:41:73:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                   BufferAllocationPolicy::SizeType size) 
> throw( ::fwMemory::exception::Memory );
>                                                                          ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:52:71:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                 BufferAllocationPolicy::SizeType size) throw( 
> ::fwMemory::exception::Memory );
>                                                                        ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:54:73:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                   BufferAllocationPolicy::SizeType size) 
> throw( ::fwMemory::exception::Memory );
>                                                                          ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:64:71:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                 BufferAllocationPolicy::SizeType size) throw( 
> ::fwMemory::exception::Memory );
>                                                                        ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:66:73:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                   BufferAllocationPolicy::SizeType size) 
> throw( ::fwMemory::exception::Memory );
>                                                                          ^~~~~
> In file included from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferInfo.hpp:10:0,
>                  from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/IPolicy.hpp:10,
>                  from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/policy/registry/macros.hpp:12,
>                  from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/src/fwMemory/policy/ValveDump.cpp:10:
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:25:75:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>      FWMEMORY_API virtual void allocate(BufferType &buffer, SizeType size) 
> throw( ::fwMemory::exception::Memory )   = 0;
>                                                                            
> ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:26:77:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>      FWMEMORY_API virtual void reallocate(BufferType &buffer, SizeType size) 
> throw( ::fwMemory::exception::Memory ) = 0;
>                                                                              
> ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:39:71:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                 BufferAllocationPolicy::SizeType size) throw( 
> ::fwMemory::exception::Memory );
>                                                                        ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:41:73:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                   BufferAllocationPolicy::SizeType size) 
> throw( ::fwMemory::exception::Memory );
>                                                                          ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:52:71:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                 BufferAllocationPolicy::SizeType size) throw( 
> ::fwMemory::exception::Memory );
>                                                                        ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:54:73:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                   BufferAllocationPolicy::SizeType size) 
> throw( ::fwMemory::exception::Memory );
>                                                                          ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:64:71:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                 BufferAllocationPolicy::SizeType size) throw( 
> ::fwMemory::exception::Memory );
>                                                                        ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:66:73:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                   BufferAllocationPolicy::SizeType size) 
> throw( ::fwMemory::exception::Memory );
>                                                                          ^~~~~
> In file included from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferObject.hpp:10:0,
>                  from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/src/fwMemory/BufferObject.cpp:9:
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:25:75:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>      FWMEMORY_API virtual void allocate(BufferType &buffer, SizeType size) 
> throw( ::fwMemory::exception::Memory )   = 0;
>                                                                            
> ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:26:77:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>      FWMEMORY_API virtual void reallocate(BufferType &buffer, SizeType size) 
> throw( ::fwMemory::exception::Memory ) = 0;
>                                                                              
> ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:39:71:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                 BufferAllocationPolicy::SizeType size) throw( 
> ::fwMemory::exception::Memory );
>                                                                        ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:41:73:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                   BufferAllocationPolicy::SizeType size) 
> throw( ::fwMemory::exception::Memory );
>                                                                          ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:52:71:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                 BufferAllocationPolicy::SizeType size) throw( 
> ::fwMemory::exception::Memory );
>                                                                        ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:54:73:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                   BufferAllocationPolicy::SizeType size) 
> throw( ::fwMemory::exception::Memory );
>                                                                          ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:64:71:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                 BufferAllocationPolicy::SizeType size) throw( 
> ::fwMemory::exception::Memory );
>                                                                        ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:66:73:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                   BufferAllocationPolicy::SizeType size) 
> throw( ::fwMemory::exception::Memory );
>                                                                          ^~~~~
> In file included from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferObject.hpp:10:0,
>                  from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/camp/declare.hpp:11,
>                  from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/src/fwMemory/camp/declare.cpp:7:
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:25:75:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>      FWMEMORY_API virtual void allocate(BufferType &buffer, SizeType size) 
> throw( ::fwMemory::exception::Memory )   = 0;
>                                                                            
> ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:26:77:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>      FWMEMORY_API virtual void reallocate(BufferType &buffer, SizeType size) 
> throw( ::fwMemory::exception::Memory ) = 0;
>                                                                              
> ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:39:71:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                 BufferAllocationPolicy::SizeType size) throw( 
> ::fwMemory::exception::Memory );
>                                                                        ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:41:73:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                   BufferAllocationPolicy::SizeType size) 
> throw( ::fwMemory::exception::Memory );
>                                                                          ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:52:71:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                 BufferAllocationPolicy::SizeType size) throw( 
> ::fwMemory::exception::Memory );
>                                                                        ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:54:73:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                   BufferAllocationPolicy::SizeType size) 
> throw( ::fwMemory::exception::Memory );
>                                                                          ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:64:71:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                 BufferAllocationPolicy::SizeType size) throw( 
> ::fwMemory::exception::Memory );
>                                                                        ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:66:73:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                   BufferAllocationPolicy::SizeType size) 
> throw( ::fwMemory::exception::Memory );
>                                                                          ^~~~~
> In file included from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferInfo.hpp:10:0,
>                  from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferManager.hpp:20,
>                  from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/src/fwMemory/BufferManager.cpp:7:
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:25:75:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>      FWMEMORY_API virtual void allocate(BufferType &buffer, SizeType size) 
> throw( ::fwMemory::exception::Memory )   = 0;
>                                                                            
> ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:26:77:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>      FWMEMORY_API virtual void reallocate(BufferType &buffer, SizeType size) 
> throw( ::fwMemory::exception::Memory ) = 0;
>                                                                              
> ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:39:71:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                 BufferAllocationPolicy::SizeType size) throw( 
> ::fwMemory::exception::Memory );
>                                                                        ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:41:73:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                   BufferAllocationPolicy::SizeType size) 
> throw( ::fwMemory::exception::Memory );
>                                                                          ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:52:71:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                 BufferAllocationPolicy::SizeType size) throw( 
> ::fwMemory::exception::Memory );
>                                                                        ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:54:73:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                   BufferAllocationPolicy::SizeType size) 
> throw( ::fwMemory::exception::Memory );
>                                                                          ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:64:71:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                 BufferAllocationPolicy::SizeType size) throw( 
> ::fwMemory::exception::Memory );
>                                                                        ^~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp:66:73:
>  warning: dynamic exception specifications are deprecated in C++11 
> [-Wdeprecated]
>                                   BufferAllocationPolicy::SizeType size) 
> throw( ::fwMemory::exception::Memory );
>                                                                          ^~~~~
> In file included from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwJobs/src/fwJobs/Aggregator.cpp:7:0:
> /<<PKGBUILDDIR>>/SrcLib/core/fwJobs/include/fwJobs/Aggregator.hpp: In member 
> function 'double fwJobs::Aggregator::JobInfo::progress() const':
> /<<PKGBUILDDIR>>/SrcLib/core/fwJobs/include/fwJobs/Aggregator.hpp:131:63: 
> warning: conversion to 'double' from 'long unsigned int' may alter its value 
> [-Wconversion]
>              return ( 0 == totalWork ) ? 1. : double(doneWork)/totalWork;
>                                                                ^~~~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/src/fwMemory/stream/in/Buffer.cpp:13:0:
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/stream/in/Buffer.hpp:26:18:
>  error: 'function' in namespace 'std' does not name a template type
>      typedef std::function< LockType() > CounterFactoryType;
>                   ^~~~~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/stream/in/Buffer.hpp:29:36:
>  error: 'CounterFactoryType' has not been declared
>      Buffer(void* buf, size_t size, CounterFactoryType counterFactory);
>                                     ^~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/include/fwMemory/stream/in/Buffer.hpp:37:5:
>  error: 'CounterFactoryType' does not name a type
>      CounterFactoryType m_counterFactory;
>      ^~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/src/fwMemory/stream/in/Buffer.cpp: In 
> constructor 'fwMemory::stream::in::Buffer::Buffer(void*, size_t)':
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/src/fwMemory/stream/in/Buffer.cpp:39:31:
>  error: class 'fwMemory::stream::in::Buffer' does not have any field named 
> 'm_counterFactory'
>      m_buf(buf), m_size(size), m_counterFactory(&noFactory)
>                                ^~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/src/fwMemory/stream/in/Buffer.cpp: At 
> global scope:
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/src/fwMemory/stream/in/Buffer.cpp:44:40:
>  error: 'CounterFactoryType' has not been declared
>  Buffer::Buffer(void* buf, size_t size, CounterFactoryType counterFactory) :
>                                         ^~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/src/fwMemory/stream/in/Buffer.cpp: In 
> constructor 'fwMemory::stream::in::Buffer::Buffer(void*, size_t, int)':
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/src/fwMemory/stream/in/Buffer.cpp:45:31:
>  error: class 'fwMemory::stream::in::Buffer' does not have any field named 
> 'm_counterFactory'
>      m_buf(buf), m_size(size), m_counterFactory(counterFactory)
>                                ^~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/src/fwMemory/stream/in/Buffer.cpp: In 
> member function 'virtual std::shared_ptr<std::basic_istream<char> > 
> fwMemory::stream::in::Buffer::get()':
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/src/fwMemory/stream/in/Buffer.cpp:56:85:
>  error: 'm_counterFactory' was not declared in this scope
>          = std::make_shared< ArrayStreamType > ( static_cast<char *>(m_buf), 
> m_size, m_counterFactory() );
>                                                                               
>        ^~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwMemory/src/fwMemory/stream/in/Buffer.cpp:56:85:
>  note: suggested alternative: '_vptr.IFactory'
>          = std::make_shared< ArrayStreamType > ( static_cast<char *>(m_buf), 
> m_size, m_counterFactory() );
>                                                                               
>        ^~~~~~~~~~~~~~~~
>                                                                               
>        _vptr.IFactory
> /<<PKGBUILDDIR>>/SrcLib/core/fwJobs/src/fwJobs/Aggregator.cpp: In member 
> function 'void fwJobs::Aggregator::add(const sptr&, double)':
> /<<PKGBUILDDIR>>/SrcLib/core/fwJobs/src/fwJobs/Aggregator.cpp:102:64: 
> warning: conversion to 'double' from 'long unsigned int' may alter its value 
> [-Wconversion]
>          jobInfo.lastValue = std::uint64_t(jobInfo.progress() * normValue);
>                                                                 ^~~~~~~~~
> /<<PKGBUILDDIR>>/SrcLib/core/fwJobs/src/fwJobs/Aggregator.cpp: In lambda 
> function:
> /<<PKGBUILDDIR>>/SrcLib/core/fwJobs/src/fwJobs/Aggregator.cpp:119:80: 
> warning: conversion to 'double' from 'long unsigned int' may alter its value 
> [-Wconversion]
>                  jobInfo.lastValue = std::uint64_t(normValue * 
> jobInfo.progress());
>                                                                               
>   ^
> fwMemory/CMakeFiles/fwMemory.dir/build.make:377: recipe for target 
> 'fwMemory/CMakeFiles/fwMemory.dir/src/fwMemory/stream/in/Buffer.cpp.o' failed
> make[3]: *** 
> [fwMemory/CMakeFiles/fwMemory.dir/src/fwMemory/stream/in/Buffer.cpp.o] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2017/08/05/fw4spl_11.0.4-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: fw4spl
Source-Version: 11.0.4-2

We believe that the bug you reported is fixed in the latest version of
fw4spl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gert Wollny <[email protected]> (supplier of updated fw4spl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 21 Aug 2017 12:26:44 +0000
Source: fw4spl
Binary: fw4spl
Architecture: source
Version: 11.0.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Gert Wollny <[email protected]>
Description:
 fw4spl     - FrameWork for Software Production Line
Closes: 871111
Changes:
 fw4spl (11.0.4-2) unstable; urgency=medium
 .
   * Team upload.
   * d/control: Move to standards version 4.0.1
   * d/p/: Add patch fix_functional_include, Closes: #871111
Checksums-Sha1:
 726b8dca1720b048df30abfe82b38c601bc6376f 1922 fw4spl_11.0.4-2.dsc
 d66fbc80c8127c2bc0cda21830079979f4c64492 9176 fw4spl_11.0.4-2.debian.tar.xz
 9da2c95dfadd65019860605cebb5c4e16ba7837d 24614 fw4spl_11.0.4-2_source.buildinfo
Checksums-Sha256:
 5e3f2370d7c52c517920373c74f4fe2dc7e844000e835cbbd498ed8f7552804c 1922 
fw4spl_11.0.4-2.dsc
 ed9f1459d8fbccbcebe0a9be361798b1f51a0548b236b54fcc91d307d5daf2a9 9176 
fw4spl_11.0.4-2.debian.tar.xz
 038119bfce702c6113a3d1d1922d2ef9c39321abee3b89fb772781147949c3b4 24614 
fw4spl_11.0.4-2_source.buildinfo
Files:
 a0783d7a94ee0e09c4fdf85846cee132 1922 science optional fw4spl_11.0.4-2.dsc
 9b2af7a85318d32071c1bd2de1d76d56 9176 science optional 
fw4spl_11.0.4-2.debian.tar.xz
 a871f23787921271ee918e2395c91f07 24614 science optional 
fw4spl_11.0.4-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEENGr+2YOvnEff6Rr7+B42i5smq5gFAlma0hwACgkQ+B42i5sm
q5gXnQgAhif+EWdai/h88LRE0QxMR4Nk6QnHqpvHgzu3e5IZZNehjZbMo1YdQRzz
ciJdcZLbHsrmT6Vf2sbf28OOcaAeRU3GXtJwYXnPxYTJG6uifLa/Iz1nU9gf14FS
dA0d2Z9sUy1m+kRHeVQDDsYDe61mfzVV/jst1GYirKY2VYkuIQszy4k0at/SiamD
Ciuv13/o60yEIUgBYVGZNg6RPbL7M68zvHIAR0gickN+syBqc3RD5yZh+KYbR6x3
Pl7/0buRZXHB3YE6wuWmTfajjK3eGuBiYDs9wknjOcoa0O1u5lW2ku7Q2XVwzrCW
p+bgQSSLLIk2ngs2mpz1qAplOzBusQ==
=ykiB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to