Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 102277 - docbook-sgml-utils does not compile due to wrong version of libosp
Summary: docbook-sgml-utils does not compile due to wrong version of libosp
Status: RESOLVED DUPLICATE of bug 62789
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-12 12:19 UTC by L. Axton Malsbury
Modified: 2005-08-12 12:27 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 L. Axton Malsbury 2005-08-12 12:19:07 UTC
The ebuild for docbook-sgml-utils has not been compiling on my system for a few 
months now.  It's looking for libosp.so.3 while on my system there is only 
libosp.so.4.

Reproducible: Always
Steps to Reproduce:
1. emerge -uvD world or emerge -uv docbook-sgml-utils
Actual Results:  
...
Making all in HTML
make[2]: Entering directory `/var/tmp/portage/docbook-sgml-utils-
0.6.14/work/docbook-utils-0.6.14/doc/HTML'
SGML_CATALOG_FILES=/etc/sgml/catalog \
SGML_SEARCH_PATH=../..:../../doc:.. \
        jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
                -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
jade: error while loading shared libraries: libosp.so.3: cannot open shared 
object file: No such file or directory
make[2]: *** [api.html] Error 127
make[2]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-
0.6.14/work/docbook-utils-0.6.14/doc/HTML'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-
0.6.14/work/docbook-utils-0.6.14/doc'
make: *** [all-recursive] Error 1

!!! ERROR: app-text/docbook-sgml-utils-0.6.14 failed.
!!! Function src_compile, Line 556, Exitcode 2
!!! emake failed


Expected Results:  
Updated docbook-sgml-utils successfully by either looking for the right version 
of libosp or having a dependency which would cause the other version of libosp 
to be installed prior to attempting to use it.

Nothing too special about this machine.  It has KDE/GNOME/other window managers 
installed on it, a few servers, development tools, but nothing too fancy.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-08-12 12:27:07 UTC
Please, search before reporting bugs...

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