[Pkg-phototools-devel] Bug#625061: enblend-enfuse: FTBFS: ../../src/filenameparse.cc:53:9: error: 'basic_path' in namespace 'boost::filesystem' does not name a type
Lucas Nussbaum
lucas at lucas-nussbaum.net
Mon May 2 12:30:58 UTC 2011
Source: enblend-enfuse
Version: 4.0+dfsg-2
Severity: serious
Tags: wheezy sid
User: debian-qa at lists.debian.org
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:
> x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I../../include -DVIGRA_STATIC_LIB -pthread -I/usr/include/OpenEXR -g -O2 --param inline-unit-growth=60 -O2 -DNDEBUG -Wall -fopenmp -MT enblend-filenameparse.o -MD -MP -MF .deps/enblend-filenameparse.Tpo -c -o enblend-filenameparse.o `test -f 'filenameparse.cc' || echo '../../src/'`filenameparse.cc
> ../../src/filenameparse.cc:53:9: error: 'basic_path' in namespace 'boost::filesystem' does not name a type
> ../../src/filenameparse.cc: In function 'bool enblend::isRelativePath(const string&)':
> ../../src/filenameparse.cc:63:11: error: 'basic_path' does not name a type
> ../../src/filenameparse.cc:64:13: error: 'path' was not declared in this scope
> ../../src/filenameparse.cc:64:13: note: suggested alternatives:
> /usr/include/boost/filesystem/v3/path.hpp:53:31: note: 'boost::filesystem3::path'
> /usr/include/boost/filesystem/v3/path.hpp:53:31: note: 'boost::filesystem3::path'
> ../../src/filenameparse.cc: In function 'std::string enblend::extractDirname(const string&)':
> ../../src/filenameparse.cc:83:11: error: 'basic_path' does not name a type
> ../../src/filenameparse.cc:84:33: error: 'path' was not declared in this scope
> ../../src/filenameparse.cc:84:33: note: suggested alternatives:
> /usr/include/boost/filesystem/v3/path.hpp:53:31: note: 'boost::filesystem3::path'
> /usr/include/boost/filesystem/v3/path.hpp:53:31: note: 'boost::filesystem3::path'
> ../../src/filenameparse.cc: In function 'std::string enblend::extractBasename(const string&)':
> ../../src/filenameparse.cc:97:11: error: 'basic_path' does not name a type
> ../../src/filenameparse.cc:98:12: error: 'path' was not declared in this scope
> ../../src/filenameparse.cc:98:12: note: suggested alternatives:
> /usr/include/boost/filesystem/v3/path.hpp:53:31: note: 'boost::filesystem3::path'
> /usr/include/boost/filesystem/v3/path.hpp:53:31: note: 'boost::filesystem3::path'
> ../../src/filenameparse.cc: In function 'std::string enblend::extractFilename(const string&)':
> ../../src/filenameparse.cc:113:11: error: 'basic_path' does not name a type
> ../../src/filenameparse.cc:114:21: error: 'path' was not declared in this scope
> ../../src/filenameparse.cc:114:21: note: suggested alternatives:
> /usr/include/boost/filesystem/v3/path.hpp:53:31: note: 'boost::filesystem3::path'
> /usr/include/boost/filesystem/v3/path.hpp:53:31: note: 'boost::filesystem3::path'
> ../../src/filenameparse.cc: In function 'std::string enblend::extractExtension(const string&)':
> ../../src/filenameparse.cc:137:11: error: 'basic_path' does not name a type
> ../../src/filenameparse.cc:138:22: error: 'path' was not declared in this scope
> ../../src/filenameparse.cc:138:22: note: suggested alternatives:
> /usr/include/boost/filesystem/v3/path.hpp:53:31: note: 'boost::filesystem3::path'
> /usr/include/boost/filesystem/v3/path.hpp:53:31: note: 'boost::filesystem3::path'
> ../../src/filenameparse.cc:138:26: error: 'extension' was not declared in this scope
> ../../src/filenameparse.cc:138:26: note: suggested alternatives:
> /usr/include/boost/filesystem/v3/convenience.hpp:34:24: note: 'boost::filesystem3::extension'
> /usr/include/boost/filesystem/v3/convenience.hpp:34:24: note: 'boost::filesystem3::extension'
> ../../src/filenameparse.cc: At global scope:
> ../../src/filenameparse.cc:154:8: error: 'basic_path' does not name a type
> ../../src/filenameparse.cc:169:8: error: 'basic_path' does not name a type
> ../../src/filenameparse.cc: In function 'std::string enblend::canonicalizePath(const string&, bool)':
> ../../src/filenameparse.cc:298:11: error: 'basic_path' does not name a type
> ../../src/filenameparse.cc:300:20: error: 'result' was not declared in this scope
> ../../src/filenameparse.cc: In function 'std::string enblend::concatPath(const string&, const string&)':
> ../../src/filenameparse.cc:334:5: error: 'basic_path' was not declared in this scope
> ../../src/filenameparse.cc:334:16: error: expected ';' before 'path'
> ../../src/filenameparse.cc:335:16: error: expected ';' before 'leaf'
> ../../src/filenameparse.cc:336:5: error: 'path' was not declared in this scope
> ../../src/filenameparse.cc:336:5: note: suggested alternatives:
> /usr/include/boost/filesystem/v3/path.hpp:53:31: note: 'boost::filesystem3::path'
> /usr/include/boost/filesystem/v3/path.hpp:53:31: note: 'boost::filesystem3::path'
> ../../src/filenameparse.cc:336:13: error: 'leaf' was not declared in this scope
> ../../src/filenameparse.cc:362:1: warning: control reaches end of non-void function [-Wreturn-type]
> ../../src/filenameparse.cc: In function 'std::string enblend::canonicalizePath(const string&, bool)':
> ../../src/filenameparse.cc:327:1: warning: control reaches end of non-void function [-Wreturn-type]
> ../../src/filenameparse.cc: In function 'std::string enblend::extractExtension(const string&)':
> ../../src/filenameparse.cc:146:1: warning: control reaches end of non-void function [-Wreturn-type]
> ../../src/filenameparse.cc: In function 'std::string enblend::extractFilename(const string&)':
> ../../src/filenameparse.cc:130:1: warning: control reaches end of non-void function [-Wreturn-type]
> ../../src/filenameparse.cc: In function 'std::string enblend::extractBasename(const string&)':
> ../../src/filenameparse.cc:106:1: warning: control reaches end of non-void function [-Wreturn-type]
> ../../src/filenameparse.cc: In function 'bool enblend::isRelativePath(const string&)':
> ../../src/filenameparse.cc:76:1: warning: control reaches end of non-void function [-Wreturn-type]
> make[5]: *** [enblend-filenameparse.o] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2011/05/02/enblend-enfuse_4.0+dfsg-2_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
| lucas at lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lucas at nussbaum.fr GPG: 1024D/023B3F4F |
More information about the Pkg-phototools-devel
mailing list