12:19:20 I have met another bug when building the docker image at step 18 of the preparation stage 12:19:26 0.108 Resolving boostorg.jfrog.io (boostorg.jfrog.io)... 3.95.117.170, 18.214.194.113, 18.232.172.199 12:19:28 0.237 Connecting to boostorg.jfrog.io (boostorg.jfrog.io)|3.95.117.170|:443... connected. 12:19:30 1.009 HTTP request sent, awaiting response... 302 Moved Temporarily 12:19:32 1.267 Location: https://landing.jfrog.com/reactivate-server/boostorg [following] 12:19:34 1.267 --2025-02-24 12:15:01-- https://landing.jfrog.com/reactivate-server/boostorg 12:19:36 1.268 Resolving landing.jfrog.com (landing.jfrog.com)... 18.232.172.199, 3.95.117.170, 18.214.194.113 12:19:38 1.395 Connecting to landing.jfrog.com (landing.jfrog.com)|18.232.172.199|:443... connected. 12:19:40 2.186 HTTP request sent, awaiting response... 200 OK 12:19:42 2.451 Length: 11534 (11K) [text/html] 12:19:44 2.451 Saving to: 'boost_1_80_0.tar.gz' 12:19:46 2.452 12:19:48 It is a checksum mismatch 12:20:57 I have switched the freetype repo to https://gitlab.freedesktop.org/freetype/freetype previously 12:21:20 I have switched the freetype repo to https://gitlab.freedesktop.org/freetype/freetype in dockerfile previously 12:24:55 https://github.com/monero-project/monero-gui/pull/4362 12:27:04 also: https://github.com/monero-project/monero-gui/pull/4401 12:28:27 .merges 12:28:27 -xmr-pr- 4339 4351 4366 4377 4381 4390 4401 4402 4411 4412 12:28:34 5 months since last merge 12:28:54 Need to add 4362 to merge list 12:29:00 How often does merge happen in monero main repo? 12:29:17 whenever selsta adds stuff to the merge queue 12:29:40 (i have write access to monero, but not monero-gui) 12:29:46 in gui, about as often as the transparency reports /s 12:30:07 t​obtoht: would you be ok with also doing merges for -gui from time to time? 12:30:17 of course 12:30:29 +1 12:31:02 ok will ask luigi to add you there 12:31:13 cool 13:13:20 I just built the monero wallet gui, but when I open the wallet in simple mode I saw a warning message says "wallet is not connected to daemon" 13:13:22 But monerod is in the same directory and executable 13:14:09 Simple mode connects to a random node. It likely failed to connect to one on the first try 13:14:40 This is error message:[2/24/25 1:11 PM] 2025-02-24 13:11:38.580 I Monero 'Fluorine Fermi' (v0.18.3.4-release) 13:14:42 Error: Couldn't connect to daemon: 127.0.0.1:18081 13:14:44 [2/24/25 1:11 PM] 2025-02-24 13:11:40.776 I Monero 'Fluorine Fermi' (v0.18.3.4-release) 13:14:46 Error: Couldn't connect to daemon: 127.0.0.1:18081 13:16:15 Btw monero gui I downloaded from getmonero works perfectly fine, but it is just gui built by myself not working 13:17:17 is monerod running? 13:18:57 Simply mode uses monerod to find a remote node, then connects to the remote node by using monerod as a proxy. If monerod isnt running / is crashing, then simple mode wont work 13:22:36 I tried to manually start the monerod program 13:22:46 But it just indefinitely stuck after loading blockchain 13:22:48 2025-02-24 13:18:41.290 I Monero 'Fluorine Fermi' (v0.18.3.4-release) 13:22:48 2025-02-24 13:18:41.290 I Initializing cryptonote protocol... 13:22:50 2025-02-24 13:18:41.290 I Cryptonote protocol initialized OK 13:22:52 2025-02-24 13:18:41.290 I Initializing core... 13:22:54 2025-02-24 13:18:41.291 I Loading blockchain from folder /home/user/.bitmonero/lmdb ... 13:23:05 "indefintiely" ... waited 2 minutes 13:23:09 are you on SSD or HDD? 13:24:18 I am sure it is not a disk writing speed issue, I run the monerod program download from official site, and it launches instantly 13:24:44 Oh, you say you build this yourself. The official releases use monerod from the main monero github, not from the GUI build process 13:25:09 Idk if it makes a difference, it "shouldn't" but you may need to build monerod from https://github.com/monero-project/monero 13:26:37 Ok thank god it worked 13:26:50 I have replaced the monerod from the main repo 13:27:03 But why this happens, this means the monerod from gui is broken? 13:27:18 basically the official release process is to add monerod and other CLI binaries from that process to the GUI binaries from that process, then hash the resultant zip file for an official release. which means probably nobody is paying attention to making sure the monerod binary from the GUI build even works 13:27:34 that's just my best guess 13:28:28 Ok then, I will just write an issue and leave it there 13:28:36 cool 13:54:15 The GUI wallet only display fiat value when there is a monero in wallet right? 13:57:17 yeah I don't think it has a price ticker or anything 14:00:05 -xmr-pr- not-a-money-printer opened issue #4414: [Bug][Linux] Monerod built from monero-gui repo do not work 14:00:05 -xmr-pr- > https://github.com/monero-project/monero-gui/issues/4414 14:05:37 What is the framework the app UI is using? Where am I supposed to change if I want to add something? 14:44:11 Ok this is a bad question, the GUI is using QML 14:46:00 I am trying to study the code, so I want to mess up with the UI part, but I want to know is there anyway to avoid repetitively building the binary? For example if I only touches some icons related stuff, it will be great to let it do not rebuild everything 14:50:32 you want the thing that dsc made years ago that probably doesnt work anymore 14:50:53 i can see it in my mind, just need to find it 14:55:18 sorry, private profile, it was specifically for QML views, changing location/adding things etc, if you just want to reduce build times when changing stuff selsta may have some tips 15:15:05 -xmr-pr- selsta opened pull request #4415: README: clarify docker build process 15:15:05 -xmr-pr- > https://github.com/monero-project/monero-gui/pull/4415 15:15:30 * malinero would love to see tobtoht having write access to monero-gui repo 15:16:49 working on it 15:17:28 🙏 16:41:24 .merge+ 4415 16:41:24 Added 16:41:43 malinero: once tobtoht is online the merge queue should be cleared 16:54:04 Selsta, can you add https://github.com/monero-project/monero-gui/pull/4362 16:54:58 .merge+ 4362 16:54:58 Added 16:57:52 I wonder if tob can fix the ci 17:03:13 it needs the submodule updated which ideally requires a new tag 17:20:03 Ty selsta 17:37:53 .merges 17:37:53 -xmr-pr- 4339 4351 4362 4366 4377 4381 4390 4401 4402 4411 4412 4415 17:54:58 Tob, on 4381 17:55:25 https://github.com/monero-project/monero-gui/pull/4381#pullrequestreview-2603937331 line 367. Not sure if needed 17:55:54 i'll check 18:14:19 .merge+ 4349 18:14:19 Added 18:15:26 approved 4381 18:20:04 ty, all done now 18:22:14 i think build will stay broken until submodule update 18:22:33 at least for some CI jobs 21:27:17 tobtoht_: any idea here? https://github.com/monero-project/monero-gui/actions/runs/13504984377/job/37732379598 21:27:33 it does not print what's wrong