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

A bug: fail in 'make' step #117

Open
huangwb8 opened this issue Aug 8, 2021 · 1 comment
Open

A bug: fail in 'make' step #117

huangwb8 opened this issue Aug 8, 2021 · 1 comment

Comments

@huangwb8
Copy link

huangwb8 commented Aug 8, 2021

Hi~
I installed sailfish according to the official manual. When do 'make' step, some bugs appeared.

cd /Downloads/sailfish/external && curl -k -L http://downloads.sourceforge.net/project/boost/boost/1.59.0/boost_1_59_0.tar.gz -o boost_1_59_0.tar.gz && tar xzf boost_1_59_0.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   345  100   345    0     0    910      0 --:--:-- --:--:-- --:--:--   910
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (7) Failed to connect to udomain.dl.sourceforge.net port 443: Connection refused
CMakeFiles/libboost.dir/build.make:92: recipe for target 'libboost-prefix/src/libboost-stamp/libboost-download' failed

The file 'boost_1_59_0.tar.gz' could not be correctly downloaded, which resulted in the pause of process.
The link 'http://downloads.sourceforge.net/project/boost/boost/1.59.0/boost_1_59_0.tar.gz' seemed to related no correct file. Maybe it was discarded.
Could you give some suggestions?

@LiCanhui-Huyi
Copy link

https://sourceforge.net/projects/boost/files/boost/1.59.0/
@huangwb8
I have encountered the same problem. Whether you have solved it or not, I think my answer can help people who encounter this problem in the future. The above is the new website. Due to the updating of websites, we often encounter that we can't download files when connecting a website with curl. Because the domain name has been updated. However, the curl command or wget cannot track the new URL. When you encounter this problem again, you can copy the URL, and then paste it into the browser to access it. Usually, the browser can take you to a new URL.

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