From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#34431: Qt fails to build Date: Mon, 11 Feb 2019 12:20:15 +0100 Message-ID: <20190211112015.GA9273@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:55016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gt9e4-0006Ye-L3 for bug-guix@gnu.org; Mon, 11 Feb 2019 06:21:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gt9e2-0000QM-R5 for bug-guix@gnu.org; Mon, 11 Feb 2019 06:21:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:43923) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gt9e2-0000QC-N9 for bug-guix@gnu.org; Mon, 11 Feb 2019 06:21:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gt9e2-00055c-Di for bug-guix@gnu.org; Mon, 11 Feb 2019 06:21:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:54721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gt9dW-0006SM-Hd for bug-guix@gnu.org; Mon, 11 Feb 2019 06:20:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gt9dP-0008UI-Sd for bug-guix@gnu.org; Mon, 11 Feb 2019 06:20:30 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:35286) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gt9dP-0008Sh-K4 for bug-guix@gnu.org; Mon, 11 Feb 2019 06:20:23 -0500 Content-Disposition: inline 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: 34431@debbugs.gnu.org Hello, qt currently fails to build for me. $ guix describe Generation 11 10. Februar 2019 09:32:33 (aktuell) guix 50a93ad Repository-URL: https://git.savannah.gnu.org/git/guix.git Commit: 50a93adc05b611836e740c4b55571890f4c6770a $ guix build qtbase ... /tmp/guix-build-qtbase-5.11.3.drv-0/qtbase-everywhere-src-5.11.3/bin/qvkg= en: error while loading shared libraries: libQt5Core.so.5: cannot open sh= ared object file: No such file or directory make[2]: *** [Makefile:1631: vulkan/qvulkanfunctions.h] Error 127 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/tmp/guix-build-qtbase-5.11.3.drv-0/qtbase-ev= erywhere-src-5.11.3/src/gui' make[1]: *** [Makefile:448: sub-gui-make_first] Error 2 make[1]: Leaving directory '/tmp/guix-build-qtbase-5.11.3.drv-0/qtbase-ev= erywhere-src-5.11.3/src' make: *** [Makefile:49: sub-src-make_first] Error 2 Backtrace: 4 (primitive-load "/gnu/store/sknkcqbgchxippcvpibh33qz15p=E2=80= =A6") In ice-9/eval.scm: 191:35 3 (_ _) In srfi/srfi-1.scm: 863:16 2 (every1 # =E2=80=A6) In /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/g= nu-build-system.scm: 799:28 1 (_ _) In /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/u= tils.scm: 616:6 0 (invoke _ . _) /gnu/store/gfprsx2m62cvqbh7ysc9ay9slhijvmal-module-import/guix/build/util= s.scm:616:6: In procedure invoke: Throw to key `srfi-34' with args `(#)'. builder for `/gnu/store/2cqb7nhwii2vcykvw6q28zg4rbhffvdj-qtbase-5.11.3.dr= v' failed with exit code 1 build of /gnu/store/2cqb7nhwii2vcykvw6q28zg4rbhffvdj-qtbase-5.11.3.drv fa= iled Andreas