From: Mike Gran <spk121@yahoo.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guile-devel@gnu.org
Subject: Building Guile 1.9.2 on i686-pc-linux-gnu
Date: Sat, 15 Aug 2009 15:20:29 -0700 [thread overview]
Message-ID: <1250374829.3160.70.camel@localhost.localdomain> (raw)
In-Reply-To: <87iqgpkyzv.fsf@gnu.org>
On Sat, 2009-08-15 at 15:06 +0200, Ludovic Courtès wrote:
> We are pleased to announce GNU Guile release 1.9.2.
Sweet.
Result from a machine. i686-pc-linux-gnu running Redhat 10 and gcc
4.3.2. As was to be expected, it all turned out OK.
Scheme compilation had two sets of warnings
----------------------------
GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guile-tools compile -o
"srfi/srfi-35.go" "srfi/srfi-35.scm"
wrote `srfi/srfi-35.go'
Some deprecated features have been used. Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information. Set it to "no" to suppress
this message.
----------------------------
and
----------------------------
GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guile-tools compile -o
"language/ecmascript/parse.go" "language/ecmascript/parse.scm"
%% Reduce/Reduce conflict (reduce 9, reduce 6) on lparen in state 395
...
----------------------------
Make check completes with "some deprecated features have been used"
after socket.test
Make install completes okay. Note the double-slashes in the "touch"
lines during installation. For example.
----------------------------
touch -r 'ice-9/emacs.scm'
'/usr/local/share/guile/1.9//ice-9/emacs.scm'
touch -r 'ice-9/expect.scm'
'/usr/local/share/guile/1.9//ice-9/expect.scm'
--------------------------
Also, Guile-1.9.2 causes no regressions in the test suite for my library
gucu-0.3, which is to be expected because gucu is simple. It was a bit
of a shock to see all the information about turning autocompilation off
repeated once for each of the ~50 scheme scripts that make up its test
suite, though.
-Mike
next prev parent reply other threads:[~2009-08-15 22:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-15 13:06 GNU Guile 1.9.2 released (alpha) Ludovic Courtès
2009-08-15 22:20 ` Mike Gran [this message]
2009-09-18 21:01 ` Building Guile 1.9.2 on i686-pc-linux-gnu Neil Jerram
2009-09-18 21:37 ` Neil Jerram
2009-08-17 18:29 ` GNU Guile 1.9.2 released (alpha) Linas Vepstas
2009-08-17 19:19 ` Mike Gran
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1250374829.3160.70.camel@localhost.localdomain \
--to=spk121@yahoo.com \
--cc=guile-devel@gnu.org \
--cc=ludo@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).