You are compiling GT on Lustre file system (/work) and there is a
problem with locking a file. Please use $HOME (NFS) or /tmp (ext2).
Lukasz
On 5/9/11 2:37 PM, Esma Yildirim wrote:
Hi Likasz,
I tried on both eric and oliver with "make gridftp udt". Here is the
last part of build with the error:
gpt-build ====> CHECKING BUILD DEPENDENCIES FOR udt
gpt-build ====> Changing to
/work/esma/gt5.0.3-all-source-installer/source-trees-thr/xio/external_libs/udt/udt4
gpt-build ====> BUILDING FLAVOR gcc64dbgpthr
/usr/bin/make
make[1]: Entering directory
`/work/esma/gt5.0.3-all-source-installer/source-trees-thr/xio/external_libs/udt/udt4'
cd . && /bin/sh
/work/esma/gt5.0.3-all-source-installer/source-trees-thr/xio/external_libs/udt/udt4/missing
--run aclocal-1.10
/work/esma/gt5.0.3-all-source-installer/source-trees-thr/xio/external_libs/udt/udt4/missing:
line 52: aclocal-1.10: command not found
WARNING: `aclocal-1.10' is missing on your system. You should only
need it if
you modified `acinclude.m4' or `configure.ac
<http://configure.ac>'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
cd . && /bin/sh
/work/esma/gt5.0.3-all-source-installer/source-trees-thr/xio/external_libs/udt/udt4/missing
--run automake-1.10 --gnu
/work/esma/gt5.0.3-all-source-installer/source-trees-thr/xio/external_libs/udt/udt4/missing:
line 52: automake-1.10: command not found
WARNING: `automake-1.10' is missing on your system. You should only
need it if
you modified `Makefile.am', `acinclude.m4' or `configure.ac
<http://configure.ac>'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
cd . && /bin/sh
/work/esma/gt5.0.3-all-source-installer/source-trees-thr/xio/external_libs/udt/udt4/missing
--run autoconf
autom4te: cannot lock autom4te.cache/requests with mode 2 (perhaps you
are running make -j on a lame NFS client?): Function not implemented
make[1]: *** [configure] Error 1
make[1]: Leaving directory
`/work/esma/gt5.0.3-all-source-installer/source-trees-thr/xio/external_libs/udt/udt4'
ERROR: Build has failed
make: *** [udt-thr-compile] Error 2
On Mon, May 9, 2011 at 3:28 PM, Lukasz Lacinski
<[email protected] <mailto:[email protected]>> wrote:
Hi Esma,
I am not sure why it requires automake or you need automake for.
Automake is not needed to build GT nor UDT. Do you want to modify
configuration scripts?
I built two make targets "gridftp" and "udt" on Queen Bee without
any problems /home/lacinski/packages/globus-5.0.3.
What errors do you get when you are trying to build the udt?
--
Lukasz
On 5/9/11 11:44 AM, Esma Yildirim wrote:
Hi,
I am trying to install gridftp with the udt option but it
requires automake 1.10. But most of the teragrid resources has
automake 1.9 version . Is it necessary to install udt with a
new version of automake. Is there any work around to be able
to install it with automake 1.9 ?
Thanks