From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#48116: Headers presents but unusable Date: Sun, 02 May 2021 21:45:25 +0000 Message-ID: References: Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23978"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 48116@debbugs.gnu.org To: Anatole Dahan Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun May 02 23:46:14 2021 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 1ldJun-00069u-IT for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 02 May 2021 23:46:13 +0200 Original-Received: from localhost ([::1]:46698 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ldJum-0003uq-M9 for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 02 May 2021 17:46:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53834) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ldJuc-0003uT-Bi for bug-gnu-emacs@gnu.org; Sun, 02 May 2021 17:46:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:33376) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ldJuc-0003aW-3o for bug-gnu-emacs@gnu.org; Sun, 02 May 2021 17:46:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ldJuc-0003Lf-11 for bug-gnu-emacs@gnu.org; Sun, 02 May 2021 17:46:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 02 May 2021 21:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48116 X-GNU-PR-Package: emacs Original-Received: via spool by 48116-submit@debbugs.gnu.org id=B48116.161999193112859 (code B ref 48116); Sun, 02 May 2021 21:46:01 +0000 Original-Received: (at 48116) by debbugs.gnu.org; 2 May 2021 21:45:31 +0000 Original-Received: from localhost ([127.0.0.1]:44919 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldJu7-0003LL-L9 for submit@debbugs.gnu.org; Sun, 02 May 2021 17:45:31 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:50460) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldJu2-0003LF-VQ for 48116@debbugs.gnu.org; Sun, 02 May 2021 17:45:30 -0400 Original-Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 142LjPwe000260 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Sun, 2 May 2021 21:45:25 GMT In-Reply-To: (Anatole Dahan's message of "Fri, 30 Apr 2021 12:30:41 +0200") 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" Xref: news.gmane.io gmane.emacs.bugs:205452 Archived-At: Anatole Dahan writes: > Hi, > > I have encountered errors while configuring emacs, and I was told to send= a bug report here. You will find my config.log attached, together with my = environment variables. > > For context, I am trying to cross-compile native-compilation. I guess > this might not be supported, as libgccjit makes it quite complicated > (I didn=E2=80=99t yet find a way to bypass the smoke test). I have built = the > NATIVE libgccjit for i586-linux-musl (maybe I am wrong about that ?) > > Anyway, both sys/inotify.h and libgccjit.h are present, but they are > marked as missing because they can=E2=80=99t be used (which seems legit, = at > least for libgccjit, since it is built for native > i586-linux-musl). From what I understood, this is considered a bug. > > Best, > =E2=80=94Anatole Dahan Hi Anatole, generally speaking we do not support cross compilation using the native build as libgccjit AFAIK is just not made for cross compiling. I suspect in your specific case this should be possible with some hacking but coming to the problem of bypassing the smoke test I think the easiest is to start with is commenting it out from configure.ac. Andrea