From owner-freebsd-ports-bugs Mon Mar 17 19:30: 7 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B249C37B404 for ; Mon, 17 Mar 2003 19:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B86643F3F for ; Mon, 17 Mar 2003 19:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2I3U2NS059953 for ; Mon, 17 Mar 2003 19:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2I3U2dR059952; Mon, 17 Mar 2003 19:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 044E137B401 for ; Mon, 17 Mar 2003 19:29:17 -0800 (PST) Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with SMTP id 7801143F85 for ; Mon, 17 Mar 2003 19:29:13 -0800 (PST) (envelope-from chris@Shenton.Org) Received: (qmail 6048 invoked by uid 1000); 18 Mar 2003 03:29:11 -0000 Message-Id: <20030318032911.6044.qmail@PECTOPAH.shenton.org> Date: 18 Mar 2003 03:29:11 -0000 From: Chris Shenton Reply-To: Chris Shenton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50089: GnuCash-1.8.1_3 fails at startup: scm date util inexact->exact Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50089 >Category: ports >Synopsis: GnuCash-1.8.1_3 fails at startup: scm date util inexact->exact >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 17 19:30:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Chris Shenton >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD Pectopah.shenton.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Feb 19 17:08:39 EST 2003 chris@Pectopah.shenton.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: Built gnucash from ports. Did a portupgrade -R gnucash-1'*' to make sure. Had to comment out /usr/include/math.h:40 which defines INFINITY clashing with guppi's use of it (see PR ports/48839). chris@Pectopah<102> pkg_info -c gnucash'*' Information for gnucash-1.8.1_3: >How-To-Repeat: Start it up on command line with "gnucash". Splash screen comes up then it dies with the following trace: chris@Pectopah<101> gnucash ;;; The module name (ice-9 and-let*) is deprecated. ;;; Use (ice-9 and-let-star) instead. Backtrace: 12 (or (try-module-linked name) (try-module-autoload name) ...) 13* [try-module-autoload (gnucash report taxtxf)] 14 (let* (# # # #) (resolve-module dir-hint-module-name #f) (and # #)) ... 15 (let ((didit #f)) (dynamic-wind (lambda () #) (lambda () #) ...) ...) 16* [dynamic-wind # # #] 17* [#] 18* (let ((full #)) (if full (begin # #))) 19 (if full (begin (save-module-excursion (lambda () #)) (set! didit #t))) 20 (begin (save-module-excursion (lambda () #)) (set! didit #t)) 21* [save-module-excursion #] 22 (let (# #) (dynamic-wind # thunk #)) 23 [dynamic-wind # # #] 24* [#] 25* [primitive-load "/usr/X11R6/share/gnome/gnucash/guile-modules/gnucash/repo$ 26* (define bdtm (let ((result #)) (set-tm:mday result 16) ...)) 27* (let ((result (gnc:timepair->date today))) (set-tm:mday result 16) ...) 28* [gnc:timepair->date (1047920400 . 0)] 29 [localtime ... 30* [gnc:timepair->secs (1047920400 . 0)] 31 [inexact->exact 1047920400.0] /usr/X11R6/share/gnome/gnucash/scm/date-utilities.scm:25:3: In procedure inexact->exact in expression (inexact->exact (+ # #)): /usr/X11R6/share/gnome/gnucash/scm/date-utilities.scm:25:3: Numerical overflow >Fix: I have no idea what the above LISP mutation is telling me, sorry :-( >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message