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

Installation failure on FreeBSD #26

Closed
avysk opened this issue May 30, 2024 · 3 comments
Closed

Installation failure on FreeBSD #26

avysk opened this issue May 30, 2024 · 3 comments
Labels
forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system.

Comments

@avysk
Copy link

avysk commented May 30, 2024

See

#!/bin/bash

/bin/bash does not exist on FreeBSD. If I install it from ports, it is /usr/local/bin/bash. The ln -s /usr/local/bin/bash /bin/bash workaround helps. Hardcoded paths are wrong.

@github-iron github-iron added the forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system. label May 30, 2024
@michaelzappa-jhuapl
Copy link

As well as on non-FHS Linux distributions.

@aalekseyev
Copy link
Contributor

I'm changing it to run /usr/bin/env bash (on the internal repo, will make its way here eventually)

@aalekseyev
Copy link
Contributor

Nvm, #29 is clearly simpler :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system.
Projects
None yet
Development

No branches or pull requests

5 participants