
jesse at bestpractical
Jun 26, 2008, 3:48 PM
Post #2 of 2
(117 views)
Permalink
|
|
Re: Standalone local build rt-3.8.0rc2 fails under normal user
[In reply to]
|
|
I hit this the other night. The issue is with rt's destdir support. It needs to be fixed before 3.8.0 Sent from my phone. Please forgive my brevity. On Jun 26, 2008, at 5:57 PM, "Hoogstraten, Ton" <Ton.Hoogstraten[at]ingram.nl > wrote: > Hello, > > > > It might be me doing something wrong. But when I try to build a > standalone test environment for rt.3.8.0rc2 with the following > configure command it fails on the ‘make install’ after fixing the > dependencies. > > > > Cheers, > > > > Ton Hoogstraten > > > > Configure command used: > > > > ./configure --with-my-user-group --enable-layout=inplace --with-db- > type=SQLite --with-devel-mode > > > > ‘make install’ fails on the following error. It looks like it is > trying to apply permission on ‘/etc’ instead of the etc on the > local build directory. > > > > All dependencies have been found. > > /usr/bin/install -c -m 0755 -o ton -g ton -d /./etc > > /usr/bin/install: cannot change owner and permissions of `/./etc': > Operation not permitted > > make: *** [config-install] Error 1 > > > > > > _______________________________________________ > List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel _______________________________________________ List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
|