From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Subject: bug#32013: Krita dependency kxmlgui fails to build since Qt 5.11 Date: Fri, 17 Aug 2018 18:30:34 +0200 Message-ID: <20180817183034.533be2f9@alma-ubu> References: <20180629210236.GA19657@jasmine.lan> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/rWbKZO_4UeJcUtwnbs+vemV"; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50125) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fqheU-0006gl-HZ for bug-guix@gnu.org; Fri, 17 Aug 2018 12:31:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fqheQ-0001IX-E2 for bug-guix@gnu.org; Fri, 17 Aug 2018 12:31:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48692) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fqheQ-0001HK-3V for bug-guix@gnu.org; Fri, 17 Aug 2018 12:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fqheP-00068j-Pc for bug-guix@gnu.org; Fri, 17 Aug 2018 12:31:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180629210236.GA19657@jasmine.lan> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Leo Famulari Cc: 32013@debbugs.gnu.org --Sig_/rWbKZO_4UeJcUtwnbs+vemV Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, 29 Jun 2018 17:02:36 -0400 Leo Famulari wrote: > Since we upgraded Qt to 5.11, Krita's dependency kxmlgui has failed to > build: >=20 > https://hydra.gnu.org/build/2815173 I played a bit around with this: I just updated the KDE libs to 5.49.0 with a simple ./pre-inst-env guix refresh -t kde -u There is one test in attica that fails, I disabled it by adding a phase: + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'disable-provider-test + (lambda _ + (substitute* "autotests/CMakeLists.txt" + ((".*providertest.cpp") ""))))))) With that, kxmlgui builds again. Krita has then another issue: libraw was recently updated to 0.19.0, if I revert that, Krita builds again. I opened another bug for that, because I found it unrelated and it could maybe effect other packages as well: #32467 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D32467 I would call that solution "quick & dirty" or at least untested, that's why I haven't prepared a patch: I haven't rebuilt the whole KDE-stack, just the dependencies from kxmlgui and krita. I have no idea of how to do a proper KDE-update or what has to be tested for KDE. I think someone should do a proper KDE-update and then krita builds again automatically. I would ask for someone else to do the KDE-update as I have not much knowledge about that and will be mostly absent the next weeks. Hopefully this information motivates someone else to do the job :-) Bj=C3=B6rn --Sig_/rWbKZO_4UeJcUtwnbs+vemV Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlt2+CoACgkQvyhstlk+X/1J4gCgi8/wVIDjUiDDgHl+l5bYkKFo DeoAn2Zap1eDqqzsuk0E5dL9gydRv5gh =8XpJ -----END PGP SIGNATURE----- --Sig_/rWbKZO_4UeJcUtwnbs+vemV--