From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fbAR9-0002Zs-DC for guix-patches@gnu.org; Thu, 05 Jul 2018 16:01:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fbAR4-00037k-Hd for guix-patches@gnu.org; Thu, 05 Jul 2018 16:01:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40096) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fbAR4-00037g-Do for guix-patches@gnu.org; Thu, 05 Jul 2018 16:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fbAR4-0004hW-3v for guix-patches@gnu.org; Thu, 05 Jul 2018 16:01:02 -0400 Subject: [bug#32063] Fix the build of openscenegraph and openmw Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fbAQ3-0002EE-22 for guix-patches@gnu.org; Thu, 05 Jul 2018 16:00:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fbAPy-0002Sh-2O for guix-patches@gnu.org; Thu, 05 Jul 2018 15:59:59 -0400 Received: from mail-lj1-x241.google.com ([2a00:1450:4864:20::241]:39981) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fbAPx-0002Rw-Qu for guix-patches@gnu.org; Thu, 05 Jul 2018 15:59:53 -0400 Received: by mail-lj1-x241.google.com with SMTP id a6-v6so7534107ljj.7 for ; Thu, 05 Jul 2018 12:59:53 -0700 (PDT) Received: from leviafan ([217.107.194.36]) by smtp.gmail.com with ESMTPSA id l20-v6sm1639910lfg.14.2018.07.05.12.59.50 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 05 Jul 2018 12:59:50 -0700 (PDT) From: Alex Kost Date: Thu, 05 Jul 2018 22:59:52 +0300 Message-ID: <87lgapo3lz.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: 32063@debbugs.gnu.org Currently, =E2=80=98openscenegraph=E2=80=99 and =E2=80=98openmw=E2=80=99 fa= il to build on hydra. The upcoming patches fix these fails. The problem with openscenegraph was the absence of pkg-config. And the problem with openmw is that its current (which is the latest) version does not support qt 5.11, but it is supported in the recent git checkout, so I updated it to one of the latest commits, is it OK? Also I didn't reindented the package definition of openmw, because the introduced =E2=80=98let=E2=80=99 (with commit and revision) will be removed= again after the next update. --=20 Alex