From xemacs-m  Thu May 15 14:30:56 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 OAA09433
	for <xemacs-beta@xemacs.org>; Thu, 15 May 1997 14:30:56 -0500 (CDT)
Received: from sandman (sandman.cisco.com [171.70.19.29]) by hubbub.cisco.com (8.8.4-Cisco.1/CISCO.GATE.1.1) with ESMTP id MAA20826 for <xemacs-beta@xemacs.org>; Thu, 15 May 1997 12:30:25 -0700 (PDT)
Received: (from drich@localhost) by sandman (SMI-8.6/8.6.12) id MAA16784 for xemacs-beta@xemacs.org; Thu, 15 May 1997 12:30:25 -0700
Date: Thu, 15 May 1997 12:30:25 -0700
From: Dan Rich <drich@cisco.com>
Message-Id: <199705151930.MAA16784@sandman>
To: xemacs-beta@xemacs.org
Subject: HELP -- set-buffer-file-coding-system errors

I'm getting the following whenever I try and do anything in 20.2-final:
	Symbol's chain of funciton indirections contains a loop: set-buffer-file-coding-system

And I'm seeing it even if I run xemacs -q, and then try and load my
.emacs (or use any other toolbar button).

Setting debug-on-error to 't doesn't give me any more information, and 
at this point 20.2 is complete usless (but the prefinal is still
working fine).

Does anyone have any ideas?  I even tried building from a clean
distribution, but it didn't help.

Here's my config information again (solaris 2.5.1 w/X11R6.3):

./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' '--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.2
  What installation prefix should install use?		  /local
  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/include
  Where do we find X Windows libraries?                   /opt/local/X11R6/lib
  Additional header files:                                /opt/local/include:/usr/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 support for ncurses.
  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.

