Gentoo Forums
Gentoo Forums
Quick Search: in
Gnucash build problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Drunkula
Apprentice
Apprentice


Joined: 28 Jul 2003
Posts: 257
Location: Denton, TX - USA

PostPosted: Sat Mar 12, 2005 10:05 pm    Post subject: Gnucash build problem Reply with quote

Not sure what's up with this. The current version of Gnucash in Portage doesn't want to complete merging.
Code:

for file in gnucash-help-C.omf; do \
  scrollkeeper-preinstall /usr/share/gnome/help/gnucash/C/gnucash-help.xml ./$file $file.out; \
done
touch omf_timestamp
/bin/sh ../../mkinstalldirs gnucash-help; \
for file in gnucash-help.xml; do \
 xsltproc -o gnucash-help/ --param use.id.as.filename 1 \
 ../../xsl/general-customization.xsl ./$file; \
done
mkdir gnucash-help
compilation error: file ../../xsl/titlepage2.xsl line 7 element template
xsl:template: error duplicate name 'book.titlepage'
compilation error: file ../../xsl/titlepage2.xsl line 115 element template
xsl:template: error duplicate name 'article.titlepage'
../../xsl/toc.xsl:10: namespace error : Namespace prefix doc for type on param is not defined
<xsl:param name="generate.book.toc" select="1" doc:type="boolean"/>
                                                                 ^
../../xsl/toc.xsl:13: namespace error : Namespace prefix doc for type on param is not defined
<xsl:param name="generate.article.toc" select="1" doc:type="boolean"/>
                                                                    ^
../../xsl/toc.xsl:16: namespace error : Namespace prefix doc for type on param is not defined
<xsl:param name="generate.part.toc" select="1" doc:type="boolean"/>
                                                                 ^
../../xsl/toc.xsl:19: namespace error : Namespace prefix doc for type on param is not defined
<xsl:param name="chapter.autolabel" select="1" doc:type="boolean"/>
                                                                 ^
../../xsl/toc.xsl:22: namespace error : Namespace prefix doc for type on param is not defined
<xsl:param name="section.autolabel" select="1" doc:type ="boolean"/>
                                                                  ^
../../xsl/toc.xsl:26: namespace error : Namespace prefix doc for type on param is not defined
aram name="section.label.includes.component.label" select="1" doc:type="boolean"
                                                                               ^
../../xsl/toc.xsl:29: namespace error : Namespace prefix doc for type on param is not defined
<xsl:param name="use.id.as.filename" select="1" doc:type='boolean'/>
                                                                  ^
../../xsl/copyright.xsl:10: namespace error : Namespace prefix doc for type on param is not defined
<xsl:param name="make.year.ranges" select="1" doc:type="boolean"/>
                                                                ^
../../xsl/admonitions.xsl:18: namespace error : Namespace prefix doc for type on param is not defined
<xsl:param name="graphic.default.extension" select="'png'" doc:type="string"/>
                                                                            ^
make[3]: *** [convert-html] Error 5
make[3]: Leaving directory `/var/tmp/portage/gnucash-1.8.9/work/gnucash-docs-1.8.4/help/C'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnucash-1.8.9/work/gnucash-docs-1.8.4/help'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnucash-1.8.9/work/gnucash-docs-1.8.4'
make: *** [all-recursive-am] Error 2

!!! ERROR: app-office/gnucash-1.8.9 failed.
!!! Function src_compile, Line 97, Exitcode 2
!!! doc make failed
!!! If you need support, post the topmost build error, NOT this status message.


Anybody know how I should proceed? Any help would be much appreciated!
Back to top
View user's profile Send private message
CDLM
Apprentice
Apprentice


Joined: 07 Jul 2003
Posts: 178
Location: Victoria, BC, Canada

PostPosted: Sun Mar 13, 2005 9:12 am    Post subject: Reply with quote

same problem here.
_________________
Lokheed: "Not everyone can ride a unicycle, does that mean we should put another wheel on it?" on Gentoo n00bifying
Back to top
View user's profile Send private message
Drunkula
Apprentice
Apprentice


Joined: 28 Jul 2003
Posts: 257
Location: Denton, TX - USA

PostPosted: Sun Mar 13, 2005 3:29 pm    Post subject: Reply with quote

Oh well. At least the masked 1.8.10 version emerges cleanly...
Back to top
View user's profile Send private message
meckhert
n00b
n00b


Joined: 15 Mar 2005
Posts: 1
Location: Los Angeles

PostPosted: Tue Mar 15, 2005 5:54 am    Post subject: Still broken Reply with quote

I tried to emerge this package today with a brand new Gentoo install and had the exact same problem.

Anyone got any ideas or should I try to emerge the 1.8.10 masked package?
_________________
Regards,
Marc
Back to top
View user's profile Send private message
Tamnir
n00b
n00b


Joined: 11 Mar 2003
Posts: 27

PostPosted: Wed Mar 16, 2005 9:48 am    Post subject: Reply with quote

You can fix the ebuild by doing the following:

Code:
mkdir -p /usr/local/portage/app-office/gnucash
cp /usr/portage/app-office/gnucash/gnucash-1.8.9.ebuild /usr/local/portage/app-office/gnucash/
sed -i -e 's/DOC_VER="1.8.4"/DOC_VER="1.8.5"/' /usr/local/portage/app-office/gnucash/gnucash-1.8.9.ebuild
ebuild /usr/local/portage/app-office/gnucash/gnucash-1.8.9.ebuild digest


then try emerging again. Worked for me.


Note: you need to have
Code:

PORTDIR_OVERLAY="/usr/local/portage"


in your /etc/make.conf


See also this bug report for another possible solution to this problem.
Back to top
View user's profile Send private message
MisterGoof
n00b
n00b


Joined: 15 Sep 2004
Posts: 60

PostPosted: Fri Apr 01, 2005 9:53 pm    Post subject: Reply with quote

I had the same problem with 1.8.9

but when I emergr gnucash-1.8.11 i gret
Code:
!! Problem in app-office/gnucash-1.8.11 dependencies.
!!! "Specific key requires an operator (app-office/gnucash-1.8.11) (try adding an '=')" exceptions


any one got any ideas ?

thanks
MG
_________________
A Signature free zone
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
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