Elektrine lite

← Feed

@libreleah@mas.to

Post #1682773

2026-04-22 07:18 UTC

today's mood shitbox$ doas ./mk dependencies openbsd ./mk: include/init.sh[482]: no closing quote

Replies (1)

  • @libreleah@mas.to 2026-04-22 09:14

    this is *not* a trivial project. i've already found many linuxisms in the libreboot build system. but more than that: libreboot heavily relies on GNU tooling in its build process. think gcc, binutils, autoconf and so on. openbsd has GNU tooling in base, but much older tooling for certain parts of base. these are not to be used. when you install e.g. gcc from ports, you get e.g. /usr/local/bin/gcc-VERSION. i will have to handle this in lbmk. doing so reliably, and automatically, is non-trivial.

    Open ##1682772