unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Guile 1.5.7 beta available for testing.
@ 2002-08-20 18:20 Rob Browning
  0 siblings, 0 replies; 14+ messages in thread
From: Rob Browning @ 2002-08-20 18:20 UTC (permalink / raw)



We are pleased to annouce the availability of Guile 1.5.7 for testing.
Please report problems to guile-devel@gnu.org or bug-guile@gnu.org.

Note that the 1.5.X series is a BETA series, intended only for
testing, so please don't put it into a distribution or anything
similar.  If after two weeks, no agreed upon release-critical bugs
have been found, then the first 1.6 stable version, 1.6.1, will be
released.

You can find the file here:

  ftp://ftp.dt.e-technik.uni-dortmund.de/pub/guile/

If you're interested in testing, please try as much of the following
as is convenient:

        - Unset GUILE_LOAD_PATH.

        - Remove automake and autoconf from your path, or turn off
          their execute bits, or something.  (Users must be able to
          build from the tarfile without installing those tools.)  As
          an example, you could disable the tools during the test like
          so:

            mkdir /tmp/stub
            cat > /tmp/stub/do-nothing <<EOF
            #!/bin/sh
            echo warning: $0 called
            sleep 10
            exit 0
            EOF
            chmod +x /tmp/stub/do-nothing
            ln /tmp/stub/do-nothing /tmp/stub/automake
            ln /tmp/stub/do-nothing /tmp/stub/autoconf	# etc
            PATH=/tmp/stub:$PATH

        - Configure, "make", "make check", and "make install".  Make
          sure to remove your previous install tree before the "make
          install".

        - Make sure LD_LIBRARY_PATH doesn't include anything
          unnecessary -- though at the moment it (or
          LTDL_LIBRARY_PATH) will need to include guile's lib
          directory if that directory is not already in the normal
          places libltdl looks.

        - Run the test suite on the installed version.
            ./check-guile -i [INSTALL_PATH]/bin/guile

        - Look at the install tree (with "find | sort" or similar) and
          make sure nothing seems obviously amiss.

        - Check that the dependencies in guile-readline/Makefile look
          OK.  (We currently use a kludge which edits the dependencies
          generated by automake so that Guile can be built in a
          directory separate from the source tree also with non-GNU
          make programs.)

        - Make sure readline works.

        - You might try the example code in the doc directory.

Thanks

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2002-09-16  5:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87n0rh2xz8.fsf@raven.i.defaultvalue.org>
2002-08-20 18:38 ` Guile 1.5.7 beta available for testing Rob Browning
     [not found] ` <878z312x5p.fsf@raven.i.defaultvalue.org>
2002-08-20 19:16   ` Marius Vollmer
2002-08-20 19:54     ` Rob Browning
2002-08-22 11:56 ` Martin Grabmueller
2002-08-22 20:21 ` Neil Jerram
     [not found] ` <E17hqZu-0002Gy-00@mgrabmue.home.cs.tu-berlin.de>
2002-08-26 18:16   ` Dale P. Smith
2002-08-26 21:47   ` Marius Vollmer
2002-08-26 21:52   ` Marius Vollmer
2002-08-29  9:24     ` Martin Grabmueller
     [not found]     ` <E17kLX1-0000CA-00@mgrabmue.home.cs.tu-berlin.de>
2002-08-29 16:24       ` Rob Browning
     [not found]       ` <87ofblmy58.fsf@raven.i.defaultvalue.org>
2002-08-30  9:09         ` Martin Grabmueller
2002-09-16  0:04         ` opening wrong version libguilereadline Arno Peters
2002-09-16  5:08           ` Rob Browning
2002-08-20 18:20 Guile 1.5.7 beta available for testing Rob Browning

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).