-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Milestone
Description
$ git clone https://github.com/linux-pam/linux-pam
$ cd linux-pam && meson setup build && ninja -C build
[415/532] Linking target modules/pam_debug/tst-pam_debug-retval
FAILED: [code=1] modules/pam_debug/tst-pam_debug-retval
cc -o modules/pam_debug/tst-pam_debug-retval modules/pam_debug/tst-pam_debug-retval.p/tst-pam_debug-retval.c.o -Wl,--as-needed -Wl,--no-undefined -pie -Wl,--fatal-warnings -Wl,--no-undefined-version -Wl,-O1 '-Wl,-rpath,$ORIGIN/../../libpam' -Wl,--start-group libpam_internal/libpam_internal.a libpam/libpam.so.0.85.1 -Wl,--end-group ''
/usr/lib/gcc/x86_64-pc-linux-gnu/16/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find : No such file or directory
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
8c6dc8d is the first bad commit:
commit 8c6dc8d9a2299acdb81c3d61e0265ce37be6210a (HEAD)
Author: Dylan Baker <dylan@pnwbakers.com>
AuthorDate: Wed Dec 3 14:36:28 2025 -0800
Commit: Dylan Baker <dylan@pnwbakers.com>
CommitDate: Mon Dec 8 10:08:42 2025 -0800
build|interpreter: use typed_kwargs for BuildTarget(link_args)
mesonbuild/build.py | 5 +----
mesonbuild/interpreter/type_checking.py | 6 ++++++
2 files changed, 7 insertions(+), 4 deletions(-)
cc @dcbaker