bug#71326: ld-wrapper does not handle all possibilities to specify libraries and their search paths

2024-06-02 Thread Stefan via Bug reports for GNU Guix
Hi! Beside using an absolute path, the ld of Binutils has eight ways¹ to pass a library like libfoo.so via options: -lfoo -l foo -library=foo --library=foo -l:libfoo.so -l :libfoo.so -library=:libfoo.so --library=:libfoo.so The ld-wrapper however only supports one of these possibilities, which

bug#58008: [PATCH] gnu: linux: Fix the extra-version parameter in make-linux-libre*.

2022-09-22 Thread Stefan via Bug reports for GNU Guix
Hi Leo! I’m addressing you directly because of the entry in etc/teams.scm. I found and fixed a bug in make-linux-libre*. The split of the phase 'configure into a separate 'set-environment will be used by another patch. Actually this is part of a patch series in 48314. But it is an independent