all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to build GnuCash with SQLite backend support?
@ 2017-12-05 20:56 Gary Johnson
  2017-12-06  8:59 ` Efraim Flashner
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Johnson @ 2017-12-05 20:56 UTC (permalink / raw)
  To: help-guix

Hi guys,

I run Guix on top of Parabola. Recently, the GnuCash package from the
AUR got into conflict with an old version of ICU, and now it won't build
anymore. So...I decided to install GnuCash through Guix instead.

Unfortunately, although it built correctly (yay Guix!), I can no longer
open my accounts.gnucash file (in SQLite3 format). Instead, I just get a
message from GnuCash saying that no suitable backend can be found for
this format.

I then looked at the gnucash.scm file here:

  /usr/share/guile/site/2.2/gnu/packages/gnucash.scm

And I found this:

(arguments
 `(#:tests? #f ;FIXME: failing at /qof/gnc-date/qof print date dmy buff
   #:configure-flags '("--disable-dbi"
                       "--enable-aqbanking")

So I'm guessing that the "--disable-dbi" configure flag is the culprit
here. However, I'm still a novice to the structure of Guix package build
files, so I could really use some help. I tried removing the
"--disable-dbi" flag from the #:configure-flags list, and then ran:

$ guix package -f gnucash.scm

on my new copy of the gnucash.scm file. However, guix just returns
silently without doing anything. What am I doing wrong?

Thanks in advance,
  Gary

^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <mailman.135.1512579627.1476.help-guix@gnu.org>]

end of thread, other threads:[~2017-12-07  7:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-05 20:56 How to build GnuCash with SQLite backend support? Gary Johnson
2017-12-06  8:59 ` Efraim Flashner
2017-12-06 15:34   ` Gary Johnson
     [not found] <mailman.135.1512579627.1476.help-guix@gnu.org>
2017-12-07  1:28 ` Gary Johnson
2017-12-07  7:50   ` Chris Marusich

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.