Re: gnucash port won't install: ".../xml-generator.go:No such file or directory" [solved]

2018-01-06 Thread Graham Menhennitt
On 29/12/2017 07:51, Graham Menhennitt wrote: Hello all, I'm attempting to upgrade the finance/gnucash port from 2.6.18 to 2.6.19 and I'm getting errors on the installation stage. I've read the entry in UPDATING which says that I'm building the guile2 flavour by default. I could try switching

Re: gnucash conflicts with guile?

2017-07-20 Thread Guido Falsi
On 07/20/17 12:37, Walter Schwarzenfeld wrote: > I deinstalled guile2 and tried to compile gnucash (I am on 10.3 amd64) > > same error. > > But it is no problem for me, I don't work with it, I only make a quick > look at it. > Could you send me(privately) a full log anyway? I'd look to have a l

Re: gnucash conflicts with guile?

2017-07-20 Thread Walter Schwarzenfeld
I deinstalled guile2 and tried to compile gnucash (I am on 10.3 amd64) same error. But it is no problem for me, I don't work with it, I only make a quick look at it. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listin

Re: gnucash conflicts with guile?

2017-07-20 Thread Guido Falsi
On 07/20/17 11:38, Walter Schwarzenfeld wrote: > Now it tested it. I try to compite it with guile2 opton. Result: > > gmake[6]: *** [Makefile:1303: business-prefs.go] Segmentation fault > (core dumped) To be sure I'd need more lines of output, but I'm reasonably sure it's the guile compiler that

Re: gnucash conflicts with guile?

2017-07-20 Thread Guido Falsi
On 07/20/17 11:58, Bob Eager wrote: > It compiled OK for me! There is an occasional segfault caused by the guile compiler, I have not been able to fix it. > > Looks OK - but I also installed gnucash-docs, and I get a blank window > when I try to use help. What's the output on the console? Can y

Re: gnucash conflicts with guile?

2017-07-20 Thread Bob Eager
It compiled OK for me! Looks OK - but I also installed gnucash-docs, and I get a blank window when I try to use help. On Thu, 20 Jul 2017 11:38:03 +0200 Walter Schwarzenfeld wrote: > Now it tested it. I try to compite it with guile2 opton. Result: > > gmake[6]: *** [Makefile:1303: business-pre

Re: gnucash conflicts with guile?

2017-07-20 Thread Walter Schwarzenfeld
Now it tested it. I try to compite it with guile2 opton. Result: gmake[6]: *** [Makefile:1303: business-prefs.go] Segmentation fault (core dumped) gmake[6]: *** Waiting for unfinished jobs wrote `config-var.go' wrote `business-options.go' gmake[6]: *** [Makefile:1303: date-utilities.go] Seg

Re: gnucash conflicts with guile?

2017-07-20 Thread Walter Schwarzenfeld
You have an option. You can choose between guile1 and guile2. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Gnucash-2.2.7_2 - 7.2 - Core dump

2009-04-14 Thread Guido Falsi
On Mon, Apr 13, 2009 at 12:45:30PM +0200, Guido Falsi wrote: >> >> Any clue ? > > I'm having the same problem both with 7.2 and 8. It crashes when opening > any account page, I think the problem is the glib update to 2.20, or > perhaps the gtk. Gnucash already had this kind of problem in the pa

Re: Gnucash-2.2.7_2 - 7.2 - Core dump

2009-04-13 Thread Guido Falsi
Thomas Hummel wrote: Hello, I was running RELENG_7/amd64 and the gnucash-2.2.7_2 port. After the last portupgrade (I usually portupgrade -a each day) few days ago, gnucash started to launch but dumped core while trying to enter into an account. For additionnal reasons (including a half complete

Re: gnucash and goffice

2008-03-22 Thread Thomas Hummel
On Sat, Mar 22, 2008 at 07:53:30AM +1100, Peter Jeremy wrote: > I've bumped into this as well. I suspect you did a portupgrade of > goffice recently and that updated it from 0.4 to 0.6 - which (AFAIK) > gnucash won't work with. Yes. But the old (before upgrade to 2.2.3_3) gnucash-2.2.0_1 depen

Re: gnucash and goffice

2008-03-21 Thread Peter Jeremy
On Fri, Mar 21, 2008 at 01:58:33PM +0100, Thomas Hummel wrote: >the gnucash-2.2.3_3 port doesn't compile on FreeBSD-7 STABLE (amd64) because of >a goffice header it cannot find : > > gnc-html-graph-gog.c:47:56: error: goffice/graph/gog-renderer-gnome-print.h: > No such file or directory > >Two di

Re: gnucash does not compile

2007-05-31 Thread Momchil Ivanov
PR filled: ports/113208 -- PGP KeyID: 0x3118168B Keyserver: pgp.mit.edu Key fingerprint BB50 2983 0714 36DC D02E  158A E03D 56DA 3118 168B pgp8eP3d6RWPK.pgp Description: PGP signature

Re: gnucash does not compile

2007-05-31 Thread Momchil Ivanov
On Friday 01 June 2007 02:45:12 Kris Kennaway wrote: > > OK, your log just didn't show that being the problem :) > > Kris Maybe should have explained my thoughts: Error: shared library "ktoblzcheck.4" does not exist as I saw that I checked what the ktoblzcheck port installs and it installs vers

Re: gnucash does not compile

2007-05-31 Thread Kris Kennaway
On Fri, Jun 01, 2007 at 02:40:50AM +0200, Momchil Ivanov wrote: > On Friday 01 June 2007 02:30:09 Kris Kennaway wrote: > > The error indicates you forgot to a) make clean to remove stale > > ktoblzcheck build directory, b) upgrade that port first. > > > > Kris > > This fixes the problem for me, it

Re: gnucash does not compile

2007-05-31 Thread Momchil Ivanov
On Friday 01 June 2007 02:30:09 Kris Kennaway wrote: > The error indicates you forgot to a) make clean to remove stale > ktoblzcheck build directory, b) upgrade that port first. > > Kris This fixes the problem for me, it compiles and runs after that --- Makefile.orig Fri Jun 1 02:02:25 200

Re: gnucash does not compile

2007-05-31 Thread Kris Kennaway
On Fri, Jun 01, 2007 at 01:58:36AM +0200, Momchil Ivanov wrote: > Hi, > > I`ve cvsuped ports as of yesterday 2007.05.31 and after portupgrade gnucash > does not compile: > > ===> gnucash-2.0.5_4 depends on shared library: ktoblzcheck.4 - not found > ===>Verifying install for ktoblzcheck.4

Re: gnucash on amd64 6.2-stable pkg_add runs, but app fails

2007-03-03 Thread Jeremy Messenger
On Thu, 01 Mar 2007 02:58:36 -0600, perlcat <[EMAIL PROTECTED]> wrote: Having no end of trouble getting gnucash going. Running pkg_add -r gnucash installs the app with minor dependency issues (fixed the major ones already) ran cvsup yesterday, so sources are pretty current. make buildworld an

Re: gnucash on amd64 6.2-stable pkg_add runs, but app fails

2007-03-01 Thread Jeremy Messenger
On Thu, 01 Mar 2007 12:07:43 -0600, Peter Jeremy <[EMAIL PROTECTED]> wrote: On 2007-Mar-01 02:58:36 -0600, perlcat <[EMAIL PROTECTED]> wrote: configure: error: "libffi has not been ported to amd64-portbld-freebsd6.2." configure: error: /bin/sh './configure' failed for libffi libffi isn't

Re: gnucash on amd64 6.2-stable pkg_add runs, but app fails

2007-03-01 Thread Peter Jeremy
On 2007-Mar-01 02:58:36 -0600, perlcat <[EMAIL PROTECTED]> wrote: >When I run gnucash from command line, it waits about 3 minutes before the >splash comes up, libltdl-1.5.22_2 will fix this. >: Unable to find file "hbci/hbci.scm" in load path > >I'm not in the slightest interested in the home ba

Re: GnuCash

2007-02-28 Thread Ade Lovett
On Feb 28, 2007, at 02:51 , Peter Jeremy wrote: Either libltdl/configure needs to be patched or (libltdl/acinclude.m4 needs to be patched and the relevant auto* tools included as build dependencies). Today's commit fixed the issue. Since devel/libtool15 actually installs libltdl/acinclude.m

Re: GnuCash

2007-02-28 Thread Peter Jeremy
On 2007-Feb-27 12:45:10 -0800, Ade Lovett <[EMAIL PROTECTED]> wrote: >On Feb 27, 2007, at 09:41 , Peter Jeremy wrote: >>The configure step is then repeated with the same result as the >>first time. >> >>The solution would appear to be one of: >>- Directly patch configure (as my patch did) > >Ok.

Re: GnuCash

2007-02-28 Thread Karel Miklav
Thank you very much! ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: GnuCash

2007-02-28 Thread Stefan Walter
Ade Lovett, 28.02.07, 17:05h CET: > On Feb 28, 2007, at 00:31 , Karel Miklav wrote: > > >Is somebody able to fix this quickly or should I > >say something for the GnuCash FAQ? > > This should all be fixed in the latest commit to libtool (now > 1.5.22_4) and libltdl (now 1.5.22_2) It works fin

Re: GnuCash

2007-02-28 Thread Ade Lovett
On Feb 28, 2007, at 00:31 , Karel Miklav wrote: Is somebody able to fix this quickly or should I say something for the GnuCash FAQ? This should all be fixed in the latest commit to libtool (now 1.5.22_4) and libltdl (now 1.5.22_2) -aDe ___ free

Re: GnuCash

2007-02-27 Thread Jeremy Messenger
On Tue, 27 Feb 2007 23:30:02 -0600, Karel Miklav <[EMAIL PROTECTED]> wrote: Peter Jeremy wrote: > After re-implementing my configure patch, re-building libltdl15 and > completing the gnucash upgrade, everything works correctly. I must confirm, that this works for me too. Thank you very much

Re: GnuCash

2007-02-27 Thread Karel Miklav
Peter Jeremy wrote: > After re-implementing my configure patch, re-building libltdl15 and > completing the gnucash upgrade, everything works correctly. I must confirm, that this works for me too. Thank you very much. -- mama# cd /usr/ports/devel/libtool15 mama# ll files total 4 -rw-r--r-- 1 ro

Re: GnuCash

2007-02-27 Thread Ade Lovett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 27, 2007, at 09:41 , Peter Jeremy wrote: The configure step is then repeated with the same result as the first time. The solution would appear to be one of: - Directly patch configure (as my patch did) Ok. I'm a little confused now. Ar

Re: GnuCash

2007-02-27 Thread Peter Jeremy
On 2007-Feb-26 18:05:27 -0800, Ade Lovett <[EMAIL PROTECTED]> wrote: > >On Feb 26, 2007, at 16:20 , Scott T. Hildreth wrote: > >>I had to follow these instructions, not sure if they still apply, >> >>http://lists.freebsd.org/pipermail/freebsd-ports/2006-December/ >>037261.html > >No longer needed.

Re: GnuCash

2007-02-27 Thread Karel Miklav
Geez, I deinstaled _everything_, wiped /usr/local, /var/db/pkg/ and /var/db/ports and rebuilt, but GnuCash still does not work. Ok, not precisely; it just never starts :) -- Regards, Karel Miklav ___ freebsd-ports@freebsd.org mailing list http://lists

Re: GnuCash

2007-02-26 Thread Ade Lovett
On Feb 26, 2007, at 16:20 , Scott T. Hildreth wrote: I had to follow these instructions, not sure if they still apply, http://lists.freebsd.org/pipermail/freebsd-ports/2006-December/ 037261.html No longer needed. The latest version of devel/libtool15 and devel/ libltdl15 have this taken c

Re: GnuCash

2007-02-26 Thread Scott T. Hildreth
I had to follow these instructions, not sure if they still apply, http://lists.freebsd.org/pipermail/freebsd-ports/2006-December/037261.html On Mon, 2007-02-26 at 20:20 +0100, Karel Miklav wrote: > I made a port of GnuCash 2 from flotsam found on the net, > but last month totally lost track. I

Re: gnucash will not install/run.... [SOLVED]

2006-12-03 Thread Scott T. Hildreth
On Sun, 2006-12-03 at 00:31 -0600, Eric Schuele wrote: > On 12/02/06 15:59, Scott T. Hildreth wrote: > > > > On Sat, 2006-11-25 at 12:44 +1100, Peter Jeremy wrote: > >> On Fri, 2006-Nov-24 18:53:28 -0600, Scott T. Hildreth wrote: > >>> "you need to set "libltdl_cv_sys_dlopen_deplibs=yes" in the en

Re: gnucash will not install/run.... [SOLVED]

2006-12-02 Thread Eric Schuele
On 12/02/06 15:59, Scott T. Hildreth wrote: On Sat, 2006-11-25 at 12:44 +1100, Peter Jeremy wrote: On Fri, 2006-Nov-24 18:53:28 -0600, Scott T. Hildreth wrote: "you need to set "libltdl_cv_sys_dlopen_deplibs=yes" in the environment before running the ./configure command." ...does this apply t

Re: gnucash will not install/run.... [SOLVED]

2006-12-02 Thread Scott T. Hildreth
On Sat, 2006-11-25 at 12:44 +1100, Peter Jeremy wrote: > On Fri, 2006-Nov-24 18:53:28 -0600, Scott T. Hildreth wrote: > >"you need to set "libltdl_cv_sys_dlopen_deplibs=yes" in the environment > > before running the ./configure command." > > > >...does this apply to gnucash2 as well? > > Yes. >

Re: gnucash will not install/run.... [SOLVED]

2006-11-25 Thread Eric Schuele
On 11/25/06 05:48, Ed P wrote: Hi All On 11/24/06, Peter Jeremy <[EMAIL PROTECTED]> wrote: On Fri, 2006-Nov-24 18:53:28 -0600, Scott T. Hildreth wrote: >"you need to set "libltdl_cv_sys_dlopen_deplibs=yes" in the environment > before running the ./configure command." > >...does this apply to gn

Re: gnucash will not install/run.... [SOLVED]

2006-11-25 Thread Ed P
Hi All On 11/24/06, Peter Jeremy <[EMAIL PROTECTED]> wrote: On Fri, 2006-Nov-24 18:53:28 -0600, Scott T. Hildreth wrote: >"you need to set "libltdl_cv_sys_dlopen_deplibs=yes" in the environment > before running the ./configure command." > >...does this apply to gnucash2 as well? Yes. > If I r

Re: gnucash will not install/run.... [SOLVED]

2006-11-24 Thread Peter Jeremy
On Fri, 2006-Nov-24 18:53:28 -0600, Scott T. Hildreth wrote: >"you need to set "libltdl_cv_sys_dlopen_deplibs=yes" in the environment > before running the ./configure command." > >...does this apply to gnucash2 as well? Yes. > If I run strace on the process >it just keeps spinning through the li

Re: gnucash will not install/run.... [SOLVED]

2006-11-24 Thread Scott T. Hildreth
Well, I got gnucash2 compiled and installed, but it won't start up. It's running in the background but the gui is not showing up. I checked the Gnucash FAQ about slow starts on FreeBSD and it says to, "you need to set "libltdl_cv_sys_dlopen_deplibs=yes" in the environment before running the ./

Re: gnucash will not install/run.... [SOLVED]

2006-11-23 Thread Scott T. Hildreth
Just curious, why would gnucash2 depend on gal & libglade? Why wouldn't these be gal2 & libglade2? On Fri, 2006-11-17 at 05:25 +1100, Peter Jeremy wrote: > On Sun, 2006-Nov-12 11:49:45 -0600, Scott T. Hildreth wrote: > >On Sun, 2006-10-22 at 10:11 +1000, Peter Jeremy wrote: > >> I've come up wit

Re: GNUCash 2.0 port

2006-11-16 Thread Doug Poland
On Thu, November 16, 2006 12:30, Peter Jeremy wrote: > On Thu, 2006-Nov-16 10:58:17 -0500, Frank J. Laszlo wrote: >>Please read the entire PR, including all comments. Most notably the >>last few on ports/93216. > > Hmmm. I was unaware of that port - I will have to see how it differs > to what I d

Re: GNUCash 2.0 port

2006-11-16 Thread Peter Jeremy
On Thu, 2006-Nov-16 10:58:17 -0500, Frank J. Laszlo wrote: >Please read the entire PR, including all comments. Most notably the >last few on ports/93216. Hmmm. I was unaware of that port - I will have to see how it differs to what I did. Thanks for the pointer. For Doug's benefit, my port can b

Re: gnucash will not install/run.... [SOLVED]

2006-11-16 Thread Peter Jeremy
On Sun, 2006-Nov-12 11:49:45 -0600, Scott T. Hildreth wrote: >On Sun, 2006-10-22 at 10:11 +1000, Peter Jeremy wrote: >> I've come up with a port for gnucash 2.0.2 and it seems to work so I >> might just migrate rather than trying to get gnucash 1.8 working. >> > >Peter is this port working? I'v

Re: GNUCash 2.0 port

2006-11-16 Thread Doug Poland
On Thu, November 16, 2006 09:58, Frank J. Laszlo wrote: > Doug Poland wrote: >>> >>> See ports/93216 and ports/94826. >>> >> Thank you. Those PR's relate to issues in the 1.9.x version of >> GnuCash. The post I'm referring to... >> > Please read the entire PR, including all comments. Most notabl

Re: GNUCash 2.0 port

2006-11-16 Thread Frank J. Laszlo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Doug Poland wrote: > On Mon, November 13, 2006 19:20, Frank J. Laszlo wrote: >> Doug Poland wrote: >>> >> See ports/93216 and ports/94826. >> > Thank you. Those PR's relate to issues in the 1.9.x version of > GnuCash. The post I'm referring to > (

Re: GNUCash 2.0 port

2006-11-16 Thread Doug Poland
On Mon, November 13, 2006 19:20, Frank J. Laszlo wrote: > Doug Poland wrote: >> >> I was searching the list archives and came across a post by Peter >> Jeremy. He stated that he has a GNUCash 2.0 port. Does anyone know >> the status of the port? I couldn't find it querying the PR >> database. >>

Re: GNUCash 2.0 port

2006-11-15 Thread Frank J. Laszlo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Doug Poland wrote: > Hello, > > I was searching the list archives and came across a post by Peter > Jeremy. He stated that he has a GNUCash 2.0 port. Does anyone know > the status of the port? I couldn't find it querying the PR database. > See po

Re: gnucash will not install/run.... [SOLVED]

2006-11-12 Thread Scott T. Hildreth
On Sun, 2006-10-22 at 10:11 +1000, Peter Jeremy wrote: > On Sat, 2006-Oct-21 13:59:08 -0500, Jeremy Messenger wrote: > >On Sat, 21 Oct 2006 12:47:38 -0500, Eric Schuele <[EMAIL PROTECTED]> > >>It appears there is a patch file (patch-aa) missing from the 1.3.4,1 > >>version of the port that is p

Re: gnucash will not install/run.... [SOLVED]

2006-10-21 Thread Peter Jeremy
On Sat, 2006-Oct-21 13:59:08 -0500, Jeremy Messenger wrote: >On Sat, 21 Oct 2006 12:47:38 -0500, Eric Schuele <[EMAIL PROTECTED]> >>It appears there is a patch file (patch-aa) missing from the 1.3.4,1 >>version of the port that is present in 1.3.4_9. If its necessary I >>don't know... but th

Re: gnucash will not install/run.... [SOLVED]

2006-10-21 Thread Jeremy Messenger
On Sat, 21 Oct 2006 12:47:38 -0500, Eric Schuele <[EMAIL PROTECTED]> wrote: On 10/21/06 12:38, Eric Schuele wrote: On 10/20/06 20:05, Peter Jeremy wrote: On Fri, 2006-Oct-20 08:15:22 -0500, Eric Schuele wrote: I have tried this and many other variants. Not quite sure what else to do here.

Re: gnucash will not install/run.... [SOLVED]

2006-10-21 Thread Eric Schuele
On 10/21/06 12:38, Eric Schuele wrote: On 10/20/06 20:05, Peter Jeremy wrote: On Fri, 2006-Oct-20 08:15:22 -0500, Eric Schuele wrote: I have tried this and many other variants. Not quite sure what else to do here. It is installed now. All necessary dependencies are present. It simply segfau

Re: gnucash will not install/run.... [SOLVED]

2006-10-21 Thread Eric Schuele
On 10/20/06 20:05, Peter Jeremy wrote: On Fri, 2006-Oct-20 08:15:22 -0500, Eric Schuele wrote: I have tried this and many other variants. Not quite sure what else to do here. It is installed now. All necessary dependencies are present. It simply segfaults when I start it. Likewise here - o

Re: gnucash will not install/run....

2006-10-21 Thread Eric Schuele
On 10/20/06 14:44, Duane Whitty wrote: On Thu, Oct 19, 2006 at 02:37:18PM -0500, Eric Schuele wrote: Hello, I'm having a terrible time with gnucash I portupgraded an enormous amount of stuff yesterday. The only big problems I had were related to gnucash. I had cvsup'ed somewhere in betwe

Re: gnucash will not install/run....

2006-10-20 Thread Eric Schuele
On 10/20/06 20:05, Peter Jeremy wrote: On Fri, 2006-Oct-20 08:15:22 -0500, Eric Schuele wrote: I have tried this and many other variants. Not quite sure what else to do here. It is installed now. All necessary dependencies are present. It simply segfaults when I start it. Likewise here - o

Re: gnucash will not install/run....

2006-10-20 Thread Peter Jeremy
On Fri, 2006-Oct-20 08:15:22 -0500, Eric Schuele wrote: >I have tried this and many other variants. Not quite sure what else to >do here. It is installed now. All necessary dependencies are present. > It simply segfaults when I start it. Likewise here - on both i386 and amd64. I've also comp

Re: gnucash will not install/run....

2006-10-20 Thread Eric Schuele
On 10/20/06 14:44, Duane Whitty wrote: On Thu, Oct 19, 2006 at 02:37:18PM -0500, Eric Schuele wrote: Hello, I'm having a terrible time with gnucash I portupgraded an enormous amount of stuff yesterday. The only big problems I had were related to gnucash. I had cvsup'ed somewhere in betwe

Re: gnucash will not install/run....

2006-10-20 Thread Duane Whitty
On Thu, Oct 19, 2006 at 02:37:18PM -0500, Eric Schuele wrote: > Hello, > > I'm having a terrible time with gnucash > > I portupgraded an enormous amount of stuff yesterday. The only big > problems I had were related to gnucash. I had cvsup'ed somewhere in > between important commits of the

Re: gnucash will not install/run....

2006-10-20 Thread Eric Schuele
On 10/20/06 04:27, Kay Abendroth wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eric Schuele wrote: On 10/19/06 20:17, Kay Abendroth wrote: You should try: portupgrade -f lang/slib-guile && portupgrade -f finance/gnucash Thank you for the response. Actually I have tried that.

Re: gnucash will not install/run....

2006-10-20 Thread Kay Abendroth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eric Schuele wrote: > On 10/19/06 20:17, Kay Abendroth wrote: > > You should try: > > portupgrade -f lang/slib-guile && portupgrade -f finance/gnucash > >> Thank you for the response. > >> Actually I have tried that. Still no go. Presentl

Re: gnucash will not install/run....

2006-10-19 Thread Eric Schuele
On 10/19/06 20:17, Kay Abendroth wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 You should try: portupgrade -f lang/slib-guile && portupgrade -f finance/gnucash Thank you for the response. Actually I have tried that. Still no go. Presently churning through `portupgrade -f

Re: gnucash will not install/run....

2006-10-19 Thread Kay Abendroth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 You should try: portupgrade -f lang/slib-guile && portupgrade -f finance/gnucash Greetings, Kay Eric Schuele wrote: > Hello, > > I'm having a terrible time with gnucash > > I portupgraded an enormous amount of stuff yesterday. T