unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Thomas Klausner <wiz@netbsd.org>
Subject: guile-1.6.1 & NetBSD
Date: Tue, 21 Jan 2003 16:24:53 +0100	[thread overview]
Message-ID: <20030121152453.GC10562@dmath5.geometrie.tuwien.ac.at> (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

             reply	other threads:[~2003-01-21 15:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-21 15:24 Thomas Klausner [this message]
2003-04-12  0:45 ` guile-1.6.1 & NetBSD Rob Browning

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=20030121152453.GC10562@dmath5.geometrie.tuwien.ac.at \
    --to=wiz@netbsd.org \
    /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).