Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge docbook-sgml-utils fails [Solved]
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
askoff
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2004
Posts: 77

PostPosted: Mon Mar 21, 2005 7:02 pm    Post subject: emerge docbook-sgml-utils fails [Solved] Reply with quote

I was emerging --newuse pakages but the first "docbook-sgml-utils" build fails.
Code:
>>> emerge (1 of 10) app-text/docbook-sgml-utils-0.6.12 to /
>>> md5 src_uri ;-) docbook-utils-0.6.12.tar.gz
>>> Unpacking source...
>>> Unpacking docbook-utils-0.6.12.tar.gz to /var/tmp/portage/docbook-sgml-utils-0.6.12/work
patching file frontends/docbook.in
 * Applying docbook-sgml-utils-head-jw.patch ...                                                                                   [ ok ]
>>> Source unpacked.
./configure --prefix=/usr --host=i386-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
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
checking for i386-pc-linux-gnu-strip... no
checking for strip... strip
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.12/work/docbook-utils-0.6.12/backends'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.12/work/docbook-utils-0.6.12/backends'
Making all in bin
make[1]: Entering directory `/var/tmp/portage/docbook-sgml-utils-0.6.12/work/docbook-utils-0.6.12/bin'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.12/work/docbook-utils-0.6.12/bin'
Making all in doc
make[1]: Entering directory `/var/tmp/portage/docbook-sgml-utils-0.6.12/work/docbook-utils-0.6.12/doc'
Making all in refentry
make[2]: Entering directory `/var/tmp/portage/docbook-sgml-utils-0.6.12/work/docbook-utils-0.6.12/doc/refentry'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.12/work/docbook-utils-0.6.12/doc/refentry'
Making all in man
make[2]: Entering directory `/var/tmp/portage/docbook-sgml-utils-0.6.12/work/docbook-utils-0.6.12/doc/man'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.12/work/docbook-utils-0.6.12/doc/man'
Making all in HTML
make[2]: Entering directory `/var/tmp/portage/docbook-sgml-utils-0.6.12/work/docbook-utils-0.6.12/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.12/work/docbook-utils-0.6.12/doc/HTML'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.12/work/docbook-utils-0.6.12/doc'
make: *** [all-recursive] Error 1

!!! ERROR: app-text/docbook-sgml-utils-0.6.12 failed.
!!! Function src_compile, Line 556, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.

Can I do something to get it working or can I remove it?


Last edited by askoff on Tue Mar 22, 2005 1:13 pm; edited 1 time in total
Back to top
View user's profile Send private message
askoff
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2004
Posts: 77

PostPosted: Tue Mar 22, 2005 5:54 am    Post subject: Reply with quote

So no one has any clue where to get this libosp.so.3 file?

EDIT: Now I got it working. After a litle googling I came to conclusion that openjade is somehow broken altho it was installed. So i emerged openjade and now everything is working properly.
Back to top
View user's profile Send private message
JoeInAZ
n00b
n00b


Joined: 13 Feb 2004
Posts: 9
Location: Tolleson, AZ

PostPosted: Mon May 16, 2005 7:53 pm    Post subject: Reply with quote

I had the exact same error, and re-emerging openjade also fixed the problem! Thanks for the tip!

joe
Back to top
View user's profile Send private message
russianpirate
Veteran
Veteran


Joined: 26 Sep 2004
Posts: 1167
Location: Detroit, MI

PostPosted: Mon Jun 06, 2005 2:34 am    Post subject: Reply with quote

devels shold make that a dependancy of docbook-sgml-utils
Back to top
View user's profile Send private message
parsim
Guru
Guru


Joined: 12 Aug 2004
Posts: 347
Location: Melbourne, Australia

PostPosted: Mon Jun 06, 2005 11:44 pm    Post subject: Reply with quote

Same problem here. Thanks for the tip!

Emerge tried to upgrade docbook-sgml-utils from 0.6.12 to 0.6.14; it failed as described above; re-emerging openjade (1.3.2-r1) fixed it.
Back to top
View user's profile Send private message
Omegaman
n00b
n00b


Joined: 17 May 2004
Posts: 6

PostPosted: Tue Jun 07, 2005 10:14 pm    Post subject: Reply with quote

It worked for me too! Thanks!
_________________
"Still crazy after all these years!"
Back to top
View user's profile Send private message
millerl
n00b
n00b


Joined: 26 Jul 2004
Posts: 51
Location: Coeur d'Alene

PostPosted: Tue Jun 07, 2005 11:42 pm    Post subject: Reply with quote

Thanks! Worked like a charm ;)
Back to top
View user's profile Send private message
spindle
Apprentice
Apprentice


Joined: 01 Dec 2003
Posts: 245

PostPosted: Wed Jun 08, 2005 12:01 am    Post subject: Reply with quote

Worked for me as well!
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1553
Location: switzerland

PostPosted: Wed Jun 08, 2005 4:18 am    Post subject: Reply with quote

same problem, same fix! thanks a lot!
_________________
*** !f j00 c4n r34D tH15 tH3N j00 n33D t0 l0g Off ***
Back to top
View user's profile Send private message
snot
n00b
n00b


Joined: 07 Nov 2003
Posts: 36
Location: Antwerp

PostPosted: Thu Jun 09, 2005 3:35 pm    Post subject: Reply with quote

great
_________________
it drips
Back to top
View user's profile Send private message
wendall911
n00b
n00b


Joined: 16 Jul 2003
Posts: 19

PostPosted: Thu Jun 09, 2005 3:46 pm    Post subject: Reverse dependencies Reply with quote

My understanding is that this is a portage issue. Reverse dependencies aren't working yet. So with packages that require a package be rebuilt to compile correctly or rebuilt after a package is compiled will continue to be issues.

Wendall
Back to top
View user's profile Send private message
el_Salmon
Guru
Guru


Joined: 15 Dec 2003
Posts: 339
Location: Around 2.4GHz

PostPosted: Thu Jun 09, 2005 9:30 pm    Post subject: Reply with quote

I have other error when I try on emerge docbook-sgml-utils-0.6.14:

Code:

[...]
To use this License in a document you have written, include a copy of
the License in the document and put the following copyright and
license notices just after the title page:

      Copyright (c)  YEAR  YOUR NAME.
      Permission is granted to copy, distribute and/or modify this document
      under the terms of the GNU Free Documentation License, Version 1.1
      or any later version published by the Free Software Foundation;
      with the Invariant Sections being LIST THEIR TITLES, with the
      Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
      A copy of the license is included in the section entitled "GNU
      Free Documentation License".

If you have no Invariant Sections, write "with no Invariant Sections"
instead of saying which ones are invariant.  If you have no
Front-Cover Texts, write "no Front-Cover Texts" instead of
"Front-Cover Texts being LIST"; likewise for Back-Cover Texts.

If your document contains nontrivial examples of program code, we
recommend releasing these examples in parallel under your choice of
free software license, such as the GNU General Public License,
to permit their use in free software.


    mkdir -p -- . /var/tmp/portage/docbook-sgml-utils-0.6.14/image//usr/share/doc/docbook-sgml-utils-0.6.14/html
 /bin/install -c -m 644 ./api.html /var/tmp/portage/docbook-sgml-utils-0.6.14/image//usr/share/doc/docbook-sgml-utils-0.6.14/html/api.html
/bin/install: no se puede efectuar `stat' sobre «./api.html»: No existe el fichero o el directorio
 /bin/install -c -m 644 ./backend-spec.html /var/tmp/portage/docbook-sgml-utils-0.6.14/image//usr/share/doc/docbook-sgml-utils-0.6.14/html/backend-spec.html
