From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Dependencies for native compiling emacs not found Date: Thu, 23 Dec 2021 16:24:28 +0200 Message-ID: <83mtkrv1pf.fsf@gnu.org> References: <87czln1wvw.fsf@posteo.net> <83tuezve2u.fsf@gnu.org> <878rwb1nqz.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21389"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 23 15:25:48 2021 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 1n0P2R-0005Jq-M0 for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 15:25:47 +0100 Original-Received: from localhost ([::1]:54190 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n0P2Q-0001Lc-89 for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 09:25:46 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:47918) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0P14-00088N-GU for emacs-devel@gnu.org; Thu, 23 Dec 2021 09:24:22 -0500 Original-Received: from [2001:470:142:3::e] (port=58020 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0P14-0000AV-3Q; Thu, 23 Dec 2021 09:24:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=AOoSaSP2RACiQmTf16hC/a77jcCptbpZr8LSTH1Kco0=; b=e32IGD3a+WYx ViigwszTgE8tr1vYmQapWPDa6eU4wj/hWap1PgYXt21ttVlTvTIsnBl/42qDEA4C0FnyeBrLJBU5Q IO8bbDKJU5oXqULRdRYgRcrzgL/Ojt76nS3nHkMvyTtQ9p1VUzGZfRHmhr/SwiWqUqn4OthEGeO3c 9JV9PskJ2+vOt6UON9NiX15y5tLXi/vAQ/UcMrMl/WVLlH1EqtvGEwhwDm/hoYp/+Kbz82Wwm8xUS wUDBTY73YLlHWOgGWipzYRPm/gA6vwZ50kTgMwPpk2mZkw830YXiR4fNo0E18sm+MBA6Th+oUI4J9 PJKudM2/wE1WK3QLMXpbcg==; Original-Received: from [87.69.77.57] (port=1245 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0P14-0002jV-11; Thu, 23 Dec 2021 09:24:22 -0500 In-Reply-To: <878rwb1nqz.fsf@posteo.net> (message from Thierry Volpiatto on Thu, 23 Dec 2021 12:56:26 +0000) 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" Xref: news.gmane.io gmane.emacs.devel:282958 Archived-At: > From: Thierry Volpiatto > Cc: emacs-devel@gnu.org > Date: Thu, 23 Dec 2021 12:56:26 +0000 > > > Please show the details of this failed test in config.log. It is hard > > to know what is missing in your case without seeing that diagnostics. > > configure:19086: error: ELisp native compiler was requested, but libgccjit was not found. > Please try installing libgccjit or a similar package. > If you are sure you want Emacs be compiled without ELisp native compiler, > pass the --without-native-compilation option to configure. > > Not sure if it is what you want, I can send the whole file if you want > but it is quite big. There should be stuff before that, which shows the compilation command of a test program, the error message from the compilation attempt, the program that failed to compile, etc. The line you show is the last line of that interesting part. If you cannot figure out what's related, sure, post the entire log.