Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id F1786780DD6 for <~alpine/users@lists.alpinelinux.org>; Fri, 27 May 2022 04:42:23 +0000 (UTC) Received: by mail-lj1-f177.google.com with SMTP id i23so3762677ljb.4 for <~alpine/users@lists.alpinelinux.org>; Thu, 26 May 2022 21:42:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=hGh48h4VzSG1VsGl7MVpevn0RkdTD57i9Ia2MYsFit4=; b=pGckt1gfHgjsFb8nw5nV3KWvCAQzhH/UiK35YmsKLVW1Yl2r09H5IXcefTeF+h0sJ/ NwX7p1KDy698YsHgl40pjj06yiP7vgP+IpDZSUoiy5mTbC/EthkQYJD7sRtSEmhv5Lq+ ZFdSmIgJYKIfQmRFzsBgKn5i61Ix05r6L0mtT2um2fu6sRzc6NZfRDfVB+FyGIULoh08 LZ+0ChSoD2pb0O7aST1JozrUYpYaqtcxkwq13tcAFrz69LnVFMvy3FZflA70AXNXeMWp mi3EFEXthGx86qaaIVUsQJ2rA8GwYR3FAyPzBIPo5uCkW456oXOykB+1LKl+JJlcxuZh AmNg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=hGh48h4VzSG1VsGl7MVpevn0RkdTD57i9Ia2MYsFit4=; b=LFr+dkbwWHghXyvo29WIWwf72xYrYs5R1Augh7E7b6yYjJuH20Ag8tucvdzNDjijdH 2hi+mwLpbZ/Q7sZXBjlFM7wiWdrY6q90mtJRts/kXdtTBVYIzLgd3Ohwz5/PdUKcziwL Tsp5frvJO0I3wzmHAoXROo6KF6XUbg4babADCsQVuSZxlH5zXmHM7Ml+hgruTydK3e1K Eoz58kNOIt7TNrSmo2jSyzy6rhHfjpOaxixnMN+l5CuXkquVYe3LgTIXl3Rr7A5lNQse p1c1UVbsDePQ66uA6tGEmYZpOebhA8ZWOVPRcdpbl9vj7ka+uvJfmuoN3yFbvCRQBMLg H2Nw== X-Gm-Message-State: AOAM5314cJtCvGVSE/vA9gv054uEzFkb898Wjh/wRLVmVB3W6YlwW17s OPDRQSPBpTI0xxzPuEEu1EgLltKc4MkIyP66wEqIewZ/CAdYug== X-Google-Smtp-Source: ABdhPJy7gaiXlcefUPj5CM4+LyS94w7LMceFXwH5lAwBainG51EDVWFQzQad049z0H5ITQDUEPbjfJA9wCYwP5LTxKE= X-Received: by 2002:a2e:a225:0:b0:253:dc86:9c4 with SMTP id i5-20020a2ea225000000b00253dc8609c4mr20532420ljm.521.1653626542981; Thu, 26 May 2022 21:42:22 -0700 (PDT) MIME-Version: 1.0 From: Samarul Meu Date: Fri, 27 May 2022 07:42:10 +0300 Message-ID: Subject: Can't start neovim To: ~alpine/users@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="000000000000af86c005dff6ee4a" --000000000000af86c005dff6ee4a Content-Type: text/plain; charset="UTF-8" I am on Alpine 3.16 (upgraded on Wednesday) and yesterday I installed neovim. When I try to launch it I only get this `Illegal instruction` Some more information $ uname -a Linux alpine.cfd 5.15.41-0-lts #1-Alpine SMP Fri, 20 May 2022 21:42:55 +0000 x86_64 GNU/Linux $ nvim -v NVIM v0.7.0 Illegal instruction $ cat /etc/apk/repositories http://ftp.halifax.rwth-aachen.de/alpine/latest-stable/main http://ftp.halifax.rwth-aachen.de/alpine/latest-stable/community @edge http://ftp.halifax.rwth-aachen.de/alpine/edge/main @edge http://ftp.halifax.rwth-aachen.de/alpine/edge/community @testing http://ftp.halifax.rwth-aachen.de/alpine/edge/testing $ doas dmesg | grep nvim [ 818.148617] traps: nvim[3261] trap invalid opcode ip:7f61f0d819d3 sp:7fffaad810e0 error:0 in libluajit-5.1.so.2.1.0[7f61f0d6f000+4c000] [ 1081.218916] traps: nvim[3461] trap invalid opcode ip:7f8742fa79d3 sp:7fffcecf42c0 error:0 in libluajit-5.1.so.2.1.0[7f8742f95000+4c000] [ 1160.212726] traps: nvim[3522] trap invalid opcode ip:7f65de9b29d3 sp:7fff3de8ed60 error:0 in libluajit-5.1.so.2.1.0[7f65de9a0000+4c000] [ 1163.965717] traps: nvim[3527] trap invalid opcode ip:7f67763929d3 sp:7ffcc468ead0 error:0 in libluajit-5.1.so.2.1.0[7f6776380000+4c000] Thanks for your help! --000000000000af86c005dff6ee4a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I am on Alpine 3.16 (upgraded on Wednesday) and yesterda= y I installed neovim. When I try to launch it I only get this `Illegal inst= ruction`

Som= e more information

$ uname -a
Linux alpine.cfd 5.15.41-0-lts #1-Alpine SMP Fri, 20 M= ay 2022 21:42:55 +0000 x86_64 GNU/Linux

$ nvim -v
NVIM v0.7.0
Illegal instruction=


$ doas dmesg | grep nvim
[ =C2=A0818.148617] traps: = nvim[3261] trap invalid opcode ip:7f61f0d819d3 sp:7fffaad810e0 error:0 in l= ibluajit-5.1.so.2.1.0[7f61f0d6f000+4c000]
[ 1081.218916] traps: nvim[346= 1] trap invalid opcode ip:7f8742fa79d3 sp:7fffcecf42c0 error:0 in libluajit= -5.1.so.2.1.0[7f8742f95000+4c000]
[ 1160.212726] traps: nvim[3522] trap = invalid opcode ip:7f65de9b29d3 sp:7fff3de8ed60 error:0 in libluajit-5.1.so.= 2.1.0[7f65de9a0000+4c000]
[ 1163.965717] traps: nvim[3527] trap invalid = opcode ip:7f67763929d3 sp:7ffcc468ead0 error:0 in libluajit-5.1.so.2.1.0[7f= 6776380000+4c000]


Thanks for your help!
=

--000000000000af86c005dff6ee4a--