unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* guile-1.6.1 & NetBSD
@ 2003-01-21 15:24 Thomas Klausner
  2003-04-12  0:45 ` Rob Browning
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Klausner @ 2003-01-21 15:24 UTC (permalink / raw)


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

Hi!

I tried compiling guile-1.6.1 on NetBSD-1.6L/macppc, and had to add
the attached patch to make it compile.

Since I don't know much about guile, I just tried the 'check'
target to test usability, and got the attached result, which
didn't look so bad; for comparison, the result on NetBSD-1.6L/i386
is also attached.

If you want to track down the remaining test failures,
I can either test patches or give you an account, at least on
the i386.

Cheers,
 Thomas

[-- Attachment #2: patch-ae --]
[-- Type: text/plain, Size: 444 bytes --]

$NetBSD: patch-ae,v 1.4 2003/01/21 15:17:55 wiz Exp $

--- libguile/gc_os_dep.c.orig	Sat Dec  7 23:41:31 2002
+++ libguile/gc_os_dep.c
@@ -93,6 +93,11 @@ typedef int GC_bool;
 #    define OPENBSD
 #    define mach_type_known
 # endif
+# if defined(__NetBSD__) && defined(__powerpc__)
+#    define POWERPC
+#    define NETBSD
+#    define mach_type_known
+# endif
 # if defined(__NetBSD__) && defined(m68k)
 #    define M68K
 #    define NETBSD

[-- Attachment #3: guile.test.macppc --]
[-- Type: text/plain, Size: 879 bytes --]

Testing /tmp/lang/guile/work.powerpc/guile-1.6.1/pre-inst-guile ...
with GUILE_LOAD_PATH=/tmp/lang/guile/work.powerpc/guile-1.6.1/test-suite
UNRESOLVED: environments.test: leaf-environments: observe-weak: weak observer gets collected
UNRESOLVED: environments.test: leaf-environment based eval-environments: observe-weak: weak observer gets collected
ERROR: srfi-19.test: SRFI date/time library: #<procedure time-utc->date (time . tz-offset)> respects local DST if no TZ-OFFSET given - arguments: ((system-error "putenv" "~A" ("No such file or directory") (2)))

Totals for this test run:
passes:                 2112
failures:               0
unexpected passes:      0
expected failures:      17
unresolved test cases:  2
untested test cases:    0
unsupported test cases: 9
errors:                 1

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

[-- Attachment #4: guile.test.i386 --]
[-- Type: text/plain, Size: 662 bytes --]

Testing /usr/obj/lang/guile/work/guile-1.6.1/pre-inst-guile ...
with GUILE_LOAD_PATH=/usr/obj/lang/guile/work/guile-1.6.1/test-suite
ERROR: srfi-19.test: SRFI date/time library: #<procedure time-utc->date (time . tz-offset)> respects local DST if no TZ-OFFSET given - arguments: ((system-error "putenv" "~A" ("No such file or directory") (2)))

Totals for this test run:
passes:                 2114
failures:               0
unexpected passes:      0
expected failures:      17
unresolved test cases:  0
untested test cases:    0
unsupported test cases: 9
errors:                 1

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

[-- Attachment #5: Type: text/plain, Size: 136 bytes --]

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

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

* Re: guile-1.6.1 & NetBSD
  2003-01-21 15:24 guile-1.6.1 & NetBSD Thomas Klausner
@ 2003-04-12  0:45 ` Rob Browning
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Browning @ 2003-04-12  0:45 UTC (permalink / raw)
  Cc: bug-guile

Thomas Klausner <wiz@netbsd.org> writes:

> I tried compiling guile-1.6.1 on NetBSD-1.6L/macppc, and had to add
> the attached patch to make it compile.

Added to 1.6 and 1.7 CVS.  Thanks.

> Since I don't know much about guile, I just tried the 'check'
> target to test usability, and got the attached result, which
> didn't look so bad; for comparison, the result on NetBSD-1.6L/i386
> is also attached.
>
> If you want to track down the remaining test failures,
> I can either test patches or give you an account, at least on
> the i386.

I appreciate the offer, but I probably won't have time to look in to
this right now.  If you're interested in trying to track this down,
you might want to repost the failure to guile-devel@gnu.org.  Someone
else there may know offhand what's going on.

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4


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


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

end of thread, other threads:[~2003-04-12  0:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-21 15:24 guile-1.6.1 & NetBSD Thomas Klausner
2003-04-12  0:45 ` Rob Browning

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