View previous topic :: View next topic |
Author |
Message |
saverik Guru
Joined: 18 Oct 2008 Posts: 405
|
Posted: Thu Jan 30, 2025 1:31 pm Post subject: Aggiornamento dopo due mesi[Risolto] |
|
|
Buonasera a tutti,
sto provando ad aggiornare dopo due mesi ma ho un sacco di pacchetti bloccati.
Ho KDE con openrc con pacchetti binari.
Questo il mio make.conf Code: |
COMMON_FLAGS="-march=haswell -O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
# NOTE: This stage was built with the bindist USE flag enabled
# Appending getbinpkg to the list of values within the FEATURES variable
FEATURES="getbinpkg"
ACCEPT_LICENSE="*"
# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C.utf8
#
MAKEOPTS="-j4 -l5"
USE="-gnome -systemd -gtk elogind qt6 kde dvd alsa cdr"
VIDEO_CARDS="nvidia"
LINGUAS="it"
L10N="it"
GRUB_PLATFORMS="efi-64"
|
Sono molto graditi suggerimenti.
Saluti _________________ Lenovo L14 Ryzen 4650U,16GbRam,Adata8200proNvme512Gb
Linux= Gentoo64bit+Kde_Plasma+openrc
Last edited by saverik on Fri Jan 31, 2025 6:53 pm; edited 1 time in total |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31467 Location: here
|
Posted: Thu Jan 30, 2025 1:58 pm Post subject: |
|
|
Puoi postare l'output completo del comando emerge -uUDpv @world? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
saverik Guru
Joined: 18 Oct 2008 Posts: 405
|
Posted: Thu Jan 30, 2025 2:25 pm Post subject: |
|
|
allego il file completo con pastebin
https://pastebin.com/Ey1DTB8K _________________ Lenovo L14 Ryzen 4650U,16GbRam,Adata8200proNvme512Gb
Linux= Gentoo64bit+Kde_Plasma+openrc |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31467 Location: here
|
Posted: Thu Jan 30, 2025 5:58 pm Post subject: |
|
|
Code: | * IMPORTANT: 28 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items. |
Per prima cosa leggerei le news con eselect.
Code: | dev-libs/icu:0
(dev-libs/icu-76.1-r1-2:0/76::gentoo, binary scheduled for merge) USE="-debug -doc -examples -static-libs -test -verify-sig" ABI_X86="32 (64) (-x32)" conflicts with
dev-libs/icu:0/75 required by (app-office/libreoffice-bin-24.2.7.2:0/0::gentoo, ebuild scheduled for merge) USE="kde -gnome -java" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_12"
^^^^^ |
Per questo conflitto devi aspettare che compilino app-office/libreoffice-bin con la nuova versione di icu, quindi puoi solo ignorarla.
Code: | sys-kernel/installkernel:0
(sys-kernel/installkernel-48-r1:0/0::gentoo, ebuild scheduled for merge) USE="-dracut (-efistub) -grub -refind -systemd -systemd-boot -ugrd -uki -ukify" ABI_X86="(64)" conflicts with
>=sys-kernel/installkernel-14[dracut(-)] required by (sys-kernel/gentoo-kernel-6.6.67-1:6.6.67/6.6.67::gentoo, binary scheduled for merge) USE="debug initramfs strip -experimental (-generic-uki) -hardened -modules-compress -modules-sign -savedconfig -secureboot -test" ABI_X86="(64)" |
Qua penso che basti attivare la use flag dracut al pacchetto sys-kernel/installkernel.
Code: | !!! The following binary packages have been ignored due to non matching USE:
=kde-plasma/plasma-meta-6.2.5 colord gtk
=kde-plasma/plasma-meta-6.2.5 -elogind firewall gtk systemd
=dev-qt/qtbase-6.8.1 gtk -mysql
=dev-qt/qtbase-6.8.1 gtk
.... |
Qua penso che ti avvisi che non può installare i pacchetti binari perché le use flags usate per creare il binario sono differenti da quelle che usi tu e quindi compilerà questi pacchetti.
Non sono un grande esperto dei pacchetti binari in gentoo.
In generale non mi pare ci siano blocchi che non ti lascino fare l'aggiornamento. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
saverik Guru
Joined: 18 Oct 2008 Posts: 405
|
Posted: Fri Jan 31, 2025 6:53 pm Post subject: |
|
|
ho deciso di usare genkernel con i gentoo-sources (cosa che faccio da una vita) .
Quindi ho eliminato sys-kernel/install kernel dal mio @world con emerge --deselect , al successivo
Code: | emaint sync -a && emerge -avuDUg @world && emerge --ask --verbose --update --deep --newuse --with-bdeps=y @world && emerge --depclean && eclean-pkg && eclean-dis && fstrim -v / && fstrim -v /home | tutto è tornato in ordine .. (Ho preferito dare Code: | emerge --ask --verbose --update --deep --newuse --with-bdeps=y @world | visto che non aggiornavo da due mesi abbondanti.
Ps: secondo la tua esperienza è meglio aggiornare con Code: | emerge -avuDUg @world | come dice il manuale oppure usare Code: | emerge -uUDpv @world | da te suggerito? _________________ Lenovo L14 Ryzen 4650U,16GbRam,Adata8200proNvme512Gb
Linux= Gentoo64bit+Kde_Plasma+openrc |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31467 Location: here
|
Posted: Sat Feb 01, 2025 7:12 pm Post subject: |
|
|
Io non uso pacchetti binari quindi l'opzione -g non la uso. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
|