Source: liborigin
Version: 20080225-2
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:
> g++ -c -pipe -Wall -W -O2 -fPIC OPJFile.cpp -o OPJFile.o
> In file included from OPJFile.h:42:0,
>                  from OPJFile.cpp:37:
> tree.hh:138:21: error: 'ptrdiff_t' does not name a type
> In file included from OPJFile.cpp:37:0:
> OPJFile.h: In constructor 'originData::originData(double)':
> OPJFile.h:97:9: warning: 'originData::d' will be initialized after [-Wreorder]
> OPJFile.h:96:6: warning:   'int originData::type' [-Wreorder]
> OPJFile.h:99:2: warning:   when initialized here [-Wreorder]
> OPJFile.h: In constructor 'originData::originData(char*)':
> OPJFile.h:98:9: warning: 'originData::s' will be initialized after [-Wreorder]
> OPJFile.h:96:6: warning:   'int originData::type' [-Wreorder]
> OPJFile.h:104:2: warning:   when initialized here [-Wreorder]
> OPJFile.h: In constructor 'spreadColumn::spreadColumn(std::string, int)':
> OPJFile.h:124:6: warning: 'spreadColumn::index' will be initialized after 
> [-Wreorder]
> OPJFile.h:121:9: warning:   'std::string spreadColumn::command' [-Wreorder]
> OPJFile.h:126:2: warning:   when initialized here [-Wreorder]
> OPJFile.h:122:9: warning: 'spreadColumn::comment' will be initialized after 
> [-Wreorder]
> OPJFile.h:116:6: warning:   'int spreadColumn::value_type' [-Wreorder]
> OPJFile.h:126:2: warning:   when initialized here [-Wreorder]
> OPJFile.h:123:6: warning: 'spreadColumn::width' will be initialized after 
> [-Wreorder]
> OPJFile.h:120:6: warning:   'int spreadColumn::numeric_display_type' 
> [-Wreorder]
> OPJFile.h:126:2: warning:   when initialized here [-Wreorder]
> OPJFile.h: In constructor 'matrix::matrix(std::string, int)':
> OPJFile.h:175:6: warning: 'matrix::index' will be initialized after 
> [-Wreorder]
> OPJFile.h:173:9: warning:   'std::string matrix::command' [-Wreorder]
> OPJFile.h:179:2: warning:   when initialized here [-Wreorder]
> OPJFile.h:173:9: warning: 'matrix::command' will be initialized after 
> [-Wreorder]
> OPJFile.h:169:6: warning:   'int matrix::value_type_specification' [-Wreorder]
> OPJFile.h:179:2: warning:   when initialized here [-Wreorder]
> OPJFile.h:174:6: warning: 'matrix::width' will be initialized after 
> [-Wreorder]
> OPJFile.h:172:6: warning:   'int matrix::numeric_display_type' [-Wreorder]
> OPJFile.h:179:2: warning:   when initialized here [-Wreorder]
> OPJFile.h: In constructor 'function::function(std::string, int)':
> OPJFile.h:200:6: warning: 'function::index' will be initialized after 
> [-Wreorder]
> OPJFile.h:195:6: warning:   'int function::type' [-Wreorder]
> OPJFile.h:201:2: warning:   when initialized here [-Wreorder]
> In file included from OPJFile.cpp:37:0:
> OPJFile.h: In constructor 'projectNode::projectNode(std::string, int, double, 
> double)':
> OPJFile.h:498:9: warning: 'projectNode::name' will be initialized after 
> [-Wreorder]
> OPJFile.h:497:6: warning:   'int projectNode::type' [-Wreorder]
> OPJFile.h:502:2: warning:   when initialized here [-Wreorder]
> OPJFile.cpp: In member function 'int OPJFile::ParseFormatOld()':
> OPJFile.cpp:503:55: warning: format '%d' expects argument of type 'int', but 
> argument 3 has type 'std::vector<spreadSheet>::size_type' [-Wformat]
> OPJFile.cpp:572:61: warning: format '%d' expects argument of type 'int', but 
> argument 6 has type 'std::vector<spreadColumn>::size_type' [-Wformat]
> OPJFile.cpp:598:83: warning: format '%d' expects argument of type 'int', but 
> argument 3 has type 'std::vector<spreadColumn>::size_type' [-Wformat]
> OPJFile.cpp: In member function 'int OPJFile::ParseFormatNew()':
> OPJFile.cpp:932:18: warning: array subscript has type 'char' 
> [-Wchar-subscripts]
> OPJFile.cpp:1104:55: warning: format '%d' expects argument of type 'int', but 
> argument 3 has type 'std::vector<spreadSheet>::size_type' [-Wformat]
> OPJFile.cpp:1227:77: warning: format '%d' expects argument of type 'int', but 
> argument 3 has type 'std::vector<note>::size_type' [-Wformat]
> OPJFile.cpp:1228:79: warning: format '%d' expects argument of type 'int', but 
> argument 3 has type 'std::vector<note>::size_type' [-Wformat]
> OPJFile.cpp:1229:78: warning: format '%d' expects argument of type 'int', but 
> argument 3 has type 'std::vector<note>::size_type' [-Wformat]
> OPJFile.cpp: In member function 'void OPJFile::readSpreadInfo(FILE*, FILE*)':
> OPJFile.cpp:1337:83: warning: format '%d' expects argument of type 'int', but 
> argument 3 has type 'std::vector<spreadColumn>::size_type' [-Wformat]
> OPJFile.cpp: In member function 'void OPJFile::readExcelInfo(FILE*, FILE*)':
> OPJFile.cpp:1560:102: warning: format '%d' expects argument of type 'int', 
> but argument 4 has type 'std::vector<spreadColumn>::size_type' [-Wformat]
> OPJFile.cpp: In member function 'void OPJFile::readGraphInfo(FILE*, FILE*)':
> OPJFile.cpp:2231:171: warning: format '%d' expects argument of type 'int', 
> but argument 3 has type 'std::vector<graph>::size_type' [-Wformat]
> OPJFile.cpp:2231:171: warning: format '%d' expects argument of type 'int', 
> but argument 4 has type 'std::vector<graphLayer>::size_type' [-Wformat]
> OPJFile.cpp:2231:171: warning: format '%d' expects argument of type 'int', 
> but argument 5 has type 'std::vector<graphCurve>::size_type' [-Wformat]
> OPJFile.cpp:2243:171: warning: format '%d' expects argument of type 'int', 
> but argument 3 has type 'std::vector<graph>::size_type' [-Wformat]
> OPJFile.cpp:2243:171: warning: format '%d' expects argument of type 'int', 
> but argument 4 has type 'std::vector<graphLayer>::size_type' [-Wformat]
> OPJFile.cpp:2243:171: warning: format '%d' expects argument of type 'int', 
> but argument 5 has type 'std::vector<graphCurve>::size_type' [-Wformat]
> OPJFile.cpp:2247:79: warning: format '%d' expects argument of type 'int', but 
> argument 3 has type 'std::vector<graph>::size_type' [-Wformat]
> make[1]: *** [liborigin.so] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/05/02/liborigin_20080225-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
| [email protected]   http://www.lucas-nussbaum.net/ |
| jabber: [email protected]             GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to