From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: Re: Qt build problems after bump to 5.12.7 Date: Sat, 22 Feb 2020 05:23:20 +0000 Message-ID: References: <87o8ttxigk.fsf@nckx> <1614EBCF-C314-4CA0-826A-60B0D5EC8EBF@asu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36103) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5NGK-0006ua-4s for guix-devel@gnu.org; Sat, 22 Feb 2020 00:23:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5NGI-0007S5-5x for guix-devel@gnu.org; Sat, 22 Feb 2020 00:23:35 -0500 Received: from mail-vk1-xa32.google.com ([2607:f8b0:4864:20::a32]:36224) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j5NGH-0007Rv-PG for guix-devel@gnu.org; Sat, 22 Feb 2020 00:23:34 -0500 Received: by mail-vk1-xa32.google.com with SMTP id i4so1194893vkc.3 for ; Fri, 21 Feb 2020 21:23:33 -0800 (PST) In-Reply-To: <1614EBCF-C314-4CA0-826A-60B0D5EC8EBF@asu.edu> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Tobias Geerinckx-Rice Cc: Guix-devel Hi Guix and T G-R, I think i verified that the upstream patch will fix the failing freecad build at least. guix refresh qtbase --list-dependents reports 377 dependents on qtbase though. So that leads to option 1. > 1. If more than 300 qtbase dependents currently build fine: apply > the fix[0] to a separate qtbase/fixed package, and use it (on > master) in all packages that currently fail to build because of > this bug. Once Qt 5.12.8 comes out in April (or we upgrade > everything to 5.14), the /fixed variant can be removed on the > staging branch. My only problem is that I am not sure which packages are failing because of the bug. Any idea how to figure it out? Thanks, John