< gwillen> I do not know exactly how to navigate its quoting behavior other than by experiment
< fanquake> sipa: IIUC then yes, a call to AC_DEFINE() is what you want. I'll PR a fix for #19402 this morning.
< gribble> https://github.com/bitcoin/bitcoin/issues/19402 | __builtin_clz[l[l]] not detected using clang · Issue #19402 · bitcoin/bitcoin · GitHub
< fanquake> Looks like Clang doesn't like the way that the AC_CHECK_DECLS tests that are created for builtins.
< sipa> fanquake:
< sipa> conftest.cpp:100:10: error: builtin functions must be directly called
< sipa> (void) __builtin_clz;
< fanquake> Got distracted with other things
< bitcoin-git> [bitcoin] fanquake opened pull request #19403: build: improve __builtin_clz* detection (master...improve_builtin_clz_detection) https://github.com/bitcoin/bitcoin/pull/19403
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d3a5dbfd1f18...dd191b583294
< bitcoin-git> bitcoin/master 8578c6f Glenn Willen: build: Fix search for brew-installed BDB 4 on OS X
< bitcoin-git> bitcoin/master dd191b5 fanquake: Merge #19356: build: Fix search for brew-installed BDB 4 on OS X
< bitcoin-git> [bitcoin] fanquake merged pull request #19356: build: Fix search for brew-installed BDB 4 on OS X (master...feature-bdb-search-fix-osx) https://github.com/bitcoin/bitcoin/pull/19356
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dd191b583294...2f54c760504e
< bitcoin-git> bitcoin/master fd9c213 Luke Dashjr: doc/REST-interface: Remove stale info
< bitcoin-git> bitcoin/master 2f54c76 fanquake: Merge #19390: doc/REST-interface: Remove stale info
< bitcoin-git> [bitcoin] fanquake merged pull request #19390: doc/REST-interface: Remove stale info (master...restdoc_rm_stale) https://github.com/bitcoin/bitcoin/pull/19390
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2f54c760504e...b80ae6b4c04b
< bitcoin-git> bitcoin/master e12e970 Peter Bushnell: docs: match usage text to script and location
< bitcoin-git> bitcoin/master b80ae6b fanquake: Merge #19344: docs: update testgen usage example
< bitcoin-git> [bitcoin] fanquake merged pull request #19344: docs: update testgen usage example (master...patch-6) https://github.com/bitcoin/bitcoin/pull/19344
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b80ae6b4c04b...19612ca2eb2e
< bitcoin-git> bitcoin/master fa74a54 MarcoFalke: ci: Increase test timeout for sanitizer configs
< bitcoin-git> bitcoin/master 19612ca fanquake: Merge #19371: ci: Increase test timeout for sanitizer configs
< bitcoin-git> [bitcoin] fanquake merged pull request #19371: ci: Increase test timeout for sanitizer configs (master...2006-ciSanTimeout) https://github.com/bitcoin/bitcoin/pull/19371
< bitcoin-git> [bitcoin] jonatack opened pull request #19405: rpc, cli: add network in/out connections to `getnetworkinfo` and `-getinfo` (master...in-and-out-connections) https://github.com/bitcoin/bitcoin/pull/19405
< bitcoin-git> [bitcoin] fanquake opened pull request #19407: doc: explain why passing -mlinker-version is required when cross-compiling (master...explain_mlinker_version_required) https://github.com/bitcoin/bitcoin/pull/19407
< bitcoin-git> [bitcoin] sipsorcery opened pull request #19408: doc: Windows WSL build recommendation to temporarily disable Win32 PE support (master...wsldoc) https://github.com/bitcoin/bitcoin/pull/19408
< sipsorcery> wumpus: Wouldn't "I think a fix to the build system to not ry to run target executables when cross-compiling would be way preferable."
< sipsorcery> mean replacing Autoconf?
< sipsorcery> The Autoconf configure script is what's trying to execute *.exe files during the build.
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/19612ca2eb2e...fb87f6d168c4
< bitcoin-git> bitcoin/master 3502a60 Pieter Wuille: doc: Document Span pitfalls
< bitcoin-git> bitcoin/master fab57e2 Pieter Wuille: doc: Mention Span in developer-notes.md
< bitcoin-git> bitcoin/master fb87f6d Wladimir J. van der Laan: Merge #19367: doc: Span pitfalls
< bitcoin-git> [bitcoin] laanwj merged pull request #19367: doc: Span pitfalls (master...202006_span_pitfalls) https://github.com/bitcoin/bitcoin/pull/19367
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fb87f6d168c4...748178f13e5b
< bitcoin-git> bitcoin/master 53361dd Bushstar: [build] Remove unused RES_IMAGES
< bitcoin-git> bitcoin/master 748178f MarcoFalke: Merge #19394: build: Remove unused RES_IMAGES
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19394: build: Remove unused RES_IMAGES (master...bitcoin-remove-res-images) https://github.com/bitcoin/bitcoin/pull/19394
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/748178f13e5b...8edfc1715a02
< bitcoin-git> bitcoin/master fabf3d6 MarcoFalke: test: Add FeeFilterRounder test
< bitcoin-git> bitcoin/master faba65e MarcoFalke: Add ChainstateManager::ActiveChainstate
< bitcoin-git> bitcoin/master fa06d7e MarcoFalke: refactor: block import implies IsInitialBlockDownload
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19204: p2p: Reduce inv traffic during IBD (master...2006-netInvWaste) https://github.com/bitcoin/bitcoin/pull/19204
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8edfc1715a02...1269cab21a9a
< bitcoin-git> bitcoin/master 9952242 fanquake: build: improve builtin_clz* detection
< bitcoin-git> bitcoin/master 1269cab Wladimir J. van der Laan: Merge #19403: build: improve __builtin_clz* detection
< bitcoin-git> [bitcoin] laanwj merged pull request #19403: build: improve __builtin_clz* detection (master...improve_builtin_clz_detection) https://github.com/bitcoin/bitcoin/pull/19403
< bitcoin-git> [bitcoin] fanquake opened pull request #19412: test: move TEST_RUNNER_EXTRA into native tsan setup (master...move_tsan_test_runner_config) https://github.com/bitcoin/bitcoin/pull/19412
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19413: refactor: Remove confusing BlockIndex global (master...2006-noBlockIndexGlobal) https://github.com/bitcoin/bitcoin/pull/19413
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1269cab21a9a...dbadf746e268
< bitcoin-git> bitcoin/master faa7431 MarcoFalke: refactor: Fix clang compile failure
< bitcoin-git> bitcoin/master fa3b35a MarcoFalke: ci: Add test for clang-3.8 C++11 support
< bitcoin-git> bitcoin/master dbadf74 Wladimir J. van der Laan: Merge #19333: refactor: Fix clang compile failure
< bitcoin-git> [bitcoin] laanwj merged pull request #19333: refactor: Fix clang compile failure (master...2006-FixClangBuild) https://github.com/bitcoin/bitcoin/pull/19333
< jonasschnelli> jnewbery / moneyball: coredev.tech is now using GitHub Pages (https://github.com/coredev-tech/coredev-tech.github.io). The manual deployment is solved therefore.
< bitcoin-git> [bitcoin] Bushstar opened pull request #19414: [build] rename movies to animation (master...bitcoin-rename-movies) https://github.com/bitcoin/bitcoin/pull/19414
< bitcoin-git> [bitcoin] Bushstar closed pull request #19414: [build] rename movies to animation (master...bitcoin-rename-movies) https://github.com/bitcoin/bitcoin/pull/19414
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19412: test: move TEST_RUNNER_EXTRA into native tsan setup (master...move_tsan_test_runner_config) https://github.com/bitcoin/bitcoin/pull/19412
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19412: test: move TEST_RUNNER_EXTRA into native tsan setup (master...move_tsan_test_runner_config) https://github.com/bitcoin/bitcoin/pull/19412
< achow101> review beg for #19215. I'd like to get HWI's travis working again and this is needed
< gribble> https://github.com/bitcoin/bitcoin/issues/19215 | psbt: Include and allow both non_witness_utxo and witness_utxo for segwit inputs by achow101 · Pull Request #19215 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/dbadf746e268...5c3c7cc50c5f
< bitcoin-git> bitcoin/master b9971ae João Barbosa: wallet: Handle concurrent wallet loading
< bitcoin-git> bitcoin/master 9b009fa João Barbosa: qa: Test concurrent wallet loading
< bitcoin-git> bitcoin/master 5c3c7cc MarcoFalke: Merge #19300: wallet: Handle concurrent wallet loading
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19300: wallet: Handle concurrent wallet loading (master...2020-06-loadwallet) https://github.com/bitcoin/bitcoin/pull/19300
< provoostenator> Any hints on how to debug a configure file? #19411
< gribble> https://github.com/bitcoin/bitcoin/issues/19411 | Unable to build BDB 4.8 on macOS Big Sur beta (depends & contrib script) · Issue #19411 · bitcoin/bitcoin · GitHub
< provoostenator> ac_fn_c_try_run fails unless I replace "exit" with "return".
< provoostenator> I would be great if I can see what it outputs...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5c3c7cc50c5f...8d3187fd0d6d
< bitcoin-git> bitcoin/master a92e48b fanquake: test: move TEST_RUNNER_EXTRA into native tsan setup
< bitcoin-git> bitcoin/master 8d3187f MarcoFalke: Merge #19412: test: move TEST_RUNNER_EXTRA into native tsan setup
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19412: test: move TEST_RUNNER_EXTRA into native tsan setup (master...move_tsan_test_runner_config) https://github.com/bitcoin/bitcoin/pull/19412
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19413: refactor: Remove confusing BlockIndex global (master...2006-noBlockIndexGlobal) https://github.com/bitcoin/bitcoin/pull/19413
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19413: refactor: Remove confusing BlockIndex global (master...2006-noBlockIndexGlobal) https://github.com/bitcoin/bitcoin/pull/19413
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8d3187fd0d6d...2af56d6d5c38
< bitcoin-git> bitcoin/master 6fdfeeb Hennadii Stepanov: refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp
< bitcoin-git> bitcoin/master 2af56d6 Wladimir J. van der Laan: Merge #19399: refactor: Replace RecursiveMutex with Mutex in rpc/server.cp...
< bitcoin-git> [bitcoin] laanwj merged pull request #19399: refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp (master...200628-warm-mx) https://github.com/bitcoin/bitcoin/pull/19399
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19385: test: Change default test logging directory (master...unit-log-location) https://github.com/bitcoin/bitcoin/pull/19385
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19385: test: Change default test logging directory (master...unit-log-location) https://github.com/bitcoin/bitcoin/pull/19385
< hebasto> sipa: wumpus: could ban maste197 on gh?
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19385: test: Change default test logging directory (master...unit-log-location) https://github.com/bitcoin/bitcoin/pull/19385
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19385: test: Change default test logging directory (master...unit-log-location) https://github.com/bitcoin/bitcoin/pull/19385
< wumpus> hebasto: done
< bitcoin-git> [bitcoin] practicalswift opened pull request #19415: tests: Make DNS lookup mockable/testable/fuzzable. Add fuzzing harness for Lookup(…)/LookupHost(…)/LookupNumeric(…)/LookupSubNet(…). (master...fuzzers-dns-lookup) https://github.com/bitcoin/bitcoin/pull/19415