Hennadii Stepanov

Results 1212 comments of Hennadii Stepanov

Since https://github.com/bitcoin/bitcoin/pull/30454 has been merged, further development in this repository no longer makes sense. Please consider moving this PR to the main repository.

Could variations in the source directory permissions actually cause https://github.com/bitcoin/bitcoin/issues/30815?

If https://github.com/bitcoin/bitcoin/pull/30838 happens to fix https://github.com/bitcoin/bitcoin/issues/30815, it seems reasonable to switch to `NO_SOURCE_PERMISSIONS` in all cases for consistency.

My Guix build: ``` aarch64 86d20fcaf2331084035fba29305dbcd22665a7a0f910ffbe1667541a338129ed guix-build-001b1cf01045/output/aarch64-linux-gnu/SHA256SUMS.part 06ec1b29ed2ac24733fa24083460298e4c9a2cbba8845164f849aebb50c94e91 guix-build-001b1cf01045/output/aarch64-linux-gnu/bitcoin-001b1cf01045-aarch64-linux-gnu-debug.tar.gz 16b21d25dab9222dc69774e0e788c10bac4f15783c4ccb46c11e0608d132021d guix-build-001b1cf01045/output/aarch64-linux-gnu/bitcoin-001b1cf01045-aarch64-linux-gnu.tar.gz 3cdd10a2eb9e0bdba787fbb4c7ae63f74b3d238fbfed9a94a11fc3be90fafb4f guix-build-001b1cf01045/output/arm-linux-gnueabihf/SHA256SUMS.part 3b2dc9c09e761dc75f6ae15bb8cd5fcdc4e056600e68e0c452db619a933eb24f guix-build-001b1cf01045/output/arm-linux-gnueabihf/bitcoin-001b1cf01045-arm-linux-gnueabihf-debug.tar.gz 6bb830a6bcb831cbb2ccfb68bd70c691d73661561cc4f60b224dc8d946b9bd73 guix-build-001b1cf01045/output/arm-linux-gnueabihf/bitcoin-001b1cf01045-arm-linux-gnueabihf.tar.gz 3715ca06ff1771bc35e1e4265ce939ad25c731fd94ee4266248e6658450898c3 guix-build-001b1cf01045/output/arm64-apple-darwin/SHA256SUMS.part 3f78d59c99461020ee190ad8665d9b595df3cb42c895a615887bf0a8fb4cb112 guix-build-001b1cf01045/output/arm64-apple-darwin/bitcoin-001b1cf01045-arm64-apple-darwin-unsigned.tar.gz ba816c0fdb632391b1528d4cb858da12a43c0a061b5aaacd077fd2901963df53 guix-build-001b1cf01045/output/arm64-apple-darwin/bitcoin-001b1cf01045-arm64-apple-darwin-unsigned.zip 3d5312341c52b4f076341102aeb46d20ece44d49a14985314d63fc2787e04d15 guix-build-001b1cf01045/output/arm64-apple-darwin/bitcoin-001b1cf01045-arm64-apple-darwin.tar.gz b704319015b4e670ed1e4add637d80c6d1d9cac3d8363d6f36e8e3daa157589d guix-build-001b1cf01045/output/dist-archive/bitcoin-001b1cf01045.tar.gz faf0f14db65a8f40afe12e6382b04d7b59d5fa6c247bb972a8624cf9c92a02eb guix-build-001b1cf01045/output/powerpc64-linux-gnu/SHA256SUMS.part 1070564b98617051a4bf1327e1d81f610ac6edf67223e803843d3e2360f40e70...

> * A depends build with `DEBUG=1` and using `./configure --enable-debug` do not align, which is inconsistent/confusing. Concept ACK on fixing that.

What are the OS and the lcov version?

> Normal coverage also fails. > > What is the commit and the exact commands where it last worked? Working on it.

> Normal coverage also fails. > > What is the commit and the exact commands where it last worked? Tested https://github.com/bitcoin/bitcoin/pull/30454 @ 41051290ab3b6c36312cec26a27f787cea9961b4 on Ubuntu 24.04 with the default `gcc`...

> Ah, so normal coverage may work with gcc. However, it would be nice if clang was supported as well (like it does with autotools). Tested https://github.com/bitcoin/bitcoin/pull/30454 @ 41051290ab3b6c36312cec26a27f787cea9961b4 on...