Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po2.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Mon, 1 Jun 1992 03:34:20 -0400 (EDT) Received: from po5.andrew.cmu.edu via qmail ID ; Mon, 1 Jun 1992 03:32:37 -0400 (EDT) If-Type-Unsupported: send Received: from po3.andrew.cmu.edu via qmail ID ; Mon, 1 Jun 1992 03:29:30 -0400 (EDT) Received: from animal.cs.chalmers.se by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew; Mon, 1 Jun 92 03:29:24 EDT Received: from fender.cs.chalmers.se by animal.cs.chalmers.se id AA08177; Mon, 1 Jun 92 09:29:05 +0200 Received: by fender id AA21417; Mon, 1 Jun 92 09:28:58 +0200 Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.fender.cs.chalmers.se.pmax.ul4 via MS.5.6.fender.cs.chalmers.se.pmax_ul4; Mon, 1 Jun 1992 09:28:52 +0200 (MET DST) Message-Id: Date: Mon, 1 Jun 1992 09:28:52 +0200 (MET DST) From: Christer Bernerus Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: Info-Andrew , Bob_Dew@alw.nih.gov, Bill Cattey Subject: Re: Compiling ATK5.1 from source. Cc: info-afs@transarc.com My last posting didn't make it to info-afs, and apparently not to info-andrew either, so here's the posting again. This time presumably without the "Content-Type: text/plain; charset=US-ASCII" header which caused at least Transarc's mailer to do strange things. Repost follows: I just spent some time digging into the AFS sources. You probably haven't seen my osi_alloc/free problem if you haven't tried building ATK with AFS3.2beta. I have noticed that Transarc seems to have rewritten the rx library so that they now use the osi_alloc and osi_free routines. I think the mistake they (sorry Transarc for 3:rd person here) did was to integrate these routines into xdr.o rather than giving them a separate module (osi.o), because if it were that way, it would still be possible to rip out xdr.o from librx.a, compile ATK using the standard xdr.o (in libc.a), and then putting xdr.o back again. As things are now, this is impossible without compiling librx.a from source (if you're lucky enough to have it) after first splitting xdr.c into xdr.c and osi.c, and only including osi.o into the library used for ATK builds. A nicer solution, though, would be to leave out xdr.o (the "core" part, not osi_ routines) completely from librx.a, and create libxdr.a containing only xdr.o. That would make life easier for those who want to build anything with rx on a system that have the xdr routines in libc.a. However, Transarc isn't the only part to blame here. DEC also seems to have added new routines into xdr.o, and I also think those who wrote the linker could have provided an option to disregard multiple definitions, just picking the first one and issuing a warning. As things are now, the linker exits with an error code, and the status of what the linker produced is unknown. Comments anyone ? Chris. Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po2.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Mon, 1 Jun 1992 03:42:36 -0400 (EDT) Received: from po3.andrew.cmu.edu via qmail ID ; Mon, 1 Jun 1992 03:40:28 -0400 (EDT) Received: from animal.cs.chalmers.se by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew; Mon, 1 Jun 92 03:40:17 EDT Received: from fender.cs.chalmers.se by animal.cs.chalmers.se id AA08236; Mon, 1 Jun 92 09:40:12 +0200 Received: by fender id AA21539; Mon, 1 Jun 92 09:40:09 +0200 Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.fender.cs.chalmers.se.pmax.ul4 via MS.5.6.fender.cs.chalmers.se.pmax_ul4; Mon, 1 Jun 1992 09:40:06 +0200 (MET DST) Message-Id: Date: Mon, 1 Jun 1992 09:40:06 +0200 (MET DST) From: Christer Bernerus X-Andrew-Message-Size: 513+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: info-andrew-bugs@andrew.cmu.edu, info-andrew@andrew.cmu.edu Subject: Messages, Content-Type header. Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Mon, 1 Jun 1992 03:44:28 -0400 (EDT) Received: from po3.andrew.cmu.edu via qmail ID ; Mon, 1 Jun 1992 03:43:28 -0400 (EDT) Received: from animal.cs.chalmers.se by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew; Mon, 1 Jun 92 03:43:23 EDT Received: from fender.cs.chalmers.se by animal.cs.chalmers.se id AA08258; Mon, 1 Jun 92 09:43:05 +0200 Received: by fender id AA21572; Mon, 1 Jun 92 09:43:02 +0200 Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.fender.cs.chalmers.se.pmax.ul4 via MS.5.6.fender.cs.chalmers.se.pmax_ul4; Mon, 1 Jun 1992 09:42:58 +0200 (MET DST) Message-Id: <8e_RI2C14C_2BGlrc8@fender.cs.chalmers.se> Date: Mon, 1 Jun 1992 09:42:58 +0200 (MET DST) From: Christer Bernerus X-Andrew-Message-Size: 1911+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: Info-Andrew , Bob_Dew@alw.nih.gov, Bill Cattey Subject: Re: Compiling ATK5.1 from source. Cc: info-afs@transarc.com Return-path: X-Andrew-Authenticated-as: 1210;alw.nih.gov;Bob Dew Received: from kirin.dcrt.nih.gov via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl@andre w.cmu.edu) ID ; Mon, 1 Jun 1992 10:04:49 -0400 (EDT) Received: from spot.dcrt.nih.gov via qmail ID ; Mon, 1 Jun 1992 10:04:08 -0400 (EDT) If-Type-Unsupported: send Received: from spot.dcrt.nih.gov via qmail ID ; Mon, 1 Jun 1992 10:03:38 -0400 (EDT) Received: from dude.dcrt.nih.gov via qmail ID ; Mon, 1 Jun 1992 10:02:21 -0400 (EDT) Received: from dude.dcrt.nih.gov via qmail ID ; Mon, 1 Jun 1992 10:02:18 -0400 (EDT) Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.dude.dcrt.nih.gov.sun4c.411 via MS.5.6.dude.dcrt.nih.gov.sun4_41; Mon, 1 Jun 1992 10:02:18 -0400 (EDT) Message-ID: Date: Mon, 1 Jun 1992 10:02:18 -0400 (EDT) From: Bob_Dew@alw.nih.gov MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII To: Christer Bernerus Subject: Re: Compiling ATK5.1 from source. CC: Info-AFS@transarc.com, Info-Andrew In-Reply-To: References: > You probably haven't seen my osi_alloc/free problem if you haven't tried > building ATK with AFS3.2beta. > I have noticed that Transarc seems to have rewritten the rx library so > that they now use the osi_alloc and osi_free routines. osi_alloc and osi_free were a part of xdr.o for pre-AFS3.2beta releases, as well > I think the mistake they (sorry Transarc for 3:rd person here) did was > to integrate these routines into xdr.o rather than giving them a > separate module (osi.o), because if it were that way, it would still be > possible to rip out xdr.o from librx.a, compile ATK using the standard > xdr.o (in libc.a), and then putting xdr.o back again. > As things are now, this is impossible without compiling librx.a from > source (if you're lucky enough to have it) after first splitting xdr.c > into xdr.c and osi.c, and only including osi.o into the library used for > ATK builds. I don't believe anything in the Andrew code needs osi_alloc or osi_free, so what prevents one from removing xrd.o from librx.a before compiling ATK? We haven't tried this for AFS3.2beta, but Andrew 5.1 builds fine, using this workaround, under AFS3.1. What's different in AFS3.2beta that requires the osi routines for an Andrew build? Bob Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po2.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Mon, 1 Jun 1992 14:21:14 -0400 (EDT) Received: from po5.andrew.cmu.edu via qmail ID ; Mon, 1 Jun 1992 14:19:15 -0400 (EDT) If-Type-Unsupported: send Received: from po3.andrew.cmu.edu via qmail ID ; Mon, 1 Jun 1992 14:14:29 -0400 (EDT) Received: from thumper.bellcore.com by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew+; Mon, 1 Jun 92 14:13:51 EDT Received: from greenbush.bellcore.com by thumper.bellcore.com (4.1/4.7) id for info-andrew+@andrew.cmu.edu; Mon, 1 Jun 92 14:13:44 EDT Received: by greenbush.bellcore.com (4.1/4.7) id for info-andrew+@andrew.cmu.edu; Mon, 1 Jun 92 14:13:43 EDT Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.greenbush.galaxy.sun4.41 via MS.5.6.greenbush.galaxy.sun4_41; Mon, 1 Jun 1992 14:13:41 -0400 (EDT) Message-Id: Date: Mon, 1 Jun 1992 14:13:41 -0400 (EDT) From: Nathaniel Borenstein X-Andrew-Message-Size: 776+0 Mime-Version: 1.0 Content-Type: text/richtext; charset=US-ASCII Content-Transfer-Encoding: quoted-printable To: Christer Bernerus Subject: Re: Messages, Content-Type header. Cc: info-andrew+@andrew.cmu.edu In-Reply-To: References: Excerpts from internet.info-andrew: 1-Jun-92 Messages, Content-= Type header. Christer Bernerus@animal (513+0) When sending mail using "Send Unformatted", messages now includes the= headers: Mime-Version: 1.0 and Content-Type: text/plain; charset=3DUS-ASCII Apparently, some mailers (AMDS @transarc.com) can't handle these head= ers. Is this a correct behavior? The bug is in the version of AMDS running at Transarc, I believe. While it is= true that the latest Messages generates those headers, it is also true that s= everal other new MIME-compliant mailers also generate those headers, and corre= ctly so. The bug is squarely in the AMDS end, and I think it only affects si= tes that aren't running the latest AMDS, though since we don't run AMDS here I= can't swear to that.... Return-path: X-Andrew-Authenticated-as: 1210;alw.nih.gov;Bob Dew Received: from spot.dcrt.nih.gov via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl@andre w.cmu.edu) ID ; Mon, 1 Jun 1992 14:24:29 -0400 (EDT) Received: from kirin.dcrt.nih.gov via qmail ID ; Mon, 1 Jun 1992 14:23:37 -0400 (EDT) If-Type-Unsupported: send Received: from spot.dcrt.nih.gov via qmail ID ; Mon, 1 Jun 1992 14:22:16 -0400 (EDT) Received: from dude.dcrt.nih.gov via qmail ID ; Mon, 1 Jun 1992 14:21:25 -0400 (EDT) Received: from dude.dcrt.nih.gov via qmail ID ; Mon, 1 Jun 1992 14:21:16 -0400 (EDT) Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.dude.dcrt.nih.gov.sun4c.411 via MS.5.6.dude.dcrt.nih.gov.sun4_41; Mon, 1 Jun 1992 14:21:15 -0400 (EDT) Message-ID: Date: Mon, 1 Jun 1992 14:21:15 -0400 (EDT) From: Bob_Dew@alw.nih.gov MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII To: Info-Andrew Subject: 5.1 "makedo" problem on sgi We're trying to build Andrew 5.1 on an sgi running IRIX 4.2. A single object module, "amsn.do", fails to load properly. Running "make amsn.do" from andrew/atkams/messages/lib terminates with the error, "doload: No such symbol (end)". The make command does generate a "amsn.do" file, but when you try to index it with "doindex amsn.do", you get the error, "doindex: indexing amsn.do ...doload: No such symbol (end) ". Does anyone have a guess what's going on? All of the other ".do" objects build without a problem. (We didn't have this problem when building Andrew 5.0). Any help would be greatly appreciated! -Bob ---------------------------------- viris% make amsn.do /usr/andrew/bin/makedo -d /usr/andrew/lib -b /usr/andrew/bin -g -o amsn.do amsn.o stubs.o /usr/andrew/lib/libcui.a /usr/andrew/lib/libcuin.a / usr/andrew/lib/libmssrv.a /usr/andrew/lib/libeli.a /usr/andrew/lib/librxp.a /usr/andrew/lib/libmsshr.a /usr/andrew/lib/libmail.a /usr/andrew/lib/liberr ors.a /usr/andrew/lib/libutil.a /usr/andrew/lib/libafs.a -lsun -lmld doload: No such symbol (end) dotest: error loading amsn.do *** Error code 2 Stop. viris% Return-path: X-Andrew-Authenticated-as: 38;andrew.cmu.edu;Susan Straub Received: from muffin.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Mon, 1 Jun 1992 17:32:46 -0400 (EDT) If-Type-Unsupported: send Received: from muffin.andrew.cmu.edu via qmail ID ; Mon, 1 Jun 1992 17:31:14 -0400 (EDT) Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.muffin.andrew.cmu.edu.rs.aix31 via MS.5.6.muffin.andrew.cmu.edu.rs_aix31; Mon, 1 Jun 1992 17:31:14 -0400 (EDT) Message-ID: Date: Mon, 1 Jun 1992 17:31:14 -0400 (EDT) From: Susan Straub X-Andrew-Message-Size: 231+0 Content-Type: X-BE2; 12 To: Info-Andrew Subject: cdrom directory available Return-path: X-Andrew-Authenticated-as: 2971;andrew.cmu.edu;John Gardiner Myers Received: from hogtown.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Mon, 1 Jun 1992 19:06:34 -0400 (EDT) Received: from hogtown.andrew.cmu.edu via qmail ID ; Mon, 1 Jun 1992 19:05:03 -0400 (EDT) Received: from BatMail.robin.v2.13.CUILIB.3.45.SNAP.NOT.LINKED.hogtown.andrew.cmu.edu.su n4c.411 via MS.5.6.hogtown.andrew.cmu.edu.sun4c_411; Mon, 1 Jun 1992 19:05:01 -0400 (EDT) Message-ID: <0e_eoRK00WBwM0pqp0@andrew.cmu.edu> Date: Mon, 1 Jun 1992 19:05:01 -0400 (EDT) From: John Gardiner Myers To: Info-Andrew Subject: AMDS patch Beak: is Not The following is an unofficial patch to ams/delivery/trymail/trymail.c It had been submitted to the ITC Consortium, but apparently didn't make the ATK 5.1 release. This patch is only relevant to sites runing AMDS (the Andrew Mail Delivery System). It removes the requirement that an address have an "ID" field in the White Pages in order for AMDS to deliver mail to it. This patch is required in order for AMDS sites to be able to deliver mail to the CMU.EDU domain. diff -cr /afs/andrew/itc/src/projects/andrew/ams/delivery/trymail/trymail.c ams/delivery/trymail/trymail.c *** /afs/andrew/itc/src/projects/andrew/ams/delivery/trymail/trymail.c Thu Jan 23 14:45:25 1992 --- ams/delivery/trymail/trymail.c Fri Mar 6 15:25:33 1992 *************** *** 682,703 **** return WpErr; } - - static int NeedWPField(Key, FldIx, FResult, Addr) - wp_PrimeKey Key; wp_FieldIndex FldIx; char **FResult; - PARSED_ADDRESS *Addr; - { - wp_ErrorCode WpErr; - char *NewPtr; - - WpErr = GetWPField(Key, FldIx, &NewPtr); - if (WpErr != wperr_NoError) { - AddrResult(tmltf_CannotFindRequiredField, Addr, "Cannot find required field"); - return FALSE; - } - *FResult = NewPtr; - return TRUE; - } int MakeFORString(Fwd, EndName, Dom, outFwd) struct FwdLink *Fwd; --- 682,687 ---- *************** *** 3063,3070 **** return; } } ! if (! NeedWPField(KVal, idxID, &CanonID, Addr)) ! {free(KVal); free(laPrime); if (Hdr != NULL) free(Hdr); return;} NameSep = CheckAMSNameSep(DefaultDomain); if (NameSep == 0) { AddrResult(tmltf_ViceInaccessible, Addr, --- 3047,3064 ---- return; } } ! ! ErrCode = GetWPField(KVal, idxID, &CanonID); ! if (ErrCode == wperr_NoSuchField) { ! CanonID = 0; ! } ! else if (ErrCode != wperr_NoError) { ! AddrResult(tmltf_CannotFindRequiredField, Addr, "Cannot find required field"); ! free(KVal); free(laPrime); ! if (Hdr != NULL) free(Hdr); ! return; ! } ! NameSep = CheckAMSNameSep(DefaultDomain); if (NameSep == 0) { AddrResult(tmltf_ViceInaccessible, Addr, *************** *** 3072,3077 **** --- 3066,3072 ---- DefaultDomain, UnixError(errno)); free(KVal); free(laPrime); if (Hdr != NULL) free(Hdr); return; } + if (!CanonID && NameSep <= 0) NameSep = '_'; FwdInfo = fwdPrime = fwdSecond = NULL; if (Fwd != NULL) { SDum = Addr->LocalPart; *************** *** 3106,3112 **** free(QWName); free(WName); WName = QWName = NULL; ! } else if (ErrCode != wperr_NoError) { AddrResult(tmltf_WhitePagesRunFailure, Addr, wp_ErrorString(ErrCode)); free(QWName); free(WName); free(KVal); free(laPrime); --- 3101,3107 ---- free(QWName); free(WName); WName = QWName = NULL; ! } else if (ErrCode != wperr_NoError) { AddrResult(tmltf_WhitePagesRunFailure, Addr, wp_ErrorString(ErrCode)); free(QWName); free(WName); free(KVal); free(laPrime); *************** *** 3114,3120 **** } } if (NewLen == 0 && NameSep > 0 && WName != NULL) NewLen = strlen(QWName) + 1; ! else NewLen += strlen(CanonID) + 2; NewName = malloc(NewLen); if (NewName == NULL) { AddrResult(tmltf_MemoryExhausted, Addr, "No memory storage"); --- 3109,3116 ---- } } if (NewLen == 0 && NameSep > 0 && WName != NULL) NewLen = strlen(QWName) + 1; ! else if (CanonID) NewLen += strlen(CanonID) + 2; ! else NewLen = strlen(Addr->LocalPart); NewName = malloc(NewLen); if (NewName == NULL) { AddrResult(tmltf_MemoryExhausted, Addr, "No memory storage"); *************** *** 3123,3138 **** if (WName != NULL) free(WName); if (QWName != NULL) free(QWName); if (Hdr != NULL) free(Hdr); ! free(CanonID); free(laPrime); return; } ! if (laType == latype_LocalID && *laSecond != ' sprintf(NewName, "%s+%s", CanonID, laSecond); ! else if (FwdInfo != NULL) { sprintf(NewName, "%s+%s", CanonID, FwdInfo); } else if (QWName != NULL) { strcpy(NewName, QWName); ! } else { sprintf(NewName, "%s+", CanonID); } if (Addr->LocalPart != NULL) free(Addr->LocalPart); Addr->LocalPart = NewName; --- 3119,3137 ---- if (WName != NULL) free(WName); if (QWName != NULL) free(QWName); if (Hdr != NULL) free(Hdr); ! if (CanonID) free(CanonID); ! free(laPrime); return; } ! if (CanonID && laType == latype_LocalID && *laSecond != ' sprintf(NewName, "%s+%s", CanonID, laSecond); ! else if (CanonID && FwdInfo != NULL) { sprintf(NewName, "%s+%s", CanonID, FwdInfo); } else if (QWName != NULL) { strcpy(NewName, QWName); ! } else if (CanonID) { sprintf(NewName, "%s+", CanonID); + } else { + strcpy(NewName, Addr->LocalPart); } if (Addr->LocalPart != NULL) free(Addr->LocalPart); Addr->LocalPart = NewName; *************** *** 3139,3145 **** if (fwdPrime != NULL) free(fwdPrime); if (QWName != NULL) free(QWName); free(laPrime); ! free(CanonID); CanonID = NULL; /* LocalPart overwritten with Unix username/ID */ #if Logs Log(232, "Got the new local part--about to check for duplication"); --- 3138,3144 ---- if (fwdPrime != NULL) free(fwdPrime); if (QWName != NULL) free(QWName); free(laPrime); ! if (CanonID) free(CanonID); CanonID = NULL; /* LocalPart overwritten with Unix username/ID */ #if Logs Log(232, "Got the new local part--about to check for duplication"); Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po5.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Tue, 2 Jun 1992 03:46:25 -0400 (EDT) Received: from po3.andrew.cmu.edu via qmail ID ; Tue, 2 Jun 1992 03:44:18 -0400 (EDT) Received: from animal.cs.chalmers.se by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew; Tue, 2 Jun 92 03:44:04 EDT Received: from fender.cs.chalmers.se by animal.cs.chalmers.se id AA17177; Tue, 2 Jun 92 09:43:33 +0200 Received: by fender id AA05906; Tue, 2 Jun 92 09:43:28 +0200 Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.fender.cs.chalmers.se.pmax.ul4 via MS.5.6.fender.cs.chalmers.se.pmax_ul4; Tue, 2 Jun 1992 09:43:22 +0200 (MET DST) Message-Id: <4e_mOOm14C_28J02lx@fender.cs.chalmers.se> Date: Tue, 2 Jun 1992 09:43:22 +0200 (MET DST) From: Christer Bernerus X-Andrew-Message-Size: 843+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: Bob_Dew@alw.nih.gov Subject: Re: Compiling ATK5.1 from source. Cc: Info-AFS@transarc.com, Info-Andrew In-Reply-To: References: Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po5.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Tue, 2 Jun 1992 05:30:22 -0400 (EDT) Received: from po3.andrew.cmu.edu via qmail ID ; Tue, 2 Jun 1992 05:28:23 -0400 (EDT) Received: from wn1.sci.kun.nl by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew+; Tue, 2 Jun 92 05:28:07 EDT Received: by wn1.sci.kun.nl (5.57/2.1) on NUNET id AA18088; Tue, 2 Jun 92 11:29:35 +0200 Received: from zeus by cs.kun.nl (4.1/SMI-3.2) id AA13638; Tue, 2 Jun 92 11:29:31 +0200 Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.zeus.cs.kun.nl.sun4.41 via MS.5.6.zeus.cs.kun.nl.sun4_41; Tue, 2 Jun 1992 11:29:26 +0200 (MET DST) Message-Id: Date: Tue, 2 Jun 1992 11:29:26 +0200 (MET DST) From: Harco de Hilster X-Andrew-Message-Size: 2648+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: Info-Andrew , Bob_Dew@alw.nih.gov Subject: Re: 5.1 "makedo" problem on sgi In-Reply-To: References: Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po2.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Wed, 3 Jun 1992 15:23:17 -0400 (EDT) Received: from po3.andrew.cmu.edu via qmail ID ; Wed, 3 Jun 1992 15:22:05 -0400 (EDT) If-Type-Unsupported: send Received: from po5.andrew.cmu.edu via qmail ID ; Wed, 3 Jun 1992 15:16:57 -0400 (EDT) Received: from research.att.com by po5.andrew.cmu.edu (5.54/3.15) id for info-andrew; Wed, 3 Jun 92 15:16:42 EDT Received: by inet; Wed Jun 3 15:16 EDT 1992 Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.gargoyle.sun4.41 via MS.5.6.gargoyle.sun4_41; Wed, 3 Jun 1992 13:52:02 -0400 (EDT) Message-Id: Date: Wed, 3 Jun 1992 13:52:02 -0400 (EDT) From: Bill Schell Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: info-andrew@andrew.cmu.edu Subject: cdrom release of andrew I just copied the sparc binary version of latest andrew from the cdrom directory on emsworth.andrew.cmu.edu. What a joy not to have to configure and compile the whole thing! It came up right away. This is our first upgrade to release 5 here. One question, though: How do I fix it so that all text (in any font) doesn't have the wide interline spacing? Anything edited with ez or read with messages looks like it's been done in the equivalent of double space mode on a typewriter (not with a typewriter font, of course). This was not the case under our previous version of andrew. I don't mind it too much, but the andrew users here don't seem happy with it. Thanks, Bill Schell AT&T Bell Labs, Murray Hill, NJ bill@allegra.att.com Return-path: X-Andrew-Authenticated-as: 1447;andrew.cmu.edu;Gary Keim Received: from rascal.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Wed, 3 Jun 1992 16:20:29 -0400 (EDT) Received: from rascal.andrew.cmu.edu via qmail ID ; Wed, 3 Jun 1992 16:18:27 -0400 (EDT) Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.rascal.andrew.cmu.edu.rs.aix31 via MS.5.6.rascal.andrew.cmu.edu.rs_aix31; Wed, 3 Jun 1992 16:18:26 -0400 (EDT) Message-ID: Date: Wed, 3 Jun 1992 16:18:26 -0400 (EDT) From: Gary Keim X-Andrew-Message-Size: 4373+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: Bill Schell Subject: Re: cdrom release of andrew CC: Info-Andrew In-Reply-To: References: Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po5.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Thu, 4 Jun 1992 03:48:20 -0400 (EDT) Received: from po3.andrew.cmu.edu via qmail ID ; Thu, 4 Jun 1992 03:47:02 -0400 (EDT) Received: from wn1.sci.kun.nl by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew; Thu, 4 Jun 92 03:46:53 EDT Received: by wn1.sci.kun.nl (5.57/2.1) on NUNET id AA14420; Thu, 4 Jun 92 09:48:16 +0200 Received: from zeus by cs.kun.nl (4.1/SMI-3.2) id AA01113; Thu, 4 Jun 92 09:48:13 +0200 Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.zeus.cs.kun.nl.sun4.41 via MS.5.6.zeus.cs.kun.nl.sun4_41; Thu, 4 Jun 1992 09:48:11 +0200 (MET DST) Message-Id: <8e=QevK3fW419GSURo@cs.kun.nl> Date: Thu, 4 Jun 1992 09:48:11 +0200 (MET DST) From: Harco de Hilster X-Andrew-Message-Size: 2055+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: "Info-Andrew" Subject: Bulletin board structure Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Thu, 4 Jun 1992 05:14:52 -0400 (EDT) Received: from po5.andrew.cmu.edu via qmail ID ; Thu, 4 Jun 1992 05:12:34 -0400 (EDT) Received: from ulrik.dc.dk by po5.andrew.cmu.edu (5.54/3.15) id for info-andrew; Thu, 4 Jun 92 05:12:25 EDT Received: by ulrik.dc.dk (5.57/Datacentralen) id AA19400; Thu, 4 Jun 92 11:12:20 +0200 From: i3423@ulrik.dc.dk (Bobby Billingsley) Message-Id: <9206040912.AA19400@ulrik.dc.dk> Subject: cdrom & DECstn To: info-andrew@andrew.cmu.edu Date: Thu, 4 Jun 92 11:12:19 WET DST Reply-To: bobby@dc.dk X-Return-Receipt-To: bobby@dc.dk Errors-To: bobby@dc.dk Send-To: bobby@dc.dk X-Organization: A/S Datacentralen, Denmark X-Organizer: Psion Organiser II, LZ64 X-Operating-System: ULTRIX 4.2 0 X-Ride-1: '86 Yamaha XJ 600, 34 Mm (-15.4 Mm) X-Mailer: ELM [version 2.3 PL11] Hello..... I've just ftp'd & installed the binary for DEC. Great, no hassle, just bung it on, and off you go!......but I dialog boxes, buttons etc. don't show! What's wrong? what do I do about it? HELP! -- ============================================================================= == = Remember to love while you dare to /