Thomas Bushnell BSG <[EMAIL PROTECTED]> writes: > reassign 428800 g-wrap > thanks > > > On Thu, 2007-06-14 at 11:16 +0200, Simon Josefsson wrote: >> Package: gnucash >> Version: 2.0.5-1 >> >> Hi! I need to have guile-1.8-dev installed to be able to develop >> GnuTLS' guile bindings. When I installed Gnucash, it removed >> guile-1.8-dev and installed guile-1.6-dev instead. >> >> It seems sub-optimal for an application to depend on a *-dev package, >> especially an old *-dev package that conflicts with the latest version. >> >> What is the reason for this dependency? Could it be dropped? > > gnucash does not depend on guile-1.6-dev. > > However, it does depend on g-wrap, which depends on > libgwrap-runtime0-dev, which depends on guile-1.6-dev. > > So that puts the bug in g-wrap, and I am reassigning this bug > accordingly.
Perhaps the gnucash dependency on g-wrap should only be a build-dependency? The description of g-wrap doesn't look like it is obviously something that gnucash needs at runtime: Package: g-wrap Description: scripting interface generator for C A tool (and Guile library) for generating function wrappers for inter-language calls. It currently only supports generating Guile wrappers for C functions. . G-Wrap takes a set of interface declarations (written in Scheme) and wraps the described interface for Guile. Perhaps gnucash only needs the libgwrap-runtime0 run-time dependency? /Simon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

