00:03:33 back 00:06:45 im going to sleep 00:06:57 too late here 00:07:05 4 in the morning 00:07:42 will be very kind of u if u leave link here 00:27:53 Guest6033: I pushed the Dockerfile if you want to have a go at it. 02:29:40 Guest6033: fixed it 08:07:26 hello 08:08:54 Guest6033: while you were away: 08:08:57 < tobtoht> Guest6033: I pushed the Dockerfile if you want to have a go at it. 08:09:06 good 08:09:08 < tobtoht> Guest6033: fixed it 08:09:12 thnx 08:11:17 moneromoooo btw what do u think about https://forum.wownero.com/t/junkie-jeff-4th-july-hard-fork-information/554 08:17:11 moneromooo i dont know technically if will work but as idea is very interesting 08:17:33 totally control to the people 08:23:35 I dunno, I did not look at this scheme. 08:23:45 I'll be real curious whether the total hash goes down though. 08:24:48 important is not total hash but percentage of hash 08:25:06 if goes down is not a problem (my opinion) 12:08:55 hello 12:16:44 tobtoht are u here 13:22:26 here 14:12:51 tobtoht why this http://paste.debian.net/1202368/ 14:13:21 the only change from your doc is in the begining "from debian:bullseye" 14:16:33 debian and ubuntu have different package repositories 14:16:43 packages might not overlap completely 14:17:25 you probably need to install some additional gstreamer packages on bullseye 14:18:18 the error log might tell you what is missing 14:20:09 try adding gstreamer1.0-plugins-bad 14:20:38 camerabin is packaged in -good in ubuntu, but it's in -bad on debian 14:21:15 or you can remove -gstreamer since its not really needed 14:25:49 other issue http://paste.debian.net/1202372/ but i have RUN git clone -b 1.12 --depth 1 https://gitlab.freedesktop.org/xorg/lib/libxcb 14:30:13 lets remove xcb-xlib ? 14:38:22 yeah remove all the manual x11/xcb compiles and grab everything from this list: https://doc.qt.io/qt-5/linux-requirements.html 14:39:50 wrong link 14:39:51 https://doc.qt.io/qt-6/linux-requirements.html 14:40:35 i removed xcb-xlib but after starting to compile i had other http://paste.debian.net/1202373/ 14:41:28 use shared fontconfig or find a way to get qt to link with -lexpat 14:42:24 the pkg-config hack is broken 14:42:56 hmm 14:43:02 looki have RUN git clone -b 2.13.92 --depth 1 https://gitlab.freedesktop.org/fontconfig/fontconfig 14:43:48 change --disable-shared to --enable-shared and it will work 14:44:34 "the pkg-config hack is broken" -> probably some cmake specific quirk, haven't looked into it 14:46:30 for fontconfig or everywhere 14:46:56 for fontconfig and maybe also freetype2 15:14:10 same error again 15:14:37 i did --enable-shared fontconfig & freetype2 15:17:41 paste your dockerfile 15:22:18 http://paste.debian.net/1202376/ 15:27:41 that looks like it should work 15:27:42 >ARG THREADS=25 15:27:44 nice 15:28:27 if you want quick resolution just install fontconfig/freetype via apt 15:28:38 see the package list I linked earlier 15:28:53 i have more cores but because of memory i dont insert more 15:33:15 i removed -xcb-xlib but i have http://paste.debian.net/1202380/ with installed RUN git clone -b 0.4.0 --depth 1 https://gitlab.freedesktop.org/xorg/lib/libxcb-util 15:36:11 if i install libxcb without --depth ? 15:36:21 don't remove -xcb-xlib 15:36:44 just install the package with apt and be done with it 15:37:32 u mean to install all xcb from apt 15:37:38 yes 15:38:43 there is zero point to compiling those yourself except needlessly complicating the build process unless you're after reproducible builds 16:01:22 after installing like http://paste.debian.net/1202389/ i have again http://paste.debian.net/1202384/ 16:09:36 you are missing a few 16:10:12 which? 16:10:39 check my dockerfile, you need all 16:26:57 sorry for bothering u but whatever package i insert i allways have "QT_FEATURE_thread AND TARGET XCB::XCB AND TEST_xcb_syslibs AND QT_FEATURE_xkbcommon_x11" 16:27:42 paste the packages again 16:28:04 http://paste.debian.net/1202389/ 16:28:57 still missing packages 16:31:29 i dont know what else to instert 16:35:04 Use this: libx11-dev libx11-xcb-dev libxext-dev libxfixes-dev libxi-dev libxrender-dev libxcb1-dev libxcb-keysyms1-dev libxcb-image0-dev libxcb-icccm4-dev libxcb-xfixes0-dev libxcb-render-util0-dev libxcb-xinerama0-dev libxkbcommon-dev libxkbcommon-x11-dev xutils-dev libxcb-util-dev libxcb-xinput-dev 16:37:42 oh and 16:37:49 libxcb-sync-dev libxcb-randr0-dev 16:40:30 until now is working! 16:42:19 ninja compiles faster than cmake or the same? 16:42:51 use ninja, cmake is not officialy supported 16:43:39 i use your dock just asking 16:44:59 qt6 install done.thxn a lot!! 16:45:45 did you also manage to include qt declarative? 16:46:24 if you used my dockerfile verbatim it will work for Feather only 16:47:30 look at GUI dockerfile and clone the missing modules 16:48:09 COPY --from=featherwallet/feather-deps:linux-beta-8 /deps /deps 16:48:17 COPY --from=featherwallet/feather-deps:linux-beta-8 /var/cache/apt/archives /archives 16:48:22 this? 16:48:29 no 16:48:36 also that's the wrong dockerfile 16:48:42 which 16:49:13 you're trying to build GUI right? 16:49:20 yes 16:49:25 cmakelists ? 16:49:54 look here: https://github.com/monero-project/monero-gui/blob/master/Dockerfile.linux#L183 16:50:07 You need to add the missing modules to your qt6 dockerfile 16:50:19 they are required for building the GUI 16:50:23 hmm ok! 16:50:30 i thought that was no need 16:50:33 I don't include them in my Dockerfile because Feather doesn't need them 16:51:27 you don't need x11extras and xmlpatterns, those don't exist anymore afaik 16:55:34 also you need to remove -skip qtquickcontrol2 and -skip qtdeclarative from configure 16:56:45 ok 16:56:48 thnx again 23:15:44 hello 23:16:08 im running http://paste.debian.net/1202418/ but i have http://paste.debian.net/1202419/ 23:16:12 what im doing wrong 23:17:45 that looks good, but qt6 wants you to use init-repository so might have something to do with that 23:17:47 one sec 23:19:02 instead of manual cloning the submodules try this 23:19:12 perl init-repository --module-subset=qtbase,qtshadertools,qtimageformats,qtsvg,qtmultimedia,qtdeclarative,qtquickcontrols,qtquickcontrols2,qttools,qttranslations,qtgraphicaleffects 23:19:20 you need to double check if that list is complete 23:20:07 ok 23:20:25 oh hold on 23:20:31 you're missing qtbase 23:20:34 git clone git://code.qt.io/qt/qtbase.git -b ${QT_VERSION} --depth 1 23:20:39 either will work 23:33:11 i ddi the 1choice http://paste.debian.net/1202430/ but again i have http://paste.debian.net/1202429/ 23:45:17 i go crazy i changed to 2choice http://paste.debian.net/1202433/ but again i have http://paste.debian.net/1202430/ 23:54:36 uhhh that might be a qt bug, not sure 23:54:42 try dev branch instead of 6.2 23:56:01 Note: Qt Quick modules not built due to not finding the qtshadertools 'qsb' tool 23:56:04 i found this 23:56:33 im using dev branch not 6.2 23:58:59 idk then, can't look into it now