Trouble installing BE on mac osx (10.7)
Stickman <stickman.kiti <at> gmail.com>
2011-11-13 18:27:59 GMT
I'm working on installing be on my Mac. When I test install (sudo make test) I get 8 failures and 1 error.
I am very green at this kind of thing and am not sure what to do. Below is the report. Any suggestions would be greatly appreciated.
======================================================================
ERROR: test_get (libbe.storage.http.GetPostUrlTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/stickman/github/be/libbe/storage/http.py", line 339, in test_get
page,final_url,info = get_post_url(url=url)
File "/Users/stickman/github/be/libbe/storage/http.py", line 118, in get_post_url
raise InvalidURL(error=e, url=url, msg=msg)
InvalidURL: The server couldn't fulfill the request.
URL: http://bugseverywhere.org/be/show/HomePage
Error code: 404
======================================================================
FAIL: get_command (libbe.command.base)
Doctest: libbe.command.base.get_command
----------------------------------------------------------------------
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/doctest.py", line 2166, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for libbe.command.base.get_command
File "/Users/stickman/github/be/libbe/command/base.py", line 68, in get_command
----------------------------------------------------------------------
File "/Users/stickman/github/be/libbe/command/base.py", line 71, in libbe.command.base.get_command
Failed example:
try:
get_command('asdf')
except UnknownCommand, e:
print e
Expected:
Unknown command 'asdf'
Got:
Unknown command 'asdf'
(No module named asdf)
======================================================================
FAIL: test_get_redirect (libbe.storage.http.GetPostUrlTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/stickman/github/be/libbe/storage/http.py", line 349, in test_get_redirect
% (expected, final_url))
AssertionError: Redirect?
Expected: "http://bugseverywhere.org/be/show/HomePage"
Got: "http://bugseverywhere.org"
======================================================================
FAIL: test_installed (libbe.storage.vcs.base.ArchVCS_installed_TestCase)
See if the VCS is installed.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/stickman/github/be/libbe/storage/vcs/base.py", line 1042, in test_installed
'%(name)s VCS not found' % vars(self.Class))
AssertionError: arch VCS not found
======================================================================
FAIL: test_installed (libbe.storage.vcs.base.BzrVCS_installed_TestCase)
See if the VCS is installed.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/stickman/github/be/libbe/storage/vcs/base.py", line 1042, in test_installed
'%(name)s VCS not found' % vars(self.Class))
AssertionError: bzr VCS not found
======================================================================
FAIL: test_installed (libbe.storage.vcs.base.DarcsVCS_installed_TestCase)
See if the VCS is installed.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/stickman/github/be/libbe/storage/vcs/base.py", line 1042, in test_installed
'%(name)s VCS not found' % vars(self.Class))
AssertionError: darcs VCS not found
======================================================================
FAIL: test_installed (libbe.storage.vcs.base.HgVCS_installed_TestCase)
See if the VCS is installed.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/stickman/github/be/libbe/storage/vcs/base.py", line 1042, in test_installed
'%(name)s VCS not found' % vars(self.Class))
AssertionError: hg VCS not found
======================================================================
FAIL: test_installed (libbe.storage.vcs.base.MonotoneVCS_installed_TestCase)
See if the VCS is installed.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/stickman/github/be/libbe/storage/vcs/base.py", line 1042, in test_installed
'%(name)s VCS not found' % vars(self.Class))
AssertionError: monotone VCS not found
======================================================================
FAIL: Pipe (libbe.util.subproc)
Doctest: libbe.util.subproc.Pipe
----------------------------------------------------------------------
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/doctest.py", line 2166, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for libbe.util.subproc.Pipe
File "/Users/stickman/github/be/libbe/util/subproc.py", line 98, in Pipe
----------------------------------------------------------------------
File "/Users/stickman/github/be/libbe/util/subproc.py", line 109, in libbe.util.subproc.Pipe
Failed example:
p.stdout
Expected:
'/etc/ssh\n'
Got:
''
----------------------------------------------------------------------
File "/Users/stickman/github/be/libbe/util/subproc.py", line 113, in libbe.util.subproc.Pipe
Failed example:
p.statuses
Expected:
[1, 0]
Got:
[0, 1]
----------------------------------------------------------------------
File "/Users/stickman/github/be/libbe/util/subproc.py", line 115, in libbe.util.subproc.Pipe
Failed example:
p.stderrs # doctest: +ELLIPSIS
Expected:
[...find: ...: Permission denied..., '']
Got:
['', '']
----------------------------------------------------------------------
Ran 298 tests in 12.076s
FAILED (failures=8, errors=1)
make: *** [test] Error 9
_______________________________________________
Be-devel mailing list
Be-devel <at> bugseverywhere.org
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel