From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51969) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqHv7-0003k3-0z for guix-patches@gnu.org; Wed, 24 Jul 2019 10:07:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqHv6-0006s3-20 for guix-patches@gnu.org; Wed, 24 Jul 2019 10:07:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57235) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hqHv5-0006rk-KC for guix-patches@gnu.org; Wed, 24 Jul 2019 10:07:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hqHv5-0006d2-4x for guix-patches@gnu.org; Wed, 24 Jul 2019 10:07:03 -0400 Subject: [bug#35866] [PATCH] gnu: Add qtwebengine. References: <20190523062344.20601-1-mrosset@bufio.org> In-Reply-To: <20190523062344.20601-1-mrosset@bufio.org> Resent-Message-ID: From: Brendan Tildesley Message-ID: <23703ef1-c21d-5b52-7848-fc3d2c6fc907@brendan.scot> Date: Thu, 25 Jul 2019 00:06:02 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-AU 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: 35866@debbugs.gnu.org I was able to apply this patch and succeeded in building qtwebengine. I then tried to add  it as a dependency to python-pyqt and build it, but I get this error: sip/QtPrintSupport/qprinter.sip:28:22: fatal error: qprinter.h: No such file or directory It sounds like some simple search path error. Anyone know how that can be fixed?