Skip site navigation (1)Skip section navigation (2)
Date:      18 Mar 2003 03:29:11 -0000
From:      Chris Shenton <chris@Shenton.Org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50089: GnuCash-1.8.1_3 fails at startup: scm date util inexact->exact
Message-ID:  <20030318032911.6044.qmail@PECTOPAH.shenton.org>

next in thread | raw e-mail | index | archive | help

>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 #<procedure ()> #<procedure ()> #<procedure ()>]
17* [#<procedure ()>]
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 #<procedure ()>]
22  (let (# #) (dynamic-wind # thunk #))
23  [dynamic-wind #<procedure ()> #<procedure ()> #<procedure ()>]
24* [#<procedure ()>]
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030318032911.6044.qmail>