From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:44621) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igspr-0004OE-F1 for guix-patches@gnu.org; Mon, 16 Dec 2019 11:03:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1igspq-0007JB-GY for guix-patches@gnu.org; Mon, 16 Dec 2019 11:03:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34327) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1igspq-0007IV-D9 for guix-patches@gnu.org; Mon, 16 Dec 2019 11:03:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1igspq-0003fV-9t for guix-patches@gnu.org; Mon, 16 Dec 2019 11:03:02 -0500 Subject: [bug#35866] gnu: Add qtwebengine. Resent-Message-ID: From: mike.rosset@gmail.com References: <0af1d64d-09e4-1f00-b0c9-27376b7e1e06@crazy-compilers.com> Date: Mon, 16 Dec 2019 08:02:19 -0800 In-Reply-To: <0af1d64d-09e4-1f00-b0c9-27376b7e1e06@crazy-compilers.com> (Hartmut Goebel's message of "Mon, 16 Dec 2019 16:29:59 +0100") Message-ID: <87mubsp8c4.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: Hartmut Goebel Cc: Pierre Neidhardt , 35866@debbugs.gnu.org Hartmut Goebel writes: > Hi, > > has anybody tried this patch(es) recently? Some "search-path" issues > have been fixed recently, so maybe some issues are gone now. > > I also wonder whether this could be based on qtsvg, too. I can not spot > any differences in the build-system arguments compared to qtsvg. If I recall correctly I tried inheriting from qtsvg but there was significant divergence to warrant a custom qt.conf for the locale hacks. Why don't I resubmit this patch? I believe I have a more up to date local version. And based on our other threads a module qtwebengine is more ideal for guix then the monolithic ones. At least this way I can put a test case together that demonstrates the locale issues. Mike