[Erp5-users] Installation on ubuntu

Kazuhiko Shiozaki kazuhiko at nexedi.com
Tue Jan 4 10:09:37 CET 2011


Hello Collins,

On 04/01/2011 07:08, Collins Areba wrote:
> hello, totally new to ERP5 and plone, but not a stranger to linux.

Welcome to ERP5. :)

> 2: I then decided to follow the instructions
> her http://www.erp5.com/download/linux/Howto-Install.erp5.From.Buildout
> Took 14 hours and thats what ended with three errors. this is what i got:
> ======================================================================
> FAIL: test_ld_ncurses (__main__.AssertNcurses)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "assertSoftware.py", line 1374, in test_ld_ncurses
>     'ncurses',
>   File "assertSoftware.py", line 183, in assertLibraryList
>     self.assertEqual(sorted(library_list), elf_dict['library_list'], path)
>   File "assertSoftware.py", line 174, in assertEqual
>     raise unittest.TestCase.failureException, msg
> AssertionError: parts/ncurses/lib/libncurses.so: Lists are different:
> - libdl
> 
> ======================================================================
> FAIL: test_ld_ncursesw (__main__.AssertNcurses)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "assertSoftware.py", line 1381, in test_ld_ncursesw
>     'ncurses',
>   File "assertSoftware.py", line 183, in assertLibraryList
>     self.assertEqual(sorted(library_list), elf_dict['library_list'], path)
>   File "assertSoftware.py", line 174, in assertEqual
>     raise unittest.TestCase.failureException, msg
> AssertionError: parts/ncurses/lib/libncursesw.so: Lists are different:
> - libdl

Well, libdl seems to be linked in some environments, and not linked in
other environments, and this difference is ignorable. So I just updated
assertSoftware.py so that we no longer have the 'failure' above.

So I think that your compilation succeeded without any problem.

Enjoy.
-- 
Kazuhiko Shiozaki, Nexedi SA Senior Consultant
Nexedi: Consulting and Development of Free / Open Source Software
http://www.nexedi.com
ERP5: Full Featured High End Open Source ERP
http://www.erp5.com
ERP5 Wiki: Developer Zone for ERP5 Community
http://www.erp5.org


More information about the Erp5-users mailing list