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

ECL installation fails on FreeBSD #536

Closed
ak-coram opened this issue Nov 27, 2022 · 1 comment
Closed

ECL installation fails on FreeBSD #536

ak-coram opened this issue Nov 27, 2022 · 1 comment

Comments

@ak-coram
Copy link

Environment

How to reproduce the issue

pkg install -y bash roswell autoconf texinfo perl5 gmake gcc libffi
ros install ecl/21.2.1

Expected behavior

The installation should succeed, but fails because it tries to use BSD make and /bin/sh instead of GNU make and bash. For example the -l option is not supported via /bin/sh, but also ECL doesn't build with BSD make.

Workaround

ln -s /usr/local/bin/gmake /bin/make
ln -s /usr/local/bin/bash /usr/local/bin/sh
export PATH=/usr/local/bin/:$PATH

See full example here:
https://github.com/ak-coram/cl-duckdb/blob/main/.github/workflows/BSD.yml

@snmsts snmsts closed this as completed in bdc4a13 Dec 24, 2022
@snmsts
Copy link
Member

snmsts commented Dec 25, 2022

thanks for reporting. I tested "ros install ecl" on my vagrant freebsd environment.

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