Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 69815

Summary: pango-1.6.0
Product: Gentoo Linux Reporter: chico76 <chico76>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: The correction that i've made on my system

Description chico76 2004-11-02 02:35:29 UTC
This package refused to compile on my system with the doc flag enabled.
It seems to come from the missing libgcrypt package as you can see below:

gtkdoc-mkdb --module=pango --source-dir=../pango --output-format=xml --sgml-mode --output-format=xml
98% symbol docs coverage (502 symbols documented, 11 not documented)
See pango-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 pango ../pango-docs.sgml
/usr/bin/xsltproc: error while loading shared libraries: libgcrypt.so.11: cannot open shared object file: No such file or directory
make[2]: *** [html-build.stamp] Error 127
make[2]: Leaving directory `/var/tmp/portage/pango-1.6.0/work/pango-1.6.0/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/pango-1.6.0/work/pango-1.6.0'
make: *** [all] Error 2

!!! ERROR: x11-libs/pango-1.6.0 failed.
!!! Function gnome2_src_compile, Line 40, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 chico76 2004-11-02 02:42:49 UTC
Oups

I forgot to mentionned that i've added the doc flag recently, so i don't know if the same problem exist in previous pango ebuild version, and if this is due to the ebuild or to my system which should may have add the libgcrypt package before as a dependency of another ebuild.

PS: Is there a way to edit previous "post" to modify them (to add this to my first report) as i havaen't found it.
Comment 2 chico76 2004-11-02 02:47:37 UTC
Created attachment 43154 [details]
The correction that i've made on my system

This is how i've change the pango-1.6.0 ebuild on my system to install it with
the doc flags. (i've just add the libgcrypt dependency in case of doc flag).
But as i said before, i don't know if the problem comes from the ebuild or from
my system.
Comment 3 foser (RETIRED) gentoo-dev 2004-11-02 04:44:57 UTC
this is probably due to #62283 & maybe related to #61097

the proposed correction is incorrect.

*** This bug has been marked as a duplicate of 62283 ***