View previous topic :: View next topic |
Author |
Message |
Mithrandir81 Tux's lil' helper
Joined: 06 Feb 2004 Posts: 135
|
Posted: Tue May 11, 2004 7:14 pm Post subject: Dipendenze di xorg |
|
|
modificato il titolo con qualcosa di più significativo -MyZelF
Code: |
#emerge -puD world
These are the packages that I would merge, in order:
Calculating world dependencies \
!!! all ebuilds that could satisfy "x11-base/xorg-x11" have been masked.
!!! possible candidates are:
- x11-base/xorg-x11-6.7.0 (masked by: ~keyword)
!!! (dependency required by "media-libs/gle-3.0.1-r2" [ebuild])
!!! Problem with ebuild x11-misc/xscreensaver-4.14-r2
!!! Possibly a DEPEND/*DEPEND problem.
!!! Depgraph creation failed.
|
il mio è un sistema installato direttamente con x.org... (xfree è iniettato)
ora, la prima cosa che ho fatto, visto l'errore è stata inserire in package.keywords la voce
x11-base/xorg-x11
con questo risultato...
Code: |
!!! all ebuilds that could satisfy "x11-terms/xterm" have been masked.
!!! possible candidates are:
- x11-terms/xterm-184 (masked by: ~keyword)
- x11-terms/xterm-179 (masked by: ~keyword)
!!! Problem with ebuild x11-misc/xscreensaver-4.14-r2
!!! Possibly a DEPEND/*DEPEND problem.
!!! Depgraph creation failed.
|
chevvordì? che vuole xterm per xcreensaver? o il contrario? ma xterm io non l'ho installato, me lo richiedeva come dipendenza xorg, ma ho seguito altro topic qui, ho installato con nodeps e poi ho iniettato xfree...in modo che non cercasse di installare xterm...
xscreensaver non è installato con keyword...e nemmeno richiede xterm come dipendenza, mi pare...
insomma la domanda è: chevvordì tutto ciò? |
|
Back to top |
|
|
MyZelF Bodhisattva
Joined: 25 Feb 2003 Posts: 2010 Location: Venice, Italy
|
Posted: Tue May 11, 2004 10:05 pm Post subject: |
|
|
Inserisci queste voci in /etc/portage/package.keywords
Code: | x11-base/xorg-x11 ~x86
x11-terms/xterm ~x86
sys-apps/utempter ~x86
|
_________________ "Larry the Cow was a bit frustrated at the current state of Linux Distributions..." |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31417 Location: here
|
Posted: Tue May 11, 2004 11:05 pm Post subject: |
|
|
Oppure dai il comando
Code: | # emerge /usr/portage/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
MyZelF Bodhisattva
Joined: 25 Feb 2003 Posts: 2010 Location: Venice, Italy
|
Posted: Tue May 11, 2004 11:45 pm Post subject: |
|
|
Così darebbe comunque un errore per le dipendenze masked. _________________ "Larry the Cow was a bit frustrated at the current state of Linux Distributions..." |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31417 Location: here
|
Posted: Tue May 11, 2004 11:47 pm Post subject: |
|
|
Forse hai ragione, io avevo dato
Code: | # ACCEPT_KEYWORDS="~x86" emerge /usr/portage/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
|