Thomas Bushnell BSG <[EMAIL PROTECTED]> writes: > On Thu, 2007-06-14 at 11:58 +0200, Simon Josefsson wrote: >> >> Perhaps gnucash only needs the libgwrap-runtime0 run-time dependency? > > Ah yes, perhaps you are right indeed. I'm in the midst of upgrading my > main server from sarge to etch, and then this weekend I have a > graduation ceremony to attend and wear fancy colored robes and such. So > I won't be able to think about it seriously until next week perhaps. > > If you're correct, then you could force install gnucash without g-wrap, > and then go ahead and see how it goes. :)
I tried: # apt-get install guile-1.8-dev # dpkg --force-depends -i /var/cache/apt/archives/gnucash_2.0.5-1_i386.deb But it didn't work: [EMAIL PROTECTED]:~$ gnucash ERROR: no code for module (g-wrap gw-wct) [EMAIL PROTECTED]:~$ I suspect that gnucash really needs some of the g-wrap guile libraries: /usr/share/guile/site/g-wrap/gw-wct.scm Perhaps some of these files could be moved from the 'g-wrap' package into the 'libgwrap-runtime0' package? It seems as if they are needed at runtime by gnucash. Hm, the entire file contains: ;;;; File: gw-wct.scm ;;;; Copyright (C) 2005 Andreas Rottmann ;;;; ;;;; This program is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public ;;;; License as published by the Free Software Foundation; either ;;;; version 2, or (at your option) any later version. ;;;; ;;;; This program is distributed in the hope that it will be useful, ;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;;;; Lesser General Public License for more details. ;;;; ;;;; You should have received a copy of the GNU Lesser General Public ;;;; License along with this software; see the file COPYING. If not, ;;;; write to the Free Software Foundation, 675 Mass Ave, Cambridge, ;;;; MA 02139, USA. ;;;; ;;; Commentary: ;; ; This module is provided for compatibility with G-Wrap 1.3.4. ;; ;;; Code: (define-module (g-wrap gw-wct) #:use-module (g-wrap guile ws standard)) Is the gnucash dependency on this file simply outdated? /Simon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

