swarm-support
[Top][All Lists]
Advanced

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

Re: Any one using Compaq(DEC) Tru64 UNIX?


From: W . Northcott
Subject: Re: Any one using Compaq(DEC) Tru64 UNIX?
Date: Wed, 24 Jan 2001 14:08:31 +1000



Marcus wrote
>WN> Basically the method fm1i returns '9.000000' which is deemed not
>WN> equal to '9.0' and therefore a failure.

>It's a floating exception, which is what it was originally.  Then I
>fixed it on Digital Unix 4.0f, and you said it was fixed in Tru64.
>Maybe you missed a patch when you started housecleaning?  Have you

Sorry I must have goofed.  The sendmsg.c patch seems to be there but so
are the errors in forwarding.
See the diff below  (2.1.1 - 2.1.1a)

>If by some freakish accident it just worked for you once, then build
>the 2001-01-23 snapshot, and run a make check.
>Then cd to tests/defobj/.libs and run:

Trying this now, but I need to merge our config patches for
Alphaev6-osf5.0 with your disto first.

Bill Northcott

************* diff 2.1.1 - 2.1.1a *********************************
Only in swarm-2.1.1a: conf
diff -r -c swarm-2.1.1/config.sub swarm-2.1.1a/config.sub
*** swarm-2.1.1/config.sub      Mon Mar 22 12:42:05 1999
--- swarm-2.1.1a/config.sub     Wed Jan 24 13:45:58 2001
***************
*** 152,158 ****
        tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \
                | arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \
                | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 | hppa2.0
\
!               | hppa2.0w \
                | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
                | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx |
pdp11 \
                | mips64 | mipsel | mips64el | mips64orion | mips64orionel
\
--- 152,158 ----
        tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \
                | arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \
                | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 | hppa2.0
\
!               | hppa2.0w | alphaev6 \
                | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
                | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx |
pdp11 \
                | mips64 | mipsel | mips64el | mips64orion | mips64orionel
\
***************
*** 177,183 ****
              | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
              | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \
              | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-*
\
!             | hppa2.0w-* \
              | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \
              | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \
              | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
--- 177,183 ----
              | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
              | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \
              | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-*
\
!             | hppa2.0w-* | alphaev6-* \
              | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \
              | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \
              | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
Only in swarm-2.1.1a: doit
diff -r -c swarm-2.1.1/etc/Makefile.common.in
swarm-2.1.1a/etc/Makefile.common.in
*** swarm-2.1.1/etc/Makefile.common.in  Sun Feb 13 04:55:39 2000
--- swarm-2.1.1a/etc/Makefile.common.in Wed Jan 24 13:45:58 2001
***************
*** 71,77 ****

  SYSLIBS = $(BLTLIB) $(TKLIB) $(TCLLIB) $(XPMLIB) $(PNGLIB) $(HDF5LIB)
$(ZLIBLIB) $(FFILIB) $(GUILIBS) -lm $(DLLIB)

! SWARMMODULES = space analysis simtoolsgui simtools random tkobjc tclobjc
\
        objectbase activity defobj collections misc


--- 71,77 ----

  SYSLIBS = $(BLTLIB) $(TKLIB) $(TCLLIB) $(XPMLIB) $(PNGLIB) $(HDF5LIB)
$(ZLIBLIB) $(FFILIB) $(GUILIBS) -lm $(DLLIB)

! SWARMMODULES = space analysis simtools simtoolsgui random tkobjc tclobjc
\
        objectbase activity defobj collections misc


diff -r -c swarm-2.1.1/etc/common.el swarm-2.1.1a/etc/common.el
*** swarm-2.1.1/etc/common.el   Sat Feb 12 12:06:36 2000
--- swarm-2.1.1a/etc/common.el  Wed Jan 24 13:45:58 2001
***************
*** 12,19 ****
                              random
                              (random . "generators.h")
                              (random . "distributions.h")
