Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gnucash-1.8.7 compiling error [resolved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
needlern1
Guru
Guru


Joined: 16 Jul 2002
Posts: 376
Location: Marietta, Ga 30068

PostPosted: Wed Sep 24, 2003 11:24 am    Post subject: gnucash-1.8.7 compiling error [resolved] Reply with quote

I've made several attempts to build both 1.8.6 and 1.8.7. On each of the occasions it stalls out around the end (I think) at this point:
Code:
...
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/var/tmp/portage/gnucash-1.8.7/work/gnucash-docs-1.8.3/guide'
make[2]: Leaving directory
`/var/tmp/portage/gnucash-1.8.7/work/gnucash-docs-1.8.3/guide'
make[1]: Leaving directory
`/var/tmp/portage/gnucash-1.8.7/work/gnucash-docs-1.8.3/guide'
Making install in doc-tools
make[1]: Entering directory
`/var/tmp/portage/gnucash-1.8.7/work/gnucash-docs-1.8.3/doc-tools'
make[2]: Entering directory
`/var/tmp/portage/gnucash-1.8.7/work/gnucash-docs-1.8.3/doc-tools'
make[2]: Nothing to be done for `install-exec-am'.
if test -r help-search-index.db; then \
rm -f help-search-index.db; \
fi
./build-help-index \
./dbadd \
./help-search-index.db \
../help/C/gnucash-help/*.html \
../guide/C/gnucash-guide/*.html;
Error writing data.

and there it sits, never completing. Thoughts and suggestions welcome. This is on a gentoo box with kernel 2.6.0-test5-mm4,gcc 3.2.1. gnucash 1.8.5 is running just fine. TIA, Bill


Last edited by needlern1 on Fri Oct 24, 2003 11:11 am; edited 1 time in total
Back to top
View user's profile Send private message
AtomicDog
n00b
n00b


Joined: 03 Jan 2003
Posts: 40
Location: Connecticut, USA

PostPosted: Thu Sep 25, 2003 5:32 am    Post subject: Reply with quote

I have the same problem. Haven't been able to fix it yet.. :cry:
Back to top
View user's profile Send private message
joem
Retired Dev
Retired Dev


Joined: 20 Dec 2002
Posts: 508
Location: Bloomington, In

PostPosted: Thu Oct 09, 2003 9:22 pm    Post subject: Reply with quote

bump
Back to top
View user's profile Send private message
joem
Retired Dev
Retired Dev


Joined: 20 Dec 2002
Posts: 508
Location: Bloomington, In

PostPosted: Fri Oct 10, 2003 12:11 am    Post subject: Reply with quote

I have found a temp solution.

In the ebuild delete this section
Code:

cd ${WORKDIR}/${PN}-docs-${DOC_VER}
     make DESTDIR=${D} \
            scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper \
            install || die "doc install failed"
     rm -rf ${D}/var/lib/scrollkeeper


The program seems to crash when I try and access the help menu after deleting this.
Back to top
View user's profile Send private message
patrickfo
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jun 2002
Posts: 79
Location: France

PostPosted: Fri Oct 10, 2003 12:18 pm    Post subject: pb gnucash not compiling solved (for me :) ) Reply with quote

the pb went from scrollkeeper:
scrollkeeper-rebuilddb => segfault
emerge scrollkeeper does not solve
so i have merged again all scrollkeeper dependencies:
libxml2
libxslt
zlib
docbook-xml-dtd
docbook-sgml-utils
then scrollkeeper

then i was able to compile gnucash-1.8.7
(before i had the same error than in the first message )
patrickfo
ps: i don't know what ebuild was broken
ps2: sorry for my bad english but i'm french

good luck
Back to top
View user's profile Send private message
g2boojum
Retired Dev
Retired Dev


Joined: 15 Apr 2002
Posts: 21
Location: Houston, TX, USA

PostPosted: Sun Oct 12, 2003 12:10 pm    Post subject: gnucash "solution" Reply with quote

I just tried the solution of recompiling the scrollkeeper deps and
scrollkeeper, but unfortunately gnucash 1.8.7 still does not compile
for me. *Sigh* Very weird bug!
Back to top
View user's profile Send private message
tove
n00b
n00b


Joined: 11 Oct 2002
Posts: 28

PostPosted: Sun Oct 12, 2003 1:25 pm    Post subject: Reply with quote

Just a wild guess: Which docbook-xml-dtd version is installed on your system?
Is it 4.1.2-r4? Or 4.1.2-r3?
Back to top
View user's profile Send private message
g2boojum
Retired Dev
Retired Dev


Joined: 15 Apr 2002
Posts: 21
Location: Houston, TX, USA

PostPosted: Sun Oct 12, 2003 2:09 pm    Post subject: Gnucash-1.8.7 woes Reply with quote

tove wrote:
Just a wild guess: Which docbook-xml-dtd version is installed on your system?
Is it 4.1.2-r4? Or 4.1.2-r3?


# emerge -p docbook-xml-dtd

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild R ] app-text/docbook-xml-dtd-4.2
Back to top
View user's profile Send private message
tove
n00b
n00b


Joined: 11 Oct 2002
Posts: 28

PostPosted: Sun Oct 12, 2003 2:18 pm    Post subject: Reply with quote

The gnucash-1.8.7.ebuild says:
=app-text/docbook-xml-dtd-4.1.2*

I think the problem is: docbook-xml-dtd-4.1.2-r4 was released after the sloted docbook-xml-dtd-4.2. So i bet you have docbook-xml-dtd-4.1.2-r3 installed :) And now it doesnot get updated, because the latest version is 4.2.

Give gnucash another try after upgrading your 4.1.2 docbook-xml-dtd.
Back to top
View user's profile Send private message
g2boojum
Retired Dev
Retired Dev


Joined: 15 Apr 2002
Posts: 21
Location: Houston, TX, USA

PostPosted: Sun Oct 12, 2003 8:38 pm    Post subject: Reply with quote

tove wrote:
I think the problem is: docbook-xml-dtd-4.1.2-r4 was released after the sloted docbook-xml-dtd-4.2. So i bet you have docbook-xml-dtd-4.1.2-r3 installed :) And now it doesnot get updated, because the latest version is 4.2.


Hmmm. Actually, I did have docbook-xml-dtd-4.1.2-r4 installed. I
remerged it and then tried emerging gnucash again -- no joy. It
still seems to hang at ./build-help-index ... .

Thanks for the suggestion, though. I really appreciate it!
Back to top
View user's profile Send private message
needlern1
Guru
Guru


Joined: 16 Jul 2002
Posts: 376
Location: Marietta, Ga 30068

PostPosted: Mon Oct 13, 2003 6:33 pm    Post subject: Reply with quote

Just came back to view this thread and was pleasantly surprised to see some suggestions to try. I had done some software upgrading recently and just discovered I did not have docbook-xml-dtd installed, or so it seemed. I emerged docbook-xml-dtd-4.1.2-r3 then emerged gnucash again. 'Still hung on the same index-help point. So I upgraded docbook-xml-dtd to v.4.2 and tried gnucash again. Like g2boojum above, still no go. Oh well. Will keep trying to find a solution and let you all know if I find one. Bill
Back to top
View user's profile Send private message
theBlackDragon
l33t
l33t


Joined: 23 Nov 2002
Posts: 768
Location: Belgium

PostPosted: Tue Oct 14, 2003 6:55 pm    Post subject: Reply with quote

Code:
docbook-xml-dtd
docbook-sgml-utils


They weren't even installed over here :?

Now rebuilding the scrollkeeper database, then remerging gnucash, let's hope for the best...
_________________
Fvwm|Fvwm forum
Back to top
View user's profile Send private message
hubsif
n00b
n00b


Joined: 08 Jan 2003
Posts: 72

PostPosted: Mon Oct 20, 2003 9:58 am    Post subject: Kernel 2.6 Reply with quote

Hi!

Did you find a solution for this problem? I even can't install gnucash 1.8.5 - always "error writing data".

I wrote that it might be the kernel-version. I don't know what kernel you're running, I have the developer-kernel 2.6. I'll install 2.4 and look if it works!

hubert.
Back to top
View user's profile Send private message
needlern1
Guru
Guru


Joined: 16 Jul 2002
Posts: 376
Location: Marietta, Ga 30068

PostPosted: Tue Oct 21, 2003 1:48 am    Post subject: Reply with quote

I have not found a solution yet. I've tried everything in this thread - several times :? . I'm using kernel 2.6.test6. I was thinking of compiling with my 2.4.19-r10 kernel to see if it makes a difference. I'm out of town for a few days and look forward to hearing how your attempt went, hubsif. Bill
Back to top
View user's profile Send private message
theBlackDragon
l33t
l33t


Joined: 23 Nov 2002
Posts: 768
Location: Belgium

PostPosted: Tue Oct 21, 2003 12:50 pm    Post subject: Reply with quote

Sorry, forgot to let you know how it went... It still doesn't compile, I'm also running 2.6 so I'd be greatly interested in knowing if that has something to do with it...
_________________
Fvwm|Fvwm forum
Back to top
View user's profile Send private message
needlern1
Guru
Guru


Joined: 16 Jul 2002
Posts: 376
Location: Marietta, Ga 30068

PostPosted: Fri Oct 24, 2003 11:15 am    Post subject: Reply with quote

I just booted into my 2.19-r10 kernel and the compile completed successfully! Obviously something in the 2.6 kernel. Anyway, happy camper here. :lol: Bill

EDIT: meant 2.4.19-r10
Back to top
View user's profile Send private message
DivineHawk
n00b
n00b


Joined: 07 Aug 2003
Posts: 10

PostPosted: Tue Oct 28, 2003 11:27 pm    Post subject: Reply with quote

I'm using NPTL so I can't just switch back to 2.4 to compile gnucash....
Anyone found a real solution to this problem?
Back to top
View user's profile Send private message
Cr@shoverride71
n00b
n00b


Joined: 03 Jul 2003
Posts: 4
Location: Le Breuil 71 (France)

PostPosted: Thu Nov 20, 2003 7:55 am    Post subject: gnucash 1.8.7 compilation Reply with quote

It seems that compilation of gnucash 1.8.7 ebuild under 2.4 kernels series solves the problem. Personnally, I am using day-to-day my notebook under 2.6 kernel series (2.6.0-test9). The compilation of only gnucash 1.8.7 ebuild and not the other dependencies has been done under 2.4.22 kernel.

Not find a workaround for only 2.6 kernel series.
Sorry :(

Cr@shoverride71
Back to top
View user's profile Send private message
slaterson
Guru
Guru


Joined: 26 Feb 2003
Posts: 313

PostPosted: Fri Dec 12, 2003 11:09 pm    Post subject: Reply with quote

I have the same problem described above. I was able to get gnucash 1.8.7 to build and install under 2.6.0-test11 by killing the dbadd process after the 'Error writing data.' message pops up.

Not the best solution, but it seems to work.
Back to top
View user's profile Send private message
ogre2112
n00b
n00b


Joined: 30 Nov 2003
Posts: 60
Location: East Coast, USA

PostPosted: Sat Dec 13, 2003 5:07 am    Post subject: Reply with quote

I am getting this same error merging 1.8.8 under kernel 2.6.0-test11-r2. 1.8.7 was previously ok under kernel 2.4.20.

If anyone finds the fix, I'd be glad for it! In the meantime, I'll be hacking away at it.
_________________
(= I smile because I have no idea what's going on =)
Back to top
View user's profile Send private message
ben
Apprentice
Apprentice


Joined: 10 Jun 2002
Posts: 285
Location: Switzerland

PostPosted: Mon Dec 15, 2003 2:48 pm    Post subject: Reply with quote

I, too, am getting this same error. (fresh install on a thinkpad t40p with only kernel 2.6.0-test11).

Killing the dbadd process did not help. Nor did the proposed ebuild (see https://bugs.gentoo.org/show_bug.cgi?id=27978 at the end) to build against db-4 (problem with gal, and I don't know how to find, modify and rebuild all gnome dependency against db-4)

I wonder why this thread has been marked [resolved]. At least for me it isn't.

I hope this can be resolved soon, as gnucash is an awesome program.

Bye

Ben
Back to top
View user's profile Send private message
zojas
Veteran
Veteran


Joined: 22 Apr 2002
Posts: 1138
Location: Phoenix, AZ

PostPosted: Mon Dec 22, 2003 5:04 pm    Post subject: Reply with quote

I've been having this same problem too. I have a separate /var partition which is around 1.6gb in size, so the build-help-index would fill up that partition then bail out.

I was thinking the problem was with my docbook setup. I even found a guide to cleaning all the cruft out of docbook in gentoo (Which i have since lost) but that didn't help either.

I suppose I can reboot to 2.4 but that seems silly. there must be a bug in docbook somewhere, but why does docbook care about the kernel?
_________________
http://www.desertsol.com/~kevin/ppc
Back to top
View user's profile Send private message
raluke
n00b
n00b


Joined: 11 Aug 2002
Posts: 56
Location: Maryland, USA

PostPosted: Wed Dec 24, 2003 2:51 pm    Post subject: Reply with quote

Bump. FWIW, I'm having this problem using release kernel 2.6.0.
Back to top
View user's profile Send private message
darkweaseljedi
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2003
Posts: 101
Location: Minneapolis, MN

PostPosted: Mon Dec 29, 2003 1:58 pm    Post subject: Reply with quote

bump2
same problem, fresh 2.6.0 install.
Back to top
View user's profile Send private message
jaxn
n00b
n00b


Joined: 18 Apr 2003
Posts: 2

PostPosted: Mon Dec 29, 2003 10:14 pm    Post subject: Me too Reply with quote

I am running a 2.6 (test11 I think) kernel as well.

I am going to try booting into the 2.4 kernel, but what is it about the kernel?

Coincidentally to the dtd stuff, when I ran mrproject and tried to open a file I had saved I got a dtd error.

Could it be that the real conflict has to do with dtd and 2.6?

-Jackson
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum