Advertisement
Guest User

Untitled

a guest
Jun 17th, 2022
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. ubuntu@ubuntu:~$ update rosdep
  2. -bash: update: command not found
  3. ubuntu@ubuntu:~$ rosdep update
  4. reading in sources list data from /etc/ros/rosdep/sources.list.d
  5. ERROR: unable to process source [https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/osx-homebrew.yaml]:
  6. nonnumeric port: 'port' (https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/osx-homebrew.yaml)
  7. ERROR: unable to process source [https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/base.yaml]:
  8. nonnumeric port: 'port' (https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/base.yaml)
  9. ERROR: unable to process source [https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/python.yaml]:
  10. nonnumeric port: 'port' (https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/python.yaml)
  11. ERROR: unable to process source [https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/ruby.yaml]:
  12. nonnumeric port: 'port' (https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/ruby.yaml)
  13. ERROR: unable to process source [https://raw.githubusercontent.com/ros/rosdistro/master/releases/fuerte.yaml]:
  14. Failed to download target platform data for gbpdistro:
  15. nonnumeric port: 'port'
  16. Query rosdistro index https://raw.githubusercontent.com/ros/rosdistro/master/index-v4.yaml
  17.  
  18. ERROR: Rosdep experienced an error: nonnumeric port: 'port'
  19. Please go to the rosdep page [1] and file a bug report with the stack trace below.
  20. [1] : http://www.ros.org/wiki/rosdep
  21.  
  22. rosdep version: 0.21.0
  23.  
  24. Traceback (most recent call last):
  25. File "/usr/lib/python3.8/http/client.py", line 865, in _get_hostport
  26. port = int(host[i+1:])
  27. ValueError: invalid literal for int() with base 10: 'port'
  28.  
  29. During handling of the above exception, another exception occurred:
  30.  
  31. Traceback (most recent call last):
  32. File "/usr/lib/python3/dist-packages/rosdep2/main.py", line 146, in rosdep_main
  33. exit_code = _rosdep_main(args)
  34. File "/usr/lib/python3/dist-packages/rosdep2/main.py", line 441, in _rosdep_main
  35. return _no_args_handler(command, parser, options, args)
  36. File "/usr/lib/python3/dist-packages/rosdep2/main.py", line 450, in _no_args_handler
  37. return command_handlers[command](options)
  38. File "/usr/lib/python3/dist-packages/rosdep2/main.py", line 659, in command_update
  39. update_sources_list(success_handler=update_success_handler,
  40. File "/usr/lib/python3/dist-packages/rosdep2/sources_list.py", line 499, in update_sources_list
  41. distribution_names = get_index().distributions.keys()
  42. File "/usr/lib/python3/dist-packages/rosdep2/rosdistrohelper.py", line 69, in get_index
  43. _RDCache.index = rosdistro.get_index(_RDCache.index_url)
  44. File "/usr/lib/python3/dist-packages/rosdistro/__init__.py", line 104, in get_index
  45. yaml_str = load_url(url)
  46. File "/usr/lib/python3/dist-packages/rosdistro/loader.py", line 48, in load_url
  47. fh = urlopen(url, timeout=timeout)
  48. File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
  49. return opener.open(url, data, timeout)
  50. File "/usr/lib/python3.8/urllib/request.py", line 525, in open
  51. response = self._open(req, data)
  52. File "/usr/lib/python3.8/urllib/request.py", line 542, in _open
  53. result = self._call_chain(self.handle_open, protocol, protocol +
  54. File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
  55. result = func(*args)
  56. File "/usr/lib/python3.8/urllib/request.py", line 1362, in https_open
  57. return self.do_open(http.client.HTTPSConnection, req,
  58. File "/usr/lib/python3.8/urllib/request.py", line 1288, in do_open
  59. h = http_class(host, timeout=req.timeout, **http_conn_args)
  60. File "/usr/lib/python3.8/http/client.py", line 1357, in __init__
  61. super(HTTPSConnection, self).__init__(host, port, timeout,
  62. File "/usr/lib/python3.8/http/client.py", line 829, in __init__
  63. (self.host, self.port) = self._get_hostport(host, port)
  64. File "/usr/lib/python3.8/http/client.py", line 870, in _get_hostport
  65. raise InvalidURL("nonnumeric port: '%s'" % host[i+1:])
  66. http.client.InvalidURL: nonnumeric port: 'port'
  67.  
  68.  
  69.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement