Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problema installazione
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
GianGian2387
Apprentice
Apprentice


Joined: 03 Jun 2021
Posts: 155

PostPosted: Thu Jun 03, 2021 3:17 pm    Post subject: Problema installazione Reply with quote

Buona sera a tutti,
ho installato un sistema minimale gentoo su una vecchia macchina, ora vorrei installare il server grafico xorg, nel make.conf avevo già aggiunto in fase di installazione "X", fin qui tutto bene.
ad installazione finita ho aggiunto anche: "alsa pulseaudio", quando però do il comando: emerge --ask --udate --deep --newuse @world ricevo questo errore:

[quote]!!! the ebuild selected to satisfy "sys-auth/polkit" has unmet requirements.
- sys-auth/polkit-0.118: :gentoo USE="introspection nls pam -elogind -examples -gtk -jit -kde (-selinux) -systemd -test" ABI_X86="(64)"
the following REQUIRED_USE flag constraints are unsatisfied:
exactly-one-of ( elogind systemd )[\quote]

ho provato ad inserire le use indicate nel make.conf ma ottengo questo messaggio:

Quote:
!!! the ebuild selected to satisfy "sys-apps/busybox" has unmet requirements.
sys-apps/busybox-1.32.1-r1: :gentoo USE:=ipv6 pam static -debug -livecd -make-symlinks -math -mdev -saveconfig (-selinux) -sep-usr -syslo -systemd" ABI_X86="(64)"
the following REQUIRED_USE flag constraints are unsatisfied:
pam? ( !static )


ho provato ad aggiungere anche queste use ma nulla, riporta sempre questo errore... avete idea di cosa possa fare?


Last edited by GianGian2387 on Thu Jun 03, 2021 5:52 pm; edited 1 time in total
Back to top
View user's profile Send private message
GianGian2387
Apprentice
Apprentice


Joined: 03 Jun 2021
Posts: 155

PostPosted: Thu Jun 03, 2021 3:41 pm    Post subject: Re: Problema installazione Reply with quote

Buona sera a tutti,
ho installato un sistema minimale gentoo su una vecchia macchina, ora vorrei installare il server grafico xorg, nel make.conf avevo già aggiunto in fase di installazione "X", fin qui tutto bene.
ad installazione finita ho aggiunto anche: "alsa pulseaudio", quando però do il comando: emerge --ask --udate --deep --newuse @world ricevo questo errore:

Quote:
!!! the ebuild selected to satisfy "sys-auth/polkit" has unmet requirements.
- sys-auth/polkit-0.118: :gentoo USE="introspection nls pam -elogind -examples -gtk -jit -kde (-selinux) -systemd -test" ABI_X86="(64)"
the following REQUIRED_USE flag constraints are unsatisfied:
exactly-one-of ( elogind systemd )


ho provato ad inserire le use indicate nel make.conf ma ottengo questo messaggio:

Quote:
!!! the ebuild selected to satisfy "sys-apps/busybox" has unmet requirements.
sys-apps/busybox-1.32.1-r1: :gentoo USE:=ipv6 pam static -debug -livecd -make-symlinks -math -mdev -saveconfig (-selinux) -sep-usr -syslo -systemd" ABI_X86="(64)"
the following REQUIRED_USE flag constraints are unsatisfied:
pam? ( !static )


ho provato ad aggiungere anche queste use ma nulla, riporta sempre questo errore... avete idea di cosa possa fare?
Ps ho dato questi comandi per poter eseguire il comando: emerge --ask sorge-server sorge-drivers xf86-video-vmware, ho provato a ridare questo comando ed è partito


Last edited by GianGian2387 on Thu Jun 03, 2021 5:50 pm; edited 1 time in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Thu Jun 03, 2021 5:44 pm    Post subject: Reply with quote

Benvenuto sul forum gentoo.

Se vuoi installare il server grafico ti consiglio di abilitare il profilo default/linux/amd64/17.1/desktop che abilita tutte le use flags per fare funzionare X.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
GianGian2387
Apprentice
Apprentice


Joined: 03 Jun 2021
Posts: 155

PostPosted: Thu Jun 03, 2021 5:48 pm    Post subject: Reply with quote

Ti ringrazio per la risposta, una domanda, posso abilitarlo anche ad installazione ultimata?
Back to top
View user's profile Send private message
sabayonino
Veteran
Veteran


Joined: 03 Jan 2012
Posts: 1008

PostPosted: Thu Jun 03, 2021 6:03 pm    Post subject: Reply with quote

riguardo al messaggio
Code:
the following REQUIRED_USE flag constraints are unsatisfied:
exactly-one-of ( elogind systemd )


ti dice che devi abilitare UNA SOLO di quelle indicate.

Sta a te se vuoi utilizare "systemd" (per Gnome Desktop è quasi un obbligo)
oppure
utilizare "elogind"

non entrambe,

Globale :
Code:
euse -E elogind

oppure
Code:
euse -E systemd



Per singolo pacchetto
Code:
euse -E elogind -p x11-base/xorg-server

oppure
Code:
euse -E systemd -p x11-base/xorg-server

_________________
LRS i586 on G.Drive
LRS x86-64 EFI on MEGA


Last edited by sabayonino on Thu Jun 03, 2021 6:14 pm; edited 1 time in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Thu Jun 03, 2021 6:09 pm    Post subject: Reply with quote

sabayonino wrote:
Sta a te se vuoi utilizare "systemd" (per Gnome Desktop è quasi un obbligo)

Non uso gnome ma ora dovrebbe funzionare perfettamente anche con elogind
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
sabayonino
Veteran
Veteran


Joined: 03 Jan 2012
Posts: 1008

PostPosted: Thu Jun 03, 2021 6:13 pm    Post subject: Reply with quote

:lol: nel dubbio infatti ho scritto "è quasi d'obbligo" , so che c'è un repo dedicato
Non usando e non essendo un fan di Gnome , non sono molto aggiornato se non leggendo qualche update ogni tanto.
_________________
LRS i586 on G.Drive
LRS x86-64 EFI on MEGA
Back to top
View user's profile Send private message
GianGian2387
Apprentice
Apprentice


Joined: 03 Jun 2021
Posts: 155

PostPosted: Thu Jun 03, 2021 6:29 pm    Post subject: Reply with quote

Come dicevo poco fa, ora il comando e’ partito (con tutte le use scritte) ora aspetto che finisca ne scrivo solo una e provo a riaggiornare tutto
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Thu Jun 03, 2021 6:31 pm    Post subject: Reply with quote

sabayonino wrote:
:lol: nel dubbio infatti ho scritto "è quasi d'obbligo" , so che c'è un repo dedicato

Si ma ora anche quello ufficiale dovrebbe funzionare senza systemd (anche per me gnome non e' un'opzione).
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Fri Jun 04, 2021 4:17 pm    Post subject: Reply with quote

GianGian2387 wrote:
Ti ringrazio per la risposta, una domanda, posso abilitarlo anche ad installazione ultimata?

MI era sfuggita questa domanda, certo puoi cambiare profilo in ogni momento (dopo averlo selezionato devi lanciare un emerge -uUDa @world) stai solo attento che se passi da un profilo 17.0 a un 17.1 devi seguire le relative istruzioni
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
GianGian2387
Apprentice
Apprentice


Joined: 03 Jun 2021
Posts: 155

PostPosted: Mon Jun 07, 2021 11:37 am    Post subject: Reply with quote

Scusate la domanda… come ho già detto ho installato gentoo su un vecchio pc (celeron hd fisico 2gb di ram), ho optato per i3 come window manager, ora la domanda è: e’ normale che per installare alcuni pacchetti (tipo nemo o Firefox, o anche per cambiare profilo) ci metta un giorno e mezzo di compilazione? O sbaglio io qualcosa?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Mon Jun 07, 2021 11:44 am    Post subject: Reply with quote