/bin/install: no se puede efectuar `stat' sobre «./backend-spec.html»: No existe el fichero o el directorio
 /bin/install -c -m 644 ./docbook2man.html /var/tmp/portage/docbook-sgml-utils-0.6.14/image//usr/share/doc/docbook-sgml-utils-0.6.14/html/docbook2man.html
/bin/install: no se puede efectuar `stat' sobre «./docbook2man.html»: No existe el ficheroo el directorio
 /bin/install -c -m 644 ./docbook2texi.html /var/tmp/portage/docbook-sgml-utils-0.6.14/image//usr/share/doc/docbook-sgml-utils-0.6.14/html/docbook2texi.html
/bin/install: no se puede efectuar `stat' sobre «./docbook2texi.html»: No existe el fichero o el directorio
 /bin/install -c -m 644 ./fdl.html /var/tmp/portage/docbook-sgml-utils-0.6.14/image//usr/share/doc/docbook-sgml-utils-0.6.14/html/fdl.html
/bin/install: no se puede efectuar `stat' sobre «./fdl.html»: No existe el fichero o el directorio
 /bin/install -c -m 644 ./frontend-spec.html /var/tmp/portage/docbook-sgml-utils-0.6.14/image//usr/share/doc/docbook-sgml-utils-0.6.14/html/frontend-spec.html
