--- Log opened Tue Apr 27 00:00:38 2021 00:10 -!- cfields_ [~cfields@unaffiliated/cfields] has quit [Ping timeout: 240 seconds] 00:16 -!- cfields [~cfields@unaffiliated/cfields] has joined #bitcoin-builds 00:30 -!- cfields [~cfields@unaffiliated/cfields] has quit [Ping timeout: 245 seconds] 00:33 -!- cfields [~cfields@unaffiliated/cfields] has joined #bitcoin-builds 00:46 -!- cfields [~cfields@unaffiliated/cfields] has quit [Ping timeout: 252 seconds] 00:50 -!- cfields [~cfields@unaffiliated/cfields] has joined #bitcoin-builds 03:20 -!- Ashtyn86Schuster [~Ashtyn86S@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-builds 03:26 -!- Jackielove4u [uid43977@gateway/web/irccloud.com/x-pclpnrnixlpzkndj] has joined #bitcoin-builds 06:00 -!- ghost43_ [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 06:00 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-builds 07:14 -!- mol [~mol@unaffiliated/molly] has quit [Read error: Connection reset by peer] 07:15 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-builds 08:24 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 246 seconds] 08:59 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-builds 10:39 < jarolrod> upgrading to 11.3, there's a ton of the following warnings (which appear to be harmless): 10:39 < jarolrod> `clang: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]` 10:40 < jarolrod> macOS 11.3^ 11:13 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-builds 11:14 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 260 seconds] 11:17 -!- lukedashjr is now known as luke-jr 11:20 -!- michaelfolkson2 [~michaelfo@2a03:b0c0:1:e0::23d:d001] has joined #bitcoin-builds 11:26 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-builds 11:28 -!- utxobr[m] [cirocostam@gateway/shell/matrix.org/x-kiudiqeqdylyhrli] has quit [Ping timeout: 276 seconds] 11:28 -!- midnight [~midnight@unaffiliated/midnightmagic] has quit [Ping timeout: 276 seconds] 11:28 -!- michaelfolkson [~michaelfo@2a03:b0c0:1:e0::23d:d001] has quit [Ping timeout: 276 seconds] 11:28 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 241 seconds] 11:31 -!- lukedashjr is now known as luke-jr 11:32 -!- midnight [~midnight@unaffiliated/midnightmagic] has joined #bitcoin-builds 11:32 -!- utxobr[m] [cirocostam@gateway/shell/matrix.org/x-wrfhlyopkhlikmjo] has joined #bitcoin-builds 11:33 -!- Ashtyn86Schuster [~Ashtyn86S@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 260 seconds] 11:42 < hebasto> jarolrod: #21788 should help :) 11:42 < gribble> https://github.com/bitcoin/bitcoin/issues/21788 | build: Silent unused -fstack-clash-protection warnings on macOS 11.3 by hebasto · Pull Request #21788 · bitcoin/bitcoin · GitHub 12:07 -!- jonatack [jon@gateway/vpn/airvpn/jonatack] has quit [Ping timeout: 245 seconds] 12:08 -!- jonatack [jon@gateway/vpn/airvpn/jonatack] has joined #bitcoin-builds 13:26 -!- jonatack [jon@gateway/vpn/airvpn/jonatack] has quit [Quit: jonatack] 14:08 -!- michaelfolkson2 is now known as michaelfolkson 14:19 -!- rebroad [~rebroad@83.240.144.127] has joined #bitcoin-builds 14:27 -!- rebroad [~rebroad@83.240.144.127] has quit [Remote host closed the connection] 14:28 -!- rebroad [~rebroad@83.240.144.127] has joined #bitcoin-builds 16:58 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Ping timeout: 240 seconds] 17:02 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #bitcoin-builds 17:04 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 240 seconds] 17:07 -!- belcher_ is now known as belcher 20:51 < jarolrod> fanquake: noob question, in regards to: https://github.com/bitcoin/bitcoin/pull/21782#issuecomment-828119382 20:52 < jarolrod> on a native macos depends build, it'll be using the system `ld` right 20:52 < fanquake> yes 21:23 < jarolrod> fanquake: in regard to https://github.com/bitcoin/bitcoin/pull/21788#issuecomment-828129164 - the upgrade to 11.3 brought with it an upgrade to Xcode 12.5. The clang version has been bumped to `12.0.5 (clang-1205.0.22.9)`. Prior to this upgrade it was clang version `12.0.0 (clang-1200.0.32.29)`. Might it be related? 21:24 < fanquake> Yes, that is the reason, however for some reason people always present macOS upgrades being the issue, when the actual cause is upgrading Xcode 21:25 < fanquake> The macOS upgrade is irrelevant, as I'd assume that someone who didn't upgrade their macOS, but upgraded to the newer version of Xcode would see the same warnings 21:25 < jarolrod> yeah, makes sense. **takes note** 21:26 < fanquake> So the real question is what was the change in behavior in the Apple Clang that is bundled with Xcode. 21:49 < jarolrod> fanquake: https://developer.apple.com/documentation/xcode-release-notes/xcode-12_5-release-notes 21:50 < jarolrod> here is a pastebin of the relevant clang note on the linked doc: https://0bin.net/paste/glrMqX02#uqy2YFmwviGAi0dOsaGVB6ZXxGkhYgkk6uhd7Q5G0Nb 21:51 < fanquake> Neither of those points seem related to the warnings we are seeing. We'll have to look at Clang upstream 23:00 -!- rebroad [~rebroad@83.240.144.127] has quit [Remote host closed the connection] 23:01 -!- rebroad [~rebroad@83.240.144.127] has joined #bitcoin-builds 23:04 -!- rebroad [~rebroad@83.240.144.127] has quit [Remote host closed the connection] 23:09 -!- rebroad [~rebroad@83.240.144.127] has joined #bitcoin-builds --- Log closed Wed Apr 28 00:00:39 2021