https://bugzilla.kernel.org/show_bug.cgi?id=218730 Bug ID: 218730 Summary: [regression, bisected] 'make install' fails on darwin Product: Documentation Version: unspecified Hardware: All OS: Linux Status: NEW Severity: normal Priority: P3 Component: man-pages Assignee: documentation_man-pages@xxxxxxxxxxxxxxxxxxxx Reporter: slyich@xxxxxxxxx Regression: No It's a forward of downstream `nixpkgs` report at https://github.com/NixOS/nixpkgs/pull/300797#issuecomment-2056982667 where `nixpkgs` trod to update `man-pages` from `6.05.01` to `6.7`. There `make install` started failing on Darwin as: $ make install prefix=$(pwd)/__i__ INSTALL /Users/test/man-pages/__i__/share/man/man1/ INSTALL /Users/test/man-pages/__i__/share/man/man1/intro.1 install: skipping file '/dev/stdin', as it was replaced while being copied make: *** [share/mk/install/man.mk:60: /Users/test/man-pages/__i__/share/man/man1/intro.1] Error 1 `git bisect` landed on this change: $ git bisect bad 30c38a8bf8ae8f4a6e71d3b8ac4abf0a40778f1e is the first bad commit commit 30c38a8bf8ae8f4a6e71d3b8ac4abf0a40778f1e Author: Alejandro Colomar <alx@xxxxxxxxxx> Date: Mon Aug 28 01:21:45 2023 +0200 *.mk: Pipe to install(1) Signed-off-by: Alejandro Colomar <alx@xxxxxxxxxx> share/mk/dist.mk | 7 ++++--- share/mk/install/man.mk | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) The system is: x86_64-apple-darwin18.7.0. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.