From xemacs-m  Mon Mar 24 12:27:14 1997
Received: from hubbub.cisco.com (mailgate-sj-1.cisco.com [198.92.30.31])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA15494
	for <xemacs-beta@xemacs.org>; Mon, 24 Mar 1997 12:27:12 -0600 (CST)
Received: from sandman (sandman.cisco.com [171.68.209.51]) by hubbub.cisco.com (8.8.4-Cisco.1/CISCO.GATE.1.1) with ESMTP id KAA07403 for <xemacs-beta@xemacs.org>; Mon, 24 Mar 1997 10:26:43 -0800 (PST)
Received: (from drich@localhost) by sandman (SMI-8.6/8.6.12) id KAA08733; Mon, 24 Mar 1997 10:26:42 -0800
Date: Mon, 24 Mar 1997 10:26:42 -0800
Message-Id: <199703241826.KAA08733@sandman>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Dan Rich <drich@cisco.com>
To: xemacs-beta@xemacs.org
Subject: 20.1b9 success on Solaris 2.5.1 -- one major bug
X-Mailer: VM 6.22 under 20.1 XEmacs Lucid (beta9)
Reply-To: drich@cisco.com
X-Face: >>@YIrj6h(9FH@Qs_-ob2y~:HhB3<K:s^%ne_GjM`oNo3yFzbT'Kover1p6Qf|2_'8inv!W
 x^4ApmkH}yJ*clwm{;w(]]EV=YexeKB[\$G>j#fE)'04Kv^h\Yc+PG%t~'xXevX509R
X-Planation: X-Face can be viewed with "faces" or "xmail" (X11R5 contrib tape).

I have built 20.1b9 with no problems on Solaris 2.5.1 with X11R6.3,
but have run into one major problem (already mentioned on the list,
but I didn't see any solution suggestions).

Sendmail.el appears to be completely broken, and it looks like the
culprit is the following code in sendmail-send-it:

	    (if (not (re-search-forward "^From:" delimline t))
		(let* ((login (user-mail-address))
		       (fullname (user-full-name)))
			....
			 (insert " <" login ">\n"))

user-full-name is never set as far as I can tell, and therefore the
insert is blowing up.  However, the one thing I don't understand is
that it still crashes even if I set user-full-name manually!  The only 
workaround I have found is to manually insert a From: line into each
outgoing e-mail so that this code is not executed.

Anyway, here's the config info:

    ./configure  --site-libraries=/opt/local/lib:/usr/dt/lib
    --site-includes=/opt/local/include:/usr/dt/include --with-xpm
    --with-xface --with-sound=both --with-gif --with-jpeg --with-png
    --prefix=/local/beta --dynamic --with-mule --with-dialogs=motif 


Configured for `sparc-sun-solaris2.5.1'.

  Where should the build process find the source code?    /home/drich/Src/xemacs
-20.1-b9
  What installation prefix should install use?            /local/beta
  What operating system and machine description files should XEmacs use?
        `s/sol2-5.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              gcc  -g -O 
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? yes
  What window system should XEmacs use?                   x11
  Where do we find X Windows header files?                /opt/local/X11R6/inclu
de
  Where do we find X Windows libraries?                   /opt/local/X11R6/lib
  Additional header files:                                /opt/local/include:/us
r/dt/include
  Additional libraries:                                   /opt/local/lib:/usr/dt
/lib
  Compiling in support for XAUTH.
  Compiling in support for XPM.
  Compiling in support for X-Face headers.
  Compiling in support for GIF image conversion.
  Compiling in support for JPEG image conversion.
  Compiling in support for PNG image conversion.
  Compiling in both network and native sound support.
  Compiling in support for Berkeley DB.
  Compiling in support for GNU DBM.
  Compiling in Mule (multi-lingual) support.
  Compiling in support for CDE.
  Compiling in support for ToolTalk.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Motif dialog boxes.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.

-- 
Dan Rich <drich@cisco.com>  |	http://www.employees.org/~drich/
Web Team Project Lead       | "Danger, you haven't seen the last of me!" 
Cisco Systems, Inc.         |   "No, but the first of you turns my stomach!"
(408) 527-3195              |           -- The Firesign Theatre's Nick Danger

       Friends of Randal Schwartz: http://www.lightlink.com/fors/

