From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36238: Problems cross-compiling on core-updates Date: Mon, 17 Jun 2019 11:29:41 +0200 Message-ID: <87lfy01rwa.fsf@gnu.org> References: <87a7ei3rer.fsf@devup.no> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56434) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hcnxl-0002Xw-Ca for bug-guix@gnu.org; Mon, 17 Jun 2019 05:30:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hcnxj-00046A-N4 for bug-guix@gnu.org; Mon, 17 Jun 2019 05:30:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56662) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hcnxi-00045W-Sn for bug-guix@gnu.org; Mon, 17 Jun 2019 05:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hcnxi-0003mA-NE for bug-guix@gnu.org; Mon, 17 Jun 2019 05:30:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Carl Dong's message of "Sun, 16 Jun 2019 15:31:09 +0000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Carl Dong Cc: "36238@debbugs.gnu.org" <36238@debbugs.gnu.org> Hello, --8<---------------cut here---------------start------------->8--- starting phase `check' [...] CC examples/c/lexcalc/lexcalc-scan.o ./examples/c/reccalc/scan.l:13:10: fatal error: parse.h: No such file or di= rectory #include "parse.h" ^~~~~~~~~ compilation terminated. [...] command "make" "check" "-j" "48" failed with status 2 --8<---------------cut here---------------end--------------->8--- Looks like the same issue. Could you try adding: #:parallel-tests? #f to =E2=80=98bison=E2=80=99? Thanks, Ludo=E2=80=99.