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

Bad invocation of 'git rev-list' during alphad build #31

Closed
gwillen opened this issue Jun 19, 2015 · 2 comments
Closed

Bad invocation of 'git rev-list' during alphad build #31

gwillen opened this issue Jun 19, 2015 · 2 comments

Comments

@gwillen
Copy link
Contributor

gwillen commented Jun 19, 2015

When building alphad, in the middle of the build process I get the following output:

... (some output, and then:)

  CXX      compat/libbitcoin_util_a-glibc_sanity.o
  CXX      compat/libbitcoin_util_a-glibcxx_sanity.o
  CXX      libbitcoin_util_a-chainparamsbase.o
usage: git rev-list [OPTION] <commit-id>... [ -- paths... ]
  limiting output:
    --max-count=<n>
    --max-age=<epoch>
    --min-age=<epoch>
    --sparse
    --no-merges
    --min-parents=<n>
    --no-min-parents
    --max-parents=<n>
    --no-max-parents
    --remove-empty
    --all
    --branches
    --tags
    --remotes
    --stdin
    --quiet
  ordering output:
    --topo-order
    --date-order
    --reverse
  formatting output:
    --parents
    --children
    --objects | --objects-edge
    --unpacked
    --header | --pretty
    --abbrev=<n> | --no-abbrev
    --abbrev-commit
    --left-right
  special purpose:
    --bisect
    --bisect-vars
    --bisect-all
  CXX      libbitcoin_util_a-clientversion.o
  CXX      libbitcoin_util_a-random.o
  CXX      libbitcoin_util_a-rpcprotocol.o

... (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 inside share/genbuild.sh. I may take a closer look.

@sipa
Copy link
Contributor

sipa commented Jun 19, 2015 via email

@gwillen
Copy link
Contributor Author

gwillen commented Jun 19, 2015

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
Projects
None yet
Development

No branches or pull requests

4 participants