/bin/install: no se puede efectuar `stat' sobre «./frontend-spec.html»: No existe el fichero o el directorio
 /bin/install -c -m 644 ./helpers.html /var/tmp/portage/docbook-sgml-utils-0.6.14/image//usr/share/doc/docbook-sgml-utils-0.6.14/html/helpers.html
/bin/install: no se puede efectuar `stat' sobre «./helpers.html»: No existe el fichero o el directorio
 /bin/install -c -m 644 ./index.html /var/tmp/portage/docbook-sgml-utils-0.6.14/image//usr/share/doc/docbook-sgml-utils-0.6.14/html/index.html
/bin/install: no se puede efectuar `stat' sobre «./index.html»: No existe el fichero o el directorio
 /bin/install -c -m 644 ./introduction.html /var/tmp/portage/docbook-sgml-utils-0.6.14/image//usr/share/doc/docbook-sgml-utils-0.6.14/html/introduction.html
/bin/install: no se puede efectuar `stat' sobre «./introduction.html»: No existe el fichero o el directorio
 /bin/install -c -m 644 ./intro-jw.html /var/tmp/portage/docbook-sgml-utils-0.6.14/image//usr/share/doc/docbook-sgml-utils-0.6.14/html/intro-jw.html
/bin/install: no se puede efectuar `stat' sobre «./intro-jw.html»: No existe el fichero o el directorio
 /bin/install -c -m 644 ./intro-sgmldiff.html /var/tmp/portage/docbook-sgml-utils-0.6.14/image//usr/share/doc/docbook-sgml-utils-0.6.14/html/intro-sgmldiff.html
/bin/install: no se puede efectuar `stat' sobre «./intro-sgmldiff.html»: No existe el fichero o el directorio
 /bin/install -c -m 644 ./jw.html /var/tmp/portage/docbook-sgml-utils-0.6.14/image//usr/share/doc/docbook-sgml-utils-0.6.14/html/jw.html
/bin/install: no se puede efectuar `stat' sobre «./jw.html»: No existe el fichero o el directorio
 /bin/install -c -m 644 ./sgmldiff.html /var/tmp/portage/docbook-sgml-utils-0.6.14/image//usr/share/doc/docbook-sgml-utils-0.6.14/html/sgmldiff.html
/bin/install: no se puede efectuar `stat' sobre «./sgmldiff.html»: No existe el fichero o el directorio
make[3]: *** [install-htmlDATA] Error 1
make[3]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc/HTML'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc/HTML'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc'
make: *** [install-recursive] Error 1

!!! ERROR: app-text/docbook-sgml-utils-0.6.14 failed.
!!! Function src_install, Line 46, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


I re-emerge openjade before.
Back to top
View user's profile Send private message
maruscya
Guru
Guru


Joined: 13 Aug 2004
Posts: 507

PostPosted: Fri Jun 10, 2005 7:51 am    Post subject: Reply with quote

Yeah !!!


