jaeger changed the topic of #crux-devel to: CRUX (https://crux.nu/) development channel | Logs: https://libera.irclog.whitequark.org/crux-devel/
farkuhar has left #crux-devel [#crux-devel]
ivandi has quit [Quit: WeeChat 4.1.2]
ivandi has joined #crux-devel
ivandi has quit [Quit: WeeChat 4.1.2]
ivandi has joined #crux-devel
ivandi has quit [Quit: WeeChat 4.1.2]
ivandi has joined #crux-devel
groovy2shoes has quit [Remote host closed the connection]
groovy2shoes has joined #crux-devel
SiFuh has quit [Remote host closed the connection]
SiFuh has joined #crux-devel
groovy2shoes has quit [Remote host closed the connection]
groovy2shoes has joined #crux-devel
<jue> beerman: just tried to build neovim -> https://dpaste.com/2QRX72NHA
<beerman> jue interesting. do you have any lua interpreter installed?
<braewoods> beerman, Lua's major versions are treated as separate entities by every package I've ever seen using it. if you only package one version, this could explain the problem.
<braewoods> and i saw lua jit which is limited to a somewhat outdated Lua version.
<braewoods> 5.1, yep.
<braewoods> 5.4 is the latest.
<beerman> yeah it's a bit confusing, luajit is worse as they do not believe in stable release tags :D but neovim bundles its own dependencies which allows for a slim dependency chain and a pretty stable editor experience
<beerman> https://git.crux.nu:82/ports/opt/src/branch/3.7/neovim/Pkgfile I started working on supporting system copies of those libraries once but I had mixed results so I disabled it completely for the next time I want to work on that
<jue> yep, 5.4, but even without this the build fails
<braewoods> It may have a hard requirement for an older Lua.
<beerman> like I said, it provides its own lua interpreter that it expects
<beerman> jue did you check with ccache turned off by any chance?
<jue> just now, fails too
<beerman> how weird
<beerman> https://luarocks.org/manifest-5.1 <- mpack 1.0.11 is in there, I wonder why you can't pull it?
<jue> ah, found it. neovim uses wget to download and I have a wrong proxy configuration for wget. Since we are using curl now I never used wget again.
<beerman> I don't have wget installed anywhere anymore
<jue> same here, now ;)
<jue> works now, sorry for the noise
<beerman> no worries
<beerman> cool you are checking it out :D
groovy2shoes has quit [Quit: Leaving]
ivandi has quit [Quit: WeeChat 4.1.2]
ivandi has joined #crux-devel
farkuhar has joined #crux-devel
ivandi has quit [Quit: WeeChat 4.1.2]
ivandi has joined #crux-devel
ivandi has quit [Quit: WeeChat 4.1.2]
ivandi has joined #crux-devel
<SiFuh> Anyone ever seen this ^@ before the hostname on bootup? Fresh install. https://s3.amazonaws.com/i.snag.gy/eUT4b2.jpg
<braewoods> I wonder if it's something to do with keyboard input. ^C is ctrl-C and will sometimes be printed to terminal when pressed.
<braewoods> But ^@ is ctrl+@?
<ukky> That garbage is printed by one of the commands in /etc/rc. Probably easy to debug, just add 'echo "Checkpoint NNN"' after each command.
<SiFuh> ukky: I did already. I wrote echo -n "T Minus 13" from the top of the rc script all the way down until I got to hostname. The machine is busy right now, so I wasn't going to test it today.