| View previous topic :: View next topic |
| Author |
Message |
Drunkula Apprentice


Joined: 28 Jul 2003 Posts: 257 Location: Denton, TX - USA
|
Posted: Sat Mar 12, 2005 10:05 pm Post subject: Gnucash build problem |
|
|
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 |
|
 |
CDLM Apprentice


Joined: 07 Jul 2003 Posts: 178 Location: Victoria, BC, Canada
|
Posted: Sun Mar 13, 2005 9:12 am Post subject: |
|
|
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 |
|
 |
Drunkula Apprentice


Joined: 28 Jul 2003 Posts: 257 Location: Denton, TX - USA
|
Posted: Sun Mar 13, 2005 3:29 pm Post subject: |
|
|
| Oh well. At least the masked 1.8.10 version emerges cleanly... |
|
| Back to top |
|
 |
meckhert n00b

Joined: 15 Mar 2005 Posts: 1 Location: Los Angeles
|
Posted: Tue Mar 15, 2005 5:54 am Post subject: Still broken |
|
|
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 |
|
 |
Tamnir n00b

Joined: 11 Mar 2003 Posts: 27
|
Posted: Wed Mar 16, 2005 9:48 am Post subject: |
|
|
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 |
|
 |
MisterGoof n00b


Joined: 15 Sep 2004 Posts: 60
|
Posted: Fri Apr 01, 2005 9:53 pm Post subject: |
|
|
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 |
|
 |
|