View previous topic :: View next topic |
Author |
Message |
soigres l33t
Joined: 09 Dec 2004 Posts: 648 Location: Milano, Italy
|
Posted: Thu Sep 08, 2005 6:44 pm Post subject: c'è un package di troppo |
|
|
è un paio di mesi che non aggiorno il sistema... allora faccio Code: | emerge -uDNpv world | la lista saranno una 40ina di pacchetti; tra questi mozilla... ma io in make.conf ho messo -mozilla quindi non dovrebbe esserci... come faccio a capire da dove viene e come fare a toglierlo? |
|
Back to top |
|
|
comio Advocate
Joined: 03 Jul 2003 Posts: 2191 Location: Taranto
|
Posted: Thu Sep 08, 2005 6:45 pm Post subject: Re: c'è un package di troppo |
|
|
soigres wrote: | è un paio di mesi che non aggiorno il sistema... allora faccio Code: | emerge -uDNpv world | la lista saranno una 40ina di pacchetti; tra questi mozilla... ma io in make.conf ho messo -mozilla quindi non dovrebbe esserci... come faccio a capire da dove viene e come fare a toglierlo? |
usa -t come opzione.
ciao _________________ RTFM!!!!
e
http://www.comio.it
|
|
Back to top |
|
|
.:chrome:. Advocate
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Thu Sep 08, 2005 7:01 pm Post subject: Re: c'è un package di troppo |
|
|
non vuol dire niente. potrebbe essere una dipendenza non eliminabile.
Gnome, ad esempio lo richiede. in molti casi te lo devi tenere |
|
Back to top |
|
|
PboY Apprentice
Joined: 02 Feb 2005 Posts: 238 Location: Italia - Monza
|
Posted: Thu Sep 08, 2005 7:30 pm Post subject: Re: c'è un package di troppo |
|
|
k.gothmog wrote: | Gnome, ad esempio lo richiede. in molti casi te lo devi tenere |
se come USE tengo firefox gnome non me lo richiede proprio |
|
Back to top |
|
|
.:chrome:. Advocate
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Thu Sep 08, 2005 7:37 pm Post subject: Re: c'è un package di troppo |
|
|
PboY wrote: | se come USE tengo firefox gnome non me lo richiede proprio |
eeeh...? ma GNOME non ha una USE firefox...
per fare in modo che GNOME non richieda mozilla, bigona rimuovere gnome ed emergere gnome-light, che ha meno roba ma anche molte dipendenze in meno |
|
Back to top |
|
|
PboY Apprentice
Joined: 02 Feb 2005 Posts: 238 Location: Italia - Monza
|
Posted: Thu Sep 08, 2005 7:47 pm Post subject: |
|
|
no no .. te lo dico .. l'ho emerso oggi ... e cercando di levare mozilla so incappato in sta USE firefox in non mi ricordo quale package e non ho gnome-light ...
edit : in uno di questi non chiedermi quale ma è una dipendenza di gnome
Code: |
[+ C ] firefox (dev-java/swt):
Build the Mozilla Embeded Component against firefox rather than mozilla
[+ C ] firefox (dev-python/gnome-python-extras):
allow building against firefox libs
[+ C ] firefox (dev-util/devhelp):
Build against firefox rather than mozilla
[+ C ] firefox (dev-util/eclipse-sdk):
Pick embedded browser from Mozilla Firefox
[+ C ] firefox (gnome-extra/evolution-data-server):
Use Firefox's NSS/NSPR libraries if SSL is enabled
[+ C ] firefox (gnome-extra/yelp):
Build against firefox instead of mozilla
[+ C ] firefox (mail-client/evolution):
Use Firefox's NSS/NSPR libraries if SSL is enabled
[+ C ] firefox (media-video/totem):
Enables compilation using firefox headers
[+ C ] firefox (net-news/liferea):
Build against Firefox instead of Mozilla
[+ C ] firefox (www-client/epiphany-extensions):
build against firefox instead of mozilla
[+ C ] firefox (www-client/epiphany):
build against firefox instead of mozilla
[+ C ] firefox (www-client/galeon):
build against firefox instead of mozilla
[+ C ] firefox (www-client/kazehakase-cvs):
Use firefox's Gecko engine.
[+ C ] firefox (www-client/kazehakase):
Use firefox's Gecko engine.
|
|
|
Back to top |
|
|
.:chrome:. Advocate
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Thu Sep 08, 2005 7:57 pm Post subject: |
|
|
PboY wrote: | no no .. te lo dico .. l'ho emerso oggi ... e cercando di levare mozilla so incappato in sta USE firefox in non mi ricordo quale package e non ho gnome-light ... |
hai ragione... mozilla non è più dipendenza di gnome-base/gnome dalla versione 2.10. lo era nella 2.8
in ogni caso non esiste una USE firefox (non nel mio sistema):
Code: | chrome@morgoth ~ $ equery uses gnome
[ Searching for packages matching gnome... ]
[ Colour Code : set unset ]
[ Legend : Left column (U) - USE flags from make.conf ]
[ : Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for gnome-base/gnome-2.10.2 ]
U I
- - accessibility : Adds support for accessibility (eg 'at-spi' library)
+ + cdr : Adds support for CD writer hardware
+ + dvdr : Adds support for DVD writer hardware (e.g. in xcdroast)
+ + hal : Enable Hardware Abstraction Layer (HAL) support
chrome@morgoth ~ $ |
in risposta al quesito originale:
Code: | chrome@morgoth ~ $ equery depends www-client/mozilla
[ Searching for packages depending on www-client/mozilla... ]
dev-python/gnome-python-extras-2.10.2
gnome-extra/yelp-2.10.0
gnome-extra/evolution-data-server-1.2.3
mail-client/mozilla-thunderbird-1.0.6-r2
mail-client/evolution-2.2.3-r3
www-client/epiphany-1.6.4
www-client/mozilla-firefox-1.0.6-r5
www-client/mozilla-1.7.11
chrome@morgoth ~ $ |
|
|
Back to top |
|
|
soigres l33t
Joined: 09 Dec 2004 Posts: 648 Location: Milano, Italy
|
Posted: Thu Sep 08, 2005 8:15 pm Post subject: |
|
|
vabbè io uso gnome-light e firefox e ho tolto la flag di mozilla... ho fattoe mi dice Code: | [ebuild N ] www-client/mozilla-1.7.11
[ebuild U ] www-client/mozilla-launcher-1.42 [1.41] | dunue come vedete mozilla prima non c'era mentre mozilla-launcher va aggiornato.... devo tohgliere il secondo? |
|
Back to top |
|
|
soigres l33t
Joined: 09 Dec 2004 Posts: 648 Location: Milano, Italy
|
Posted: Thu Sep 08, 2005 9:09 pm Post subject: |
|
|
è possibile bloccare degli ebuild così come si fa con le flag?
perchè poi oltre a mozilla ci sono dei package come sdl-sound che non sono richiesti da nessun altro... e non avendo scheda audio sul pc non mi interessa proprio averlo, così come tutti i package e le flag che riguardano l'audio |
|
Back to top |
|
|
Ic3M4n Advocate
Joined: 02 Nov 2004 Posts: 3489 Location: Bergamo.
|
Posted: Fri Sep 09, 2005 12:39 am Post subject: |
|
|
un Code: | emerge -epv world | grep firefox |
mi ha dato come risultato i seguenti pacchetti:
Code: | gnome-extra/evolution-data-server-1.4.0
mail-client/evolution-2.4.0
media-video/totem-1.2.0
gnome-extra/yelp-2.11.92
www-client/epiphany-1.7.6
dev-util/eclipse-sdk-3.1-r1 |
|
|
Back to top |
|
|
lavish Bodhisattva
Joined: 13 Sep 2004 Posts: 4296
|
Posted: Fri Sep 09, 2005 6:59 am Post subject: |
|
|
@ k.gothmog : provavedrai che c'è anche da te Si tratta di una USE locale
soigres wrote: | perchè poi oltre a mozilla ci sono dei package come sdl-sound che non sono richiesti da nessun altro... e non avendo scheda audio sul pc non mi interessa proprio averlo, così come tutti i package e le flag che riguardano l'audio |
Se setti bene le USE flags globali dovresti riuscire a limare un bel po'... altrimenti puoi usare package.provided
Inoltre non devi fare un per vedere da cosa dipende, ma un
Ciao _________________ minimalblue.com | secgroup.github.io/ |
|
Back to top |
|
|
soigres l33t
Joined: 09 Dec 2004 Posts: 648 Location: Milano, Italy
|
Posted: Fri Sep 09, 2005 7:34 am Post subject: |
|
|
ragazzi è sparito, incredibile... non c'è più mozilla nell'elenco ora... cosa è cambiato? nulla, ho solo spento il pc, ho dormito 8 ore e ora che l'ho riacceso non c'è più |
|
Back to top |
|
|
|