Re: Gnucash 5.12 i686 build failure - Fwd: [void-linux/void-packages] PR run failed: Check build - gnucash: update to 5.12. (4f35e2d)

2025-07-15 Thread Manfred Usselmann
2025, at 15:12, Manfred Usselmann wrote: Hi, I tried to update the gnucash package in void linux from 5.9 to 5.12. No further changes to the package configuration. My local build worked fine, but I was surprised to get a build failure for the i686 environment with the PR. This must hav

Re: Gnucash 5.12 i686 build failure - Fwd: [void-linux/void-packages] PR run failed: Check build - gnucash: update to 5.12. (4f35e2d)

2025-07-15 Thread Manfred Usselmann
urprised to get a build failure for the i686 environment with the PR. This must have worked before. The failure is in test 17 sqlite3/safe_save for 64-bit int: int64-val/2148634028 (64-bit int) int64-val/-2146333268 (64-bit int) 17/129 Test #17: test-backend-dbi ..SIGT

Re: Gnucash 5.12 i686 build failure - Fwd: [void-linux/void-packages] PR run failed: Check build - gnucash: update to 5.12. (4f35e2d)

2025-07-15 Thread John Ralls
void linux from 5.9 to 5.12. No > further changes to the package configuration. > > My local build worked fine, but I was surprised to get a build failure for > the i686 environment with the PR. This must have worked before. > > The failure is in test 17 sqlite3/safe_sa

Gnucash 5.12 i686 build failure - Fwd: [void-linux/void-packages] PR run failed: Check build - gnucash: update to 5.12. (4f35e2d)

2025-07-14 Thread Manfred Usselmann
Hi, I tried to update the gnucash package in void linux from 5.9 to 5.12. No further changes to the package configuration. My local build worked fine, but I was surprised to get a build failure for the i686 environment with the PR. This must have worked before. The failure is in test 17

Re: [GNC-dev] Build failure

2022-11-28 Thread Alex Aycinena
Bob, Thanks for your feedback. Based on it, I did a 'git pull' and did a successful build and installation and gnucash ran. I was having an intermittent problem like this with F36 as well. Seems like it is not a gnucash issue at all but something with my environment. Regards, Alex On Mon, Nov 2

Re: [GNC-dev] Build failure

2022-11-28 Thread Robert Fewell
Alex, Just for info I updated my Fedora test VM to 37 and was able to do a clean build. Regards, Bob On Wed, 23 Nov 2022 at 20:06, Alex Aycinena wrote: > Hello, > > I was doing a clean build with a new checkout on a Fedora 37 VM and > received the following (this was after a partial build that

[GNC-dev] Build failure

2022-11-23 Thread Alex Aycinena
Hello, I was doing a clean build with a new checkout on a Fedora 37 VM and received the following (this was after a partial build that resulted in the terminal window disappearing, so I couldn't see any messages; then I opened a new terminal window and started the build again): [gnucash-dev@HPFed

Re: [GNC-dev] gnucash 3.2 build failure

2018-07-16 Thread Carol & David Weiner
Graham Menhennitt, Your GUESS concerning the output and build directories being the same and causing the error was exactly correct. I assume you are very smart; but, there is nothing like experience in addition. Thank you very much for taking the time to help me. David > > > On Jul 15, 2018,

Re: [GNC-dev] gnucash 3.2 build failure

2018-07-16 Thread John Ralls
Please remember to copy the list on all replies. It looks like Graham Menhennitt might be on the right track. What did you set CMAKE_INSTALL_PREFIX to in your cmake invocation? Regards, John Ralls > On Jul 16, 2018, at 12:13 PM, Carol & David Weiner > wrote: > > John, > > Thanks for your

Re: [GNC-dev] gnucash 3.2 build failure

2018-07-15 Thread Graham Menhennitt
Just a guess... The output directory of the make install is the same directory as the build directory (I've made this mistake in the past). Graham On 16/07/2018 12:36 PM, John Ralls wrote: On Jul 15, 2018, at 3:05 PM, Carol & David Weiner wrote: Trying to build gnucash 3.2 from a tar fi

Re: [GNC-dev] gnucash 3.2 build failure

2018-07-15 Thread John Ralls
> On Jul 15, 2018, at 3:05 PM, Carol & David Weiner > wrote: > > Trying to build gnucash 3.2 from a tar file on a Debian Stretch > system. CMAKE and MAKE run to completion just fine. If I look at > /build_directory/lib/gnucash/ I see a number of libraries including > libgncmod-app-utils.so.

[GNC-dev] gnucash 3.2 build failure

2018-07-15 Thread Carol & David Weiner
Trying to build gnucash 3.2 from a tar file on a Debian Stretch system.  CMAKE and MAKE run to completion just fine.  If I look at /build_directory/lib/gnucash/ I see a number of libraries including libgncmod-app-utils.so.  If I run 'sudo make install' it fails because libgncmod-app-utils.so is not

Re: Docs build failure

2018-02-20 Thread Derek Atkins
Geert Janssens writes: > I think @CMAKE_SOURCE_DIR@ would have worked just fine as well. cmake's > configure_file command works with both formats. I don't know why John chose > the shell-like variable notation. > > But yes, the changes were necessary to get configure_file to work. It would > n

Re: Docs build failure

2018-02-16 Thread Geert Janssens
Op vrijdag 16 februari 2018 17:56:12 CET schreef Derek Atkins: > Hi, > > I finally fixed the docs build to properly build doxygen.cfg now that > the Makefile.am is gone in master, but then last night (the first run > since I made the fix) I get this error: > > warning: tag INCLUDE_PATH: include p

Docs build failure

2018-02-16 Thread Derek Atkins
Hi, I finally fixed the docs build to properly build doxygen.cfg now that the Makefile.am is gone in master, but then last night (the first run since I made the fix) I get this error: warning: tag INCLUDE_PATH: include path `${CMAKE_SOURCE_DIR}/libgnucash/engine/' does not exist warning: tag INPU

gnucash-docs build failure

2016-12-12 Thread Derek Atkins
Hi, The gnucash-docs build has failed the past two nights. Here's the current error -derek make[2]: Entering directory `/home/gnucash-docs/gnucash-docs/guide/it' /bin/sh /home/gnucash-docs/gnucash-docs/install-sh -d "gnucash-guide"; \ for file in gnucash-guide.xml; do \ /usr/bin/xsltproc \

Re: Build failure on master

2015-09-22 Thread Geert Janssens
On Tuesday 22 September 2015 06:59:09 John Ralls wrote: > > On Sep 22, 2015, at 3:59 AM, Geert Janssens > > wrote: > > > > Build log: > > > > make[5]: Entering directory > > '/kobaltnet/janssege/Development/builds/gnucash/master/src/libqof/q > > of' > > > > https://github.com/Gnucash/gnucash/co

Re: Build failure on master

2015-09-22 Thread John Ralls
> On Sep 22, 2015, at 3:59 AM, Geert Janssens > wrote: > > Build log: > > make[5]: Entering directory > '/kobaltnet/janssege/Development/builds/gnucash/master/src/libqof/q > of' > > https://github.com/Gnucash/gnucash/commit/86320a4d11188bbc > > I suppose qofint128 has a new equivalent on m

Re: Build failure on master

2015-09-22 Thread Geert Janssens
Odd, that's the second time I don't see text I copy/pasted from a terminal after receiving my mail via the mailing list. I'll add the build log as an attachment. Perhaps that works better... Regards, Geert make[5]: Entering directory '/kobaltnet/janssege/Development/builds/gnucash/master/src

Build failure on master

2015-09-22 Thread Geert Janssens
Build log: make[5]: Entering directory '/kobaltnet/janssege/Development/builds/gnucash/master/src/libqof/q of' https://github.com/Gnucash/gnucash/commit/86320a4d11188bbc I suppose qofint128 has a new equivalent on master since the qof rewrites ? Regards, Geert __

Re: Windows Build failure

2015-07-31 Thread Robert Fewell
John, Have built from scratch and confirm Gnucash starts OK from creating a dist file. Not sure if this is related or just a coincidence, but if I try and start from the inst/bin/gnucash-launcher.cmd I get the following error... 'The procedure __gmpn_cnd_add_n can not be found in libgmp-10.dll'

Re: Windows Build failure

2015-07-28 Thread John Ralls
> On Jul 27, 2015, at 12:59 PM, John Ralls wrote: > > >> On Jul 27, 2015, at 10:21 AM, Robert Fewell <14ubo...@gmail.com> wrote: >> >> John, >> >> I have given it a try and it partially fixes the problem. Gnucash now builds >> OK but it still failed on startup. Just to make sure I created a

Re: Windows Build failure

2015-07-27 Thread John Ralls
> On Jul 27, 2015, at 10:21 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > John, > > I have given it a try and it partially fixes the problem. Gnucash now builds > OK but it still failed on startup. Just to make sure I created a setup.exe > from the dist script and installed that which fail

Re: Windows Build failure

2015-07-27 Thread Robert Fewell
John, I have given it a try and it partially fixes the problem. Gnucash now builds OK but it still failed on startup. Just to make sure I created a setup.exe from the dist script and installed that which failed initially because it could not find the lib_boost_date.dll, these were in the lib direc

Re: Windows Build failure

2015-07-25 Thread John Ralls
> On Jul 25, 2015, at 7:19 AM, John Ralls wrote: > >> >> On Jul 25, 2015, at 2:55 AM, Robert Fewell <14ubo...@gmail.com> wrote: >> >> John, >> >> Still no luck with your revised patch. There is no codecvt header file but I >> did find one in bits/codecvt.h, tried adding that instead but stil

Re: Windows Build failure

2015-07-25 Thread John Ralls
> On Jul 25, 2015, at 2:55 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > John, > > Still no luck with your revised patch. There is no codecvt header file but I > did find one in bits/codecvt.h, tried adding that instead but still failed, > looked in that file and seemed to imply it should

Re: Windows Build failure

2015-07-25 Thread Robert Fewell
John, Still no luck with your revised patch. There is no codecvt header file but I did find one in bits/codecvt.h, tried adding that instead but still failed, looked in that file and seemed to imply it should not be used directly and maybe locale is the way to go. Tried that and get the following

Re: Windows Build failure

2015-07-24 Thread John Ralls
> On Jul 24, 2015, at 6:09 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > John, > > Still trying to compile with your patch with the following changes for > load_windows_default_tz... > > void > TimeZoneProvider::load_windows_default_tz() > { > TIME_ZONE_INFORMATION tzi {}; > if (Ge

Re: Windows Build failure

2015-07-24 Thread Robert Fewell
John, Still trying to compile with your patch with the following changes for load_windows_default_tz... void TimeZoneProvider::load_windows_default_tz() { TIME_ZONE_INFORMATION tzi {}; if (GetTimeZoneInformation (&tzi) == TIME_ZONE_ID_INVALID) throw std::invalid_argument ("No defa

Re: Windows Build failure

2015-07-23 Thread John Ralls
> On Jul 21, 2015, at 9:18 AM, John Ralls wrote: > > >> On Jul 21, 2015, at 3:28 AM, Robert Fewell <14ubo...@gmail.com> wrote: >> >> John, >> >> I have found a better windows version of gdb and have set the break point >> and catch point as requested. Now running gnucash from gdb the excepti

Re: Windows Build failure

2015-07-21 Thread John Ralls
> On Jul 21, 2015, at 3:28 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > John, > > I have found a better windows version of gdb and have set the break point and > catch point as requested. Now running gnucash from gdb the exception stems > from getting time zone information from gnc-timezo

Re: Windows Build failure

2015-07-20 Thread John Ralls
> On Jul 20, 2015, at 10:59 AM, John Ralls wrote: > > >> On Jul 20, 2015, at 9:57 AM, Robert Fewell <14ubo...@gmail.com> wrote: >> >> I had but I do not think I was doing it correctly, see attached, once I >> click on OK I get the program exited with code 03. >> > > Robert, > > OK, that me

Re: Windows Build failure

2015-07-20 Thread John Ralls
> On Jul 20, 2015, at 9:57 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > I had but I do not think I was doing it correctly, see attached, once I click > on OK I get the program exited with code 03. > Robert, OK, that means it’s terminating either from an unhandled exception or an assert.

Re: Windows Build failure

2015-07-20 Thread John Ralls
> On Jul 20, 2015, at 7:41 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > John, > > > All the builds in May and June will install and if you start one it stops > saying it can not find libboost_date_time.dll. If I copy that dll from the > gcdev/boost/lib to the gnucash/bin directory you ge

Re: Windows Build failure

2015-07-20 Thread Robert Fewell
John, All the builds in May and June will install and if you start one it stops saying it can not find libboost_date_time.dll. If I copy that dll from the gcdev/boost/lib to the gnucash/bin directory you get the Runtime Error straight away as attached. Robert On 20 July 2015 at 15:22, John Rall

Re: Windows Build failure

2015-07-20 Thread John Ralls
> On Jul 20, 2015, at 4:05 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > OK, deleted all folders in gcdev apart from the git ones and reran the vb > script and then the install.sh file. This recompiled all dependencies and > also gnucash. > > Tried to start it from the gcdev/gnucash/inst/b

Re: Windows Build failure

2015-07-20 Thread Robert Fewell
OK, deleted all folders in gcdev apart from the git ones and reran the vb script and then the install.sh file. This recompiled all dependencies and also gnucash. Tried to start it from the gcdev/gnucash/inst/bin/gnucash-launcher.cmd which failed as boost libraries was not in path. Added new path e

Re: Windows Build failure

2015-07-15 Thread John Ralls
> On Jul 15, 2015, at 8:51 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > I tried to build the windows version on my XP VM but it failed with the > following error... > Did a git pull on gnucash-on-windows.git and gnucash.git to get the latest > builds and then ran the install.sh under mingw w

Windows Build failure

2015-07-15 Thread Robert Fewell
I tried to build the windows version on my XP VM but it failed with the following error... Did a git pull on gnucash-on-windows.git and gnucash.git to get the latest builds and then ran the install.sh under mingw which updated some parts of the software as usual but the gnucash sections fails. Hav

Re: build failure

2015-05-12 Thread Christoph Holtermann
Am 11.05.2015 um 21:35 schrieb John Ralls: >> On May 11, 2015, at 11:55 AM, Christoph Holtermann >> wrote: >> >> Am 11.05.2015 um 16:26 schrieb John Ralls: On May 11, 2015, at 2:43 AM, Christoph Holtermann wrote: Hello, can't make the current gnucash libt

Re: build failure

2015-05-11 Thread John Ralls
> On May 11, 2015, at 1:00 PM, Derek Atkins wrote: > > > On Mon, May 11, 2015 3:35 pm, John Ralls wrote: >> > [snip] >>> Hello John, >>> >>> it's boost 1.53.0 on openSUSE 13.1. >>> >> >> Please remember to copy the list on all replies. >> >> OK, well the fix was r84636, or >> https://githu

Re: build failure

2015-05-11 Thread Christoph Holtermann
Hello, Am 11.05.2015 um 16:26 schrieb Derek Atkins: > Hi, > > Christoph Holtermann writes: > >> Hello, >> >> can't make the current gnucash >> >> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/libqof/qof >> -I../../.. -I../../../../lib/libc -I../../../../src -pthread >> -I/usr/inc

Re: build failure

2015-05-11 Thread Derek Atkins
On Mon, May 11, 2015 3:35 pm, John Ralls wrote: > [snip] >> Hello John, >> >> it's boost 1.53.0 on openSUSE 13.1. >> > > Please remember to copy the list on all replies. > > OK, well the fix was r84636, or > https://github.com/boostorg/date_time/commit/47c81a90335c1da15be02575456b65296f96946e, > t

Re: build failure

2015-05-11 Thread John Ralls
> On May 11, 2015, at 11:55 AM, Christoph Holtermann > wrote: > > Am 11.05.2015 um 16:26 schrieb John Ralls: >>> On May 11, 2015, at 2:43 AM, Christoph Holtermann >>> wrote: >>> >>> Hello, >>> >>> can't make the current gnucash >>> >>> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../

Re: build failure

2015-05-11 Thread John Ralls
> On May 11, 2015, at 2:43 AM, Christoph Holtermann wrote: > > Hello, > > can't make the current gnucash > > libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/libqof/qof > -I../../.. -I../../../../lib/libc -I../../../../src -pthread > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/in

Re: build failure

2015-05-11 Thread Derek Atkins
Hi, Christoph Holtermann writes: > Hello, > > can't make the current gnucash > > libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/libqof/qof > -I../../.. -I../../../../lib/libc -I../../../../src -pthread > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include > -DG_LO

build failure

2015-05-11 Thread Christoph Holtermann
Hello, can't make the current gnucash libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../../src/libqof/qof -I../../.. -I../../../../lib/libc -I../../../../src -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include -DG_LOG_DOMAIN=\"qof\" -Wall -Wno-unused -Wno-deprecated

Re: Build failure with dbi enabled

2015-04-25 Thread Geert Janssens
On Friday 24 April 2015 14:35:51 Alex Aycinena wrote: > > Just to confirm that I have been having this problem also, showing up > all of a sudden, for a week or so on both F20 & F21. Since I am > focusing on other gnucash work I just worked around it by using the > no dbi config switch. > > Alex

Re: Build failure with dbi enabled

2015-04-25 Thread Geert Janssens
On Friday 24 April 2015 14:29:39 John Ralls wrote: > > On Apr 24, 2015, at 8:54 AM, Geert Janssens > > wrote:> > > On Friday 24 April 2015 07:31:02 John Ralls wrote: > >>> On Apr 24, 2015, at 6:36 AM, Geert Janssens > >>> wrote: > >>> > >>> I upgraded to Fedora 21 a couple of days ago and today

Re: Build failure with dbi enabled

2015-04-24 Thread Alex Aycinena
Geert, > -- Forwarded message -- > From: Geert Janssens > To: gnucash-devel@gnucash.org > Cc: > Date: Fri, 24 Apr 2015 17:54:02 +0200 > Subject: Re: Build failure with dbi enabled > On Friday 24 April 2015 07:31:02 John Ralls wrote: > > > On A

Re: Build failure with dbi enabled

2015-04-24 Thread John Ralls
> On Apr 24, 2015, at 8:54 AM, Geert Janssens > wrote: > > On Friday 24 April 2015 07:31:02 John Ralls wrote: >>> On Apr 24, 2015, at 6:36 AM, Geert Janssens >>> wrote: >>> >>> I upgraded to Fedora 21 a couple of days ago and today I reran a >>> gnucash build for the first time since that upg

Re: Build failure with dbi enabled

2015-04-24 Thread Geert Janssens
On Friday 24 April 2015 07:31:02 John Ralls wrote: > > On Apr 24, 2015, at 6:36 AM, Geert Janssens > > wrote: > > > > I upgraded to Fedora 21 a couple of days ago and today I reran a > > gnucash build for the first time since that upgrade. > > > > As the upgrade changes lots of libraries I decid

Re: Build failure with dbi enabled

2015-04-24 Thread John Ralls
> On Apr 24, 2015, at 6:36 AM, Geert Janssens > wrote: > > I upgraded to Fedora 21 a couple of days ago and today I reran a gnucash > build for the first > time since that upgrade. > > As the upgrade changes lots of libraries I decided to start clean. That is, > remove build directory > an

Build failure with dbi enabled

2015-04-24 Thread Geert Janssens
I upgraded to Fedora 21 a couple of days ago and today I reran a gnucash build for the first time since that upgrade. As the upgrade changes lots of libraries I decided to start clean. That is, remove build directory and start with a call to autogen.sh. The call to autogen.sh triggers the sam

Re: Build failure

2012-07-01 Thread John Ralls
On Jul 1, 2012, at 8:03 PM, Robert Fewell wrote: > Hi guy's, > > Updated from SVN today and followed the same actions as before and the > build failed. The following is the error message > > gnc-backend-dbi.c: In function 'gnc_dbi_check_sqlite3_file': > gnc-backend-dbi.c:1776:10: error: ign

Build failure

2012-07-01 Thread Robert Fewell
Hi guy's, Updated from SVN today and followed the same actions as before and the build failed. The following is the error message gnc-backend-dbi.c: In function 'gnc_dbi_check_sqlite3_file': gnc-backend-dbi.c:1776:10: error: ignoring return value of 'fread', declared with attribute warn_unuse

Re: Build failure after r22105

2012-03-23 Thread Christian Stimming
Am Freitag, 23. März 2012, 18:27:52 schrieb Robert Fewell: > Hi guys, > > Just done a checkout, make dist and this works OK. Start to do the build as > I have done before and it fails on the optional directory. Looks like it > points back to the change in r22105. > > If I move the optional direct

Build failure after r22105

2012-03-23 Thread Robert Fewell
Hi guys, Just done a checkout, make dist and this works OK. Start to do the build as I have done before and it fails on the optional directory. Looks like it points back to the change in r22105. If I move the optional directory to below import-export in the src Makefile.am it works. Looking at th

Re: Docs build (was: Re: Docs build failure: jp-html)

2011-09-05 Thread Christian Stimming
Zitat von Geert Janssens : Which means that the pdf target has not rebuilt since Jul 2. However, the build rule *is*: make html pdf Are you sure there have been any changes to the source files since Jul 2 ? I don't see a need to rebuild the pdf is its sources are unchanged. (Looking at the r

Re: Docs build (was: Re: Docs build failure: jp-html)

2011-09-05 Thread Geert Janssens
On maandag 5 september 2011, Derek Atkins wrote: > Hi, > > On Sun, September 4, 2011 3:56 pm, Cristian Marchi wrote: > > Is there a way for me to see if the nightly doc builds work? can you cc > > me the nightly build so that I can check if all went right? > > Um, I don't know. Right now it's ru

Re: Docs build (was: Re: Docs build failure: jp-html)

2011-09-05 Thread Derek Atkins
Hi, On Sun, September 4, 2011 3:56 pm, Cristian Marchi wrote: > Is there a way for me to see if the nightly doc builds work? can you cc > me the nightly build so that I can check if all went right? Um, I don't know. Right now it's run out of cron and the mail-on-failure comes directly to me. I'

Docs build (was: Re: Docs build failure: jp-html)

2011-09-04 Thread Cristian Marchi
Is there a way for me to see if the nightly doc builds work? can you cc me the nightly build so that I can check if all went right? Last question: looking in the docs build tree [1] I see that pdf files are old. With what frequency the pdf and html files are generated? Thanks Cristian [1] ht

Re: Docs build failure: jp-html

2011-08-25 Thread Derek Atkins
Thanks. It works now. -derek PS: I get nightly mail about the cron job failure. I just haven't looked into it in a while.. On Thu, August 25, 2011 12:17 pm, Cristian Marchi wrote: > It should be fixed now. I forgot to add the xml files for chapter 16 and > 17. > Thanks for noticing this problem

Re: Docs build failure: jp-html

2011-08-25 Thread Cristian Marchi
It should be fixed now. I forgot to add the xml files for chapter 16 and 17. Thanks for noticing this problem. Cristian Il 25/08/2011 17:48, Derek Atkins ha scritto: There is a bug in the docs build: make[2]: Entering directory `/u1/home/gnucash/gnucash-docs/trunk/guide/ja_JP' /bin/sh /home/gn

Docs build failure: jp-html

2011-08-25 Thread Derek Atkins
There is a bug in the docs build: make[2]: Entering directory `/u1/home/gnucash/gnucash-docs/trunk/guide/ja_JP' /bin/sh /home/gnucash/gnucash-docs/trunk/install-sh -d "gnucash-guide"; \ for file in gnucash-guide.xml; do \ xsltproc -o "gnucash-guide/" --param use.id.as.filename "1" \

Re: Docs build failure -- java failure building PDF?

2011-07-01 Thread Derek Atkins
On Fri, July 1, 2011 2:02 pm, Geert Janssens wrote: > On vrijdag 1 juli 2011, Derek Atkins wrote: >> avalon-framework-4.3-3.fc15.noarch >> >> > Geert >> >> -derek > > Ok, a quick search with google shows that fop is broken on F15. > > fop-0.95 doesn't work with avalon-framework-4.3.3 [1]. Fop 1.x

Re: Docs build failure -- java failure building PDF?

2011-07-01 Thread Geert Janssens
On vrijdag 1 juli 2011, Derek Atkins wrote: > avalon-framework-4.3-3.fc15.noarch > > > Geert > > -derek Ok, a quick search with google shows that fop is broken on F15. fop-0.95 doesn't work with avalon-framework-4.3.3 [1]. Fop 1.x has been fixed in the meantime to work with avalon-framework, b

Re: Docs build failure -- java failure building PDF?

2011-07-01 Thread Derek Atkins
On Fri, July 1, 2011 12:54 pm, Geert Janssens wrote: > On vrijdag 1 juli 2011, Derek Atkins wrote: >> On Fri, July 1, 2011 12:45 pm, Geert Janssens wrote: >> > On vrijdag 1 juli 2011, Derek Atkins wrote: >> >> Caused by: java.lang.ClassNotFoundException: >> >> org.apache.avalon.framework.configura

Re: Docs build failure -- java failure building PDF?

2011-07-01 Thread Geert Janssens
On vrijdag 1 juli 2011, Derek Atkins wrote: > On Fri, July 1, 2011 12:45 pm, Geert Janssens wrote: > > On vrijdag 1 juli 2011, Derek Atkins wrote: > >> Caused by: java.lang.ClassNotFoundException: > >> org.apache.avalon.framework.configuration.ConfigurationException > > > > Your installation seems

Re: Docs build failure -- java failure building PDF?

2011-07-01 Thread Derek Atkins
On Fri, July 1, 2011 12:45 pm, Geert Janssens wrote: > On vrijdag 1 juli 2011, Derek Atkins wrote: >> Caused by: java.lang.ClassNotFoundException: >> org.apache.avalon.framework.configuration.ConfigurationException > > Your installation seems to have a problem with the avalon framework. > > What d

Re: Docs build failure -- java failure building PDF?

2011-07-01 Thread Geert Janssens
On vrijdag 1 juli 2011, Derek Atkins wrote: > Caused by: java.lang.ClassNotFoundException: > org.apache.avalon.framework.configuration.ConfigurationException Your installation seems to have a problem with the avalon framework. What distro are you using, and how did you install fop ? Geert __

Re: Docs build failure -- java failure building PDF?

2011-07-01 Thread Derek Atkins
It shouldn't. It comes from: [root@code trunk]# svn info Path: . URL: file:///home/svn/repo/gnucash-docs/trunk Repository Root: file:///home/svn/repo Repository UUID: 57a11ea4-9604-0410-9ed3-97b8803252fd Revision: 20811 Node Kind: directory Schedule: normal Last Changed Author: cmarchi Last Chang

Re: Docs build failure -- java failure building PDF?

2011-07-01 Thread Cristian Marchi
Does this error comes from 2.2 docs? I've just updated the trunk version of docs and can't reproduce the problem. Il 01/07/2011 18:21, Derek Atkins ha scritto: Hi, The docs build has been failing for a while. I finally took the time to play with it to find the error. Maybe someone can help m

Docs build failure -- java failure building PDF?

2011-07-01 Thread Derek Atkins
Hi, The docs build has been failing for a while. I finally took the time to play with it to find the error. Maybe someone can help me debug this? make[2]: Entering directory `/u1/home/gnucash/gnucash-docs/trunk/help/it_IT' fop 'gnucash-help.fo' 'gnucash-help.pdf' Exception in thread "main" java

build failure r20035

2011-01-07 Thread Herbert Thoma
cc1: warnings being treated as errors gnc-plugin-budget.c: In function ‘gnc_plugin_budget_cmd_copy_budget’: gnc-plugin-budget.c:254: error: implicit declaration of function ‘gnc_budget_clone’ gnc-plugin-budget.c:254: error: assignment makes pointer from integer without a cast make[4]: *** [gnc-

Re: OS X/Quartz build failure

2010-05-20 Thread John Ralls
On May 20, 2010, at 11:20 AM, Geert Janssens wrote: > On Thursday 20 May 2010, Tao Wang wrote: >> Did you try "autoreconf -i"? >> > This is supposed to be a fully automated build. So I'm reporting because the > fully automated part is not working. > > I hope there's another solution than to in

Re: OS X/Quartz build failure

2010-05-20 Thread John Ralls
On May 20, 2010, at 1:20 PM, Geert Janssens wrote: > On Thursday 20 May 2010, Geert Janssens wrote: >> That got me past the configure step, but the build fails: >> "No rule to make 'all'" in the docs directory. >> >> There is no Makefile there. Should this be added in configure.ac ? >> > Just f

Re: OS X/Quartz build failure

2010-05-20 Thread Geert Janssens
On Thursday 20 May 2010, Geert Janssens wrote: > That got me past the configure step, but the build fails: > "No rule to make 'all'" in the docs directory. > > There is no Makefile there. Should this be added in configure.ac ? > Just for the record, I had to add docs/Makefile docs/reference/Makef

Re: OS X/Quartz build failure

2010-05-20 Thread Geert Janssens
On Thursday 20 May 2010, John Ralls wrote: > On May 20, 2010, at 10:53 AM, Tao Wang wrote: > > Did you try "autoreconf -i"? > > > > On Fri, May 21, 2010 at 3:14 AM, Geert Janssens > > > > wrote: > >> Hi, > >> > >> I recently had to reinstall my Macbook Pro. I had used this machine > >> before to b

Re: OS X/Quartz build failure

2010-05-20 Thread John Ralls
On May 20, 2010, at 10:53 AM, Tao Wang wrote: > Did you try "autoreconf -i"? > > On Fri, May 21, 2010 at 3:14 AM, Geert Janssens > wrote: >> Hi, >> >> I recently had to reinstall my Macbook Pro. I had used this machine before to >> build gnucash-svn from John's gnucash-on-osx. >> >> So I trie

Re: OS X/Quartz build failure

2010-05-20 Thread Geert Janssens
On Thursday 20 May 2010, Tao Wang wrote: > Did you try "autoreconf -i"? > This is supposed to be a fully automated build. So I'm reporting because the fully automated part is not working. I hope there's another solution than to interrupt the jhbuild process, run autoreconf -i manually and the c

Re: OS X/Quartz build failure

2010-05-20 Thread Tao Wang
Did you try "autoreconf -i"? On Fri, May 21, 2010 at 3:14 AM, Geert Janssens wrote: > Hi, > > I recently had to reinstall my Macbook Pro. I had used this machine before to > build gnucash-svn from John's gnucash-on-osx. > > So I tried to redo my setup of jhbuild and all that follows. But the buil

OS X/Quartz build failure

2010-05-20 Thread Geert Janssens
Hi, I recently had to reinstall my Macbook Pro. I had used this machine before to build gnucash-svn from John's gnucash-on-osx. So I tried to redo my setup of jhbuild and all that follows. But the build always fails at ige-mac-integration (see excerpt attached). I think I followed all steps pr

Re: Build failure on Ubuntu 6.10

2007-04-14 Thread Nigel Titley
Derek Atkins wrote: > Quoting Nigel Titley <[EMAIL PROTECTED]>: > >> Build of the current SVN gives me >> >> /opt/gnucash/lib/libgnc-backend-file-utils.so.0: undefined reference to >> `qof_entity_set_guid' >> /opt/gnucash/lib/libgnc-backend-file-utils.so.0: undefined reference to >> `gnc_price_set

Re: Build failure on Ubuntu 6.10

2007-04-09 Thread Derek Atkins
Quoting Nigel Titley <[EMAIL PROTECTED]>: > Build of the current SVN gives me > > /opt/gnucash/lib/libgnc-backend-file-utils.so.0: undefined reference to > `qof_entity_set_guid' > /opt/gnucash/lib/libgnc-backend-file-utils.so.0: undefined reference to > `gnc_price_set_type' > /opt/gnucash/lib/gnuc

Build failure on Ubuntu 6.10

2007-04-09 Thread Nigel Titley
Build of the current SVN gives me /opt/gnucash/lib/libgnc-backend-file-utils.so.0: undefined reference to `qof_entity_set_guid' /opt/gnucash/lib/libgnc-backend-file-utils.so.0: undefined reference to `gnc_price_set_type' /opt/gnucash/lib/gnucash/libgncmod-ledger-core.so: undefined reference to

Re: Build failure under Ubuntu 6.10

2007-03-24 Thread Nigel Titley
> Many thanks... I've kicked off a build in a brand-new clean tree (I > suspect that as Derek suggested, it might be an idea to start with a > clean build anyway and it has been a while since I did so). > > I'll let you know how I get on. Reporting as promised. Build went fine. Nigel

Re: Build failure under Ubuntu 6.10

2007-03-21 Thread Nigel Titley
Andreas Köhler wrote: > Hi, > >> Quoting Nigel Titley <[EMAIL PROTECTED]>: >> >>> Anyone any idea what's causing this build failure? Building latest SVN >>> under a fully patched Ubuntu 6.10. Built fine last week. >>> >>> make

Re: Build failure under Ubuntu 6.10

2007-03-20 Thread Andreas Köhler
Hi, > Quoting Nigel Titley <[EMAIL PROTECTED]>: > >> Anyone any idea what's causing this build failure? Building latest SVN >> under a fully patched Ubuntu 6.10. Built fine last week. >> >> make[5]: *** No rule to make target `libgncmod_gnome_utils_l

Re: Build failure under Ubuntu 6.10

2007-03-20 Thread Derek Atkins
Um, bitrot? Try from a clean source/build tree? -derek Quoting Nigel Titley <[EMAIL PROTECTED]>: > Anyone any idea what's causing this build failure? Building latest SVN > under a fully patched Ubuntu 6.10. Built fine last week. > > make[5]: ***

Build failure under Ubuntu 6.10

2007-03-20 Thread Nigel Titley
Anyone any idea what's causing this build failure? Building latest SVN under a fully patched Ubuntu 6.10. Built fine last week. make[5]: *** No rule to make target `libgncmod_gnome_utils_la_SOURCES', needed by `libgncmod-gnome-utils.la'. Stop. make[5]: Leaving directory `/hom

Re: Modules and GnuCash (was: MacIntel trunk build failure)

2007-02-15 Thread Derek Atkins
Hi, Quoting David Hampton <[EMAIL PROTECTED]>: > On Thu, 2007-02-15 at 12:43 -0500, Peter McAlpine wrote: > >> And so I pose this question: is GnuCash to have a modular design or >> not? If yes, then the modules need to be ripped apart and made to use >> a strict interface. If no, then the GNCMod

Re: Modules and GnuCash (was: MacIntel trunk build failure)

2007-02-15 Thread Josh Sled
On Thu, 2007-02-15 at 12:43 -0500, Peter McAlpine wrote: > And so I pose this question: is GnuCash to have a modular design or > not? If yes, then the modules need to be ripped apart and made to use > a strict interface. If no, then the GNCModule code should be ripped > out and everything should (g

Re: Modules and GnuCash (was: MacIntel trunk build failure)

2007-02-15 Thread David Hampton
On Thu, 2007-02-15 at 12:43 -0500, Peter McAlpine wrote: > And so I pose this question: is GnuCash to have a modular design or > not? If yes, then the modules need to be ripped apart and made to use > a strict interface. If no, then the GNCModule code should be ripped > out and everything should (

Modules and GnuCash (was: MacIntel trunk build failure)

2007-02-15 Thread Peter McAlpine
After some investigation it's seems to me that it would be a good idea to set a clear direction for how GnuCash uses modules. Here is the problem I see exists now: Upon program initialization the modules are loaded (as GModule's), but throughout the core code and the module code GnuCash is directl

Re: MacIntel trunk build failure

2007-02-13 Thread Derek Atkins
I suspect that src/register/register-core and src/register/register-gnome should both be turned into LIBRARIES. I haven't looked at the patch to see what else might want to be a library instead of a module. -derek Quoting Christian Stimming <[EMAIL PROTECTED]>: > -BEGIN PGP SIGNED MESSAGE--

Re: MacIntel trunk build failure

2007-02-13 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter McAlpine schrieb: > While I certainly don't claim to be an expert on the autotools, I > couldn't grasp why the modules' shared libraries should want to > (statically) link against each other, so I removed the offending > libraries from the Makefi

Re: MacIntel trunk build failure

2007-02-12 Thread Peter McAlpine
You're correct: our errors are the same. I skipped reading over your entire thread because the error you pasted on your first post didn't match my own. I spent some time over the last couple days investigating this. A number of modules are telling libtool (in their respective Makefile.am'

Re: MacIntel trunk build failure

2007-02-11 Thread Jeff Carneal
Hey Peter, You didn't include all the output, but this looks suspiciously like what I encountered under the thread 'libtool problem on OS X'. I documented there my efforts to try forcing OS X to use gnu libtool, but I still can't get it to work. Really wishing I had some experience with

MacIntel trunk build failure

2007-02-10 Thread Peter McAlpine
Hello, I'm having trouble building trunk on my MacIntel. I can build 2.0.4 source fine. ... gcc -dynamiclib ${wl}-flat_namespace ${wl}-undefined ${wl}suppress - o .libs/libgncmod-register-gnome.dylib .libs/gncmod-register- gnome.o .libs/combocell-gnome.o .libs/datecell-gnome.o .libs/ formu

  1   2   >