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

Bugs in boost script? #13

Open
michpaulatto opened this issue Oct 21, 2021 · 0 comments
Open

Bugs in boost script? #13

michpaulatto opened this issue Oct 21, 2021 · 0 comments

Comments

@michpaulatto
Copy link

michpaulatto commented Oct 21, 2021

Hello,
I have tried installing boost 1.72 on Archer 2 with the script provided (boost.sh). I had two issues:

  1. The package download (the wget command) didn't work. I had to download the package separately and disable the following lines in the script:
test -e boost_$_VERSION.tar.bz2 \
  || wget https://sourceforge.net/projects/boost/files/boost/$_VERSION/boost_$_VERSION.tar.bz2 -O boost_$_VERSION.tar.bz2 \
  || fn_error "could not fetch source"
echo "$SHA256SUM  boost_$_VERSION.tar.bz2" | sha256sum --check \
  || fn_error "source hash mismatch"
tar xf boost_$_VERSION.tar.bz2 \
  || fn_error "could not untar source"

  1. The patching gives some errors. I disabled the patching by removing the relevant lines in the script.

After these two modifications, I was able to install boost

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

1 participant