Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge mldonkey falha, acontece com mais alguem?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Portuguese
View previous topic :: View next topic  
Author Message
domus-br
Apprentice
Apprentice


Joined: 27 May 2003
Posts: 292
Location: Niterói-RJ,Brasil

PostPosted: Wed May 28, 2003 11:24 am    Post subject: emerge mldonkey falha, acontece com mais alguem? Reply with quote

observem

Code:

otavio root # emerge mldonkey
Calculating dependencies ...done!
>>> emerge (1 of 3) dev-ml/lablgl-0.98 to /
>>> md5 ;-) lablgl-0.98.tar.gz
which: no labltk in (/usr/bin/ccache:/sbin:/usr/sbin:/usr/lib/portage/bin:/bin:/usr/bin:
/usr/local/bin:/opt/bin:/usr/i586-pc-linux-gnu/gcc-bin/3.2:
/usr/X11R6/bin:/opt/blackdown-jdk-1.4.1/bin:/opt/blackdown-jdk-1.4.1/jre/bin:
/usr/qt/3/bin:/usr/kde/3.1/sbin:/usr/kde/3.1/bin:/opt/vmware/bin)
/usr/bin/ocaml
 * It seems you don't have ocaml compiled with tk support
 * or you don't have ocaml installed and tcltk USE flag is
 * not defined.
 *
 * lablgl requires ocaml be built with tk support.
 *
 * Please make sure that ocaml is installed with tk support.

!!! ERROR: dev-ml/lablgl-0.98 failed.
!!! Function dyn_setup, Line 396, Exitcode 1
!!! pkg_setup function failed; exiting.

otavio root #


achei q o emerge deveria resolver as depedencias, seria isso ou estou enganado?
Back to top
View user's profile Send private message
To
Veteran
Veteran


Joined: 12 Apr 2003
Posts: 1145
Location: Coimbra, Portugal

PostPosted: Wed May 28, 2003 1:19 pm    Post subject: Reply with quote

Nunca usei o mldonkey, mas caso não conseguires por isso a funcionar ( desculpa mas os meus conhecimento de gentoo não são ainda muitos ), experimenta o xmule, podes sempre guiar-te pelo topico do v.


_________________

------------------------------------------------
Linux Gandalf 3.2.35-grsec
Gentoo Base System version 2.2
------------------------------------------------
Back to top
View user's profile Send private message
fghellar
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 856
Location: Porto Alegre, BR

PostPosted: Wed May 28, 2003 1:32 pm    Post subject: Re: emerge mldonkey falha, acontece com mais alguem? Reply with quote

domus-br wrote:
achei q o emerge deveria resolver as depedencias, seria isso ou estou enganado?

Estás certo, e ele realmente fez isso:

Code:
otavio root # emerge mldonkey
Calculating dependencies ...done!
>>> emerge (1 of 3) dev-ml/lablgl-0.98 to /

O problema é outro:

Code:
 * lablgl requires ocaml be built with tk support.
 *
 * Please make sure that ocaml is installed with tk support.

Dá uma olhada no diretório /var/db/pkg/dev-lang/ocaml-3.06/. O arquivo USE contém as use flags que estavam ativas no momento da instalação deste programa. Se tcltk não estiver presente ali (ou estiver, mas na forma -tcltk), terás que recompilar o ocalm:

Code:
otavio root # USE="tcltk" emerge ocalm

Isto deve resolver...
_________________
| www.gentoo.org | www.tldp.org | www.google.com |
Back to top
View user's profile Send private message
domus-br
Apprentice
Apprentice


Joined: 27 May 2003
Posts: 292
Location: Niterói-RJ,Brasil

PostPosted: Wed May 28, 2003 1:45 pm    Post subject: Re: emerge mldonkey falha, acontece com mais alguem? Reply with quote

fghellar wrote:
domus-br wrote:
achei q o emerge deveria resolver as depedencias, seria isso ou estou enganado?

Estás certo, e ele realmente fez isso:

Code:
otavio root # emerge mldonkey
Calculating dependencies ...done!
>>> emerge (1 of 3) dev-ml/lablgl-0.98 to /

O problema é outro:

Code:
 * lablgl requires ocaml be built with tk support.
 *
 * Please make sure that ocaml is installed with tk support.

Dá uma olhada no diretório /var/db/pkg/dev-lang/ocaml-3.06/. O arquivo USE contém as use flags que estavam ativas no momento da instalação deste programa. Se tcltk não estiver presente ali (ou estiver, mas na forma -tcltk), terás que recompilar o ocalm:

