-
Notifications
You must be signed in to change notification settings - Fork 38
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
Build failure: git-lfs #1013
Comments
Downgrading go from 1.16.6 to 1.14.6 let git-lfs work. So that's the source of the failure. go was updated in 5e63b5c. No idea on how to fix this, however. |
Also, current git-lfs.info removes %b/go.mod
which the failure complains about. But keeping go.mod, gives this error:
The intertubes say that |
I'm on Big Sur with Xcode 13, and for me the error is:
|
@cooljeanius that sounds like go is reading LDFLAGS and somehow turning it into a new flag, even though the blurb you show has it inside the |
getting a different error now:
|
OS X 10.13, with git-2.34.0-1 and go-1.16.6-1, git-lfs-2.9.0-1 fails to build:
I have a .deb for this same package from December 2020, so something has bit-rotted since @leighsmith's fix in #511. I tried with apple's
make
andgnumake
and fink'smake
. I get the same result when I tried to bump it to 3.3.0 (current upstream). But there's some patching I don't understand already, so I don't know how to pursue this.The text was updated successfully, but these errors were encountered: