Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problema con emerge mldonkey[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
abaddon83
Guru
Guru


Joined: 17 Jan 2004
Posts: 494

PostPosted: Sun Jan 25, 2004 1:26 pm    Post subject: problema con emerge mldonkey[risolto] Reply with quote

bash-2.05b# emerge mldonkey
Calculating dependencies ...done!
>>> emerge (1 of 3) dev-ml/lablgl-0.98 to /
>>> md5 src_uri ;-) lablgl-0.98.tar.gz
which: no labltk in (/sbin:/usr/sbin:/usr/lib/portage/bin:/bin:/usr/bin:/usr/local/bin:/opt/
bin:/usr/i686-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)
/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 466, Exitcode 1
!!! pkg_setup function failed; exiting.



che dovrei fare?
_________________
Abaddon's House
Jabber account: abaddon@jabber.linux.it


Last edited by abaddon83 on Mon Jan 26, 2004 12:41 pm; edited 1 time in total
Back to top
View user's profile Send private message
shev
Bodhisattva
Bodhisattva


Joined: 03 Feb 2003
Posts: 4084
Location: Italy

PostPosted: Sun Jan 25, 2004 1:32 pm    Post subject: Reply with quote

Leggere l'output, la soluzione ti viene data li... :roll:

In pratica rimergi ocaml attivando la flags per il supporto tk. Per vedere qual è la flag esatta, emerge -vp ocaml (dovrebbe essere tcltk)
_________________
Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo
Back to top
View user's profile Send private message
abaddon83
Guru
Guru


Joined: 17 Jan 2004
Posts: 494

PostPosted: Sun Jan 25, 2004 1:34 pm    Post subject: Reply with quote

ehmm me lo spieghi bene? sto coso delle flag non lo conosco ancora molto...
_________________
Abaddon's House
Jabber account: abaddon@jabber.linux.it
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Sun Jan 25, 2004 1:35 pm    Post subject: Reply with quote

abaddon83 wrote:
ehmm me lo spieghi bene? sto coso delle flag non lo conosco ancora molto...

Code:
# USE="tk" emerge mldonkey

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


Joined: 17 Jan 2004
Posts: 494

PostPosted: Sun Jan 25, 2004 1:36 pm    Post subject: Reply with quote

bash-2.05b# emerge -vp ocaml

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild R ] dev-lang/ocaml-3.06-r1 -tcltk

ora emerge come lo imposto?
_________________
Abaddon's House
Jabber account: abaddon@jabber.linux.it
Back to top
View user's profile Send private message
abaddon83
Guru
Guru


Joined: 17 Jan 2004
Posts: 494

PostPosted: Sun Jan 25, 2004 1:39 pm    Post subject: Reply with quote

bash-2.05b# USE="tcltk" emerge mldonkey
Calculating dependencies ...done!
>>> emerge (1 of 3) dev-ml/lablgl-0.98 to /
>>> md5 src_uri ;-) lablgl-0.98.tar.gz
which: no labltk in (/sbin:/usr/sbin:/usr/lib/portage/bin:/bin:/usr/bin:/usr/local/bin:/opt/
bin:/usr/i686-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)
/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 466, Exitcode 1
!!! pkg_setup function failed; exiting.

bash-2.05b# USE="tk" emerge mldonkey
Calculating dependencies ...done!
>>> emerge (1 of 3) dev-ml/lablgl-0.98 to /
>>> md5 src_uri ;-) lablgl-0.98.tar.gz
which: no labltk in (/sbin:/usr/sbin:/usr/lib/portage/bin:/bin:/usr/bin:/usr/local/bin:/opt/
bin:/usr/i686-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)
/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 466, Exitcode 1
!!! pkg_setup function failed; exiting.

e ora?
_________________
Abaddon's House
Jabber account: abaddon@jabber.linux.it
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Sun Jan 25, 2004 1:40 pm    Post subject: Reply with quote

Scusa sbagliato io
Code:
# USE="tk" emerge ocaml
# emerge mldonkey

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


Joined: 03 Feb 2003
Posts: 4084
Location: Italy

PostPosted: Sun Jan 25, 2004 1:45 pm    Post subject: Reply with quote

Il discorso sulle USE mi rifiuto per principio di ripeterlo, lo trovi su milioni di topic in questo forum e sulla doc di gentoo. :twisted:

Nel tuo caso devi abilitare il supporto tk quando compili ocaml, quindi dai:
Code:
# USE="tcltk" emerge ocaml

quindi dai finalmente
Code:
#emerge mldonkey

Questo perchè mldonkey necessita di ocaml con supporto tk.
_________________
Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Sun Jan 25, 2004 1:50 pm    Post subject: Reply with quote

Hai gia' letto questo sulle USE?

EDIT: scusa ho sbagliato a dirti proprio tutto segui quello che dice Shev :)
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
abaddon83
Guru
Guru


Joined: 17 Jan 2004
Posts: 494

PostPosted: Mon Jan 26, 2004 12:41 pm    Post subject: Reply with quote

chiedo umilmente perdono a shev :cry:

e ringrazio entrambi per l'aiuto, ci son riuscito finalmente a farlo partire^^

fedeliallalinea, mo mi leggo la guida thx.


ciao
_________________
Abaddon's House
Jabber account: abaddon@jabber.linux.it
Back to top
View user's profile Send private message
shev
Bodhisattva
Bodhisattva


Joined: 03 Feb 2003
Posts: 4084
Location: Italy

PostPosted: Mon Jan 26, 2004 12:55 pm    Post subject: Reply with quote

abaddon83 wrote:
chiedo umilmente perdono a shev :cry:


:lol: E per cosa? L'importante è che funzioni (e che tu abbia capito che la doc esiste ed è utile :twisted: )
_________________
Se per vivere ti dicono "siediti e stai zitto" tu alzati e muori combattendo
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