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

git fails to build on Linux host #275

Open
evansm7 opened this issue Mar 2, 2022 · 1 comment
Open

git fails to build on Linux host #275

evansm7 opened this issue Mar 2, 2022 · 1 comment

Comments

@evansm7
Copy link

evansm7 commented Mar 2, 2022

Building git-morello-purecap:

make: curl-config: Command not found
LINK git-http-fetch
LINK git-http-push
LINK git-remote-http
ld.lld: error: undefined symbol: curl_easy_setopt

referenced by http.c

libcurl has been built, but not found. Builds fine on macOS!

@jrtc27
Copy link
Member

jrtc27 commented Mar 2, 2022

This is probably the same as we see on FreeBSD. The upstream build system is complete junk for cross-building. It's unclear how to make it work, I suspect we just won't and will rely on pkg install git natively, and macOS-built binaries for now.

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