guile-devel
[Top][All Lists]
Advanced

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

Re: what am I doing wrong building 1.8?


From: Ludovic Courtès
Subject: Re: what am I doing wrong building 1.8?
Date: Wed, 22 Aug 2007 10:01:23 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi,

"Marijn Schouten (hkBst)" <address@hidden> 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.




reply via email to

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