same problem, same fix! thanks a lot!
Back to top
View user's profile Send private message
RemcoNL
Apprentice
Apprentice


Joined: 30 Nov 2003
Posts: 178
Location: Leiden, The Netherlands

PostPosted: Sun Jun 12, 2005 10:21 am    Post subject: Reply with quote

Solved it for me too!
_________________
Use Compact Flash cards as a silent IDE hard drive
Back to top
View user's profile Send private message
[Lx]-=Mystify=-
Apprentice
Apprentice


Joined: 16 Mar 2004
Posts: 180

PostPosted: Tue Jun 14, 2005 9:46 am    Post subject: Reply with quote

same problem...

solution works like a charm...:D
thanks
_________________
DARK IS NOT THE OPPISITE OF LIGHT
IT'S THE ABSENCE OF LIGHT
Back to top
View user's profile Send private message
el_Salmon
Guru
Guru


Joined: 15 Dec 2003
Posts: 339
Location: Around 2.4GHz

PostPosted: Tue Jun 14, 2005 11:17 am    Post subject: Reply with quote

I haven't found a solution for my problem yet :cry:
Back to top
View user's profile Send private message
parsim
Guru
Guru


Joined: 12 Aug 2004
Posts: 347
Location: Melbourne, Australia

PostPosted: Tue Jun 14, 2005 9:53 pm    Post subject: Reply with quote

el_Salmon wrote:
I haven't found a solution for my problem yet :cry:

Why don't you make a separate thread for it? You're unlikely to get an answer when your issue is buried inside a thread on a different problem, and one marked "solved" to boot.
Back to top
View user's profile Send private message
OPelerin
Guru
Guru


Joined: 17 Jul 2004
Posts: 354
Location: Belgium

PostPosted: Wed Jun 15, 2005 7:09 pm    Post subject: Reply with quote

8O same for me. It solved my issue :?
_________________
Olivier PELERIN
Back to top
View user's profile Send private message
Djoh
n00b
n00b


Joined: 16 Jun 2005
Posts: 1

PostPosted: Thu Jun 16, 2005 7:48 am    Post subject: Reply with quote

It worked for me too.
THX!
Back to top
View user's profile Send private message
leifw
n00b
n00b


Joined: 03 Apr 2005
Posts: 6

PostPosted: Thu Jun 16, 2005 8:04 pm    Post subject: Thanks! Reply with quote

It worked for me as well.
Back to top
View user's profile Send private message
meowsqueak
Veteran
Veteran


Joined: 26 Aug 2003
Posts: 1549
Location: New Zealand

PostPosted: Fri Jun 17, 2005 3:28 am    Post subject: Reply with quote

Me too!


(Thanks)
Back to top
View user's profile Send private message
The_Saint
Tux's lil' helper
Tux's lil' helper


Joined: 15 Mar 2004
Posts: 108

PostPosted: Thu Jun 23, 2005 7:32 am    Post subject: Reply with quote

It worked for me also.

But I cannot understand why...
I just reemerged openjade (same version, same options). What changed then?

Can anyone explain?
Back to top
View user's profile Send private message
arnvidr
l33t
l33t


Joined: 19 Aug 2004
Posts: 629
Location: Oslo, Norway

PostPosted: Tue Jun 28, 2005 4:00 pm    Post subject: Reply with quote

Yeah, an explanation for that would be great, I never understood why this is something that needs to be done...
Back to top
View user's profile Send private message
HamishTPB
n00b
n00b


Joined: 12 Sep 2003
Posts: 58
Location: Europe

PostPosted: Wed Jul 13, 2005 1:53 pm    Post subject: Reply with quote

Thanks for this info guys :D
_________________
Hamish ThePolarBear
Back to top
View user's profile Send private message
fnord_ix
n00b
n00b


Joined: 03 Aug 2004
Posts: 30
Location: Sydney Australia

PostPosted: Mon Jul 25, 2005 12:11 pm    Post subject: Reply with quote

Absolutely beautiful. Worked like a ripper.

A big thanks askoff :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
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