bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: signal handling different in 1.8.3 than 1.8.1?


From: Gregory Marton
Subject: Re: signal handling different in 1.8.3 than 1.8.1?
Date: Sun, 6 Jul 2008 20:30:33 -0400 (EDT)

Hi,

It turns out I can't find a repository revision where it works. All of the major tagged releases fail, including 1.8.1, which makes me suspicious, because my Debian-installed guile 1.8.1 continues to work (see below). Is there a place to look for Debian's possible modifications to guile? Might something else be going on?

I've attached a small test suite that should demonstrate the problem. Can anyone else reproduce it? Can anyone else see it pass on 1.8.1 or any other version?

Thanks,
Grem

$ /usr/bin/guile ../test-timeout.scm
1.8.1
good!
$ libguile/guile ../test-timeout.scm
1.8.1
fell asleepExpected: specified handler
Observed: #<unspecified>
should time out with specified handler
$ git log | head -1  # tag release_1-8-1
commit 2e726f11258f3d77557310fd50c02774fdcf014f


Hi,

Gregory Marton <address@hidden> writes:

Now with automake 1.10, autoreconf -i --force complains,

  configure.in:717: required file `./config.rpath' not found

How may I provide that?

This should be installed by "autoreconf -fi" or "./autogen.sh", or
perhaps by "gettextize -f".

Hope this helps,
Ludovic.





--
------ __@   Gregory A. Marton                http://csail.mit.edu/~gremio/
--- _`\<,_                                                                .
-- (*)/ (*)                 When two hearts race, both win.
~~~~~~~~~~~~~~~~-~~~~~~~~_~~~_~~~~~v~~~~^^^^~~~~~--~~~~~~~~~~~~~~~++~~~~~~~

Attachment: test-timeout.scm
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]