Hello Jose Luis, On big endian. while executing MonteCarlo2D.RunSampleDataset test first problem is found here: https://github.com/jlblancoc/mrpt/blob/master/libs/base/src/utils/CStream.cpp After the line 405 version_old have value that is in wrong endian format (little endian).
Second problem is here: https://github.com/jlblancoc/mrpt/blob/master/libs/maps/src/maps/COccupancyGridMap2D_insert.cpp After the line 168 curRange have value that is in wrong endian format (little endian). For now I have used mrpt::utils::reverseBytesInPlace( ) to fix wrong endian values and I am trying to investigate problem further. Afrer resolving those problems MonteCarlo2D.RunSampleDataset test fail with message: *Warning: Test failed. Will give it another chance, since after all it's nondeterministic! Can you please look and comment at these issues? Thank you! Jurica ________________________________________ From: Jurica Stanojkovic Sent: 27 August 2014 17:36 To: Jose Luis Blanco Cc: 758...@bugs.debian.org Subject: RE: Bug#758725: package mrpt_1:1.2.1-1 FTBFS on i386, amd64, mips* I have enabled and run test TEST(ReactiveNavTests, LoadNavLogFile) on mips big endian. Test does not fail on mips. Maybe, this test could be available for big endian arch as well. Regards, Jurica -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org