Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-06 Thread B00083603 Michael O Brien
ke.org Subject: Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8 On 06/06/2016 16:30, B00083603 Michael O Brien wrote: > Is there a way to set things up so that I can streamline the install across all the vm's and ensure permissions are set correctly on each v

Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-06 Thread Roger Leigh
On 06/06/2016 16:30, B00083603 Michael O Brien wrote: > Is there a way to set things up so that I can streamline the install across all the vm's and ensure permissions are set correctly on each vm? drwx-- 25 myaccount Domain Users 3072 Jun 5 14:47 /home/myaccount/ A simple "chmod 0755

Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-06 Thread B00083603 Michael O Brien
[CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8 On 2016-06-06 16:39, B00083603 Michael O Brien wrote: > Hi Roger, > > When I run sudo -s I get bash: /home/myaccount/ : Permission denied > but I get a root prompt on the terminal. I get a permission denied

Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-06 Thread B00083603 Michael O Brien
[CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8 On 2016-06-06 16:39, B00083603 Michael O Brien wrote: > Hi Roger, > > When I run sudo -s I get bash: /home/myaccount/ : Permission denied > but I get a root prompt on the terminal. I get a permission denied

Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-06 Thread B00083603 Michael O Brien
48 To: cmake@cmake.org Subject: Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8 On 05/06/2016 17:01, B00083603 Michael O Brien wrote: > sudo make install > > When I run sudo make install I get the error > /bin/sh: 1: cd: can't cd to > /home/michael.

Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-06 Thread rleigh
On 2016-06-06 16:39, B00083603 Michael O Brien wrote: Hi Roger, When I run sudo -s I get bash: /home/myaccount/ : Permission denied but I get a root prompt on the terminal. I get a permission denied when I try to cd into anything deeper than /home/myaccount/ Yes the /home/ is an NFS mount as

Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-05 Thread Roger Leigh
On 05/06/2016 17:01, B00083603 Michael O Brien wrote: sudo make install When I run sudo make install I get the error /bin/sh: 1: cd: can't cd to /home/michael.obrien/setups/OpenCV/opencv-2.4.13/build make[2]: *** [3rdparty/libtiff/CMakeFiles/libtiff.dir/depend] Error 2 make[1]: ***

[CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-05 Thread B00083603 Michael O Brien
I'm trying to install OpenCV2 and the process requires the use of cmake which I'm not familiar with so I was hoping I could ask the cmake mailing list for some advice. I have a virtual machine where I have sudo permissions and I download the OpenCV2 zip file from, create a directory for the