[comp.soft-sys.andrew] bug fixes

tmac@MACVAX.ENGIN.UMICH.EDU (10/10/89)

Where can I get a complete set of the patches/bug fixes
for the andrew stuff since the MIT R3 release?

	Thanx,
	_Tom

---------------------------------------------------------------------------
Tom McLeary                             ARPANet: tmac@caen.engin.umich.edu
UNIX Systems Administrator              UUCPNet: ...!uunet!umich!tmac
Computer Aided Engineering Network      BellNet: (313) 936-8039
Univerity of Michigan                   FAXNet:  (313) 936-3107
229 Chrysler Center
Ann Arbor, MI  48109
---------------------------------------------------------------------------

ghoti+@ANDREW.CMU.EDU (Adam Stoller) (10/11/89)

> Excerpts from internet.info-andrew: 9-Oct-89 bug fixes
> tmac@macvax.engin.umich. (585)

> Where can I get a complete set of the patches/bug fixes
> for the andrew stuff since the MIT R3 release?

> 	Thanx,
> 	_Tom


I'm sorry to say this, but - there were never any "official" patches for
the R3 distribution of Andrew -- we didn't have things organized well
enough when we did the R3 release. (I believe some people did collect
fixes/changes that they had made to the R3 distribution - but these were
people outside of the ITC and I don't think we have any record of them)

We have since worked much harder on organizing things like this, so that
when the R4 release is made (December? January? -- ask MIT) we will be
able to provide patches for it.

Sorry.

--fish

grogers@BULLWINKLE.CS.UIUC.EDU (Greg Rogers) (01/09/90)

I just picked up XR4 and I'm trying to compile andrew 3.  I looked on 
expo and emsworth.andrew.cmu.edu for patches but they were gone.
What happened to them? 

greg

ghoti+@ANDREW.CMU.EDU (Adam Stoller) (01/09/90)

Excerpts from internet.info-andrew: 8-Jan-90 bug fixes Greg
Rogers@bullwinkle.c (166)

> I just picked up XR4 and I'm trying to compile andrew 3.  I looked on
> expo and emsworth.andrew.cmu.edu for patches but they were gone.  What
> happened to them?

> greg


The first patch for XR4 Andrew has *not yet* been released - it should
be coming your way shortly though - a post will be made whenever a [new]
patch becomes available.

--fish

wjh+@ANDREW.CMU.EDU (Fred Hansen) (01/10/90)

Excerpts from internet.info-andrew: 8-Jan-90 bug fixes Greg
Rogers@bullwinkle.c (166)

> I just picked up XR4 and I'm trying to compile andrew 3.  I looked on
> expo and emsworth.andrew.cmu.edu for patches but they were gone.  What
> happened to them? 

> greg

The new Andrew has no bugs, so there is no need for patches !-) :-)


(sigh)  Actually there bugs.  Indeed two problems are severe enough to
prevent compilation on some machine types.  These fixes will be included
in an imminent patch:

>> overhead/class/pp/class.c.  I changed the declaration of
'errorhandler' to void to eliminate a compiler warning on the SPARC. 
Unfortunately some other compilers give a fatal error for this type. 
The type needs to be omitted.

>> config/allsys.h:  ANDREW_MALLOC_ENV is now defined for all systems. 
For a few systems it should be undefined because there are symbol
conflicts.  The patch will be to modify the system.h files in
config/ps_aix11/ and config/rt_aix221/ to have
	#undef ANDREW_MALLOC_ENV
	#undef DEBUG_MALLOC_ENV
If there are other systems for which this change is necessary, please
let me know.

FredHansen