Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Error when emerging[solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
MdaG
l33t
l33t


Joined: 09 Nov 2004
Posts: 945
Location: Stockholm, Sverige

PostPosted: Sun Aug 21, 2005 12:59 pm    Post subject: Error when emerging[solved] Reply with quote

Edit: Nevermind, I searched the forum and found a solution :-)

When I try to update my system I get this:

Code:
# emerge -uND world
Calculating world dependencies ...done!
>>> emerge (1 of 22) app-text/docbook-sgml-utils-0.6.14 to /
>>> md5 files   ;-) docbook-sgml-utils-0.6.12.ebuild
>>> md5 files   ;-) docbook-sgml-utils-0.6.12-r2.ebuild
>>> md5 files   ;-) docbook-sgml-utils-0.6.14.ebuild
>>> md5 files   ;-) files/docbook-sgml-utils-frontend.patch
>>> md5 files   ;-) files/docbook-sgml-utils-head-jw.patch
>>> md5 files   ;-) files/docbook-sgml-utils-backend.patch
>>> md5 files   ;-) files/digest-docbook-sgml-utils-0.6.12-r2
>>> md5 files   ;-) files/docbook-sgml-utils-0.6.14-backend.patch
>>> md5 files   ;-) files/digest-docbook-sgml-utils-0.6.12
>>> md5 files   ;-) files/digest-docbook-sgml-utils-0.6.14
>>> md5 src_uri ;-) docbook-utils-0.6.14.tar.gz
>>> Unpacking source...
>>> Unpacking docbook-utils-0.6.14.tar.gz to /var/tmp/portage/docbook-sgml-utils-0.6.14/work
>>> Source unpacked.
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docbook-utils.spec
config.status: creating bin/Makefile
config.status: creating bin/jw
config.status: creating bin/sgmldiff
config.status: creating backends/Makefile
config.status: creating backends/man
config.status: creating backends/texi
config.status: creating frontends/Makefile
config.status: creating frontends/docbook
config.status: creating helpers/Makefile
config.status: creating doc/Makefile
config.status: creating doc/version
config.status: creating doc/refentry/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/HTML/Makefile
Making all in backends
make[1]: Entering directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/backends'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/backends'
Making all in bin
make[1]: Entering directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/bin'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/bin'
Making all in doc
make[1]: Entering directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc'
Making all in refentry
make[2]: Entering directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc/refentry'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc/refentry'
Making all in man
make[2]: Entering directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/doc
book-utils-0.6.14/doc/man'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc/man'
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
!!! If you need support, post the topmost build error, NOT this status message.
Back to top
View user's profile Send private message
blackdragonblood
n00b
n00b


Joined: 23 Apr 2006
Posts: 73

PostPosted: Wed Jul 05, 2006 2:56 am    Post subject: Reply with quote

What was the solution?
Back to top
View user's profile Send private message
daveg
n00b
n00b


Joined: 26 Mar 2006
Posts: 41

PostPosted: Fri Jul 07, 2006 3:44 am    Post subject: Reply with quote

Emerging openjade (through there was no update) seemed to do the trick. Although, I did get a bunch of 'end of file in prolog' warnings from gnome-libs. <shrug>
Back to top
View user's profile Send private message
mark_alec
Bodhisattva
Bodhisattva


Joined: 11 Sep 2004
Posts: 6066
Location: Melbourne, Australia

PostPosted: Fri Jul 07, 2006 4:00 am    Post subject: Reply with quote

Moved from Portage & Programming to Duplicate Threads.

See https://forums.gentoo.org/viewtopic-t-312018.html

MdaG, it helps if you post a link to the thread with the solution :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum