--- Log opened Mon Nov 06 00:00:17 2023 02:15 -!- ghost43_ [~ghost43@gateway/tor-sasl/ghost43] has quit [Remote host closed the connection] 02:15 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #bitcoin-core-builds 04:42 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-builds 04:45 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 264 seconds] 08:09 -!- pablomartin [~pablomart@92.118.61.224] has joined #bitcoin-core-builds 08:22 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 08:22 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Remote host closed the connection] 08:23 -!- brunoerg [~brunoerg@187.183.43.117] has joined #bitcoin-core-builds 08:23 < achow101> running into a linker issue with gcc, any ideas? https://paste.ec/paste/qZf+-ZDw#OI1lWkaOU7oXWE02TEiz5ideXDggn3ZX84HzGgcRGnA 08:25 -!- brunoerg [~brunoerg@187.183.43.117] has quit [Remote host closed the connection] 08:25 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 08:31 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Ping timeout: 248 seconds] 08:32 < sipa> so this __isoc23_strtoll seems to be a new glibc function that supports the "0b" prefix 08:33 < sipa> my thinking is that if you link against glibc 2.38, you get the new version, and thus require 2.38 at runtime 08:33 < sipa> if you link against an older glibc, you get the old version which is still present in glibc 2.38+ 08:35 < fanquake> if this is a build of master, it shouldn't be trying to (fully) statically link? 08:36 < achow101> it's just a build of master 08:37 < achow101> neither glibc nor gcc changed since I last built on friday 08:38 < fanquake> can you build with V=1 so we can see what the linker is trying to do 08:38 < fanquake> and/or post the config.log 08:39 < achow101> make V=1 https://paste.ec/paste/dDncpWD-#D+5Yq7FC5R5ZF0OYsl+C9TsLrR5a2vaSSb8uVaGVNBf 08:40 < achow101> config.log https://paste.ec/paste/GgBs6mmy#vkEpiL+U5UhSAm28tK2V-EzA0S6bJXJBFIWKSB2IUqt 08:41 < achow101> also if I blow away everything and reconfigure, configure fails https://paste.ec/paste/mZODFb8A#MgDvNXKm3xgs8UsIDF+jktlBSEcjEM4ALzNmKo0CSVf 08:41 < sipa> which of these are the case? (a) c++20 mode (b) compiled against glibc 2.38+ headers (c) linked against glibc 2.38+ 08:42 < fanquake> "IFUNC symbol 'wcslen' referenced in '/usr/lib/libstdc++.so.6' is defined in the executable and creates an unsatisfiable circular dependency." 08:42 < achow101> sipa: b and c I think 08:43 < sipa> #if (defined _ISOC2X_SOURCE \ || (defined __STDC_VERSION__ && __STDC_VERSION__ > 201710L)) 08:43 < sipa> # define __GLIBC_USE_ISOC2X 1 08:43 < sipa> i think that's the culprint in the headers 08:43 < sipa> which triggers subtituting strtoll with __isoc23_strtoll 08:43 < achow101> but it seems to work fine if I use clang 08:44 < sipa> maybe clang uses different headers and/or different libraries? 09:10 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 09:16 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Ping timeout: 264 seconds] 09:27 < achow101> the problem was guix 09:27 < achow101> somehow the glibc installed by guix was getting picked up by gcc 09:33 -!- brunoerg [~brunoerg@187.183.43.117] has joined #bitcoin-core-builds 09:38 -!- brunoerg [~brunoerg@187.183.43.117] has quit [Ping timeout: 240 seconds] 09:48 -!- koolazer [~koo@user/koolazer] has quit [Server closed connection] 09:48 -!- koolazer [~koo@user/koolazer] has joined #bitcoin-core-builds 09:50 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 09:55 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Remote host closed the connection] 09:56 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 11:14 -!- fanquake_ [sid369002@user/fanquake] has joined #bitcoin-core-builds 11:14 -!- maflcko_ [~none@107.172.8.183] has joined #bitcoin-core-builds 11:15 -!- jonasschnelli [~jonasschn@2a01:4f9:3081:504d::2] has joined #bitcoin-core-builds 11:17 -!- dustinm`_ [~dustinm@static.38.6.217.95.clients.your-server.de] has joined #bitcoin-core-builds 11:18 -!- jonasschnelli_ [~jonasschn@2a01:4f9:3081:504d::2] has quit [Ping timeout: 246 seconds] 11:18 -!- maflcko [~none@107.172.8.183] has quit [Ping timeout: 246 seconds] 11:18 -!- dustinm` [~dustinm@static.38.6.217.95.clients.your-server.de] has quit [Ping timeout: 246 seconds] 11:18 -!- fanquake [sid369002@user/fanquake] has quit [Ping timeout: 246 seconds] 11:18 -!- fanquake_ is now known as fanquake 13:03 -!- b10c [~quassel@user/b10c] has quit [Ping timeout: 245 seconds] 13:05 -!- b10c [~quassel@static.33.106.217.95.clients.your-server.de] has joined #bitcoin-core-builds 13:05 -!- b10c [~quassel@user/b10c] has changed host 13:35 -!- bob_x1 [~bob_x@user/bob-x1/x-8934932] has quit [Remote host closed the connection] 13:36 -!- bob_x1 [~bob_x@user/bob-x1/x-8934932] has joined #bitcoin-core-builds 13:45 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Remote host closed the connection] 13:45 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 13:56 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Ping timeout: 264 seconds] 13:58 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 13:59 -!- vasild [~vd@user/vasild] has quit [Remote host closed the connection] 14:00 -!- vasild [~vd@user/vasild] has joined #bitcoin-core-builds 14:01 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 255 seconds] 14:08 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Ping timeout: 272 seconds] 14:25 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 14:33 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-builds 14:43 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Ping timeout: 258 seconds] 15:16 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 240 seconds] 15:23 -!- pablomartin [~pablomart@92.118.61.224] has quit [Ping timeout: 258 seconds] 15:29 -!- brunoerg [~brunoerg@187.183.43.117] has joined #bitcoin-core-builds 15:33 -!- brunoerg [~brunoerg@187.183.43.117] has quit [Ping timeout: 255 seconds] 16:05 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-builds 16:34 -!- brunoerg [~brunoerg@187.183.43.117] has joined #bitcoin-core-builds 16:38 -!- brunoerg [~brunoerg@187.183.43.117] has quit [Ping timeout: 240 seconds] 16:50 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 16:55 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Ping timeout: 264 seconds] 17:12 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 17:17 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Ping timeout: 245 seconds] 17:24 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 18:08 -!- jarolrod___ [sid475272@2a03:5180:f:5::7:4088] has quit [Server closed connection] 18:08 -!- jarolrod___ [sid475272@id-475272.uxbridge.irccloud.com] has joined #bitcoin-core-builds 18:53 -!- hebasto [sid449604@id-449604.uxbridge.irccloud.com] has quit [Server closed connection] 18:53 -!- hebasto [sid449604@id-449604.uxbridge.irccloud.com] has joined #bitcoin-core-builds 20:26 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Remote host closed the connection] 20:31 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 20:36 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Ping timeout: 240 seconds] 20:38 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 20:43 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Ping timeout: 264 seconds] 20:56 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 21:12 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Ping timeout: 258 seconds] 21:28 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 21:33 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Ping timeout: 264 seconds] 22:01 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 22:07 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Ping timeout: 258 seconds] 22:36 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 22:37 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Remote host closed the connection] 22:37 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #bitcoin-core-builds 22:41 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Ping timeout: 264 seconds] 23:09 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 23:14 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Ping timeout: 260 seconds] 23:44 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has joined #bitcoin-core-builds 23:49 -!- brunoerg [~brunoerg@2804:14c:3bfb:8a:7df3:6390:9233:816b] has quit [Ping timeout: 240 seconds] --- Log closed Tue Nov 07 00:00:18 2023