Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error: can not download eigen 3.3.4 #12

Open
narutojxl opened this issue Aug 19, 2020 · 2 comments
Open

build error: can not download eigen 3.3.4 #12

narutojxl opened this issue Aug 19, 2020 · 2 comments

Comments

@narutojxl
Copy link

narutojxl commented Aug 19, 2020

Hi all:
Following wiki installation, the result is:

jxl@dell:~/robust_ss/src$ catkin build point_cloud_registration  -j4
--------------------------------------------------------
Profile:                     default
Extending:        [explicit] /opt/ros/kinetic
Workspace:                   /home/jxl/robust_ss
--------------------------------------------------------
Build Space:        [exists] /home/jxl/robust_ss/build
Devel Space:        [exists] /home/jxl/robust_ss/devel
Install Space:      [unused] /home/jxl/robust_ss/install
Log Space:          [exists] /home/jxl/robust_ss/logs
Source Space:       [exists] /home/jxl/robust_ss/src
DESTDIR:            [unused] None
--------------------------------------------------------
Devel Space Layout:          merged
Install Space Layout:        None
--------------------------------------------------------
Additional CMake Args:       -DCMAKE_BUILD_TYPE=Release
Additional Make Args:        -j4
Additional catkin Make Args: None
Internal Make Job Server:    True
Cache Job Environments:      False
--------------------------------------------------------
Whitelisted Packages:        None
Blacklisted Packages:        None
--------------------------------------------------------
Workspace configuration appears valid.
--------------------------------------------------------
[build] Found '7' packages in 0.0 seconds.                                                                                                                                              
[build] Package table is up to date.                                                                                                                                                    
Starting  >>> catkin_simple                                                                                                                                                             
Finished  <<< catkin_simple                           [ 0.1 seconds ]                                                                                                                   
Starting  >>> eigen_catkin                                                                                                                                                              
Starting  >>> gflags_catkin                                                                                                                                                             
Starting  >>> pcl_catkin                                                                                                                                                                
Finished  <<< gflags_catkin                           [ 0.1 seconds ]                                                                                                                   
Starting  >>> glog_catkin                                                                                                                                                               
Finished  <<< pcl_catkin                              [ 0.1 seconds ]                                                                                                                   
Finished  <<< glog_catkin                             [ 0.1 seconds ]                                                                                                                   
Starting  >>> ceres_catkin                                                                                                                                                              
Finished  <<< ceres_catkin                            [ 0.1 seconds ]                                                                                                                   
________________________________________________________________________________________________________________________________________________________________________________________
Errors     << eigen_catkin:make /home/jxl/robust_ss/logs/eigen_catkin/build.make.006.log                                                                                                
CMake Error at eigen_src-stamp/download-eigen_src.cmake:159 (message):
  Each download failed!

    error: downloading 'http://bitbucket.org/eigen/eigen/get/3.3.4.tar.bz2' failed
	 status_code: 6
	 status_string: "Couldn't resolve host name"
	 log:
	 --- LOG BEGIN ---
	 getaddrinfo(3) failed for bitbucket.org:80

  Couldn't resolve host 'bitbucket.org'

  Closing connection 0


	 --- LOG END ---
  • How to fix this problem, the link http://bitbucket.org/eigen/eigen/get/3.3.4.tar.bz2 now is unavailable. Replace CMakeLists.txt line 88 of eigen_catkin URL http://bitbucket.org/eigen/eigen/get/3.3.4.tar.bz2 with URL https://gitlab.com/libeigen/eigen/-/archive/3.3.4/eigen-3.3.4.tar.bz2, still not work.

Thanks for your time and help!

@calmelo
Copy link

calmelo commented Jan 21, 2021

Have you solve the problem? I meet the problem too. And I think it's the net reason.

@narutojxl
Copy link
Author

No, the problem still exists :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants