[00:05:02] local build is failing again on 18.04 but not on 20.04 not sure how [00:05:30] CHARTS_CFLAGS = -I/home/sushi/0x2830/navcoin-core/depends/x86_64-pc-linux-gnu/include/QtCharts -I/home/sushi/0x2830/navcoin-core/depends/x86_64-pc-linux-gnu/include/QtWidgets -I/home/sushi/0x2830/navcoin-core/depends/x86_64-pc-linux-gnu/include/QtGui -I/home/sushi/0x2830/navcoin-core/depends/x86_64-pc-linux-gnu/include/QtCore Makefile:1236: warning: overriding recipe for target 'check-recursive' Makefile:718: warning: [00:05:30] ignoring old recipe for target 'check-recursive' Makefile:1241: warning: overriding recipe for target 'install-recursive' Makefile:718: warning: ignoring old recipe for target 'install-recursive' Making all in src/bls/build make[1]: Entering directory '/home/sushi/0x2830/navcoin-core/src/bls/build' make[1]: *** No rule to make target 'all'. Stop. make[1]: Leaving directory '/home/sushi/0x2830/navcoin-core/src/bls/build' Makefile:718: recipe for [00:05:31] target 'all-recursive' failed make: *** [all-recursive] Error 1 [01:42:58] > @mxaddict do you remember why we put the max glibc version down to 2.11 here? https://github.com/navcoin/navcoin-core/commit/d3b56870eba55fbd2a0e323af6651f47d31e8b64#diff-a225cfb1575f5550c4ba2b912127a730 @aguycalled This was so that we could run navcoin on older distros I believe, it was to match the upstream back compact support of BTC repo [01:43:15] I guess we could bump it up to 2.27 if we are having issues with the build [07:37:31] did some more testing and updated the comment in the PR [15:13:13] Hi devs. I think I found a critical bug by accident. Let me explain what happend. I encrypted my wallet on a Ubuntu distribution. Later, I transfered the wallet to my windows pc (the wallet.dat file). I tried to use the same password to unlock the wallet that I used on the Ubuntu distribution but it didn't work. I don't know why. So, at this point I already resetted my Ubuntu system. I installed the wallet again on the Ubuntu [15:13:14] system, transfered the backup to the system and tried to unlock the wallet with the same password again. Everything worked fine on the Ubuntu distribution there. The password included the following special characters (I used a password manager to create the password): $]% Did I do something wrong?