Hi,

"Marijn Schouten (hkBst)" <[EMAIL PROTECTED]> writes:

> Complete output can be found at:
>
> <http://dev.gentoo.org/~hkbst/guilenostrace2108.output>
> <http://dev.gentoo.org/~hkbst/guilestrace2108.output>

What's that:

  open("/usr/lib/libsandbox.so", O_RDONLY) = 3

Doesn't it somehow virtualize the file system?  Might it have undesired
side effects?

Otherwise, I can't explain `ls' output can show `configure.in' and a few
lines later `stat ()' returns ENOENT.

You could as well as try something like this in `autogen.sh':

  strace -e stat,stat64,lstat,lstat64 -f stat --terse configure.in

  stat --terse configure.in || echo "STAT FAILED"

> I am using a gnulib build from the live repository. The one on the logs is
> only a few days old, but todays version doesn't fix the problem. The version
> it reports:
>
> /usr/share/gnulib/gnulib-tool (GNU gnulib) 2007-07-23
>
> is a lie.

At this point, I don't think it really matters.  :-)

Thanks,
Ludovic.


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to