Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93932 - emerge gmime +doc fails on gmime-tut (gmime-2.1.9-r3)
Summary: emerge gmime +doc fails on gmime-tut (gmime-2.1.9-r3)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-25 06:10 UTC by Phil Pennock
Modified: 2005-05-26 12:26 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 Phil Pennock 2005-05-25 06:10:43 UTC
On stable x86, latest gmime is dev-libs/gmime-2.1.9-r3; if built with doc
use-flag set, this fails to build and emerge.  Setting a -doc for the package
results in a successful build/emerge.

The file "gmime-tut" is not available inside docs/tutorial/.

Reproducible: Always
Steps to Reproduce:
1. USE='doc' ACCEPT_KEYWORDS='x86' emerge dev-libs/gmime
2.
3.

Actual Results:  
-- Fixing Crossreferences
cd . && gtkdoc-fixxref --module-dir=html --html-dir=/usr/share/gtk-doc/html 
touch html-build.stamp
make[3]: Leaving directory
`/var/tmp/portage/gmime-2.1.9-r3/work/gmime-2.1.9/docs/reference'
Making all in tutorial
make[3]: Entering directory
`/var/tmp/portage/gmime-2.1.9-r3/work/gmime-2.1.9/docs/tutorial'
(cd .; \
 docbook2html gmime-tut.sgml; \
 test -d html && rm -r html; \
 mv gmime-tut html)
Using catalogs: /etc/sgml/sgml-docbook-3.1.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#html
Working on:
/var/tmp/portage/gmime-2.1.9-r3/work/gmime-2.1.9/docs/tutorial/gmime-tut.sgml
Done.
mv: cannot stat `gmime-tut': No such file or directory
make[3]: *** [html] Error 1
make[3]: Leaving directory
`/var/tmp/portage/gmime-2.1.9-r3/work/gmime-2.1.9/docs/tutorial'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gmime-2.1.9-r3/work/gmime-2.1.9/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gmime-2.1.9-r3/work/gmime-2.1.9'
make: *** [all] Error 2


Expected Results:  
emerged
Comment 1 miolinux 2005-05-25 14:06:19 UTC
same as above, -doc works, thanks for the info, but it should be fixed
Comment 2 Andrej Kacian (RETIRED) gentoo-dev 2005-05-26 12:26:10 UTC
Fixed in CVS, thanks. Also changed 2.1.14 to stable on x86.