Hi Igor, On Thu, Jan 6, 2011 at 10:12 PM, Igor Filippov [Contr] <[email protected]> wrote: > > You are quite right, after I added /usr/local/lib64 to LD_LIBRARY_PATH > the situation improved (this directory has the new 64-bit libstdc++). > I am still only about half-way through though: > > 62% tests passed, 29 tests failed out of 76 > > The following tests FAILED: > 3 - pyBV (Failed) > 4 - pyDiscreteValueVect (Failed) ... snip ... > 70 - pythonTestDbCLI (Failed) > 71 - pythonTestDirML (Failed) > 76 - pythonTestDirChem (Failed) > > What could be the problem with the failing tests?
try executing the following command: ctest --output-on-failure -R pyBV that will run a single test and display the output if the test fails; that should help with the diagnosis. Best, -greg ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

