-
Notifications
You must be signed in to change notification settings - Fork 381
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
Bad invocation of 'git rev-list' during alphad build #31
Comments
Fixed in Bitcoin recently, I believe.
|
Indeed, this is fixed in bitcoin/bitcoin@c1149f7 , and the solution is to hide the message (the error is harmless). I'll bring that over. |
instagibbs
added a commit
to instagibbs/elements
that referenced
this issue
Mar 15, 2017
…romstring [wallet] Helper for getting asset ID from some string
roconnor-blockstream
added a commit
that referenced
this issue
Aug 22, 2019
…ted by OP_1NEGATE that we will be for private use.
roconnor-blockstream
added a commit
that referenced
this issue
Jan 14, 2020
…ted by OP_1NEGATE that we will be for private use.
Mixa84
pushed a commit
to SequentiaSEQ/sequentia
that referenced
this issue
Oct 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building alphad, in the middle of the build process I get the following output:
... (some output, and then:)
... (and then some more output)
@gmaxwell is also seeing this, and thought it was due to his old version of Git. But I'm on git 2.3.6 on OS X, and he's on git 2.0.something on Linux, and we're both seeing the same thing. The offending call to
git rev-list
is insideshare/genbuild.sh
. I may take a closer look.The text was updated successfully, but these errors were encountered: