From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drPyR-0004u6-E9 for guix-patches@gnu.org; Mon, 11 Sep 2017 10:46:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drPyN-0003W0-4e for guix-patches@gnu.org; Mon, 11 Sep 2017 10:46:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53160) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1drPyN-0003Vn-1Q for guix-patches@gnu.org; Mon, 11 Sep 2017 10:46:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1drPyM-0005Dc-Rc for guix-patches@gnu.org; Mon, 11 Sep 2017 10:46:02 -0400 Subject: [bug#28401] [PATCH 0/2] gnu: Add monero. Resent-Message-ID: Date: Mon, 11 Sep 2017 14:44:53 +0000 In-Reply-To: <87h8w9e1q7.fsf@foradis.org> References: <87o9qjesvl.fsf@foradis.org> <87fubtbpdn.fsf@gnu.org> <87ingpehqk.fsf@foradis.org> <87r2vda2m4.fsf@gnu.org> <2C35E6B4-CE1E-43EF-811B-1C2771687687@flashner.co.il> <87h8w9e1q7.fsf@foradis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Efraim Flashner Message-ID: <0A1E22D1-B3A1-41DD-8B88-603BA548A3A9@flashner.co.il> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Theodoros Foradis Cc: 28401@debbugs.gnu.org On September 11, 2017 5:42:08 PM GMT+03:00, Theodoros Foradis wrote: >> >>>>>> As far as monero-core is concerned (the gui), I did not manage to >>>get it >>>>>> to build with the modular qt=2E Should this be added in the source >as >>>a >>>>>> TODO item? >>>>> >>>>> Could you be more specific at what you tried and failed to >achieve? >>>>> Perhaps Efraim (Cc=E2=80=99d) or someone else can provide guidance= =2E >>>> >>>> The README file lists the following packages for other GNU/Linux >>>> distros: >>>> qtbase5-dev qt5-default qtdeclarative5-dev >>>qml-module-qtquick-controls >>>> qml-module-qtquick-xmllistmodel qttools5-dev-tools >>>> qml-module-qtquick-dialogs >>>> >>>> I tried using our: >>>> qtbase >>>> qtdeclarative >>>> qtquickcontrol >>>> qttools >>>> qtgraphicaleffects, >>>> with which the package won't build=2E >>> >>>How does it fail? >>> >>>> But I can't find the equivalent for the qml-module-=2E=2E=2E packages= , >>>except >>>> for the qtquickcontrol one=2E Maybe I'm missing something? >>> >>>Dunno, you=E2=80=99re the expert! :-) >>> >>>Ludo=E2=80=99=2E >> >> I sometimes have to search through to see which module provides which >qt piece > >There was an issue with the build system not finding lrelease from qt >which I was able to find and patch=2E So I got the package to build with >the forementioned modular qt packages=2E > >There are runtime issues though (ie, the program monero-wallet-gui >won't >run) with the following messages: >app startd >QQmlApplicationEngine failed to load component >qrc:///main=2Eqml:32 module "QtQuick=2EControls=2EStyles" is not installe= d >qrc:///main=2Eqml:34 module "Qt=2Elabs=2Esettings" is not installed >qrc:///main=2Eqml:31 module "QtQuick=2EControls" is not installed >qrc:///main=2Eqml:33 module "QtQuick=2EDialogs" is not installed >qrc:///main=2Eqml:29 module "QtQuick" is not installed >qrc:///main=2Eqml:30 module "QtQuick=2EWindow" is not installed >qrc:///main=2Eqml:32 module "QtQuick=2EControls=2EStyles" is not installe= d >qrc:///main=2Eqml:34 module "Qt=2Elabs=2Esettings" is not installed >qrc:///main=2Eqml:31 module "QtQuick=2EControls" is not installed >qrc:///main=2Eqml:33 module "QtQuick=2EDialogs" is not installed >qrc:///main=2Eqml:29 module "QtQuick" is not installed >qrc:///main=2Eqml:30 module "QtQuick=2EWindow" is not installed >qrc:///main=2Eqml:32 module "QtQuick=2EControls=2EStyles" is not installe= d >qrc:///main=2Eqml:34 module "Qt=2Elabs=2Esettings" is not installed >qrc:///main=2Eqml:31 module "QtQuick=2EControls" is not installed >qrc:///main=2Eqml:33 module "QtQuick=2EDialogs" is not installed >qrc:///main=2Eqml:29 module "QtQuick" is not installed >qrc:///main=2Eqml:30 module "QtQuick=2EWindow" is not installed >qrc:///main=2Eqml:32 module "QtQuick=2EControls=2EStyles" is not installe= d >qrc:///main=2Eqml:34 module "Qt=2Elabs=2Esettings" is not installed >qrc:///main=2Eqml:31 module "QtQuick=2EControls" is not installed >qrc:///main=2Eqml:33 module "QtQuick=2EDialogs" is not installed >qrc:///main=2Eqml:29 module "QtQuick" is not installed >qrc:///main=2Eqml:30 module "QtQuick=2EWindow" is not installed >qrc:///main=2Eqml:32 module "QtQuick=2EControls=2EStyles" is not installe= d >qrc:///main=2Eqml:34 module "Qt=2Elabs=2Esettings" is not installed >qrc:///main=2Eqml:31 module "QtQuick=2EControls" is not installed >qrc:///main=2Eqml:33 module "QtQuick=2EDialogs" is not installed >qrc:///main=2Eqml:29 module "QtQuick" is not installed >qrc:///main=2Eqml:30 module "QtQuick=2EWindow" is not installed >qrc:///main=2Eqml:32 module "QtQuick=2EControls=2EStyles" is not installe= d >qrc:///main=2Eqml:34 module "Qt=2Elabs=2Esettings" is not installed >qrc:///main=2Eqml:31 module "QtQuick=2EControls" is not installed >qrc:///main=2Eqml:33 module "QtQuick=2EDialogs" is not installed >qrc:///main=2Eqml:29 module "QtQuick" is not installed >qrc:///main=2Eqml:30 module "QtQuick=2EWindow" is not installed This sounds a lot like the errors I got when trying to run gcompris-qt bui= lt with modular qt=2E IIRC Hartmut and someone else are working on improvin= g our modular qt which might improve this situation=2E > >For one, there seems to be an issue with the package's build system >because qml module "QtQuick=2EDialogs" is included in our qtquickcontrol >package=2E On the other hand, I think we don't have the qml modules for >"Qt=2Elabs" in any modular qt package=2E Is that correct? I don't believe so=2E --=20 Sent from my Android device with K-9 Mail=2E Please excuse my brevity=2E