unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* Error with Guile 1.8.1 "make check"
@ 2006-10-25 16:46 Dale Smith
  2006-10-25 18:56 ` Neil Jerram
  2006-10-26  7:09 ` Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Dale Smith @ 2006-10-25 16:46 UTC (permalink / raw)


Debain Etch i386, updated on 10/25/2006
Guile 1.8.1
No arguments passed to ./configure

"make check" has 1 error:

Totals for this test run:
passes:                 11755
failures:               0
unexpected passes:      0
expected failures:      25
unresolved test cases:  7
untested test cases:    0
unsupported test cases: 9
errors:                 1

FAIL: check-guile
===================
1 of 1 tests failed
===================


The failure was in srfi-14.test

Running srfi-14.test
UNRESOLVED: srfi-14.test: Latin-1 (8-bit charset): char-set:letter (membership)
UNRESOLVED: srfi-14.test: Latin-1 (8-bit charset): char-set:letter (size)
UNRESOLVED: srfi-14.test: Latin-1 (8-bit charset): char-set:lower-case (size)
UNRESOLVED: srfi-14.test: Latin-1 (8-bit charset): char-set:upper-case (size)
ERROR: srfi-14.test: Latin-1 (8-bit charset): char-set:punctuation (membership) - arguments: ((unbound-variable #f "Unbound variable: ~S" (thrown) #f))

My gcc --version is:
gcc (GCC) 4.1.2 20060901 (prerelease) (Debian 4.1.1-13)

-- 
Dale P. Smith
dales@vxitech.com
216-447-4059
216-447-8951 FAX


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


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

* Re: Error with Guile 1.8.1 "make check"
  2006-10-25 16:46 Error with Guile 1.8.1 "make check" Dale Smith
@ 2006-10-25 18:56 ` Neil Jerram
  2006-10-25 19:54   ` Dale Smith
  2006-10-26  7:09 ` Ludovic Courtès
  1 sibling, 1 reply; 4+ messages in thread
From: Neil Jerram @ 2006-10-25 18:56 UTC (permalink / raw)
  Cc: bug-guile

Dale Smith <dales@vxitech.com> writes:

> The failure was in srfi-14.test
>
> Running srfi-14.test
> UNRESOLVED: srfi-14.test: Latin-1 (8-bit charset): char-set:letter (membership)
> UNRESOLVED: srfi-14.test: Latin-1 (8-bit charset): char-set:letter (size)
> UNRESOLVED: srfi-14.test: Latin-1 (8-bit charset): char-set:lower-case (size)
> UNRESOLVED: srfi-14.test: Latin-1 (8-bit charset): char-set:upper-case (size)
> ERROR: srfi-14.test: Latin-1 (8-bit charset): char-set:punctuation (membership) - arguments: ((unbound-variable #f "Unbound variable: ~S" (thrown) #f))
>
> My gcc --version is:
> gcc (GCC) 4.1.2 20060901 (prerelease) (Debian 4.1.1-13)

Do you have a locale that is somehow different from the US/Latin1
"mainstream" that we may be assuming?

Regards,
     Neil



_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


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

* Re: Error with Guile 1.8.1 "make check"
  2006-10-25 18:56 ` Neil Jerram
@ 2006-10-25 19:54   ` Dale Smith
  0 siblings, 0 replies; 4+ messages in thread
From: Dale Smith @ 2006-10-25 19:54 UTC (permalink / raw)
  Cc: bug-guile

Neil Jerram <neil@ossau.uklinux.net> writes:

> Dale Smith <dales@vxitech.com> writes:
>
>> The failure was in srfi-14.test
>>
>> Running srfi-14.test
>> UNRESOLVED: srfi-14.test: Latin-1 (8-bit charset): char-set:letter (membership)
>> UNRESOLVED: srfi-14.test: Latin-1 (8-bit charset): char-set:letter (size)
>> UNRESOLVED: srfi-14.test: Latin-1 (8-bit charset): char-set:lower-case (size)
>> UNRESOLVED: srfi-14.test: Latin-1 (8-bit charset): char-set:upper-case (size)
>> ERROR: srfi-14.test: Latin-1 (8-bit charset): char-set:punctuation (membership) - arguments: ((unbound-variable #f "Unbound variable: ~S" (thrown) #f))
>>
>> My gcc --version is:
>> gcc (GCC) 4.1.2 20060901 (prerelease) (Debian 4.1.1-13)
>
> Do you have a locale that is somehow different from the US/Latin1
> "mainstream" that we may be assuming?

Yes, I believe so.  Here is the output from "locale":

$ locale
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=


-Dale

-- 
Dale P. Smith
dales@vxitech.com
216-447-4059
216-447-8951 FAX


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


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

* Re: Error with Guile 1.8.1 "make check"
  2006-10-25 16:46 Error with Guile 1.8.1 "make check" Dale Smith
  2006-10-25 18:56 ` Neil Jerram
@ 2006-10-26  7:09 ` Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2006-10-26  7:09 UTC (permalink / raw)
  Cc: bug-guile

Hi Dale,

Dale Smith <dales@vxitech.com> writes:

> ERROR: srfi-14.test: Latin-1 (8-bit charset): char-set:punctuation (membership) - arguments: ((unbound-variable #f "Unbound variable: ~S" (thrown) #f))

Here is the error: `thrown' instead of `throw'...  It's all my fault,
sorry about that (I'm committing the fix right now).

Thanks,
Ludovic.



_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


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

end of thread, other threads:[~2006-10-26  7:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-25 16:46 Error with Guile 1.8.1 "make check" Dale Smith
2006-10-25 18:56 ` Neil Jerram
2006-10-25 19:54   ` Dale Smith
2006-10-26  7:09 ` Ludovic Courtès

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