Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69815 - pango-1.6.0
Summary: pango-1.6.0
Status: RESOLVED DUPLICATE of bug 62283
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-02 02:35 UTC by chico76
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments
The correction that i've made on my system (pango-1.6.0.ebuild,2.00 KB, text/plain)
2004-11-02 02:47 UTC, chico76
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***