GNU bug report logs - #51537
Neovim build missing luajit support

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix-patches; Reported by: "bdju" <bdju@HIDDEN>; Keywords: patch; merged with #48109; dated Mon, 1 Nov 2021 04:39:01 UTC; Maintainer for guix-patches is guix-patches@HIDDEN.
Merged 48109 51537. Request was from Jack Hill <jackhill@HIDDEN> to control <at> debbugs.gnu.org. Full text available.
bug reassigned from package 'guix' to 'guix-patches'. Request was from Jack Hill <jackhill@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 1 Nov 2021 04:38:46 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Nov 01 00:38:46 2021
Received: from localhost ([127.0.0.1]:33490 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1mhP5p-0004pa-TH
	for submit <at> debbugs.gnu.org; Mon, 01 Nov 2021 00:38:46 -0400
Received: from lists.gnu.org ([209.51.188.17]:33606)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <bdju@HIDDEN>) id 1mhP5o-0004pS-Hr
 for submit <at> debbugs.gnu.org; Mon, 01 Nov 2021 00:38:44 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:46914)
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <bdju@HIDDEN>) id 1mhP5o-0006dW-Bc
 for bug-guix@HIDDEN; Mon, 01 Nov 2021 00:38:44 -0400
Received: from tilde.team ([198.50.210.248]:39858)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <bdju@HIDDEN>) id 1mhP5l-0003z9-I4
 for bug-guix@HIDDEN; Mon, 01 Nov 2021 00:38:43 -0400
Received: from localhost (unknown [63.228.59.248])
 by tilde.team (Postfix) with ESMTPSA id 91C2F4C82CA
 for <bug-guix@HIDDEN>; Mon,  1 Nov 2021 04:38:39 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tilde.team; s=mail;
 t=1635741519; bh=G9JjRT+qMHe+sXkdGRPEnJ+v6Z37bk0Ea6g8kyeCcQU=;
 h=From:To:Subject:Date:From;
 b=xxswfFu3SGX/po79VLCvPcRE5G3F1GDkwZsDnvpXj+t2xdvqKWryiTi9MDuti60OA
 mmkHR3ICR8MMtk9O35MWm+Qb5vU9mgm8toqIvQCfhEYAsuhfqyeuM72V8s5h9Vw4E0
 r35/D6Y+ddCB2ORVmPX2cs++0XcxE0hsvHgELRKo=
Mime-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=UTF-8
From: "bdju" <bdju@HIDDEN>
To: <bug-guix@HIDDEN>
Subject: Neovim build missing luajit support
Date: Sun, 31 Oct 2021 23:35:09 -0500
Message-Id: <CFE5WFU0R861.3UD7I8KK1LMYD@masaki>
Received-SPF: pass client-ip=198.50.210.248; envelope-from=bdju@HIDDEN;
 helo=tilde.team
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.4 (-)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.4 (--)

https://github.com/norcalli/nvim-colorizer.lua/issues/40
I'm hitting this issue in Neovim after installing nvim-colorizer.
Supposedly the ffi.lua file it says is missing should be built-in. Some
people had issues on a couple distros that seems to build Neovim without
luajit, and then fixed it by building it differently. Could we enable
luajit in the guix recipe so it's built with it? It sounds like most
distros probably enable it, and that the Neovim devs intend it to be
enabled.

Sidenote: the current recipe has a typo, "refirence", should be
"reference". It's in one of the comments.




Acknowledgement sent to "bdju" <bdju@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-guix@HIDDEN. Full text available.
Report forwarded to bug-guix@HIDDEN:
bug#51537; Package guix. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Mon, 1 Nov 2021 05:00:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.