[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20000718: McIDAS-X installation at Western Michigan (cont.)



>From: "John D. Tucker" <address@hidden>
>Organization: Western Michigan
>Keywords: 200007181435.e6IEZAT22632 McIDAS-X -XCD LDM ldm-mcidas intall

John,

>s418 has some other problems.  (I was over there just a little while ago.)
>Problems may be across the 93 subnet.
>
>For purposes of installation, use 
>            grog.lab2.cc.wmich.edu
>which is the fileserver for s418 and other machines around campus.

OK.  Will I run into a disk quota problem like I did when I tried to install
on s418?

I just started the build of McIDAS-X on grog; it failed.  Here is the
error information from the McIDAS make log:

##########################################
Tue Jul 18 12:39:18 EDT 2000: BUILD BEGIN
##########################################

./mccomp -O -vendor -I. -I../netcdf/libsrc -c convdlmc.c
cc -c -O -I. -I../netcdf/libsrc -I/usr/dt/include -I/usr/openwin/include 
convdlmc.c
compile convdlmc.c:             done
./mccomp -O -vendor -I. -I../netcdf/libsrc -c convdlmf.f
f77 -c -O convdlmf.f
convdlmf.f:
        convdlm:
        nchars:
        len_trim:
compile convdlmf.f:             done
./mccomp -O -s -vendor -o convdlm convdlmc.o convdlmf.o
f77 -s -O -o convdlm convdlmc.o convdlmf.o -R/usr/dt/lib -L/usr/dt/lib 
-R/usr/openwin/lib -L/usr/openwin/lib -R/opt/SUNWspro/lib -L/opt/SUNWspro/lib 
-lgen -lsocket -lnsl -lm
ld.so.1: /usr/ccs/bin/ld: fatal: relocation error: file /usr/lib/libld.so.2: 
symbol elf32_checksum: referenced symbol not found
f77: Fatal error in ld: Killed

I wrote a two line test Fortran routine and tried to compile/link it on grog:

testit.f
      program testit
      end

f77 -o testit testit.f
testit.f:
 MAIN testit:
ld.so.1: /usr/ccs/bin/ld: fatal: relocation error: file /usr/lib/libld.so.2: 
symbol elf32_checksum: referenced symbol not found
f77: Fatal error in ld: Killed

The entry point 'elf32_checksum' should be in the elf libraries
libelf.a and libelf.so.1:

output from our Solaris SPARC 5.6 machine:

/usr/lib nm libelf.a | grep elf32_checksum
[54]    |         0|       0|NOTY |GLOB |0    |UNDEF  |elf32_checksum
[7]     |       120|     284|FUNC |GLOB |0    |2      |elf32_checksum

/usr/lib nm libelf.so.1 | grep elf32_checksum
[458]   |     87956|     292|FUNC |GLOB |0    |11     |elf32_checksum


output from grog:

/usr/lib> nm libelf.a | grep elf32_checksum
/usr/lib> nm libelf.so.1 | grep elf32_checksum

It appears that the development environment on grog is broken.  You
may want to update ld on your system to patch level 107733-08.

>s418
>has local, external disks that would be used to store the data.  The
>account (userid/password) will allow you to ftp/telnet to grog for
>purposes of the installation.

I have the password to build/install McIDAS, but not the LDM.

Elen,

Can you clarify whether or not you need the LDM installed ASAP?  Given
your first note this morning, it appears like you need McIDAS-X in
order to do analyses to fulfill a grant.  If this is the case, the LDM
could wait.  If you do want the LDM installed, configured, and
activated today, it can be done but it will take a little longer.

Tom