jaeger changed the topic of #crux-devel to: CRUX (https://crux.nu/) development channel | Logs: https://libera.irclog.whitequark.org/crux-devel/
groovy2shoes has quit [Remote host closed the connection]
groovy2shoes has joined #crux-devel
groovy2shoes has quit [Ping timeout: 260 seconds]
groovy2shoes has joined #crux-devel
groovy2shoes has quit [Remote host closed the connection]
jue has quit [*.net *.split]
crash_ has quit [*.net *.split]
jue has joined #crux-devel
jue has joined #crux-devel
jue has quit [Changing host]
crash_ has joined #crux-devel
SiFuh has quit [Remote host closed the connection]
SiFuh has joined #crux-devel
SiFuh has quit [Remote host closed the connection]
<beerman> is the firefox signature broken? MISMATCH 0001-Bug-1819374-Squashed-ffmpeg-6.0-update.patch
SiFuh has joined #crux-devel
SiFuh has quit [Ping timeout: 246 seconds]
SiFuh has joined #crux-devel
SiFuh has quit [Ping timeout: 252 seconds]
SiFuh has joined #crux-devel
SiFuh has quit [Ping timeout: 250 seconds]
groovy2shoes has joined #crux-devel
SiFuh has joined #crux-devel
SiFuh_ has joined #crux-devel
SiFuh__ has joined #crux-devel
SiFuh has quit [Ping timeout: 240 seconds]
SiFuh_ has quit [Ping timeout: 255 seconds]
SiFuh has joined #crux-devel
SiFuh__ has quit [Ping timeout: 276 seconds]
SiFuh has quit [Remote host closed the connection]
SiFuh has joined #crux-devel
<jaeger> ok, tested and it does NOT fix the problem with qtwebengine... though maybe it works with other ports using ninja? not sure
ukky has quit [Quit: Restarting X server]
<darfo> I had to put a wrapper around ninja to get qtwebengine to compile on 16GB/8core machine: http://ix.io/4s0q
ukky has joined #crux-devel
<jaeger> heh
<jaeger> I just noticed that Romster did indeed set NINJAFLAGS explicitly to use ${JOBS-1} but that results in still using ${JOBS}
<jaeger> would need to use something like "
<jaeger> $(expr $JOBS - 1)"
<jaeger> or $((JOBS-1))