Code:
otavio root # USE="tcltk" emerge ocalm

Isto deve resolver...


verifiquei la no tal arquivo USE da tal pasta indicada, realmente nao havia mençao nenhuma a tcltk, ai tentei o comando USE="tcltk" emerge ocalm , ai retornou o seguinte erro

Code:

otavio root # USE="tcltk" emerge ocalm
Calculating dependencies
emerge: there are no masked or unmasked ebuilds to satisfy "ocalm".

!!! Error calculating dependancies. Please correct.
otavio root #
Back to top
View user's profile Send private message
fghellar
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 856
Location: Porto Alegre, BR

PostPosted: Wed May 28, 2003 1:54 pm    Post subject: Re: emerge mldonkey falha, acontece com mais alguem? Reply with quote

domus-br wrote:
verifiquei la no tal arquivo USE da tal pasta indicada, realmente nao havia mençao nenhuma a tcltk, ai tentei o comando USE="tcltk" emerge ocalm , ai retornou o seguinte erro

Code:

otavio root # USE="tcltk" emerge ocalm
Calculating dependencies
emerge: there are no masked or unmasked ebuilds to satisfy "ocalm".

!!! Error calculating dependancies. Please correct.
otavio root #

Ops, errei o nome do pacote. É ocaml, e não ocalm... hehe...
_________________
| www.gentoo.org | www.tldp.org | www.google.com |
Back to top
View user's profile Send private message
domus-br
Apprentice
Apprentice


Joined: 27 May 2003
Posts: 292
Location: Niterói-RJ,Brasil

PostPosted: Wed May 28, 2003 1:58 pm    Post subject: Re: emerge mldonkey falha, acontece com mais alguem? Reply with quote

fghellar wrote:
domus-br wrote:
verifiquei la no tal arquivo USE da tal pasta indicada, realmente nao havia mençao nenhuma a tcltk, ai tentei o comando USE="tcltk" emerge ocalm , ai retornou o seguinte erro

Code:

otavio root # USE="tcltk" emerge ocalm
Calculating dependencies
emerge: there are no masked or unmasked ebuilds to satisfy "ocalm".

!!! Error calculating dependancies. Please correct.
otavio root #

Ops, errei o nome do pacote. É ocaml, e não ocalm... hehe...


:D :twisted:
agora foi, valeu :wink:
Back to top
View user's profile Send private message
RedPingüim
Tux's lil' helper
Tux's lil' helper


Joined: 20 May 2003
Posts: 82
Location: São Paulo - SP

PostPosted: Tue Jun 17, 2003 6:52 pm    Post subject: Re: emerge mldonkey falha, acontece com mais alguem? Reply with quote

domus-br wrote:
fghellar wrote:
domus-br wrote:
verifiquei la no tal arquivo USE da tal pasta indicada, realmente nao havia mençao nenhuma a tcltk, ai tentei o comando USE="tcltk" emerge ocalm , ai retornou o seguinte erro

Code:

otavio root # USE="tcltk" emerge ocalm
Calculating dependencies
emerge: there are no masked or unmasked ebuilds to satisfy "ocalm".

!!! Error calculating dependancies. Please correct.
otavio root #

Ops, errei o nome do pacote. É ocaml, e não ocalm... hehe...


:D :twisted:
agora foi, valeu :wink:


Este MLDonkey parece estar a fazer algum sucesso, principalmente por se utilizar de redes populares, tais como a fast-track, livrando os usuários de utilizar o Kazaa-Wine.. Eu instalei, mas quase não usei, mas funciona legal.. 8)
_________________
Carlos Vendramini
opera 9 build 1635 (gentoo 2006.0; gentoo-sources-2.6.15-r7, gnome 2.12.2) - Linux user #293485 - Opera Fórum em Português
Back to top
View user's profile Send private message
MetalGod
Bodhisattva
Bodhisattva


Joined: 10 Mar 2003
Posts: 816
Location: Portugal

PostPosted: Wed Jun 18, 2003 12:55 am    Post subject: xmule rulez Reply with quote

usa xmule eh um pouco buggento mais funciona :wink:
_________________
ex: Gentoo Linux Developer: amd64 media-optical sound gnome
ex: Portuguese Moderator
------------------------------------------------------------------------------
God Doesn't Play Dice
Back to top
View user's profile Send private message
weber
n00b
n00b


Joined: 04 Aug 2003
Posts: 2
Location: Brazil

PostPosted: Sun Aug 24, 2003 11:04 pm    Post subject: Reply with quote

Funcionou.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portuguese 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