Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Errore in compilazione docbook-sgml-utils [risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
oRDeX
Veteran
Veteran


Joined: 19 Oct 2003
Posts: 1325
Location: Italy

PostPosted: Sun Dec 12, 2004 10:45 am    Post subject: Errore in compilazione docbook-sgml-utils [risolto] Reply with quote

Ragà vado ad emergere docbook-sgml-utils emi da qst errore
Code:

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
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]: *** Waiting for unfinished jobs....
make[2]: *** [backend-spec.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 508, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.


Dove la trovo quella libreria??


Last edited by oRDeX on Sun Dec 12, 2004 2:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
zUgLiO
l33t
l33t


Joined: 12 Aug 2003
Posts: 754
Location: Ferrara (Italy)

PostPosted: Sun Dec 12, 2004 10:55 am    Post subject: Reply with quote

Code:
root@tavernello zuglio # qpkg -f /usr/lib/libosp.so.3
app-text/opensp *

_________________

voglio poi dire che il tempo mi avrà fatto abituare,

ma io non trovo nemmeno brutta la stiva buia di questa nave
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Sun Dec 12, 2004 11:23 am    Post subject: Reply with quote

Devi dare
Code:
# emerge --oneshot openjade

e se leanci revdep-rebuild -p lo dira' anche lui
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
oRDeX
Veteran
Veteran


Joined: 19 Oct 2003
Posts: 1325
Location: Italy

PostPosted: Sun Dec 12, 2004 11:41 am    Post subject: Reply with quote

Entrambi i pacchetti sono già installati, ho fatto un ls /usr/lib/libosp.so* ed ho scoperto che io ho il .4, ora faccio un symlink con .3 e dovrei essere OK!
Back to top
View user's profile Send private message
oRDeX
Veteran
Veteran


Joined: 19 Oct 2003
Posts: 1325
Location: Italy

PostPosted: Sun Dec 12, 2004 11:50 am    Post subject: Reply with quote

Creato il symlink, lancio l'emerge, ora dove dava errore in vece sta così
Code:
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
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

con l'uso CPU al 100% da qulache minuto...
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Sun Dec 12, 2004 11:50 am    Post subject: Reply with quote

oRDeX wrote:
Entrambi i pacchetti sono già installati, ho fatto un ls /usr/lib/libosp.so* ed ho scoperto che io ho il .4, ora faccio un symlink con .3 e dovrei essere OK!

No non e' il metodo giusto il metodo giusto per evitare queste cose e'
Code:
# revdep-rebuild -p

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
oRDeX
Veteran
Veteran


Joined: 19 Oct 2003
Posts: 1325
Location: Italy

PostPosted: Sun Dec 12, 2004 11:53 am    Post subject: Reply with quote

Code:
-bash: revdep-rebuild: command not found

Mi dici in che pacchetto sta pls?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Sun Dec 12, 2004 11:54 am    Post subject: Reply with quote

Code:
# qpkg -f /usr/bin/revdep-rebuild
app-portage/gentoolkit *

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
oRDeX
Veteran
Veteran


Joined: 19 Oct 2003
Posts: 1325
Location: Italy

PostPosted: Sun Dec 12, 2004 12:16 pm    Post subject: Reply with quote

Fatto! Sto emergendo i pacchetti che mi ha consigliato..anche se sono tutti marchiati R, spero in buoni risultati :wink:
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Sun Dec 12, 2004 12:22 pm    Post subject: Reply with quote

oRDeX wrote:
Fatto! Sto emergendo i pacchetti che mi ha consigliato..anche se sono tutti marchiati R, spero in buoni risultati :wink:

E' giusto che siamo R. infatti controlla quelli linkati a librerie vecchie e li ricompila per linkarli a quelle nuove
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
oRDeX
Veteran
Veteran


Joined: 19 Oct 2003
Posts: 1325
Location: Italy

PostPosted: Sun Dec 12, 2004 2:26 pm    Post subject: Reply with quote

Risolto grazie
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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