bug#72407: Guile 3.0.10 fails to run tests

2024-09-04 Thread Ludovic Courtès
Hi,

Tommi Höynälänmaa  skribis:

>> I tried to reproduce it but building from
>> 
>> fails much earlier for me:

[...]

>> Are you applying additional patches?
>
> Do you mean patches to guile?

No sorry, I meant patches to theme-d.

Ludo’.





bug#72407: Guile 3.0.10 fails to run tests

2024-09-04 Thread Tommi Höynälänmaa

Hi

Ludovic Courtès kirjoitti 4.9.2024 klo 15.01:

Are you applying additional patches?

Do you mean patches to guile?

No sorry, I meant patches to theme-d.

Ludo’.



See 
https://sources.debian.org/src/theme-d/5.1.2-1/debian/patches/001-packed-pdf-in-man-pages.patch. 
That is the only patch applied but it should not affect this bug.


 - Tommi

--
Kotisivu / Homepage: http://www.iki.fi/tohoyn/
Sähköposti / E-Mail: tommi.hoynalan...@iki.fi
GPG-sormenjälki / GPG fingerprint:
55F4 2477 7155 3528 5CB2 2B7A BB86 1FDE 4046 0F83
FT, Debian-ylläpitäjä / PhD, Debian Maintainer






bug#73031: [PATCH] Fix gbt command in gdbinit

2024-09-04 Thread brennan
From: Brennan Vincent 

In 2009 when this was written, SCM_UNDEFINED was 0x704. Now it's 0x904.
---
 gdbinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdbinit b/gdbinit
index fdc9c759b..b15f85a90 100644
--- a/gdbinit
+++ b/gdbinit
@@ -200,5 +200,5 @@ define inst
 end
 
 define gbt
-  call scm_display_backtrace (scm_make_stack(0x404,0x304), 
scm_current_error_port (), 0x704, 0x704, 0x704)
+  call scm_display_backtrace (scm_make_stack(0x404,0x304), 
scm_current_error_port (), 0x904, 0x904)
 end
-- 
2.45.2