pgj commented on code in PR #5626: URL: https://github.com/apache/couchdb/pull/5626#discussion_r2348857802
########## configure: ########## @@ -46,6 +46,7 @@ CLOUSEAU_URI=${CLOUSEAU_URI:-"https://github.com/cloudant-labs/clouseau/releases CLOUSEAU_VSN=${CLOUSEAU_VSN:-"2.25.0"} CLOUSEAU_DIR="$(pwd)"/clouseau ARCH="$(uname -m)" +MULTIARCH_NAME="$(dpkg-architecture -q DEB_HOST_MULTIARCH || true)" Review Comment: This is run unconditionally (on every OS), probably that is what causes `configure` to fail on macOS (and on other non-Debian systems). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org