Advertisement
dustingooding

ros_brew_lion_error

Aug 15th, 2011
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.83 KB | None | 0 0
  1. elenwe:~ dgooding$ rosinstall -n ~/ros "http://packages.ros.org/cgi-bin/gen_rosinstall.py?rosdistro=electric&variant=desktop&overlay=no"
  2. rosinstall operating on /Users/dgooding/ros from specifications in rosinstall files  /Users/dgooding/ros/.rosinstall, http://packages.ros.org/cgi-bin/gen_rosinstall.py?rosdistro=electric&variant=desktop&overlay=no
  3. Installing https://code.ros.org/svn/ros/stacks/ros/tags/ros-1.6.0  to /Users/dgooding/ros/ros
  4. At revision 14668.
  5. Installing https://code.ros.org/svn/ros/stacks/ros_comm/tags/ros_comm-1.6.0  to /Users/dgooding/ros/ros_comm
  6. At revision 14668.
  7. Installing https://kforge.ros.org/common/rosdepcore common_rosdeps-0.1.8 to /Users/dgooding/ros/common_rosdeps
  8. extension 'svn' overrides commands: svn
  9. warning: kforge.ros.org certificate with fingerprint 9b:29:7b:22:3a:35:9c:e6:6c:ca:fe:b7:64:eb:1e:cd:bf:01:0a:92 not verified (check hostfingerprints or web.cacerts config setting)
  10. warning: kforge.ros.org certificate with fingerprint 9b:29:7b:22:3a:35:9c:e6:6c:ca:fe:b7:64:eb:1e:cd:bf:01:0a:92 not verified (check hostfingerprints or web.cacerts config setting)
  11. warning: kforge.ros.org certificate with fingerprint 9b:29:7b:22:3a:35:9c:e6:6c:ca:fe:b7:64:eb:1e:cd:bf:01:0a:92 not verified (check hostfingerprints or web.cacerts config setting)
  12. requesting all changes
  13. adding changesets
  14. adding manifests
  15. adding file changes
  16. added 45 changesets with 46 changes to 6 files
  17. updating to branch default
  18. 6 files updated, 0 files merged, 0 files removed, 0 files unresolved
  19. ** unknown exception encountered, please report by visiting
  20. **  http://mercurial.selenic.com/wiki/BugTracker
  21. ** Python 2.7.1 (r271:86832, Jun 16 2011, 16:59:05) [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]
  22. ** Mercurial Distributed SCM (version 1.9.1)
  23. ** Extensions loaded: hgsubversion, rebase, svn
  24. Traceback (most recent call last):
  25.   File "/usr/local/bin/hg", line 38, in <module>
  26.     mercurial.dispatch.run()
  27.   File "/Library/Python/2.7/site-packages/mercurial/dispatch.py", line 27, in run
  28.     sys.exit(dispatch(request(sys.argv[1:])))
  29.   File "/Library/Python/2.7/site-packages/mercurial/dispatch.py", line 64, in dispatch
  30.     return _runcatch(req)
  31.   File "/Library/Python/2.7/site-packages/mercurial/dispatch.py", line 87, in _runcatch
  32.     return _dispatch(req)
  33.   File "/Library/Python/2.7/site-packages/mercurial/dispatch.py", line 679, in _dispatch
  34.     cmdpats, cmdoptions)
  35.   File "/Library/Python/2.7/site-packages/mercurial/dispatch.py", line 454, in runcommand
  36.     ret = _runcommand(ui, options, cmd, d)
  37.   File "/Library/Python/2.7/site-packages/mercurial/dispatch.py", line 733, in _runcommand
  38.     return checkargs()
  39.   File "/Library/Python/2.7/site-packages/mercurial/dispatch.py", line 687, in checkargs
  40.     return cmdfunc()
  41.   File "/Library/Python/2.7/site-packages/mercurial/dispatch.py", line 676, in <lambda>
  42.     d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  43.   File "/Library/Python/2.7/site-packages/mercurial/util.py", line 385, in check
  44.     return func(*args, **kwargs)
  45.   File "/Library/Python/2.7/site-packages/mercurial/extensions.py", line 137, in wrap
  46.     util.checksignature(origfn), *args, **kwargs)
  47.   File "/Library/Python/2.7/site-packages/mercurial/util.py", line 385, in check
  48.     return func(*args, **kwargs)
  49.   File "/usr/local/share/python/hgsubversion/hgsubversion/wrappers.py", line 486, in clone
  50.     orig(ui, source, dest, **opts)
  51.   File "/Library/Python/2.7/site-packages/mercurial/util.py", line 385, in check
  52.     return func(*args, **kwargs)
  53.   File "/Library/Python/2.7/site-packages/mercurial/extensions.py", line 137, in wrap
  54.     util.checksignature(origfn), *args, **kwargs)
  55.   File "/Library/Python/2.7/site-packages/mercurial/util.py", line 385, in check
  56.     return func(*args, **kwargs)
  57.   File "/usr/local/share/python/hgsubversion/hgsubversion/wrappers.py", line 486, in clone
  58.     orig(ui, source, dest, **opts)
  59.   File "/Library/Python/2.7/site-packages/mercurial/util.py", line 385, in check
  60.     return func(*args, **kwargs)
  61.   File "/Library/Python/2.7/site-packages/mercurial/commands.py", line 1041, in clone
  62.     branch=opts.get('branch'))
  63.   File "/Library/Python/2.7/site-packages/mercurial/extensions.py", line 182, in wrap
  64.     return wrapper(origfn, *args, **kwargs)
  65.   File "/usr/local/share/python/hgsubversion/hgsubversion/wrappers.py", line 477, in hgclonewrapper
  66.     data['srcrepo'], data['dstrepo'] = orig(ui, *args, **opts)
  67. TypeError: 'NoneType' object is not iterable
  68. Exception AttributeError: "'NoneType' object has no attribute 'close'" in <bound method httpsrepository.__del__ of <mercurial.httprepo.httpsrepository object at 0x10dafd850>> ignored
  69. ERROR: Failed to install tree '/Users/dgooding/ros/common_rosdeps'
  70.  Checkout of https://kforge.ros.org/common/rosdepcore version common_rosdeps-0.1.8 into /Users/dgooding/ros/common_rosdeps failed.
  71. elenwe:~ dgooding$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement