On Fri, Dec 09, 2005 at 01:14:26PM +0200, David Moore wrote: >Magnus Therning wrote: > >>Is someone monitoring the development of a GTK2-version of GnuCash? Just >>saw their web page mentioning that a pre-release should be out in >>December. >> >>I'd be more than happy to help iron out any issues with an Arch package >>for it :-) >> >I just put a package in AUR (gnucash2-svn), as well as the other >required packages. There's a list of all the other packages you need >in the first comment for the package. Let me know if you run into any >problems.
I've finally gotten around to pulling out all the dependencies, there
are indeed quite a few, and tried compiling. I got gtkhtml out of
current, aqbanking's dependencies compiled fine, but aqbanking itself
didn't.
aqbanking: I changed the frontends to build to cbanking and g2banking (I
don't have, and don't want, KDE/QT3 installed). For some strange reason
it seems the bild process wants to access /root/.gnome2/ for me, which I
of course don't have permission to do:
make[4]: Entering directory
`/home/magnus/prog/arch_pkgs/aqbanking/src/aqbanking-1.6.2/src/frontends/g2banking'
rm -Rf tmp.glade >/dev/null
mkdir tmp.glade
cp g2banking.glade tmp.glade
( cd tmp.glade && glade-2 -w g2banking.glade )
GTK Accessibility Module initialized
(glade-2:7997): libgnomevfs-WARNING **: Unable to create ~/.gnome2
directory: Permission denied
Could not create per-user gnome configuration directory
`/root/.gnome2/': Permission denied
make[4]: *** [support.c] Error 1
make[4]: Leaving directory
`/home/magnus/prog/arch_pkgs/aqbanking/src/aqbanking-1.6.2/src/frontends/g2banking'
g-wrap: I run into problems here as well (missing dependency?):
Making all in bin
make[2]: Entering directory
`/home/magnus/prog/arch_pkgs/g-wrap/src/g-wrap-1.3.4/bin'
rm -f g-wrap-config.tmp
sed < g-wrap-config.in > g-wrap-config.tmp \
-e 's:@-GUILE-@:/usr/bin/guile:' \
-e 's:@-VERSION-@:1.3.4:' \
-e 's:@-libdir-@:/usr/lib:' \
-e 's:@-includedir-@:/usr/include:' \
-e 's:@-GUILE_MODULE_DIR-@:/usr/share/guile:'
chmod +x g-wrap-config.tmp
mv g-wrap-config.tmp g-wrap-config
make[2]: Leaving directory
`/home/magnus/prog/arch_pkgs/g-wrap/src/g-wrap-1.3.4/bin'
Making all in g-wrap
make[2]: Entering directory
`/home/magnus/prog/arch_pkgs/g-wrap/src/g-wrap-1.3.4/g-wrap'
guile -c \
"(set! %load-path (cons
\"/home/magnus/prog/arch_pkgs/g-wrap/src/g-wrap-1.3.4/g-wrap/..\"
%load-path))""(debug-enable 'backtrace) \
(debug-enable 'debug) \
(read-enable 'positions) \
(use-modules (g-wrap)) \
(use-modules (g-wrap gw-standard-spec)) \
(gw:generate-wrapset \"gw-standard\")"
Backtrace:
In unknown file:
?: 38* (if (or # #) (try-load-module name))
?: 39 [try-load-module (ice-9 slib)]
?: 40 (or (begin (try-module-linked name)) (try-module-autoload name) ...)
?: 41* [try-module-autoload (ice-9 slib)]
?: 42 (let* (# # # #) (resolve-module dir-hint-module-name #f) (and # #))
...
?: 43 (letrec ((load-file #)) (dynamic-wind (lambda () #) (lambda () #)
...) ...)
?: 44* [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f
()>]
?: 45* [#<procedure #f ()>]
?: 46* (let ((file #)) (cond (# => #) (# => #)))
?: 47 [#<procedure #f (full)> "/usr/share/guile/1.6/ice-9/slib.scm"]
?: 48 [load-file #<primitive-procedure primitive-load> ...]
?: 49* [save-module-excursion #<procedure #f ()>]
?: 50 (let (# #) (dynamic-wind # thunk #))
?: 51 [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f
()>]
?: 52* [#<procedure #f ()>]
?: 53* [primitive-load "/usr/share/guile/1.6/ice-9/slib.scm"]
In /usr/share/guile/1.6/ice-9/slib.scm:
217: 54* (define slib-parent-dir (let (#) (if path # #)))
218: 55* (let ((path #)) (if path (substring path 0 ...) ...))
219: 56 (if path (substring path 0 ...) ...)
In unknown file:
...
?: 57 [scm-error misc-error #f ...]
<unnamed port>: In procedure scm-error in expression (scm-error (quote
misc-error) #f ...):
<unnamed port>: Could not find slib/require.scm in
("/home/magnus/prog/arch_pkgs/g-wrap/src/g-wrap-1.3.4/g-wrap/.."
"/usr/share/guile/site" "/usr/share/guile/1.6" "/usr/share/guile" ".")
make[2]: *** [gw-standard.c] Error 2
make[2]: Leaving directory
`/home/magnus/prog/arch_pkgs/g-wrap/src/g-wrap-1.3.4/g-wrap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/magnus/prog/arch_pkgs/g-wrap/src/g-wrap-1.3.4'make: *** [all]
Error 2
--
Magnus Therning (OpenPGP: 0xAB4DFBA4)
[EMAIL PROTECTED]
http://therning.org/magnus
Software is not manufactured, it is something you write and publish.
Keep Europe free from software patents, we do not want censorship
by patent law on written works.
We act as though comfort and luxury were the chief requirements of
life, when all that we need to make us happy is something to be
enthusiastic about.
-- Albert Einstein
pgpA4CnNYIvKa.pgp
Description: PGP signature
_______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
