02:31:31 we had issues with freetype git repo being offline, i noticed Dockerfile.windows uses --qt-freetype https://doc.qt.io/qt-5/configure-options.html#third-party-libraries , uses freetype bundled within qt whereas the Linux dockerfile clones a freetype git repo instead hm 02:58:57 -opengl desktop for linux and -opengl dynamic in windows docker (dynamic seems the sane option https://doc.qt.io/qt-5/windows-requirements.html#dynamically-loading-graphics-drivers) 14:06:13 this stuff was setup by xiphon ages ago 15:08:37 tobtoht_: https://github.com/monero-project/monero-gui/actions/runs/14146373464/job/39634172034?pr=4426 15:08:45 is the compiler too old for this syntax? 15:10:14 That's structured bindings introduced in C++17 15:10:57 Builds fine on Monero. Is the compiler the Monero-GUI uses different? 15:11:21 we use C++ 14 in release branch from what i remember 15:11:36 though i'm confused why this passed CI 15:17:04 Why can't we upgrade the compiler the Monero-GUI uses to use the same one used in Monero project? Is there a reason not to? 15:19:30 it's not about the compiler, we have C++17 code in a C++14 project https://github.com/monero-project/monero/blob/release-v0.18/CMakeLists.txt#L99 15:21:02 also thoroughly confused how this passed ci 15:23:05 Where is the build code located for the pipeline located? 15:23:41 Is it the Dockerfile? 15:23:50 Oh it's probably not, NVM 15:24:39 https://github.com/monero-project/monero-gui/blob/master/Dockerfile.linux 15:24:48 Uses Ubuntu 16.04 base image with gcc 5, which is ancient 15:25:20 we could try bumping it to 18.04 and see how much stuff breaks 15:27:47 LOL, yeah I see the build-Ubuntu builds with GNU 13 and the build-docker-linux does with GNU 5.4 15:30:16 i will try updating the base imagfe 15:30:18 image 15:54:57 i was able to build with 18.04 15:54:59 4c54ea41ca869e89fb5e944f0e3f5243ed27d1e1963ab9d7ca3c4594c01cdc76 monero-wallet-gui 15:59:18 forgot to run git submodule update 15:59:22 f621c7d8005e257c9ee099311bd965740b4be99b55458a0147858dbb8c4c44f1 monero-wallet-gui 16:26:06 alternatively we could apply a patch in the dockerfile but also 16.04 is ancient 17:15:15 tobtoht_: https://github.com/monero-project/monero-gui/pull/4428 17:17:22 hashes from ci match my local build (https://github.com/tobtoht/monero-gui/actions/runs/14147236386) 17:17:36 approved 17:17:41 i think patching will get messy since it uses the bind-mounted monero submodule 17:18:07 .merge+ 4426 4427 4428 17:18:07 Added 17:18:22 now i have to find out why this suddenly fails https://github.com/selsta/monero-gui/actions/runs/14147258151/job/39636066260#step:7:125 17:19:26 not critical for release since you build gui locally right? 17:19:33 on macos i mean 17:20:31 yes not critical 18:02:24 Curious how you knew you needed libpng instead of libpng12 18:03:21 libpng12 did not exist and libpng was the next closest thing 18:03:32 i guessed the same lol