11:58:13 hello 12:03:08 i tried to avoid this error but deleting line 36,54 https://github.com/qt/qttools/blob/dev/src/linguist/linguist/printout.cpp 12:03:12 but didnt work 12:03:40 any suggestion 12:03:45 thank you 12:04:07 http://paste.debian.net/1203232/ error here 14:19:48 .merge+ 3602 14:19:48 Added 15:58:59 hello 16:02:01 Guest6033: Try removing --no-feature-cups 16:02:37 Just missed you I think 16:02:45 Guest6033: Try removing --no-feature-cups 16:02:47 yep 16:02:56 i did smth else 16:03:26 what did you do? 16:03:34 -skip qttranslations -skip qttools 16:03:42 and compile was succesful 16:03:56 You need qttranslations for GUI, pretty sure 16:04:38 but after i had this http://paste.debian.net/1203256/ 16:04:52 i did a sed recursive qt5/qt6 16:04:58 on monero-gui folder 16:08:51 what do u think 16:13:45 where did you install qt? 16:14:00 on /qt5 16:14:05 linux docker 16:14:16 share dockerfile 16:18:02 http://paste.debian.net/1203260/ 16:22:47 i removed --no-feature-cups but qprinter stopped compiling again! 16:23:28 you should also remove -no-opengl btw 16:27:34 "but after i had this" -> Not sure about this. Looks like Qt is installed in the correct dir 16:28:05 You could try starting a shell in that image and 16:28:08 find /usr -name "Qt6QuickConfig.cmake" 16:28:11 to check if it exists 16:28:33 i did that and there is no such file 16:30:12 don't think the build succeeded then 16:31:11 Can you check for Qt6CoreConfig.cmake ? 16:31:54 the same 16:32:22 something went wrong during build and/or installation 16:37:18 i did compile with removed -no-opengl --no-feature-cups but same qprinter error 17:00:08 "/usr/lib/cmake/Qt6Core/Qt6CoreConfig.cmake" 17:00:36 so install was ok without qttranslations 17:01:30 Qt6QuickConfig.cmake also exists? 17:01:39 no! 17:02:07 Can you paste the ./configure output? 17:02:15 at the end it shows you which modules are enabled 17:02:39 ok 17:03:03 i must install again because i didnt save output somewhere 22:07:36 tobtoht if u are here thats my qt6 config http://paste.debian.net/1203317/ 22:08:49 Guest6033: Qt Quick support ....................... no 22:08:52 There's your problem 22:10:23 Hm so it looks like it's the missing qsb tool thing again 22:11:10 how to install this qsb 22:11:18 I have no clue 22:11:50 i asked on #qt but no one asnwered! 22:12:00 i remember before some days 22:15:49 Try removing -nomake tools 22:16:00 ok 22:36:48 same again with -nomake tools 22:44:07 maybe is compiler issue 22:44:22 if i use clang i'll be more lucky