All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@kernel.org
To: linux-man@vger.kernel.org
Subject: [Bug 218730] New: [regression, bisected] 'make install' fails on darwin
Date: Mon, 15 Apr 2024 21:01:43 +0000	[thread overview]
Message-ID: <bug-218730-11311@https.bugzilla.kernel.org/> (raw)

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@kernel-bugs.osdl.org
          Reporter: slyich@gmail.com
        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@kernel.org>
Date:   Mon Aug 28 01:21:45 2023 +0200

    *.mk: Pipe to install(1)

    Signed-off-by: Alejandro Colomar <alx@kernel.org>

 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.

             reply	other threads:[~2024-04-15 21:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-15 21:01 bugzilla-daemon [this message]
2024-04-15 21:47 ` [Bug 218730] [regression, bisected] 'make install' fails on darwin bugzilla-daemon
2024-04-20  9:35 ` bugzilla-daemon
2024-04-20 10:06 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-218730-11311@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@kernel.org \
    --cc=linux-man@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.