GianGian2387 wrote:
Scusate la domanda… come ho già detto ho installato gentoo su un vecchio pc (celeron hd fisico 2gb di ram), ho optato per i3 come window manager, ora la domanda è: e’ normale che per installare alcuni pacchetti (tipo nemo o Firefox, o anche per cambiare profilo) ci metta un giorno e mezzo di compilazione? O sbaglio io qualcosa?

Purtroppo può essere "normale", per esempio firefox si porta dietro come dipendenza rust che è pesantissimo da compilare ma per questo hai due alternative:
  • puoi installare rust-bin, versione compilata di rust, e poi compilare firefox (firefox sul mio i7-4930K_CPU con 32GB di RAM ci mette comunque 50min),
  • oppure installi direttamente firefox-bin, che è la versione ufficiale pre-compilata, e non si porta dietro rust

Per il resto bisognerebbe vedere la lista di quello che stai compilando.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
GianGian2387
Apprentice
Apprentice


Joined: 03 Jun 2021
Posts: 155

PostPosted: Mon Jun 07, 2021 12:06 pm    Post subject: Reply with quote

Al momento sta compilando nemo, sono 81 pacchetti (dovrebbe essere al meta’ strada) poi, i3-gaps, i3lock-color, Firefox e nulla più almeno per il momento (il merge più lungo e’ stato quello del cambio profilo, seguito poi da Firefox, ecco perché mi sorgeva il dubbio)
Essendo un pc datato ho optato per un WM più leggero rispetto ad altri (che uso quotidianamente su altre macchine quindi conosco bene)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Mon Jun 07, 2021 12:30 pm    Post subject: Reply with quote

Anche se il mio pc non è dato uso anche io i3wm e quando passo ad altro mi trovo in difficoltà con i keybind :D .
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
GianGian2387
Apprentice
Apprentice


Joined: 03 Jun 2021
Posts: 155

PostPosted: Mon Jun 07, 2021 4:17 pm    Post subject: Reply with quote

Ho un problema installando picom... ho seguito la guida del wiki ed aggiunto le use flag, quando do il merge ricevo questo messaggio:

Quote:
emerge x11-misc/picom
Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) x11-misc/picom-8-r1::gentoo
* picom-8.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
* No Python implementation found for the build. This is usually
* a bug in the ebuild. Please report it to bugs.gentoo.org
* along with the build log.

* ERROR: x11-misc/picom-8-r1::gentoo failed (setup phase):
* No supported Python implementation installed.
*
* Call stack:
* ebuild.sh, line 125: Called pkg_setup
* ebuild.sh, line 355: Called python-any-r1_pkg_setup
* python-any-r1.eclass, line 391: Called python_setup
* python-any-r1.eclass, line 379: Called die
* The specific snippet of code:
* die "No supported Python implementation installed."
*
* If you need support, post the output of `emerge --info '=x11-misc/picom-8-r1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=x11-misc/picom-8-r1::gentoo'`.
* The complete build log is located at '/var/tmp/portage/x11-misc/picom-8-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-misc/picom-8-r1/temp/die.env'.
* Working directory: '/var/tmp/portage/x11-misc/picom-8-r1/homedir'
* S: '/var/tmp/portage/x11-misc/picom-8-r1/work/picom-8'

>>> Failed to emerge x11-misc/picom-8-r1, Log file:

>>> '/var/tmp/portage/x11-misc/picom-8-r1/temp/build.log'

* Messages for package x11-misc/picom-8-r1:

* No Python implementation found for the build. This is usually
* a bug in the ebuild. Please report it to bugs.gentoo.org
* along with the build log.
* ERROR: x11-misc/picom-8-r1::gentoo failed (setup phase):
* No supported Python implementation installed.
*
* Call stack:
* ebuild.sh, line 125: Called pkg_setup
* ebuild.sh, line 355: Called python-any-r1_pkg_setup
* python-any-r1.eclass, line 391: Called python_setup
* python-any-r1.eclass, line 379: Called die
* The specific snippet of code:
* die "No supported Python implementation installed."
*
* If you need support, post the output of `emerge --info '=x11-misc/picom-8-r1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=x11-misc/picom-8-r1::gentoo'`.
* The complete build log is located at '/var/tmp/portage/x11-misc/picom-8-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-misc/picom-8-r1/temp/die.env'.
* Working directory: '/var/tmp/portage/x11-misc/picom-8-r1/homedir'
* S: '/var/tmp/portage/x11-misc/picom-8-r1/work/picom-8'


