unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Jan Schukat <shookie@email.de>
To: Andy Wingo <wingo@pobox.com>
Cc: 14171@debbugs.gnu.org
Subject: bug#14171: Aw: Re: bug#14171: REPL doesn't work on windows min-gw
Date: Mon, 15 Apr 2013 08:37:58 +0200	[thread overview]
Message-ID: <516BA046.7000208@email.de> (raw)
In-Reply-To: <trinity-96312db9-3c2a-4b5f-a8da-4a59e8d0fd84-1365691217755@3capp-webde-bs12>

[-- Attachment #1: Type: text/plain, Size: 7212 bytes --]

Just a quick follow-up. Tried to run the test suite. And to see how it 
is supposed to work I first did that on linux. But when you use a 
--disaple-posix guile it fails at the second test already because chdir 
is defined in the posix module. So I didn't even run it on windows yet.

Here's my output:

;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/shookie/core/lib/guile-2.0/test-suite/guile-test
;;; compiling /home/shookie/core/lib/guile-2.0/test-suite/test-suite/lib.scm
;;; test-suite/lib.scm:531:46: warning: possibly unbound variable 
`setlocale'
;;; test-suite/lib.scm:531:46: warning: possibly unbound variable `LC_ALL'
;;; test-suite/lib.scm:533:49: warning: possibly unbound variable 
`setlocale'
;;; test-suite/lib.scm:533:49: warning: possibly unbound variable `LC_ALL'
;;; test-suite/lib.scm:539:14: warning: possibly unbound variable 
`setlocale'
;;; test-suite/lib.scm:539:14: warning: possibly unbound variable `LC_ALL'
;;; compiled 
/home/shookie/.cache/guile/ccache/2.0-LE-4-2.0/home/shookie/core/lib/guile-2.0/test-suite/test-suite/lib.scm.go
;;; guile-test:250:20: warning: possibly unbound variable `close'
;;; compiled 
/home/shookie/.cache/guile/ccache/2.0-LE-4-2.0/home/shookie/core/lib/guile-2.0/test-suite/guile-test.go
Running tests/00-initial-env.test
;;; compiling 
/home/shookie/core/lib/guile-2.0/test-suite/tests/00-initial-env.test
;;; compiled 
/home/shookie/.cache/guile/ccache/2.0-LE-4-2.0/home/shookie/core/lib/guile-2.0/test-suite/tests/00-initial-env.test.go
Running tests/00-socket.test
;;; compiling 
/home/shookie/core/lib/guile-2.0/test-suite/tests/00-socket.test
;;; tests/00-socket.test:195:0: warning: possibly unbound variable `chdir'
;;; tests/00-socket.test:303:23: warning: possibly unbound variable 
`primitive-fork'
;;; tests/00-socket.test:338:33: warning: possibly unbound variable 
`waitpid'
;;; tests/00-socket.test:339:24: warning: possibly unbound variable 
`status:exit-val'
;;; tests/00-socket.test:383:23: warning: possibly unbound variable 
`primitive-fork'
;;; tests/00-socket.test:411:33: warning: possibly unbound variable 
`waitpid'
;;; tests/00-socket.test:412:24: warning: possibly unbound variable 
`status:exit-val'
;;; tests/00-socket.test:481:23: warning: possibly unbound variable 
`primitive-fork'
;;; tests/00-socket.test:516:33: warning: possibly unbound variable 
`waitpid'
;;; tests/00-socket.test:517:24: warning: possibly unbound variable 
`status:exit-val'
;;; tests/00-socket.test:522:20: warning: possibly unbound variable `chdir'
;;; compiled 
/home/shookie/.cache/guile/ccache/2.0-LE-4-2.0/home/shookie/core/lib/guile-2.0/test-suite/tests/00-socket.test.go
Backtrace:
In ice-9/boot-9.scm:
  157: 10 [catch #t #<catch-closure 9515ae0> ...]
In unknown file:
    ?: 9 [apply-smob/1 #<catch-closure 9515ae0>]
In ice-9/boot-9.scm:
   63: 8 [call-with-prompt prompt0 ...]
In ice-9/eval.scm:
  432: 7 [eval # #]
In guile-test:
  240: 6 [main ("guile-test")]
In ice-9/boot-9.scm:
  697: 5 [for-each #<procedure 9b1d490 at guile-test:240:29 (test)> #]
In test-suite/lib.scm:
  459: 4 [with-test-prefix* "tests/00-socket.test" ...]
In ice-9/boot-9.scm:
2320: 3 [save-module-excursion #<procedure 9b62d40 at 
ice-9/boot-9.scm:3961:3 ()>]
3966: 2 [#<procedure 9b62d40 at ice-9/boot-9.scm:3961:3 ()>]
In unknown file:
    ?: 1 [load-compiled/vm 
"/home/shookie/.cache/guile/ccache/2.0-LE-4-2.0/home/shookie/core/lib/guile-2.0/test-suite/tests/00-socket.test.go"]
In tests/00-socket.test:
  195: 0 [#<procedure 9b0ab80 ()>]

tests/00-socket.test:195:0: In procedure #<procedure 9b0ab80 ()>:
tests/00-socket.test:195:0: In procedure module-lookup: Unbound 
variable: chdir


and the guile.log:

PASS: tests/00-initial-env.test: goopsless: + wrong type argument: 1st 
argument string (eval)
PASS: tests/00-initial-env.test: goopsless: + wrong type argument: 1st 
argument string (compile)
PASS: tests/00-initial-env.test: goopsless: + wrong type argument: 2nd 
argument bool (eval)
PASS: tests/00-initial-env.test: goopsless: + wrong type argument: 2nd 
argument bool (compile)
PASS: tests/00-initial-env.test: goopsless: + wrong type argument: 
implicit forcing is not supported (eval)
PASS: tests/00-initial-env.test: goopsless: + wrong type argument: 
implicit forcing is not supported (compile)
PASS: tests/00-initial-env.test: goopsless: - wrong type argument: 1st 
argument string (eval)
PASS: tests/00-initial-env.test: goopsless: - wrong type argument: 1st 
argument string (compile)
PASS: tests/00-initial-env.test: goopsless: - wrong type argument: 2nd 
argument symbol (eval)
PASS: tests/00-initial-env.test: goopsless: - wrong type argument: 2nd 
argument symbol (compile)
PASS: tests/00-socket.test: htonl: 0
PASS: tests/00-socket.test: htonl: -1
PASS: tests/00-socket.test: htonl: 2^32
PASS: tests/00-socket.test: htonl: 2^1024
PASS: tests/00-socket.test: inet-ntop: ipv6: 0
PASS: tests/00-socket.test: inet-ntop: ipv6: 2^128-1
PASS: tests/00-socket.test: inet-ntop: ipv6: -1
PASS: tests/00-socket.test: inet-ntop: ipv6: 2^128
PASS: tests/00-socket.test: inet-ntop: ipv6: 2^1024
PASS: tests/00-socket.test: inet-pton: ipv6: 00:00:00:00:00:00:00:00
PASS: tests/00-socket.test: inet-pton: ipv6: 0:0:0:0:0:0:0:1
PASS: tests/00-socket.test: inet-pton: ipv6: ::1
PASS: tests/00-socket.test: inet-pton: ipv6: 
FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF
PASS: tests/00-socket.test: inet-pton: ipv6: 
F000:0000:0000:0000:0000:0000:0000:0000
PASS: tests/00-socket.test: inet-pton: ipv6: 
0F00:0000:0000:0000:0000:0000:0000:0000
PASS: tests/00-socket.test: inet-pton: ipv6: 
0000:0000:0000:0000:0000:0000:0000:00F0
PASS: tests/00-socket.test: inet-ntop: ipv4: 127.0.0.1
PASS: tests/00-socket.test: inet-ntop: ipv6: 
FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF
PASS: tests/00-socket.test: inet-ntop: ipv6: ::1
PASS: tests/00-socket.test: make-socket-address: AF_INET
PASS: tests/00-socket.test: make-socket-address: AF_INET6
PASS: tests/00-socket.test: make-socket-address: AF_UNIX
PASS: tests/00-socket.test: ntohl: 0
PASS: tests/00-socket.test: ntohl: -1
PASS: tests/00-socket.test: ntohl: 2^32
PASS: tests/00-socket.test: ntohl: 2^1024

Regards

Jan Schukat


On 04/11/2013 04:40 PM, Jan Schukat wrote:
> Ok, did use this package: guile-2.0.9.2-f480a-dirty.tar.gz and can 
> build and run guile-2.0 on mingw when I --disable-posix, which makes 
> sense, since Windows is not posix :) Can even use threads.
> I guess I try to get the test-suite to run now.
> I'm pretty happy now that my issues on windows could be resolved in 
> the last few weeks.
> Regards
> Jan Schukat
> *Gesendet:* Mittwoch, 10. April 2013 um 22:23 Uhr
> *Von:* "Andy Wingo" <wingo@pobox.com>
> *An:* "Jan Schukat" <shookie@email.de>
> *Cc:* 14171@debbugs.gnu.org
> *Betreff:* Re: bug#14171: REPL doesn't work on windows min-gw
> On Wed 10 Apr 2013 05:59, "Jan Schukat" <shookie@email.de> writes:
>
> > system/repl/common.scm:147:25: In procedure make-repl:
> > system/repl/common.scm:147:25: In procedure module-lookup: Unbound
> > variable: times
>
> Can you try with the 2.0.9 release, made yesterday? It should fix this
> error.
>
> Andy
> --
> http://wingolog.org/


[-- Attachment #2: Type: text/html, Size: 10450 bytes --]

  parent reply	other threads:[~2013-04-15  6:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-10  3:59 bug#14171: REPL doesn't work on windows min-gw Jan Schukat
2013-04-10 20:23 ` Andy Wingo
2013-04-11 14:40   ` bug#14171: Aw: " Jan Schukat
2013-04-14 17:26     ` Mark H Weaver
2013-04-15  6:37     ` Jan Schukat [this message]
2016-06-20 20:28       ` Andy Wingo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=516BA046.7000208@email.de \
    --to=shookie@email.de \
    --cc=14171@debbugs.gnu.org \
    --cc=wingo@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).