[Bug 218730] [regression, bisected] 'make install' fails on darwin

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.kernel.org/show_bug.cgi?id=218730

--- Comment #1 from Sergei Trofimovich (slyich@xxxxxxxxx) ---
This seems to be the difference between two systems on coreutils-9.4 where
`install` comes from on my systems:

Linux (works):

    $ mkdir -p foo; echo 42 | install -m 644 -T /dev/stdin ./foo/a; echo $?
    0

Darwin (fails):

    $ mkdir -p foo; echo 42 | install -m 644 -T /dev/stdin ./foo/a; echo $?
    install: skipping file '/dev/stdin', as it was replaced while being copied
    1

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.




[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux