From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#62211: Job build-native-comp-speed2 does not run anymore on EMBA Date: Wed, 22 Mar 2023 16:29:36 +0000 Message-ID: References: <87cz59ke74.fsf@gmx.de> <87a6073ih9.fsf@gmx.de> <87edphp3ef.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28618"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: michael.rd.albinus@gmail.com, 62211@debbugs.gnu.org To: Michael Albinus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Mar 22 17:30:22 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pf1Ly-0007FI-4I for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 22 Mar 2023 17:30:22 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pf1Ln-0006Vv-5V; Wed, 22 Mar 2023 12:30:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pf1Lf-0006R2-ID for bug-gnu-emacs@gnu.org; Wed, 22 Mar 2023 12:30:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pf1Lf-0003DK-7q for bug-gnu-emacs@gnu.org; Wed, 22 Mar 2023 12:30:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pf1Lf-0002Eb-3a for bug-gnu-emacs@gnu.org; Wed, 22 Mar 2023 12:30:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 22 Mar 2023 16:30:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62211 X-GNU-PR-Package: emacs Original-Received: via spool by 62211-submit@debbugs.gnu.org id=B62211.16795025808528 (code B ref 62211); Wed, 22 Mar 2023 16:30:03 +0000 Original-Received: (at 62211) by debbugs.gnu.org; 22 Mar 2023 16:29:40 +0000 Original-Received: from localhost ([127.0.0.1]:36443 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf1LI-0002DU-0u for submit@debbugs.gnu.org; Wed, 22 Mar 2023 12:29:40 -0400 Original-Received: from ma.sdf.org ([205.166.94.33]:45412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf1LG-0002DK-UD for 62211@debbugs.gnu.org; Wed, 22 Mar 2023 12:29:39 -0400 Original-Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1pf1LE-0007rX-2D; Wed, 22 Mar 2023 16:29:36 +0000 In-Reply-To: <87edphp3ef.fsf@gmx.de> (Michael Albinus's message of "Wed, 22 Mar 2023 09:59:52 +0100") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:258405 Archived-At: Michael Albinus writes: > Michael Albinus writes: > > Hi Andrea, Hi Michael, >>> Recently, we have upgraded EMBA jobs to run using Debian 11 (bullseye) >>> instead of Debian 9 (stretch). Since then, the gitlab job >>> build-native-comp-speed2 fails. See for example >>> . >>> >>> It looks to me, like we must replace Debian package libgccjit-6-dev by >>> something else. >> >> Nobody has answered, so I comment out the tests temporarily. > > It looks like neither debbugs nor me get your messages. Could you, > please, change test/infra/Dockerfile.emba accordingly (on the emacs-29 > branch)? I'm not sure of the change, we probably should replace libgccjit-6-dev with a newer one (BTW no idea why something changed) but I think we should use the same version of the running GCC. Do you happen to know which GCC version is the docker running now? > You might also try to reach me via . Doing it now thanks > Thanks, and best regards, Michael. BTW this was the body of my previous mail: " The error is not Emacs related, for some reason building the docker libgccjit-6-dev can't be found. I've no idea why but we should not disable build-native-comp-speed2, that's our standard build with native compilation. " Best Regards Andrea