[daip] 31DEC03 link problem

Larry Maddox maddox at nhn.ou.edu
Tue Jan 14 11:59:42 EST 2003


hello,

i am installing the 31DEC03 disribution of AIPS on a Sun Ultra 5 system.
the installation got through INSTEP2 fine.

in the linking process, when going through APGNOT.LIS, the link began to
fail and the installation procedure stopped.  the first routine that it
failed on was UVCRS.  the unlinked files (from APGNOT) are listed below.

i followed the instructions for updating and i changed none of the compile
flags, as they were the same as the 31DEC02 installation.  i also have the
.LOG files for the INSTEP2 and INSTEP4 scripts, if needed.

the unlinked files are :

APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/UVCRS.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/UVDGP.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/UVFIL.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/UVFIT.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/UVFIX.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/UVFLG.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/UVGLU.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/UVIMG.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/UVLIN.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/UVLOD.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/UVMLN.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/UVNOU.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/UVPRT.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/UVSEN.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/UVSRT.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/UVWAX.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/VBCAL.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/VBGLU.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/VBMRG.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/VLBIN.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/VLOG.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/VPFLG.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/VTEST.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/WARP.FOR
APGNOT.LIS:/software/aips/31DEC03/APL/PGM/NOTST/WTMOD.FOR
APGNOT.LIS:/software/aips/31DEC03/APL/PGM/NOTST/XTRAN.FOR
APGNOT.LIS:/software/aips//31DEC03/APL/PGM/NOTST/UNIX/IMPFIT.FOR

a sample of the INSTEP4.LOG file follows.  again, i can send the entire
file if it is needed.

COMLNK    : Date       Mon Jan 13 21:03:20 CST 2003
PP        : Preprocess
/home2/telemachus/leighly/software/aips//31DEC03/APL/PGM/NOTST/UNIX/IMPFIT.FOR
PP        : into
/home2/telemachus/leighly/software/aips//31DEC03/SUL/PREP/IMPFIT.f
FC        : Date       Mon Jan 13 21:03:21 CST 2003
FC        : Interpret  FC  \
FC        :
/home2/telemachus/leighly/software/aips//31DEC03/SUL/PREP/IMPFIT.f
FC        : as         LIST=FALSE PURGE=FALSE
FC        : plus       /opt/SUNWspro/bin/f77 -c -fns -fsimple=1
-xarch=v8plusa -xlibmopt -dalign -ansi -u -ans
i -u -O3 \
FC        :
/home2/telemachus/leighly/software/aips//31DEC03/SUL/PREP/IMPFIT.f
ANSI extension: compiler flag invokes nonStandard feature
/home2/telemachus/leighly/software/aips//31DEC03/SUL/PREP/IMPFIT.f:
 MAIN impfit:
        gdna:
        gnxt:
        hdr:
        itrim:
        pnxt:
        rdtp:
        spcial:
        nblnk:
        zflopn:
f77: Fatal error in cg: Bus Error
FC        : Compile of
/home2/telemachus/leighly/software/aips//31DEC03/SUL/PREP/IMPFIT.f
FC        : ends with fatal error(s)!

    1:      PROGRAM IMPFIT

2:C-----------------------------------------------------------------------

3:C-----------------------------------------------------------------------
    4:C;  Copyright (C) 1995
    5:C;  Associated Universities, Inc. Washington DC, USA.
    6:C;
    7:C;  This program is free software; you can redistribute it and/or
    8:C;  modify it under the terms of the GNU General Public License as
    9:C;  published by the Free Software Foundation; either version 2 of
   10:C;  the License, or (at your option) any later version.
   11:C;
   12:C;  This program is distributed in the hope that it will be useful,
   13:C;  but WITHOUT ANY WARRANTY; without even the implied warranty of
   14:C;  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   15:C;  GNU General Public License for more details.
   16:C;
   17:C;  You should have received a copy of the GNU General Public
   18:C;  License along with this program; if not, write to the Free
   19:C;  Software Foundation, Inc., 675 Massachusetts Ave, Cambridge,
   20:C;  MA 02139, USA.

...
...
...

  290: 20         IF (IERR.NE.0) GO TO 30
  291:               CALL GDNA (DNA0, MB, ME, LN, IERR)
  292:               DNA(NB:NB+LN-1) = DNA0(MB:ME)
  293:               IF ((IERR.EQ.0) .OR. (IERR.EQ.1)) NB = NB + LN
  294:               IF (IERR.EQ.0) MB = ME + 1
  295:               CALL ITRIM (DNA, LDNA)
  296:               CALL ZCRDIR (LDNA, DNA, IERR2)
  297:               IF (IERR2.EQ.1) WRITE (6,*) DNA,' ALREADY EXISTS BUT
',
  298:     *            'IS NOT A DIRECTORY'
  299:               IF (IERR2.EQ.2) WRITE (6,*) 'FAILED TO CREATE ',DNA
  300:               GO TO 20
  301: 30         CONTINUE
  302:            END IF
  303:      ELSE IF (B(IR)(1:8).EQ.'END     ') THEN
  304:         CMD = 2
  305:         END IF
  306:      GO TO 990
  307:C                                       Open error
  308: 950  WRITE (6,'('' OPEN ERROR FOR'', A)') FNA
  309:C                                       Point end of card
  310: 990  IC = 80
  311:C
  312: 999  RETURN
  313:      END
  314:      SUBROUTINE ITRIM (STRING, ITRIMS)

315:C-----------------------------------------------------------------------
  316:C  Function to determine length of a string (i.e., it trims trailing
  317:C  blanks).

318:C-----------------------------------------------------------------------
  319:      CHARACTER STRING*(*)
  320:      INTEGER ITRIMS
  321:C

322:C-----------------------------------------------------------------------
  323:      ITRIMS = LEN (STRING)
  324: 10   CONTINUE
  325:         ITRIMS = ITRIMS - 1
  326:         IF (ITRCOMLNK    : Deleted
/home2/telemachus/leighly/software/aips//31DEC03/SUL/PREP/IMPFIT.
f
INSTEP4    : Failure in $APGNOT/...
INSTEP4    : compiling/linking.
INSTEP4    : Dies of unnatural causes at Mon Jan 13 21:03:24 CST 2003

any ideas on what is going on?  we still have a working 31DEC02
installation on the system.

thank you

larry maddox
lam





More information about the Daip mailing list