Skip to content

Conversation

rkrux
Copy link
Contributor

@rkrux rkrux commented Nov 8, 2024

The gen-manpages.py script is unable to find
the executables because it tries to search in
/bitcoin/src when no custom BUILDDIR is set.
With the new build process in place, the default
build dir is now set to /bitcoin/build.

Prior to this change, the script stopped with a
not found or not an executable error. Now it
generates the man pages without needing to
explicitly set BUILDDIR variable.

The `gen-manpages.py` script is unable to find
the executables because it tries to search in
`/bitcoin/src` when no custom `BUILDDIR` is set.
With the new build process in place, the default
build dir is now set to `/bitcoin/build`.

Prior to this change, the script stopped with a
`not found or not an executable` error. Now it
generates the man pages without needing to
explicitly set `BUILDDIR` variable.
@DrahtBot
Copy link
Contributor

DrahtBot commented Nov 8, 2024

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Code Coverage & Benchmarks

For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/31255.

Reviews

See the guideline for information on the review process.
A summary of reviews will appear here.

@fanquake
Copy link
Member

fanquake commented Nov 8, 2024

Thanks, however this is part of #30986.

@fanquake fanquake closed this Nov 8, 2024
@rkrux
Copy link
Contributor Author

rkrux commented Nov 8, 2024

Thanks, however this is part of #30986.

Oh I see, I will take a look at it, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants