unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Guile HEAD on Cygwin-1.7
@ 2009-06-18  7:33 szgyg
  2009-06-20 11:10 ` Andy Wingo
  0 siblings, 1 reply; 10+ messages in thread
From: szgyg @ 2009-06-18  7:33 UTC (permalink / raw)
  To: guile-devel

-*- outline -*-

Guile HEAD on the upcoming Cygwin-1.7 [1]

Good news first: I can't reproduce the infamous "threaded Guile hangs on 
quit" error. (Cygwin has been shipping single-threaded Guile up to now.)

Guile builds with only minor hiccups. I hope these can be fixed before 
the prerelease.

make check shows serious problems. I will investigate further.

s

[1] http://cygwin.com/ml/cygwin/2009-06/msg00346.html


* make

** configure and make with the same set of flags

Configuration test passes, make fails. Yes, -Werror.

cc1: warnings being treated as errors
../../libguile/gen-scmconfig.c: In function 'main':
../../libguile/gen-scmconfig.c:427: error: visibility attribute not 
supported in this configuration; ignored
make[2]: *** [gen-scmconfig.o] Error 1


** pass -no-undefined when linking libguile_i18n

Other libs already have this.


** split the #ifdef in libguile/i18n.c line 59

Cygwin has langinfo.h, but not nl_types.h


** wrong path when compiling psyntax-pp.scm

First time only

Making all in module
make[2]: Entering directory `/home/szgyg/src/GIT/guile/=build/module'
/home/szgyg/src/GIT/guile/=build/meta/guile --no-autocompile -s 
../../module/ice-9/compile-psyntax.scm \
                 ../../module/ice-9/psyntax.scm 
../../module/ice-9/psyntax-pp.scm
GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guile-tools compile -o 
"ice-9/psyntax-pp.go" "ice-9/psyntax-pp.scm"
ERROR: In procedure open-file:
ERROR: No such file or directory: "ice-9/psyntax-pp.scm"
make[2]: *** [ice-9/psyntax-pp.go] Error 1

Subsequent makes use the correct path:

Making all in module
make[2]: Entering directory `/home/szgyg/src/GIT/guile/=build/module'
GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guile-tools compile -o 
"ice-9/psyntax-pp.go" "../../module/ice-9/psyntax-pp.scm"
wrote `ice-9/psyntax-pp.go'


** readline is required, not optional

GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guile-tools compile -o 
"ice-9/lineio.go" "../../module/ice-9/lineio.scm"
ERROR: readline is not provided in this Guile installation
make[2]: *** [ice-9/lineio.go] Error 1


* make check

** -Werror again

cc1: warnings being treated as errors
../../../test-suite/standalone/test-unwind.c: In function 'check_ports':
../../../test-suite/standalone/test-unwind.c:213: error: call to 
'mktemp' declared with attribute warning: the use of `mktemp' is 
dangerous; use `mkstemp' instead
make[4]: *** [test_unwind-test-unwind.o] Error 1


** stack overflow

I didn't dive into this yet. Any hint?

make[1]: Entering directory `/home/szgyg/src/GIT/guile/=build'
make  check-TESTS
make[2]: Entering directory `/home/szgyg/src/GIT/guile/=build'
Testing /home/szgyg/src/GIT/guile/=build/meta/guile ...
with GUILE_LOAD_PATH=/home/szgyg/src/GIT/guile/test-suite
;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-autocompile argument to disable.
;;; compiling /home/szgyg/src/GIT/guile/test-suite/lib.scm
;;; compiled 
/home/szgyg/.guile-ccache/1.9//home/szgyg/src/GIT/guile/test-suite/lib.scm.go
ERROR: Stack overflow
Running alist.test
[...]


** segfault

On one occasion I got

make[1]: Entering directory `/home/szgyg/src/GIT/guile/=build'
make  check-TESTS
make[2]: Entering directory `/home/szgyg/src/GIT/guile/=build'
Testing /home/szgyg/src/GIT/guile/=build/meta/guile ...
with GUILE_LOAD_PATH=/home/szgyg/src/GIT/guile/test-suite
/bin/sh: line 5:  3944 Segmentation fault      (core dumped) ${dir}$tst
FAIL: check-guile




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-07-27 22:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-18  7:33 Guile HEAD on Cygwin-1.7 szgyg
2009-06-20 11:10 ` Andy Wingo
2009-06-27 13:36   ` szgyg
2009-06-28 21:09     ` Andy Wingo
2009-07-07 15:53       ` szgyg
2009-07-23 20:59         ` Andy Wingo
2009-07-25 16:14           ` szgyg
2009-07-26 13:12             ` Merging libguile-i18n with libguile Ludovic Courtès
2009-07-26 19:25               ` Andy Wingo
2009-07-27 22:56               ` Neil Jerram

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).