guile-devel
[Top][All Lists]
Advanced

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

Re: scm_must_realloc problem with "make check" in current stable tree.


From: Rob Browning
Subject: Re: scm_must_realloc problem with "make check" in current stable tree.
Date: Fri, 07 Sep 2001 10:13:13 -0500
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7

Rob Browning <address@hidden> writes:

>   There is absolutely no warranty for GDB.  Type "show warranty" for details.
>   This GDB was configured as 
> "i686-pc-linux-gnu"..."/home/rlb/dev/guile/core-1.5/libguile/.libs/lt-guile": 
> No such file or directory.

[...]

> Neither worked.  I'm just trying to get it so that I can run the
> command that's at the end of check-guile, but I'm not having much
> luck.  Is there a trick?

The trick is that somewhere along the line, one of the tools is
overquoting.  Those double quotes on the filename above are actually
part of the string passed to open(2).  If I just re-issue a

  file /home/rlb/dev/guile/core-1.5/libguile/.libs/lt-guile

without the quotes after gdb comes up and complains, gdb loads the
file just fine.

FWIW

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD



reply via email to

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