Hi, This is a very strange error - it does not occur on my system! The error message says that the __all__ list of the lib package does not have an element called 'software'. I am running a 64-bit Linux system (Mageia 1) with the official Python 2.7.1 release and not seeing this problem for revision r19694. But I can see that the 'software' element is missing, so the test should fail. I have to work out why this is not caught on my system.
Cheers, Edward On 16 May 2013 23:46, Troels E. Linnet <[email protected]> wrote: > URL: > <http://gna.org/bugs/?20820> > > Summary: Unit test fail (missing modules) in relax repository > checkout r19694, linux 64 bit > Project: relax > Submitted by: tlinnet > Submitted on: Thu 16 May 2013 09:46:28 PM GMT > Category: Test suite > Severity: 2 - Minor > Priority: 5 - Normal > Status: None > Privacy: Public > Assigned to: None > Originator Name: > Originator Email: > Open/Closed: Open > Discussion Lock: Any > Release: Repository: trunk > Operating System: GNU/Linux > > _______________________________________________________ > > Details: > > Unit test fail in relax trunk, checkout r19694 > Error: Missing modules > > relax trunk checkout r19694, compiled on > > Linux version 2.6.32-358.6.1.el6.x86_64 > ([email protected]) (gcc version 4.4.7 20120313 (Red > Hat 4.4.7-3) (GCC) ) #1 SMP Fri Mar 29 16:51:51 EDT 2013 > > with > Enthought Python Distribution -- www.enthought.com > Version: 7.3-2 (64-bit) > Python 2.7.3 |EPD 7.3-2 (64-bit)| (default, Apr 11 2012, 17:52:16) > [GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] on linux2 > > using scons 2.3.0, bmrblib-1.0.2, minfx-1.0.4 > > -- Error message > Checking for modules/packages missing from the __all__ list. > Module/package: model_selection > Module/package: statistics > Module/package: arg_check > Module/package: mathematics > Module/package: check_types > Module/package: list > Module/package: software > Traceback (most recent call last): > File > "/sbinlab2/software/NMR-relax/relax_trunk/test_suite/unit_tests/package_checking.py", > line 72, in test___all__ > self.assert_(module in self.package.__all__) > AssertionError: False is not true > > > > _______________________________________________________ > > File Attachments: > > > ------------------------------------------------------- > Date: Thu 16 May 2013 09:46:28 PM GMT Name: relax_trunk_test-suite.txt Size: > 4kB By: tlinnet > > <http://gna.org/bugs/download.php?file_id=17971> > > _______________________________________________________ > > Reply to this item at: > > <http://gna.org/bugs/?20820> > > _______________________________________________ > Message sent via/by Gna! > http://gna.org/ > > > _______________________________________________ > relax (http://www.nmr-relax.com) > > This is the relax-devel mailing list > [email protected] > > To unsubscribe from this list, get a password > reminder, or change your subscription options, > visit the list information page at > https://mail.gna.org/listinfo/relax-devel _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-devel mailing list [email protected] To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-devel

