Opened 10 years ago

Closed 10 years ago

#42444 closed defect (duplicate)

Gnucash non longer starts, crashes with "unknown file" mklibcat

Reported by: allamistakeo18@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: gnucash

Description

After doing a "sudo port upgrade outdated" Gnucash no longer starts, but crashes with the following trace:

Backtrace:
In unknown file:
   ?:  0* [primitive-load-path "c-interface.scm"]
In /opt/local/share/gnucash/scm/c-interface.scm:
  21:  1* [slib:require hash-table]
In /opt/local/share/guile/1.8/slib/require.scm:
 141:  2  (cond ((not feature) (set! *catalog* #f)) ((slib:provided? feature)) ...)
 145:  3  (let* ((path #)) (cond (# #) (# # #) (# # #) ...))
 145:  4* [catalog:get hash-table]
  76:  5* (if (not *catalog*) (let* ((slibcat #)) (cond (# # #)) ...))
  77:  6  (let* ((slibcat #)) (cond (# # #)) (cond (slibcat #)) ...)
  78:  7* (cond ((not #) (slib:load-source #) (set! slibcat #)))
  79:  8* [#<procedure #f #> "/opt/local/share/guile/1.8/slib/mklibcat"]
 205:  9  [with-load-pathname "/opt/local/share/guile/1.8/slib/mklibcat" ...]
In /opt/local/share/guile/1.8/slib/guile.init:
    ...
 309: 10  [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>]
In unknown file:
   ?: 11* [#<procedure #f ()>]
In /opt/local/share/guile/1.8/slib/require.scm:
 207: 12* [apply #<procedure slib:load #> #]
In unknown file:
   ?: 13  [slib:load "/opt/local/share/guile/1.8/slib/mklibcat"]
    ...
   ?: 14  [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>]
   ?: 15* [#<procedure #f ()>]
In /opt/local/share/guile/1.8/slib/guile.init:
 556: 16* (let* ((errinfo #)) (if (and errinfo #) (apply throw errinfo)))
 559: 17  (if (and errinfo (catch # # #)) (apply throw errinfo))
In unknown file:
    ...
   ?: 18  [throw]

/opt/local/share/guile/1.8/slib/guile.init:559:10: In procedure open-file in expression (if (and errinfo #) (apply throw errinfo)):
/opt/local/share/guile/1.8/slib/guile.init:559:10: No such file or directory: "/opt/local/share/guile/1.8/slib/mklibcat"

Change History (1)

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Keywords: guile removed
Resolution: duplicate
Status: newclosed

Duplicate of #42425.

Note: See TracTickets for help on using tickets.