-                             simtools
                              simtoolsgui
                              space))

  (defun swarm-modules ()
--- 12,19 ----
                              random
                              (random . "generators.h")
                              (random . "distributions.h")
                              simtoolsgui
+                             simtools
                              space))

  (defun swarm-modules ()
diff -r -c swarm-2.1.1/libobjc/config.sub swarm-2.1.1a/libobjc/config.sub
*** swarm-2.1.1/libobjc/config.sub      Fri Jul  9 12:33:23 1999
--- swarm-2.1.1a/libobjc/config.sub     Wed Jan 24 13:45:58 2001
***************
*** 152,158 ****
        tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \
                | arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \
                | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 | hppa2.0
\
!               | hppa2.0w \
                | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
                | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx |
pdp11 \
                | mips64 | mipsel | mips64el | mips64orion | mips64orionel
\
--- 152,158 ----
        tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \
                | arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \
                | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 | hppa2.0
\
!               | hppa2.0w | alphaev6 \
                | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
                | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx |
pdp11 \
                | mips64 | mipsel | mips64el | mips64orion | mips64orionel
\
***************
*** 177,183 ****
              | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
              | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \
              | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-*
\
!             | hppa2.0w-* \
              | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \
              | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \
              | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
--- 177,183 ----
              | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
              | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \
              | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-*
\
!             | hppa2.0w-* | alphaev6-* \
              | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \
              | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \
              | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
diff -r -c swarm-2.1.1/libobjc/configure swarm-2.1.1a/libobjc/configure
*** swarm-2.1.1/libobjc/configure       Sun Mar 26 07:00:17 2000
--- swarm-2.1.1a/libobjc/configure      Wed Jan 24 13:45:58 2001
***************
*** 1725,1731 ****
  case "$host_cpu" in
    i486 | i586 | i686) host_cpu=i386 ;;
    hppa1.1 | hppa2.0) host_cpu=hppa ;;
!   alphaev56) host_cpu=alpha ;;
  esac

  case "$target_os" in
--- 1725,1731 ----
  case "$host_cpu" in
    i486 | i586 | i686) host_cpu=i386 ;;
    hppa1.1 | hppa2.0) host_cpu=hppa ;;
!   alphaev56 | alphaev6) host_cpu=alpha ;;
  esac

  case "$target_os" in
diff -r -c swarm-2.1.1/libobjc/sendmsg.c swarm-2.1.1a/libobjc/sendmsg.c
*** swarm-2.1.1/libobjc/sendmsg.c       Mon Jun 14 10:50:14 1999
--- swarm-2.1.1a/libobjc/sendmsg.c      Wed Jan 24 13:45:58 2001
***************
*** 523,531 ****
      const char *type = sel_get_type (op);

      if (*type == _C_FLT)
!       return ((float *) res)[30];
      else
!       return ((double *) res)[15];
    }
  #endif
  }
--- 523,531 ----
      const char *type = sel_get_type (op);

      if (*type == _C_FLT)
!       return ((float *) res)[38];
      else
!       return ((double *) res)[19];
    }
  #endif
  }
diff -r -c swarm-2.1.1/src/defobj/HDF5Object.m
swarm-2.1.1a/src/defobj/HDF5Object.m
*** swarm-2.1.1/src/defobj/HDF5Object.m Sat Feb 12 12:13:52 2000
--- swarm-2.1.1a/src/defobj/HDF5Object.m        Wed Jan 24 13:45:58 2001
***************
*** 92,97 ****
--- 92,103 ----
        else if (ivarType == fcall_type_boolean && type ==
fcall_type_uchar
                 && sizeof (BOOL) == sizeof (unsigned char))
          return YES;
+       else if (ivarType == fcall_type_slonglong && type ==
fcall_type_slong
+                && sizeof (long long) == sizeof (long))
+         return YES;
+       else if (ivarType == fcall_type_ulonglong && type ==
fcall_type_ulong
+                && sizeof (unsigned long long) == sizeof (unsigned long))
+         return YES;
        else
          return NO;
      }
***************
*** 749,755 ****
        hid_t mtid;
        fcall_type_t type;
        size_t hoffset;
!
        if ((mtid = H5Tget_member_type (tid, inum)) < 0)
          raiseEvent (LoadError,
                      "unable to get compound type member type #%u",
--- 755,761 ----
        hid_t mtid;
        fcall_type_t type;
        size_t hoffset;
!
        if ((mtid = H5Tget_member_type (tid, inum)) < 0)
          raiseEvent (LoadError,
                      "unable to get compound type member type #%u",


**************************** diff 2001-01-23a
************************************



                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]