Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97448 - app-text/ots does not compile at all
Summary: app-text/ots does not compile at all
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Other
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-29 23:31 UTC by Matthew C. Tedder
Modified: 2005-09-02 17:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew C. Tedder 2005-06-29 23:31:13 UTC
app-text/ots does not compile at all:

*** Building SGML ***
cd . && \
gtkdoc-mkdb --module=ots --source-dir=.. --sgml-mode
ERROR parsing comment block file : parameter expected -
 ../src/grader.c:64
ERROR parsing comment block file : parameter expected -
 ../src/grader.c:65
100% symbol docs coverage (0 symbols documented, 0 not documented)
See ots-undocumented.txt for a list of missing docs.
The doc coverage percentage doesn't include intro sections.
touch sgml-build.stamp
*** Building HTML ***
rm -rf ./html
mkdir ./html
cd ./html && gtkdoc-mkhtml ots ../ots-docs.sgml
/usr/bin/openjade:../ots-docs.sgml:41:6:E: end tag for "PART" which is not finished
make[2]: *** [html-build.stamp] Error 1
make[2]: Leaving directory `/var/tmp/portage/ots-0.4.1/work/ots-0.4.1/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/ots-0.4.1/work/ots-0.4.1'
make: *** [all] Error 2


Reproducible: Always
Steps to Reproduce:
1.just emerge the damn thing.. it hasn't compiled for many months now..
2.
3.
Comment 1 stephan 2005-08-27 06:40:02 UTC
maybe you schould try version 0.4.2, see bug #94893 
Comment 2 Marcelo Goes (RETIRED) gentoo-dev 2005-09-02 17:43:27 UTC
Hello,

This problem was caused by the --enable-gtk-doc option, which is broken in 0.4.1
and 0.4.2. I am dropping the doc USE flag and forcing --disable-gtk-doc. This
should fix compilation issues.

Thanks for reporting!