pkgdiff icon indicating copy to clipboard operation
pkgdiff copied to clipboard

cannot install on mac os

Open IronManZ opened this issue 7 years ago • 1 comments

code version: 95c88b3

OS version: macOS high Sierra, 10.13.6

Perl version:

perl -v

This is perl 5, version 18, subversion 2 (v5.18.2) built for darwin-thread-multi-2level
(with 2 registered patches, see perl -V for more detail)

Command sudo make install prefix=/usr

error log

perl Makefile.pl -install -prefix "/usr"
INSTALL PREFIX: /usr
-- Installing /usr/bin/pkgdiff
can't open file '/usr/bin/pkgdiff': Operation not permitted
make: *** [install] Error 1

IronManZ avatar Oct 16 '18 06:10 IronManZ

You are probably need to install it to /usr/local instead of /usr on Mac.

lvc avatar Dec 24 '18 06:12 lvc