unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Chris Vine <chris@cvine.freeserve.co.uk>
To: David Pirotte <david@altosw.be>
Cc: guile-user <guile-user@gnu.org>
Subject: Re: guile-a-sync2 for guile-2.1/2/2
Date: Mon, 24 Oct 2016 20:12:21 +0100	[thread overview]
Message-ID: <20161024201221.2511bc16@dell.homenet> (raw)
In-Reply-To: <20161024162347.34d691fa@capac>

On Mon, 24 Oct 2016 16:23:47 -0200
David Pirotte <david@altosw.be> wrote:
> Hi Chris,
> 
> > I have made a new repository for guile-a-sync for guile-2.1/2.2,
> > which I have called guile-a-sync2.  It includes support for
> > suspendable non-blocking ports.  guile-2.1.3 or later is required.
> > It seems to work OK.  
> 
> Here it compiles fine but make test fails:
[snip]

It looks like a bug in the build.  It will work if you have
guile-a-sync installed as well as guile-a-sync2 (which is why it didn't
show up in my tests) but not if you only have guile-a-sync2 installed.

Can you apply this patch and see if it now works?  If so I will push it
to the repository.

Chris

diff --git a/a-sync/monotonic-time.scm b/a-sync/monotonic-time.scm
index bf07e23..ff3bb6e 100644
--- a/a-sync/monotonic-time.scm
+++ b/a-sync/monotonic-time.scm
@@ -18,4 +18,4 @@
 
 ;; this loads and exports the get-time and have-monotonic-time?
 ;; procedures in monotonic_time.c
-(load-extension "libguile-a-sync-0" "init_a_sync_monotonic_time")
+(load-extension "libguile-a-sync2-0" "init_a_sync_monotonic_time")



  parent reply	other threads:[~2016-10-24 19:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-24 11:12 guile-a-sync2 for guile-2.1/2/2 Chris Vine
2016-10-24 18:23 ` David Pirotte
2016-10-24 19:00   ` Mike Gran
2016-10-25 19:16     ` David Pirotte
2016-10-24 19:12   ` Chris Vine [this message]
2016-10-25 19:06     ` David Pirotte
2016-10-25 20:55       ` Chris Vine

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=20161024201221.2511bc16@dell.homenet \
    --to=chris@cvine.freeserve.co.uk \
    --cc=david@altosw.be \
    --cc=guile-user@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).