#archlinux-ports | Logs for 2026-04-17

Back
[00:17:45] -!- Charon77 has joined #archlinux-ports
[01:19:36] -!- bs86_ has joined #archlinux-ports
[01:20:50] -!- bs86 has quit [Ping timeout: 248 seconds]
[01:20:50] bs86_ is now known as bs86
[01:47:11] <Charon77> bschnei: I noticed in bens.haus there's no firefox (nor its dependencies). It's present in drzee. Anyway I can help? You mentioned there's a VM available? A lot of the dependencies seem trivial (nasm, imake). wasi-* are missing. onnxruntime might be a problem, but it's present on drzee, so we know it builds on arm
[01:47:39] <Charon77> missing deps for firefox: cbindgen imake nasm onnxruntime wasi-compiler-rt wasi-libc wasi-libc++ wasi-libc++abi xorg-server-xvfb yasm
[01:53:36] <bschnei> ya about 1000 packages don't build. many are benign like the hash changed for the source when coming from github. i might have logs for firefox specifically...
[01:54:46] <Charon77> hmm, when I build firefox, it failed even when getting dependency
[01:59:16] <bschnei> https://paste.rs
[02:00:12] <bschnei> disregard. looks like it got cut off
[02:00:30] -!- hcmb_ has joined #archlinux-ports
[02:00:30] hcmb is now known as Guest3320
[02:00:30] -!- Guest3320 has quit [Killed (molybdenum.libera.chat (Nickname regained by services))]
[02:00:30] hcmb_ is now known as hcmb
[02:01:10] <bschnei> I use drzee's repos to cover missing packages in my build chroots
[02:11:17] <bschnei> https://gist.github.com
[02:11:19] <phrik> Title: gist:72d5047e6fd0732a6a655d1dc9e1875d · GitHub (at gist.github.com)
[02:12:38] <Charon77> I tried building nasm (firefox dependecncy), it's one of the dependency that's not there. builds in like
[02:12:38] <Charon77>
[02:12:38] <Charon77> Do you want me to like push the build somewhere?
[02:13:56] -!- bs86 has quit [Ping timeout: 252 seconds]
[02:16:29] <bschnei> no if it builds I should also be able to build it. if not I have may have issues in my build environment I would need to resolve anyway
[02:17:15] <bschnei> note that firefox may have failed simply due to not having enough mem on my host. it's hard to tell from the logs
[02:19:09] <bschnei> out of curiousity, when you lscpu on your device, what flags do you see?
[02:19:22] -!- bs86 has joined #archlinux-ports
[02:21:25] <Charon77> fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
[02:23:38] <bschnei> crc32 is another one I just discovered is needed by some packages to build (e.g. dpdk)
[02:28:56] <bschnei> nasm added
[02:29:34] <bschnei> actually, it was already there. make sure you are looking at messages for missing deps in the order they appear and work from top down
[02:58:10] -!- greyltc has quit [Remote host closed the connection]
[03:29:06] -!- hcmb has quit [Ping timeout: 246 seconds]
[03:29:17] -!- hcmb has joined #archlinux-ports
[03:32:50] -!- greyltc has joined #archlinux-ports
[05:59:54] -!- Charon77 has quit [Ping timeout: 245 seconds]
[07:00:13] -!- bschnei has quit [Remote host closed the connection]
[07:00:26] -!- bschnei has joined #archlinux-ports
[07:48:36] <yuvadm> bschnei: any notes on bootstrapping your v8 packages from a v8.2 system? I'm gonna try setting up a system on an MNT Reform Pocket (i.MX8MP, cortex-a53)
[07:49:02] <yuvadm> probably requires a patched kernel but otherwise counting on your builds
[07:50:43] <solskogen|M> yuvadm: you need to change makepkg.conf to the "correct" CFLAGS and the pkgbuild for gcc.
[08:04:18] <linkmauve> Ugh, glsl-optimizer has been unmaintained for the past six years…
[08:04:26] <linkmauve> Too bad Firefox uses that…
[08:05:02] <linkmauve> It amounts for most of the warnings in your build log.
[08:05:27] <solskogen|M> but does it build?
[08:06:59] <linkmauve> Probably, otherwise Firefox wouldn’t build in general.