* GDB built with Guile won't start when boot-9 is unavailable.
@ 2014-08-10 14:27 Eli Zaretskii
2014-08-10 17:56 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2014-08-10 14:27 UTC (permalink / raw)
To: gdb-patches
Someone tried to run GDB 7.8 that I built with Guile support without
installing Guile first. (libguile was statically linked into GDB, so
no shared library was needed.) They reported that GDB bailed out with
the following error message:
Throw without catch before boot:
Throw to key misc-error with args ("primitive-load-path" "Unable to find
file ~S in load path" ("ice-9/boot-9") #f)Aborting.
AFAIR, a snapshot I built about 2 months ago didn't bail out, it just
printed a warning that Guile support will be partial.
Is it possible to avoid the fatal error in this case?
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: GDB built with Guile won't start when boot-9 is unavailable.
2014-08-10 14:27 GDB built with Guile won't start when boot-9 is unavailable Eli Zaretskii
@ 2014-08-10 17:56 ` Eli Zaretskii
2014-08-10 19:12 ` Doug Evans
0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2014-08-10 17:56 UTC (permalink / raw)
To: gdb-patches
> Date: Sun, 10 Aug 2014 17:27:27 +0300
> From: Eli Zaretskii <eliz@gnu.org>
>
> Someone tried to run GDB 7.8 that I built with Guile support without
> installing Guile first. (libguile was statically linked into GDB, so
> no shared library was needed.) They reported that GDB bailed out with
> the following error message:
>
> Throw without catch before boot:
> Throw to key misc-error with args ("primitive-load-path" "Unable to find
> file ~S in load path" ("ice-9/boot-9") #f)Aborting.
>
> AFAIR, a snapshot I built about 2 months ago didn't bail out, it just
> printed a warning that Guile support will be partial.
>
> Is it possible to avoid the fatal error in this case?
Sorry, ignore this: it's because Guile was installed in a directory
other than the one it was configured for, and GUILE_LOAD_PATH was not
set.
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: GDB built with Guile won't start when boot-9 is unavailable.
2014-08-10 17:56 ` Eli Zaretskii
@ 2014-08-10 19:12 ` Doug Evans
2014-08-10 19:18 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: Doug Evans @ 2014-08-10 19:12 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: gdb-patches
Eli Zaretskii <eliz@gnu.org> writes:
>> Date: Sun, 10 Aug 2014 17:27:27 +0300
>> From: Eli Zaretskii <eliz@gnu.org>
>>
>> Someone tried to run GDB 7.8 that I built with Guile support without
>> installing Guile first. (libguile was statically linked into GDB, so
>> no shared library was needed.) They reported that GDB bailed out with
>> the following error message:
>>
>> Throw without catch before boot:
>> Throw to key misc-error with args ("primitive-load-path" "Unable to find
>> file ~S in load path" ("ice-9/boot-9") #f)Aborting.
>>
>> AFAIR, a snapshot I built about 2 months ago didn't bail out, it just
>> printed a warning that Guile support will be partial.
>>
>> Is it possible to avoid the fatal error in this case?
>
> Sorry, ignore this: it's because Guile was installed in a directory
> other than the one it was configured for, and GUILE_LOAD_PATH was not
> set.
Ah.
There's still a problem here, as evidenced by requests to have gdb
more tolerant, e.g., of missing Python.
Same reasoning applies to Guile.
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: GDB built with Guile won't start when boot-9 is unavailable.
2014-08-10 19:12 ` Doug Evans
@ 2014-08-10 19:18 ` Eli Zaretskii
0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2014-08-10 19:18 UTC (permalink / raw)
To: Doug Evans; +Cc: gdb-patches
> From: Doug Evans <xdje42@gmail.com>
> Cc: gdb-patches@sourceware.org
> Date: Sun, 10 Aug 2014 12:11:28 -0700
>
> There's still a problem here, as evidenced by requests to have gdb
> more tolerant, e.g., of missing Python.
> Same reasoning applies to Guile.
Indeed.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-08-10 19:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-10 14:27 GDB built with Guile won't start when boot-9 is unavailable Eli Zaretskii
2014-08-10 17:56 ` Eli Zaretskii
2014-08-10 19:12 ` Doug Evans
2014-08-10 19:18 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox