From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45254) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqdYN-00015X-9G for guix-patches@gnu.org; Thu, 25 Jul 2019 09:13:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqdYM-0007j9-8v for guix-patches@gnu.org; Thu, 25 Jul 2019 09:13:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57989) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hqdYM-0007j4-67 for guix-patches@gnu.org; Thu, 25 Jul 2019 09:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hqdYL-0003lf-Vv for guix-patches@gnu.org; Thu, 25 Jul 2019 09:13:02 -0400 Subject: [bug#36477] [PATCH 06/31] gnu: xorg: Fix cross-compilation of multiple packages. Resent-Message-ID: References: <20190708095913.3460-1-m.othacehe@gmail.com> <20190708095913.3460-7-m.othacehe@gmail.com> <87d0ikpgkx.fsf@devup.no> From: Mathieu Othacehe Message-ID: <87tvbai7h3.fsf@gmail.com> In-reply-to: <87d0ikpgkx.fsf@devup.no> Date: Thu, 25 Jul 2019 15:12:13 +0200 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: Marius Bakke Cc: 36477@debbugs.gnu.org > Have you checked that this is still a problem with the newer versions of > these on core-updates? Yes sadly, there's the same problem with the newer versions of Xorg packages. Mathieu