Bug 2065340 - neovim: FTBFS on aarch64 when compiled --with luajit
Summary: neovim: FTBFS on aarch64 when compiled --with luajit
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: neovim
Version: epel8
Hardware: aarch64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Michel Lind
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-03-17 18:00 UTC by Michel Lind
Modified: 2022-08-30 12:14 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)
neovim build error on aarch64 --with luajit (39.78 KB, text/plain)
2022-03-17 18:00 UTC, Michel Lind
no flags Details

Description Michel Lind 2022-03-17 18:00:59 UTC
Created attachment 1866483 [details]
neovim build error on aarch64 --with luajit

Multiple occurrences of this error:

```
/usr/bin/luajit: bad light userdata pointer
stack traceback:
	[C]: in function 'match'
	...LD/neovim-0.6.1/src/nvim/generators/gen_declarations.lua:261: in main chunk
	[C]: at 0xaaaac8f28370
gmake[2]: *** [src/nvim/CMakeFiles/nvim.dir/build.make:79: src/nvim/auto/api/buffer.c.generated.h] Error 1
/usr/bin/luajit: bad light userdata pointer
stack traceback:
	[C]: in function 'match'
	...LD/neovim-0.6.1/src/nvim/generators/gen_declarations.lua:261: in main chunk
	[C]: at 0xaaaadc8f8370
```

Comment 1 Andreas Schneider 2022-03-17 18:54:12 UTC
I guess it is too old. I've updated luajit in Fedora as it has a lot of bugfixes for aarch64. el8 still has an old version. Better build without luajit on el8/9.


Note You need to log in before you can comment on or make changes to this bug.