unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Neil Jerram <neil@ossau.uklinux.net>
To: Andy Wingo <wingo@pobox.com>
Cc: guile-devel@gnu.org
Subject: Re: [PATCH] Fix hanging of popen.test
Date: Tue, 29 Jun 2010 20:11:05 +0100	[thread overview]
Message-ID: <87d3v9irhy.fsf@ossau.uklinux.net> (raw)
In-Reply-To: <m37hlixjzv.fsf@unquote.localdomain> (Andy Wingo's message of "Tue, 29 Jun 2010 11:31:48 +0200")

Andy Wingo <wingo@pobox.com> writes:

> Hi Neil,

Hi, and thanks for the quick reply.

> This is not a known problem to me, and the build has not changed;
> however it seems you are working on an old revision. Some things changed
> in the past that required a clean build.

I'm sure the tree is up to date, and I've already done a complete
rebuild.

>> neil@arudy:~/SW/Guile/master$ GUILE_AUTO_COMPILE=0 ./meta/uninstalled-env guile -c '(+ 3 3)'
>> `scm_trampoline_1' is deprecated. Just use `scm_call_1' instead.
>
> This is fishy; nothing in current code calls scm_trampoline_1.

Aha...  Time for strace then, which includes:

open("/home/neil/SW/Guile/master/module/srfi/srfi-1.scm", O_RDONLY|O_LARGEFILE) = 10
open("/usr/local/lib/libguile-srfi-srfi-1-v-4.la", O_RDONLY) = 11
open("/usr/local/lib/libguile-srfi-srfi-1-v-4.so.4", O_RDONLY) = 11
open("/usr/local/lib/libguile.so.18", O_RDONLY) = 11

even though the real libguile was loaded well before then:

open("/home/neil/SW/Guile/master/libguile/.libs/libguile-2.0.so.18", O_RDONLY) = 3

So the problem appears to be srfi-1.scm picking up something old from
/usr/local/lib.  I'll dig deeper.

>> am/snarf:5: AM_V_SNARF_$(V: non-POSIX variable name
>
> Yes, they are harmless warnings. You don't get these warnings with
> automake 1.11. 

Thanks, I'll upgrade.

> FWIW I'm going to not be around very much until sometime next week, so
> apologies in advance for delayed replies :)

No problem, I think you've already provided enough clue for me to make
progress!

   Neil



  reply	other threads:[~2010-06-29 19:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-10 22:54 [PATCH] Fix hanging of popen.test Neil Jerram
2010-06-11 19:48 ` Neil Jerram
2010-06-14 21:27   ` Andy Wingo
2010-06-28 21:48     ` Neil Jerram
2010-06-29  9:31       ` Andy Wingo
2010-06-29 19:11         ` Neil Jerram [this message]
2010-06-30 22:50           ` Neil Jerram
2010-06-30 23:58             ` Neil Jerram
2010-07-01 10:48               ` Andy Wingo
2010-07-01 20:29                 ` Patrick McCarty
2010-07-03 22:17                 ` Ludovic Courtès
2010-07-04  9:07                   ` Andy Wingo
2010-07-04 20:33                 ` Neil Jerram
2010-07-06 21:35                   ` Ludovic Courtès
2010-07-17 11:57                   ` Andy Wingo
2010-07-17 18:08                     ` Patrick McCarty
2010-07-01 16:22             ` dsmich
2010-07-01 21:22               ` Neil Jerram

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=87d3v9irhy.fsf@ossau.uklinux.net \
    --to=neil@ossau.uklinux.net \
    --cc=guile-devel@gnu.org \
    --cc=wingo@pobox.com \
    /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).