bug#77329: current-filename does not always work

2025-03-28 Thread Tommi Höynälänmaa
utput: Guile should print the filename in both steps 3 and 4. Actual output: Guile prints filename in step 3 but #f in step 4. - Tommi Höynälänmaa -- Kotisivu / Homepage: http://www.iki.fi/tohoyn/ Sähköposti / E-Mail: tommi.hoynalan...@iki.fi GPG-sormenjälki / GPG fingerprint: 55F4 2477 7155

bug#74012: Backtrace gives errors

2024-10-25 Thread Tommi Höynälänmaa
stalled-env bash". 7. cd to subdirectory theme-d-code/tests 8. Give commands   theme-d-compile -m ..: test469.thp   theme-d-link -m ..: test469.tcp If you want to use guile installed to your system omit steps 2 and 3 and use configure command ./configure. - Tommi Höynälänmaa

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 app

bug#72407: Guile 3.0.10 fails to run tests

2024-09-01 Thread Tommi Höynälänmaa
Hello, Ludovic Courtès kirjoitti 1.9.2024 klo 17.34: Hi, Tommi Höynälänmaa skribis: Running tests for package theme-d (http://deb.debian.org/debian/pool/main/t/theme-d/theme-d_5.1.2.orig.tar.xz) fails with guile 3.0.10 but works with 3.0.8. See also https://bugs.debian.org/cgi-bin

bug#72407: Guile 3.0.10 fails to run tests

2024-07-31 Thread Tommi Höynälänmaa
Running tests for package theme-d (http://deb.debian.org/debian/pool/main/t/theme-d/theme-d_5.1.2.orig.tar.xz) fails with guile 3.0.10 but works with 3.0.8. See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074756. Steps to reproduce the bug 1. Be sure you have the proper guile vers

bug#53023: A global variable gets an erroneous value

2022-01-05 Thread Tommi Höynälänmaa
t/theme-d/-/blob/master/theme-d/translator/theme-d-representation.scm.in for theme-d-representation.scm. Now the call argument to procedure tno-field-set! in line 2275 is tc-pair-fields, which is initialized to a list in line 1356. However, the backtrace shows that the value of this argument is

bug#48847: statprof does not print call counts

2021-06-05 Thread Tommi Höynälänmaa
of (lambda ()     (map 1+ (iota 100))     #f)       #:count-calls? #t) ---cut here--- 2. Run command "guile -s test.scm". Expected output: The program should print profiling output with the call counts. Actual output: The profiling output is printed but the call counts ar

bug#48332: More information

2021-05-10 Thread Tommi Höynälänmaa
I have also guile version 3.0.4 installed in my system. OpenPGP_0xBB861FDE40460F83.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

bug#48332: Command guile-3.0 does not work in the uninstalled environment

2021-05-10 Thread Tommi Höynälänmaa
unk-from-memory" "incompatible bytecode version" () #f)Keskeytetty (luotiin core-tiedosto) - Tommi Höynälänmaa OpenPGP_0xBB861FDE40460F83.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

bug#46527: guile.m4 does not work when both guile 2.2 and 3.0 are installed

2021-02-14 Thread Tommi Höynälänmaa
r: found development files for Guile 2.2, but /usr/bin/guile has effective version 3.0 --- - Tommi Höynälänmaa amhello-guilebug.tar.xz Description: application/xz OpenPGP_0xBB861FDE40460F83.asc Description: application/pgp-keys OpenPGP_signature Description: OpenPGP digital signature

bug#45131: guild fails to compile a Tree-IL file

2020-12-09 Thread Tommi Höynälänmaa
oot-9.scm:   1669:16  0 (raise-exception _ #:continuable? _) ice-9/boot-9.scm:1669:16: In procedure raise-exception: In procedure symbol->string: Wrong type argument in position 1 (expecting symbol): #f ---cut here--- - Tommi Höynälänmaa OpenPGP_0xBB861FDE40460F83.asc Descrip

bug#33675: configure fails when both guile 2.2 and 2.0 are installed

2018-12-08 Thread Tommi Höynälänmaa
effective version 2.0 ---cut here--- I use guile versions 2.0.13 and 2.2.4 on Debian testing. - Tommi Höynälänmaa

bug#31606: Predicate instance? doesn't work for non-struct objects

2018-05-27 Thread Tommi Höynälänmaa
type argument in position 1 (expecting struct): 1 Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue. ---cut here--- I use Guile on Ubuntu 18.04. - Tommi Höynälänmaa

bug#31594: Information on my system

2018-05-27 Thread Tommi Höynälänmaa
-5build2 Package guile-2.0-dev is not installed. I have selected guile-2.2 to be used with update-alternatives. - Tommi Höynälänmaa

bug#31594: Code causes guild compile to hang

2018-05-25 Thread Tommi Höynälänmaa
ector-ref v-rest-arg i) index))) (method-loop binder index v-fixed-args v-rest-arg vb-included t1 i n)) ---cut here--- This problem occurs with guile 2.2.3. - Tommi Höynälänmaa

bug#31593: Inconsistency with division of a real number by an integer

2018-05-25 Thread Tommi Höynälänmaa
Guile 2.2.3. - Tommi Höynälänmaa

bug#24131: A problem with CPS

2016-08-02 Thread Tommi Höynälänmaa
ere--- when I try to compile a guile Scheme program to CPS. The contents to file hello.scm are: ---cut here--- (define (main args) (display "Hello") (newline)) ---cut here--- I use guile-2.1.3.92-d2684 without installing it. I also have guile version 2.0.11 installed. - Tommi Höynälänmaa

bug#22142: A bug with define-syntax

2015-12-11 Thread Tommi Höynälänmaa
make hello-world.scm NOTE: Use TH Scheme utilities 1.1 instead of TH Scheme Utilities 1.1x. Version 1.1x compiles OK. I have used guile version 2.0.9 in Ubuntu 14.04. Yours sincerely, Tommi Höynälänmaa