Sapreste dirmi cosa dovrei fare?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Mon Jun 07, 2021 4:23 pm    Post subject: Reply with quote

Ho lo stesso problema solo che non l'ho visto perché l'ho già installato e penso sia un bug dell'ebuild.
Come workaround puoi smascherare la versione 8.2-r2 e appena ho tempo apro un nuovo bug report.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Mon Jun 07, 2021 4:32 pm    Post subject: Reply with quote

Ho aperto un nuovo bug per il pacchetto x11-misc/picom-8-r1
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
GianGian2387
Apprentice
Apprentice


Joined: 03 Jun 2021
Posts: 155

PostPosted: Mon Jun 07, 2021 4:40 pm    Post subject: Reply with quote

Quote:
!!! X11-misc/picom-8.2-r2 is Not a valid Package Atom.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Mon Jun 07, 2021 4:56 pm    Post subject: Reply with quote

Che comando hai dato?
Già vedo che hai un X in grande (quella di x11) inoltre quando specifici una versione devi mettere un = davanti
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
GianGian2387
Apprentice
Apprentice


Joined: 03 Jun 2021
Posts: 155

PostPosted: Mon Jun 07, 2021 5:44 pm    Post subject: Reply with quote

Quote:
jean /home/jean # emerge --ask --autounmask-write =x11-misc/picom-8.2-r2

These are the packages that would be merged, in order:

Calculating dependencies... done!

!!! All ebuilds that could satisfy "=x11-misc/picom-8.2-r2" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-misc/picom-8.2-r2::gentoo (masked by: ~amd64 keyword)

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.

jean /home/jean # dispatch-conf
jean /home/jean # emerge --ask =x11-misc/picom-8.2-r2

These are the packages that would be merged, in order:

Calculating dependencies... done!

!!! All ebuilds that could satisfy "=x11-misc/picom-8.2-r2" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-misc/picom-8.2-r2::gentoo (masked by: ~amd64 keyword)

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Mon Jun 07, 2021 6:01 pm    Post subject: Reply with quote

Penso che dovresti usare --autounmask assieme a --autounmask-write o solo il primo.
Io preferisco sempre fare a mano
Code:
# echo "=x11-misc/picom-8.2-r2 " >> /etc/portage/package.accept_keywords
# emerge x11-misc/picom

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


Joined: 03 Jun 2021
Posts: 155

PostPosted: Mon Jun 07, 2021 6:17 pm    Post subject: Reply with quote

Con il tuo suggerimento (facendo tutto manualmente) ci sono riuscito, grazie
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Mon Jun 07, 2021 6:20 pm    Post subject: Reply with quote

Ho comunque aperto un bug per stabilizzare la versione 8.2-r2
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
GianGian2387
Apprentice
Apprentice


Joined: 03 Jun 2021
Posts: 155

PostPosted: Sat Jun 12, 2021 10:23 am    Post subject: Reply with quote

Ultima domanda... sto cercando ovunque ma non trovo risposta in Debian ho la possibilita di far avviare in automatico startx andando a editare il file: nano ~/.bashrc, aggiungendoci queste righe:

Quote:
if [ $(tty) == "/dev/tty1" ]; then
startx
fi


in gentoo questo file e' vuoto, come posso fare?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Sat Jun 12, 2021 10:37 am    Post subject: Reply with quote

Puoi crearlo, comunque sembra che sia meglio usare il file ~/.bash_profile, vedi la pagina wiki
_________________
Questions are guaranteed in life; Answers aren't.
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
Goto page 1, 2  Next
Page 1 of 2

 
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