Rt-3.8.0rc3 single user setup hanging

When running the following command followed by a make testdeps and
fixdeps:

./configure --with-my-user-group --enable-layout=inplace
–with-db-type=SQLite --with-devel-mode

The ‘make install’ then hangs on the following find command. Can anyone
confirm this?

/usr/bin/install -c -m 0755 -d ./local/plugins

/usr/bin/install -c -m 0755 -d ./local/po

[ -d ./lib ] || /usr/bin/install -c -m 0755 -d ./lib

cd lib && find . -type d -name .svn -prune -o -type d -exec
/usr/bin/install -c -m 0755 -d ./lib/{} ;

Regards,

Ton Hoogstraten

With an in-place layout, you should no longer need to make install

-jesseOn Thu, Jul 10, 2008 at 03:19:31PM +0200, Hoogstraten, Ton wrote:

When running the following command followed by a make testdeps and
fixdeps:

./configure --with-my-user-group --enable-layout=inplace
–with-db-type=SQLite --with-devel-mode

The ‘make install’ then hangs on the following find command. Can anyone
confirm this?

/usr/bin/install -c -m 0755 -d ./local/plugins

/usr/bin/install -c -m 0755 -d ./local/po

[ -d ./lib ] || /usr/bin/install -c -m 0755 -d ./lib

cd lib && find . -type d -name .svn -prune -o -type d -exec
/usr/bin/install -c -m 0755 -d ./lib/{} ;

Regards,

Ton Hoogstraten


List info: The rt-devel Archives