Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO!!]Problema EMERGE XORG !!
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
superfayan
Apprentice
Apprentice


Joined: 13 Jan 2005
Posts: 175
Location: Castelcucco !!!

PostPosted: Thu Jan 27, 2005 2:56 pm    Post subject: [RISOLTO!!]Problema EMERGE XORG !! Reply with quote

ho appena fatto emerge Xorg-x11 e mi da questo errore
Code:

emerge xorg-x11
Calculating dependencies ...done!

!!! Error: the <net-www/mozilla-1.7.3-r3 package conflicts with another package.!!!        both can't be installed on the same system together.
!!!        Please use 'emerge --pretend' to determine blockers.


cosa devo fare :?:
_________________
__AceR__Aspire_2023*POWERED *By*GENTOO-[kernel-2.6.10-r6]


Last edited by superfayan on Thu Jan 27, 2005 7:01 pm; edited 1 time in total
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Thu Jan 27, 2005 3:00 pm    Post subject: Reply with quote

Leggere quello che hai scritto e agire di conseguenza ;)
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
superfayan
Apprentice
Apprentice


Joined: 13 Jan 2005
Posts: 175
Location: Castelcucco !!!

PostPosted: Thu Jan 27, 2005 3:03 pm    Post subject: Reply with quote

lavish wrote:
Leggere quello che hai scritto e agire di conseguenza ;)


ok...

Code:

root@gentooMobile X11 # emerge --pretend xorg-x11

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

Calculating dependencies ...done!
[blocks B     ] <net-www/mozilla-1.7.3-r3 (from pkg media-libs/freetype-2.1.9-r1)
[ebuild     U ] media-libs/freetype-2.1.9-r1 [2.1.5-r1]
[ebuild     U ] x11-base/opengl-update-2.0_pre4-r1 [1.8.2]
[ebuild     U ] x11-base/xorg-x11-6.8.1.902 [6.8.0-r3]


e quindi ?? :?
_________________
__AceR__Aspire_2023*POWERED *By*GENTOO-[kernel-2.6.10-r6]
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Thu Jan 27, 2005 3:13 pm    Post subject: Reply with quote

8O C'e' freetype che blocca mozilla... potresti togliere freetype, ma quello serve... quindi sto dando un'occhiata al forum ma non trovo molto... prova a cercare su bugzilla
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Thu Jan 27, 2005 3:18 pm    Post subject: Reply with quote

Prova ad emergere con la flag -O.. magari c'e' un casino con le dep circolari

<EDIT> qualcosa tipo...
Code:
emerge -O freetype
emerge mozilla
emerge freetype


non ti assicuro che funzioni... l'ho buttata un po' li'... prova cmq ;)
_________________
minimalblue.com | secgroup.github.io/


Last edited by lavish on Thu Jan 27, 2005 3:30 pm; edited 2 times in total
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Thu Jan 27, 2005 3:20 pm    Post subject: Reply with quote

Le cose che ti dice l'emerge --pretend e': "Attenzione! Qualcosa blocca mozilla e quindi l'emersione di Xorg"
Quindi devi assicurarti che quello che ti blocca non ci sia quando dai l'emerge.
Per maggiori informazioni leggi
Code:

# man emerge


ps: So che le risposte date (anche da me) sono abbastanza acide, ma un "grazie per l'aiuto" o un tono meno pretenzioso predispongo all'aiuto; ti ricordo che questo non e' un help-desk. Preciso che non lo dico per cazziarti, ma per farti notare il tono con cui hai introdotto il 3d.

Ciriciao
mouser :wink:

edit: Chiedo scusa a chiunque abbia letto il 3d.... avevo scritto di togliere freetype, mi sono accorto dell'errore ed ho editato subito, ma essendo al lavoro sono stato distratto....... lavish non ha postato a caso.... sono io che, nel casino, ho editato .... a vanvaaara... :oops:


Last edited by mouser on Thu Jan 27, 2005 3:39 pm; edited 1 time in total
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Thu Jan 27, 2005 3:22 pm    Post subject: Reply with quote

@ mouser... ma non ha senso che tolga freetype per emergere mozilla... guarda qui:

Code:
lavish@darkstar ~ $ etcat -v freetype | tail -n1 && etcat -v mozilla | tail -n1   
        [  I] 2.1.9-r1 (2)
        [  I] 1.7.5 (0)


<EDIT> mi spiace mouser :/ Ho postato troppo in fretta :oops:
_________________
minimalblue.com | secgroup.github.io/


Last edited by lavish on Thu Jan 27, 2005 3:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
superfayan
Apprentice
Apprentice


Joined: 13 Jan 2005
Posts: 175
Location: Castelcucco !!!

PostPosted: Thu Jan 27, 2005 3:26 pm    Post subject: Reply with quote

