Ricardo Wurmus schreef op za 05-02-2022 om 01:08 [+0100]: > +      ((#:configure-flags flags '()) > +       #~(let ((out (assoc-ref %outputs "out")) (assoc-ref %outputs "out") -> #$output > +               (headers (assoc-ref %build-inputs "kernel-headers"))) > +           `("--enable-shared" > +             "--enable-static" > +             "--disable-sanity-checks" > +             "--build=i686-unknown-linux-gnu" > +             "--host=i686-unknown-linux-gnu" Given that it's always compiled for i686-linux, even on x86_64, should #:system "i686-linux" be set be added to 'arguments', such that glibc- 2.2.5 only needs to be compiled once? Likewise for the 'glibc-mesboot0' package (on core-updates). Greetings, Maxime