Your message dated Mon, 16 May 2011 15:46:45 +0200
with message-id <[email protected]>
and subject line Re: [Debian-med-packaging] Bug#624906: autodock-vina: FTBFS:
../../../src/main/main.cpp:27:44: error: no matching function for call to
'boost::filesystem3::path::path(const string&, bool (&)(const string&))'
has caused the Debian Bug report #624906,
regarding autodock-vina: FTBFS: ../../../src/main/main.cpp:27:44: error: no
matching function for call to 'boost::filesystem3::path::path(const string&,
bool (&)(const string&))'
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.)
--
624906: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624906
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: autodock-vina
Version: 1.1.1-3
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20110502 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> /usr/bin/g++ -static-libgcc -pthread -ansi -pedantic -Wno-long-long -O3
> -DNDEBUG -I /usr/include/boost-1_41 -g -O2 -I ../../../src/lib -o main.o -c
> ../../../src/main/main.cpp
> ../../../src/main/main.cpp: In function 'path make_path(const string&)':
> ../../../src/main/main.cpp:27:44: error: no matching function for call to
> 'boost::filesystem3::path::path(const string&, bool (&)(const string&))'
> ../../../src/main/main.cpp:27:44: note: candidates are:
> /usr/include/boost/filesystem/v3/path.hpp:156:73: note: template<class
> InputIterator> boost::filesystem3::path::path(InputIterator, InputIterator,
> const codecvt_type&)
> /usr/include/boost/filesystem/v3/path.hpp:145:48: note: template<class
> InputIterator> boost::filesystem3::path::path(InputIterator, InputIterator)
> /usr/include/boost/filesystem/v3/path.hpp:138:55: note: template<class
> Source> boost::filesystem3::path::path(const Source&, const codecvt_type&)
> /usr/include/boost/filesystem/v3/path.hpp:130:5: note:
> boost::filesystem3::path::path(const Source&, typename
> boost::enable_if<boost::filesystem3::path_traits::is_pathable<typename
> boost::decay<Source>::type> >::type*) [with Source = std::basic_string<char>,
> typename
> boost::enable_if<boost::filesystem3::path_traits::is_pathable<typename
> boost::decay<Source>::type> >::type = void] <near match>
> /usr/include/boost/filesystem/v3/path.hpp:130:5: note: no known conversion
> for argument 2 from 'bool(const string&)' to 'boost::enable_if_c<true,
> void>::type*'
> /usr/include/boost/filesystem/v3/path.hpp:127:5: note:
> boost::filesystem3::path::path(const boost::filesystem3::path&)
> /usr/include/boost/filesystem/v3/path.hpp:127:5: note: candidate expects 1
> argument, 2 provided
> /usr/include/boost/filesystem/v3/path.hpp:125:5: note:
> boost::filesystem3::path::path()
> /usr/include/boost/filesystem/v3/path.hpp:125:5: note: candidate expects 0
> arguments, 2 provided
> ../../../src/main/main.cpp: In function 'int main(int, char**)':
> ../../../src/main/main.cpp:614:57: error: 'path' has no member named
> 'native_file_string'
> ../../../src/main/main.cpp:626:80: error: 'path' has no member named
> 'native_file_string'
> make[2]: *** [main.o] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2011/05/02/autodock-vina_1.1.1-3_lsid64.buildlog
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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| [email protected] http://www.lucas-nussbaum.net/ |
| jabber: [email protected] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Fixed with the just uploaded version 1.1.2.
Upstream still works with boost 1.38 where
the path member was still available.
--- End Message ---