Re: install-sh - permission denied

2009-10-20 Thread Paul Schmehl
t -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin" .././install-sh: Permission denied Is the execute bit set on ../install.sh? Bingo!  No, it's not.  Now the question is - why isn't it?  What controls the perms on that? I just made clean and the m

Re: install-sh - permission denied

2009-10-20 Thread Scot Hetzel
; >>> test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin" >>> .././install-sh: Permission denied >> >> Is the execute bit set on ../install.sh? >> > > Bingo!  No, it's not.  Now the question is - why isn't it?  Wh

Re: install-sh - permission denied

2009-10-20 Thread Paul Schmehl
--On Tuesday, October 20, 2009 13:35:57 -0500 Scott Lambert wrote: wrote: I'm working on a new port, and I'm getting this error during make install: test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin" .././install-sh: Permission deni

Re: install-sh - permission denied

2009-10-20 Thread Scott Lambert
wrote: >I'm working on a new port, and I'm getting this error during make install: > >test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin" >.././install-sh: Permission denied Is the execute bit set on ../install.sh? -

Re: install-sh - permission denied

2009-10-20 Thread Paul Schmehl
--On Tuesday, October 20, 2009 11:49:49 -0500 Paul Schmehl wrote: I'm working on a new port, and I'm getting this error during make install: test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin" .././install-sh: Permission denied Can anyone tel

Re: install-sh - permission denied

2009-10-20 Thread Paul Schmehl
--On Tuesday, October 20, 2009 12:31:43 -0500 Matthew Seaman wrote: Paul Schmehl wrote: I'm working on a new port, and I'm getting this error during make install: test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin" .././install-sh: Permission

Re: install-sh - permission denied

2009-10-20 Thread Matthew Seaman
Paul Schmehl wrote: I'm working on a new port, and I'm getting this error during make install: test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin" .././install-sh: Permission denied Can anyone tell me why I'm getting this? My system is 7.2 S

install-sh - permission denied

2009-10-20 Thread Paul Schmehl
I'm working on a new port, and I'm getting this error during make install: test -z "/usr/local/bin" || .././install-sh -c -d "/usr/local/bin" .././install-sh: Permission denied Can anyone tell me why I'm getting this? My system is 7.2 STABLE 7.2-STABLE FreeB