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.devel Subject: Re: Master fails to build with --enable-checking=yes Date: Thu, 16 May 2024 01:56:31 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29980"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: EMACS development team To: chad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu May 16 07:56:58 2024 Return-path: Envelope-to: ged-emacs-devel@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 1s7U6s-0007bg-Dj for ged-emacs-devel@m.gmane-mx.org; Thu, 16 May 2024 07:56:58 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s7U6U-0003j1-F4; Thu, 16 May 2024 01:56:34 -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 1s7U6S-0003h6-P8 for emacs-devel@gnu.org; Thu, 16 May 2024 01:56:32 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s7U6S-0004ai-GT; Thu, 16 May 2024 01:56:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=63VZqDxYK1m17OwuvbcadMYn0JtSAFKc9YE0aZEceCI=; b=UCEpiwnJ1yvT6a4H7DxO j40QvSDQ3twSWQ3EhAhvfJD2ai/Ll6SrUbw8lWgmjPI3t00PtvXiOheNQpscIoZ8gPUKmnwEwHDUN T/7nlP3ZXTNazDwqVnmx29QJqZKT9n4jBSee6BiLxo6H6Tuj9xtYNR6LtLnqkqWJ0Ivc5yR5ox3t4 nHUL41q69n28oesuuESA0QOhaKn8PrhcEWjagZH9Rja/NavBkQxSsXPI3EWb4EK2Bk7yNL8lCUrW2 cMhiQMRY5lA+c6OPQ8En/cGnBSkLIsBxCKQLewW/S1Bl89BuxvHT1dwdUbTds6uA3mLVZfVWMEFsm hfHsoEJMSYng4w==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1s7U6R-0002Y0-Nn; Thu, 16 May 2024 01:56:32 -0400 In-Reply-To: (Andrea Corallo's message of "Thu, 16 May 2024 01:29:39 -0400") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:319279 Archived-At: Andrea Corallo writes: > chad writes: > >> I've been seeing this build failure for a couple days now. I don't see it with --enable-checking=no. >> >> '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp \ >> -l comp -f batch-byte+native-compile emacs-lisp/macroexp.el >> >> lisp.h:1310: Emacs fatal error: assertion failed: FIXNUMP (a) >> Fatal error 6: Aborted >> Backtrace: >> ../src/bootstrap-emacs(+0x1f95b0)[0x557d139805b0] >> [many similar lines] >> ../src/bootstrap-emacs(+0x7aab5)[0x557d13801ab5] >> /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7fd7072e724a] >> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7fd7072e7305] >> ../src/bootstrap-emacs(+0x7bbb1)[0x557d13802bb1] >> make[3]: *** [Makefile:330: emacs-lisp/macroexp.elc] Aborted (core dumped) >> >> Is anyone else seeing this? > > I can see it, working on it. Fixed with 1b622ff66e3 Thanks for reporting it! Andrea