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 22:19:10 +0200 Message-ID: <83fsqjt6pt.fsf@gnu.org> References: <87czln1wvw.fsf@posteo.net> <83tuezve2u.fsf@gnu.org> <878rwb1nqz.fsf@posteo.net> <83mtkrv1pf.fsf@gnu.org> <874k6z1fo9.fsf@posteo.net> <83bl17uwbo.fsf@gnu.org> <87v8zfz09u.fsf@posteo.net> <838rwbuqsg.fsf@gnu.org> <87fsqjp3r1.fsf@posteo.net> <83zgort9m8.fsf@gnu.org> <87bl17p0yx.fsf@posteo.net> <83sfujt8d6.fsf@gnu.org> <877dbvozb8.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4528"; 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 21:24: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 1n0Uds-0000yP-2j for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 21:24:48 +0100 Original-Received: from localhost ([::1]:33574 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n0Udq-0006xr-Tx for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 15:24:46 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:55426) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0UYL-00042z-6W for emacs-devel@gnu.org; Thu, 23 Dec 2021 15:19:07 -0500 Original-Received: from [2001:470:142:3::e] (port=39322 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 1n0UYJ-0004QJ-HG; Thu, 23 Dec 2021 15:19:04 -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=Q8iglACcUK93McVrmPb5pEQNBgJ4+psij2XllK8MfAY=; b=jNIS35aQebmV 4aaZWbeAVKKwWcRkbJhLOnnLH2/pwK1E7LboLL/fVu02u+mffZOB2/a1acUuLZgwVYDKZj95vV6qw W0Sb7aB9HrN/Ojj2D2e9wqvpzaerzCa+ipFHgKn2MHSKovtSQrOhHl7Oo458Fuec8mQQiI/rOaDzq 8HZaQxHedY1gKHysMu5jbyASOuN787ljDdlk2yuIkCDzghTM9h8YOS2yWw8ypwqFU/sNJiCGLx16U 6r//9sN/cL7nh9nE9+lEsdZYE9v/GAPaDDv/iWaH/f2AbKPeN2L6x1waVvV0JKsv71Ifw3AjbDqwc GDTKgCAy5t/1wqXIVXCZAQ==; Original-Received: from [87.69.77.57] (port=3471 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 1n0UYI-0002bU-VB; Thu, 23 Dec 2021 15:19:03 -0500 In-Reply-To: <877dbvozb8.fsf@posteo.net> (message from Thierry Volpiatto on Thu, 23 Dec 2021 20:08:50 +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:283038 Archived-At: > From: Thierry Volpiatto > Cc: emacs-devel@gnu.org > Date: Thu, 23 Dec 2021 20:08:50 +0000 > > > I believe the actual problem in your case was that GCC 9 couldn't find > > libgccjit from GCC 10, because it was looking in the wrong > > subdirectory of /usr/lib/x86_64-linux-gnu/, since (AFAIU) libgccjit is > > installed into a versioned subdirectory of that directory, and GCC > > looks for it in the subdirectory that matches its version. > > Ah ok thanks for clarification, but I think for the end user like me it > is better keeping up with same version of gcc/libgccjit to avoid > complications to specify paths. Yes, of course. I just wanted to set the record straight.