grazie per gli aiuti... sono cosi incasinato che ho scritto velocemente questo topic...
(sto cercando di abilitare l'accelerazione grafica sulla mia mobility 7500 ) e sto strippando 8O :?
_________________
__AceR__Aspire_2023*POWERED *By*GENTOO-[kernel-2.6.10-r6]
Back to top
View user's profile Send private message
superfayan
Apprentice
Apprentice


Joined: 13 Jan 2005
Posts: 175
Location: Castelcucco !!!

PostPosted: Thu Jan 27, 2005 3:49 pm    Post subject: Reply with quote

lavish wrote:
Prova ad emergere con la flag -O.. magari c'e' un casino con le dep circolari

<EDIT> qualcosa tipo...
Code:
emerge -O freetype
emerge mozilla
emerge freetype


non ti assicuro che funzioni... l'ho buttata un po' li'... prova cmq ;)


ok... sto emergendo mozilla ... ammazza ke lungo... :?
_________________
__AceR__Aspire_2023*POWERED *By*GENTOO-[kernel-2.6.10-r6]
Back to top
View user's profile Send private message
BlueInGreen
Apprentice
Apprentice


Joined: 04 Jan 2005
Posts: 215
Location: Roma

PostPosted: Thu Jan 27, 2005 5:10 pm    Post subject: Reply with quote

Ciao a tutti...
Mi accodo in questo thread per non aprirne un altro del tutto simile...
Non so se si tratta di un bug o di qualche mio pasticcio (ma non mi sembra di aver fatto niente strano ultimamente...)
Insomma ho dato un emerge sync (per la verità era un esync ma non sottilizziamo)
e quando lancio un
Code:
 emerge -up world

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

Calculating world dependencies ...done!
[blocks B     ] <x11-base/xorg-x11-6.8.0-r4 (from pkg x11-base/opengl-update-2.1 _pre4)
[ebuild     U ] sys-apps/man-pages-2.00 [1.70]Thanx
[ebuild     U ] sys-libs/zlib-1.2.2 [1.2.1-r3]
[ebuild     U ] sys-apps/procps-3.2.4-r2 [3.2.4-r1]
[ebuild     U ] app-arch/bzip2-1.0.2-r4 [1.0.2-r3]
[ebuild  N    ] x11-base/opengl-update-2.1_pre4
[...]


ecco quello che ottengo ....

Ma il bello è questo:
Code:
emerge -s opengl-update
Searching...
[ Results for search key : opengl-update ]
[ Applications found : 1 ]

*  x11-base/opengl-update
      Latest version available: 2.1_pre4
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 30 kB
      Homepage:    http://www.gentoo.org/
      Description: Utility to change the OpenGL interface being used
      License:     GPL-2



Any idea??
:roll:
_________________
A volte mi chiedo se dio mi ama oppure se è solo sesso.


Last edited by BlueInGreen on Thu Jan 27, 2005 5:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Thu Jan 27, 2005 5:23 pm    Post subject: Reply with quote

Prova comunque a lanciare un unmerge di opengl-update.

Mi sembra strano dal momento che io ho installto sia xorg che opengl-update e proprio quelle versioni.
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
BlueInGreen
Apprentice
Apprentice


Joined: 04 Jan 2005
Posts: 215
Location: Roma

PostPosted: Thu Jan 27, 2005 5:28 pm    Post subject: Reply with quote

Avevo già provato comunque l'ho ridato per scrupolo...ma l'esito è lo stesso...

Code:
 # emerge unmerge opengl-update

--- Couldn't find opengl-update to unmerge.

>>> unmerge: No packages selected for removal.

_________________
A volte mi chiedo se dio mi ama oppure se è solo sesso.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Thu Jan 27, 2005 5:29 pm    Post subject: Reply with quote

https://forums.gentoo.org/viewtopic.php?t=285592
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Thu Jan 27, 2005 5:43 pm    Post subject: Reply with quote

La soluzione presentata sul 3d (inglese) postato da fedeliallalinea e' del tutto simile a quella che ho proposto per freetype...

Code:

emerge -O opengl-update
emerge xorg-x11
emerge opengl-update


Per BlueInGreen dovrebbe andare... sono curioso di sapere se funzia anche per superfayan...
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
BlueInGreen
Apprentice
Apprentice


Joined: 04 Jan 2005
Posts: 215
Location: Roma

PostPosted: Thu Jan 27, 2005 5:47 pm    Post subject: Reply with quote

Ok sto provando a vedere se questo va come soluzione:

Code:
emerge -O opengl-update
emerge xorg-x11
emerge opengl-update


Per il momento ho lanciato solo i primi due comandi e adesso Xorg sta compliando appena finisce faccio sapere se funziona...

thanx!

EDIT: @lavish
Carino il mio nome colorato!
E poi non so se ti ricordi di quei consigli che mi avevi dato su gaim per il server...comunque alla fine l'ho realizzato su gentoo e va che è una bellezza!!
Grazie ancora! :lol:
_________________
A volte mi chiedo se dio mi ama oppure se è solo sesso.
Back to top
View user's profile Send private message
Cerberos86
Guru
Guru


Joined: 13 Dec 2003
Posts: 581
Location: Padova

PostPosted: Thu Jan 27, 2005 6:25 pm    Post subject: Reply with quote

stesso problema di BlueInGreen... Ho provato con la soluzione postata sul thread inglese....merging.... :roll:
_________________
Account jabber: cerberos@jabber.org
"I'm using the hand..." ~ Guybrush Threepwood ~
Back to top
View user's profile Send private message
superfayan
Apprentice
Apprentice


Joined: 13 Jan 2005
Posts: 175
Location: Castelcucco !!!

PostPosted: Thu Jan 27, 2005 6:30 pm    Post subject: Reply with quote

lavish wrote:
Prova ad emergere con la flag -O.. magari c'e' un casino con le dep circolari

<EDIT> qualcosa tipo...
Code:
emerge -O freetype
emerge mozilla
emerge freetype


non ti assicuro che funzioni... l'ho buttata un po' li'... prova cmq ;)


FAtto... adesso funziona emerge xorg :D grazie mille :)
_________________
__AceR__Aspire_2023*POWERED *By*GENTOO-[kernel-2.6.10-r6]
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Thu Jan 27, 2005 6:32 pm    Post subject: Reply with quote

