From xemacs-m  Tue Mar 18 19:43:41 1997
Received: from susan.logware.de (root@susan.logware.de [192.109.80.15])
	by xemacs.org (8.8.5/8.8.5) with SMTP id TAA17970
	for <xemacs-beta@xemacs.org>; Tue, 18 Mar 1997 19:43:36 -0600 (CST)
Received: by susan.logware.de (Smail3.1.29.1)
	  id <m0w7APc-000024C>; Wed, 19 Mar 97 02:43 MET
Message-Id: <m0w7APc-000024C@susan.logware.de>
Date: Wed, 19 Mar 97 02:43 MET
From: Michael Diers <mdiers@logware.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: XEmacs beta list <xemacs-beta@xemacs.org>
Subject: [19.15-b100] Build report: ok on FreeBSD 2.1.5

Looks good so far. This time round, even `make all-elc' did a
splendid job with FreeBSD's /bin/sh and /bin/make.

There's only one odd thing I noticed. Computing puresize
requirements, the first guess is too low (as expected); the second
guess fits like a glove (as expected?), but there's an error
returned. Then, there's a third and _final_ try resulting in 7%
loss...

Here's the edited make output:

    [...]
    Dumping under names xemacs and emacs-19.15-xemacs-beta100

    ****	Pure Lisp storage exhausted!
            Purespace usage: 629044 of 625000
    ****
    [...]
    XEmacs: Pure size adjusted, will restart `make'
    [...]
    Dumping under names xemacs and emacs-19.15-xemacs-beta100
    Purespace usage: 629008 of 629044 (100%).
    [...]
    *** Error code 1 (ignored)
    cd src; make dump-elcs    CC='gcc' CFLAGS='-g -O2 -m486
    -fno-strength-reduce -pipe' MAKE='make'
    [...]
    Bootstrapping from temacs...
    Purespace usage: 41844 of 629044 (7% -- 573k wasted).
    [...]

-Michael


--
XEmacs 19.15-b100, patched from b95

FreeBSD 2.1.5 (4.4BSD), XFree 3.1.2 (X11R6), gcc 2.6.3, bmake

xpm 3.4h, compface-19900129, jpeg-6, libpng-0.87, zlib-0.95
(libs statically linked)

/usr/local/pub/src/xemacs-19.15-b100/configure
--verbose
--extra-verbose
--srcdir=/usr/local/pub/src/xemacs-19.15-b100
--prefix=/usr/contrib/pkg/xemacs-19.15-b100
--bindir=/usr/contrib/pkg/xemacs-19.15-b100/i386-unknown-freebsd2.1.5/bin
--site-includes=/usr/contrib/include
--site-libraries=/usr/contrib/lib/i386-unknown-freebsd2.1.5
--cflags=-g -O2 -m486 -fno-strength-reduce -pipe
--debug=no
--error-checking=none

Configured for `i386-unknown-freebsd2.1.5'.

  Where should the build process find the source code?    /usr/local/pub/src/xemacs-19.15-b100
  What installation prefix should install use?		  /usr/contrib/pkg/xemacs-19.15-b100
  What operating system and machine description files should XEmacs use?
        `s/freebsd.h' and `m/intel386.h'
  What compiler should XEmacs be built with?              gcc -g -O2 -m486 -fno-strength-reduce -pipe
  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?                /usr/X11R6/include
  Where do we find X Windows libraries?                   /usr/X11R6/lib
  Additional header files:                                /usr/contrib/include
  Additional libraries:                                   /usr/contrib/lib/i386-unknown-freebsd2.1.5
  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 support for Berkeley DB.
  Compiling in support for DBM.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Athena dialog boxes.

