ROS Fuerte Source Install "Build of Bullet Failed" Ubuntu 12.10 [closed]

asked 2014-03-24 04:37:43 -0500

Naman gravatar image

updated 2014-03-24 04:51:36 -0500

Hey guys,

I am installing ROS Fuerte on Ubuntu 12.10 from Source. I was able to do everything but when I do rosmake -a ,I get error:

     rm -f patched
     rm -rf bullet_svn
     rm -rf build
     make[2]: Leaving directory `/home/naman/ros/bullet'
     touch wiped
     mkdir -p build
     if [ ! -f bullet-2.79-rev2440.md5sum ]; then echo "Error: Couldn't find md5sum file bullet-2.79-rev2440.md5sum" && false; fi
    `rospack find rosbuild`/bin/download_checkmd5.py awk {'print $1'} bullet-2.79-rev2440.md5sum`
    [rosbuild] Downloading ...Traceback (most recent call last):
    File "/opt/ros/fuerte/share/ros/core/rosbuild/bin/download_checkmd5.py", line 56, in <module>
  sys.exit(main())
   File "/opt/ros/fuerte/share/ros/core/rosbuild/bin/download_checkmd5.py", line 28, in main
  urllib.urlretrieve(uri, dest)
   File "/usr/lib/python2.7/urllib.py", line 93, in urlretrieve
  return _urlopener.retrieve(url, filename, reporthook, data)
File "/usr/lib/python2.7/urllib.py", line 239, in retrieve
  fp = self.open(url, data)
File "/usr/lib/python2.7/urllib.py", line 207, in open
  return getattr(self, name)(url)
File "/usr/lib/python2.7/urllib.py", line 344, in open_http
  h.endheaders(data)
File "/usr/lib/python2.7/httplib.py", line 958, in endheaders
  self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 818, in _send_output
  self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 780, in send
  self.connect()
File "/usr/lib/python2.7/httplib.py", line 761, in connect
  self.timeout, self.source_address)
File "/usr/lib/python2.7/socket.py", line 553, in create_connection
  for res in getaddrinfo(host, port, 0, SOCK_STREAM):

 IOError: [Errno socket error] [Errno -2] Name or service not known

     make[1]: *** [build/bullet-2.79/unpacked] Error 1

     make[1]: Leaving directory `/home/naman/ros/bullet'

     CMake Error at CMakeLists.txt:16 (message):

     Build of Bullet failed 

     -- Configuring incomplete, errors occurred!

I have searched a lot on ROS Forums but was not able to find a solution. Any help will be greatly appreciated

Thank you. Naman

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2015-10-28 18:16:12.848730