superfayan wrote:
FAtto... adesso funziona emerge xorg :D grazie mille :)



Ottimo :D :D :D

metti la tag [RISOLTO] al titolo del topic
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
BlueInGreen
Apprentice
Apprentice


Joined: 04 Jan 2005
Posts: 215
Location: Roma

PostPosted: Thu Jan 27, 2005 6:38 pm    Post subject: Reply with quote

Funziona anche a me!!!!
(forse allora l'informatica è veramente una scienza...) :D

Grazie ancora
_________________
A volte mi chiedo se dio mi ama oppure se è solo sesso.
Back to top
View user's profile Send private message
Cerberos86
Guru
Guru


Joined: 13 Dec 2003
Posts: 581
Location: Padova

PostPosted: Thu Jan 27, 2005 9:03 pm    Post subject: Reply with quote

ehm... a me non tanto...
ho dovuta dare un
Code:
emerge -clean
...ora tutto ok naturalmente :lol: !
_________________
Account jabber: cerberos@jabber.org
"I'm using the hand..." ~ Guybrush Threepwood ~
Back to top
View user's profile Send private message
heXen
Guru
Guru


Joined: 21 Jun 2004
Posts: 320

PostPosted: Sat Feb 19, 2005 6:55 pm    Post subject: emergere nvidia Reply with quote

Code:
hexen@bluestar hexen $ emerge -pv nvidia-glx

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

Calculating dependencies ...done!
[blocks B     ] <x11-base/xorg-x11-6.8.0-r4 (from pkg x11-base/opengl-update-2.1_pre4)
[ebuild  NS   ] media-video/nvidia-kernel-1.0.6629-r3  8,520 kB
[ebuild     U ] x11-base/opengl-update-2.1_pre4 [1.7.2] 30 kB
[ebuild     U ] media-video/nvidia-glx-1.0.6629-r4 [1.0.5336-r2] 0 kB

Total size of downloads: 8,550 kB


ciao

come faccio a risolvere il pacchetto che blocca? L'ho messo in /etc/portage/profile/packeges.provided ma lo ricalcola sempre, non mi va di aggiornare xorg apposta per questo :?
_________________
Stamattina hanno suonato alla porta. Sono andato ad aprire e...
Ho scritto una Guida introduttiva a Jabber
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Sat Feb 19, 2005 7:04 pm    Post subject: Reply with quote

Fatto il merge del tuo post con questo perche' qui https://forums.gentoo.org/viewtopic-p-2026678.html#2026678 trovi la soluzione
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
heXen
Guru
Guru


Joined: 21 Jun 2004
Posts: 320

PostPosted: Sun Feb 20, 2005 10:15 am    Post subject: Reply with quote

ho iniettato x11-base/opengl-update-2.1_pre4 e ora in emerge -pv nvidia-glx non compare nulla che blocca,dopo aver emerso immagino di dover togliere il pacchetto dall'elenco dei file iniettati e emergelo a parte con il -O vero?
_________________
Stamattina hanno suonato alla porta. Sono andato ad aprire e...
Ho scritto una Guida introduttiva a Jabber
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