Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gestione di gentoo : aggiornare sistema
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
trigg
Apprentice
Apprentice


Joined: 14 Jun 2018
Posts: 179

PostPosted: Wed Jul 11, 2018 7:04 am    Post subject: gestione di gentoo : aggiornare sistema Reply with quote

buongiorno
saranno passati 10 giorni dall'installazione di gentoo

la domanda a questo punto è
come gestire gentoo nella quotidianità cioè

ho letto diversi comandi per aggiornare il ssitema

Code:
# emerge --sync
# emerge --update --deep --with-bdeps=y @world


oppure

Code:
 emerge --update @world


o anche
Code:
# emerge -uDNvp world


ho anche trovato
Code:
emerge --ask --oneshot sys-apps/portage



come devo muovermi per avere il sistema aggiornato correttamente
dando all'occorrenza il giusto comando?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Wed Jul 11, 2018 7:43 am    Post subject: Reply with quote

Sisuramente per prima cosa devi aggiornare il portage tree e quindi dare il comando
Code:
# emerge --sync

poi io solitamente do il comando
Code:
# emerge -uUD --with-bdeps=y @world

che per esteso diventa
Code:
# emerge --update --changed-use --deep --with-bdeps=y @world

Poi fai sempre attenzioni alle news nuove che vengono annunciate dopo un emerge --sync e le leggi con eselect news list
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
trigg
Apprentice
Apprentice


Joined: 14 Jun 2018
Posts: 179

PostPosted: Wed Jul 11, 2018 8:40 am    Post subject: Reply with quote

ok dopo lancio il comando
Code:
# emerge --update --changed-use --deep --with-bdeps=y @world

e lo userò per aggiornare il sitema

ma prima ho lanciato il comando
Code:
# emerge --update --deep --with-bdeps=y @world


e mi ha aggiornato 26 pacchetti
alla fine mi dice di usare

Code:
 * Regenerating GNU info directory index...
 * Processed 119 info files.
 * After world updates, it is important to remove obsolete packages with
 ]* emerge --depclean. Refer to `man emerge` for more information.
gentoo /home/trigg #

quando sperimentavo con calculate-linux diedi il comando
emerge deep --deepclean
e mi andò a cancellare qualcosa dal boot

nel senso che al riavvio non vedeva l'immagine di CLD
così aggiornai il grub con un'altro sistema operativo e riuscii a far partire di nuovo calcculate-linux
con la nuova immagine.

devo dare emerge --deep-clean?
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2489
Location: イタリアのロディで

PostPosted: Wed Jul 11, 2018 8:52 am    Post subject: Reply with quote

L'opzione -U è fantastica.
Quante reinstallazioni mi sarei risparmiato se l'avessi usata al posto di -N???
_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
oscarandrea
Apprentice
Apprentice


Joined: 27 Nov 2015
Posts: 182
Location: Italy/Cosenza

PostPosted: Wed Jul 11, 2018 9:35 am    Post subject: Reply with quote

bandreabis wrote:
L'opzione -U è fantastica.
Quante reinstallazioni mi sarei risparmiato se l'avessi usata al posto di -N???

io utilizzo
Code:
emerge -DuNav --with-bdeps=y world   

che va a fare di particolare -U?
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2489
Location: イタリアのロディで

PostPosted: Wed Jul 11, 2018 9:45 am    Post subject: Reply with quote

leggi man emerge, ché non so spiegartelo con parole mie :lol:

EDIT:
Quote:
Tells emerge to include installed packages where USE flags have changed since installation. This option also implies the --selective option. Unlike --newuse, the --changed-use option does not trigger reinstallation when flags that the user has not enabled are added or removed.

_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
sabayonino
Veteran
Veteran


Joined: 03 Jan 2012
Posts: 1008

PostPosted: Wed Jul 11, 2018 11:27 am    Post subject: Reply with quote

Può captare che , per cambi di pacchetti versioni dipendenze e quant'altro, durante l'aggiornamento del World con tutte le opzioni indicate potrebbe portare a qualche conflitto.

Per risolvere , generalmente , occorre prendere per mano un pezzettino alla volta e leggere attentamente i messaggi che lo stesso portage lascia lungo il suo tragitto. E' abbastanza evoluto da dirti cosa vuole :mrgreen: (In quest'epoca potremmo dire che siamo vicini alla I.A. tanto acclamata e cercata :mrgreen: :mrgreen: :mrgreen: )
_________________
LRS i586 on G.Drive
LRS x86-64 EFI on MEGA


Last edited by sabayonino on Wed Jul 11, 2018 11:28 am; edited 1 time in total
Back to top
View user's profile Send private message
trigg
Apprentice
Apprentice


Joined: 14 Jun 2018
Posts: 179

PostPosted: Wed Jul 11, 2018 11:28 am    Post subject: Reply with quote

ciao banderabis
ciao oscarandrea

grazie per le dritte ç ç

faccio un riepilogo di quello che ho fatto

ho dato inizialmente
Code:
emerge --sync
emerge --update --deep --with-bdeps=y @world


dopo ho lanciato
Code:
emerge --depclean

mi sembra senza risultato

in seguito ho seguito il comando di fedeliallalinea dando
Code:
emerge --update --changed-use --deep --with-bdeps=y @world


ho lanciato di nuovo emerge --deepclean
ricevendo qusto tipo di output

Code:
* GNU info directory index is up-to-date.
 * After world updates, it is important to remove obsolete packages with
 * emerge --depclean. Refer to `man emerge` for more information.
gentoo /home/trigg #  emerge --depclean

 * Always study the list of packages to be cleaned for any obvious
 * mistakes. Packages that are part of the world set will always
 * be kept.  They can be manually added to this set with
 * `emerge --noreplace <atom>`.  Packages that are listed in
 * package.provided (see portage(5)) will be removed by
 * depclean, even if they are part of the world set.
 *
 * As a safety measure, depclean will not remove any packages
 * unless *all* required dependencies have been resolved.  As a
 * consequence of this, it often becomes necessary to run
 * `emerge --update --newuse --deep @world` prior to depclean.

Calculating dependencies... done!
 * Dependencies could not be completely resolved due to
 * the following required packages not being installed:
 *
 *   ~x11-drivers/xf86-video-virtualbox-5.1.36 pulled in by:
 *     app-emulation/virtualbox-guest-additions-5.1.36
 *
 * Have you forgotten to do a complete update prior to depclean? The
 * most comprehensive command for this purpose is as follows:
 *
 *   emerge --update --newuse --deep --with-bdeps=y @world
 *
 * Note that the --with-bdeps=y option is not required in many
 * situations. Refer to the emerge manual page (run `man emerge`)
 * for more information about --with-bdeps.
 *
 * Also, note that it may be necessary to manually uninstall
 * packages that no longer exist in the portage tree, since it may
 * not be possible to satisfy their dependencies.
gentoo /home/trigg #
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Wed Jul 11, 2018 1:09 pm    Post subject: Reply with quote

Prima di tutto dai sempre un depclean con l'opzione -a (--ask) e controlla bene cosa vuole disinstallare.
Ora lo stato della tua installazione non e' coerente quindi come ti consiglia portage dai il comando
Code:
emerge --update --newuse --deep --with-bdeps=y @world

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


Joined: 14 Jun 2018
Posts: 179

PostPosted: Wed Jul 11, 2018 1:32 pm    Post subject: Reply with quote

ho lanciato
Code:
emerge --update --newuse --deep --with-bdeps=y @world


risultato
Code:
 * Messages for package media-sound/pulseaudio-11.1-r1:

 * A preallocated buffer-size of 2048 (kB) or higher is recommended for the HD-audio driver!
 * CONFIG_SND_HDA_PREALLOC_SIZE=512

 * Messages for package x11-drivers/xf86-video-virtualbox-5.1.36:

 * ERROR: x11-drivers/xf86-video-virtualbox-5.1.36::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=x11-drivers/xf86-video-virtualbox-5.1.36::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=x11-drivers/xf86-video-virtualbox-5.1.36::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/x11-drivers/xf86-video-virtualbox-5.1.36/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/xf86-video-virtualbox-5.1.36/temp/environment'.
 * Working directory: '/var/tmp/portage/x11-drivers/xf86-video-virtualbox-5.1.36/work/VirtualBox-5.1.36/src/VBox/Additions/x11/vboxvideo'
 * S: '/var/tmp/portage/x11-drivers/xf86-video-virtualbox-5.1.36/work/VirtualBox-5.1.36'


ho provato al lanciate la virtual-box e funziona
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Wed Jul 11, 2018 1:46 pm    Post subject: Reply with quote

Devi postare il build.log completo con wgetpaste.
Una domanda sei in una virtualbox con gentoo?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
trigg
Apprentice
Apprentice


Joined: 14 Jun 2018
Posts: 179

PostPosted: Wed Jul 11, 2018 2:02 pm    Post subject: Reply with quote

con gentoo sono su sitema normale
cioè non sono in virtual-box

come faccio ad usare wgetpaste?

devo scrivere
wgetpaste -u /var/tmp/portage/x11-drivers/xf86-video-virtualbox-5.1.36/temp/build.log ?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Wed Jul 11, 2018 2:14 pm    Post subject: Reply with quote

trigg wrote:
con gentoo sono su sitema normale
cioè non sono in virtual-box

E cosa ti serve il pacchetto xf86-video-virtualbox (di solito e' per linux usati come guest)? Puoi postare anche il tuo emerge --info?

trigg wrote:
come faccio ad usare wgetpaste?

devo scrivere
wgetpaste -u /var/tmp/portage/x11-drivers/xf86-video-virtualbox-5.1.36/temp/build.log ?

Si' e poi posti l'url che ti restituisce il comando.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
trigg
Apprentice
Apprentice


Joined: 14 Jun 2018
Posts: 179

PostPosted: Wed Jul 11, 2018 2:22 pm    Post subject: Reply with quote

emerge --info
Code:
gentoo /home/trigg # emerge --info
Portage 2.3.40 (python 3.5.5-final-0, default/linux/amd64/17.0/desktop, gcc-7.3.0, glibc-2.26-r7, 4.14.52-gentoo x86_64)
=================================================================
System uname: Linux-4.14.52-gentoo-x86_64-AMD_Athlon-tm-_5150_APU_with_Radeon-tm-_R3-with-gentoo-2.4.1
KiB Mem:     8094680 total,   3855428 free
KiB Swap:    3145724 total,   3145724 free
Timestamp of repository gentoo: Wed, 11 Jul 2018 06:30:01 +0000
Head commit of repository gentoo: 83e98fe736ce529b25977d1bd097fe66c860288d
sh bash 4.4_p12
ld GNU ld (Gentoo 2.30 p2) 2.30.0
app-shells/bash:          4.4_p12::gentoo
dev-lang/perl:            5.24.3-r1::gentoo
dev-lang/python:          2.7.14-r1::gentoo, 3.4.8::gentoo, 3.5.5::gentoo
dev-util/cmake:           3.9.6::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.4.1-r2::gentoo
sys-apps/openrc:          0.34.11::gentoo
sys-apps/sandbox:         2.13::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.11.6-r3::gentoo, 1.13.4-r2::gentoo, 1.15.1-r2::gentoo
sys-devel/binutils:       2.30-r2::gentoo
sys-devel/gcc:            7.3.0-r3::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r3::gentoo
sys-devel/make:           4.2.1::gentoo
sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers)
sys-libs/glibc:           2.26-r7::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-metamanifest: no
    sync-rsync-verify-jobs: 1
    sync-rsync-extra-opts:
    sync-rsync-verify-max-age: 24

localrepo
    location: /usr/local/portage
    masters: gentoo

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gentoo.modulix.net/gentoo/"
LANG="it_IT.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit crypt cups cxx dbus dri dts dvd dvdr emboss encode exif fam flac fortran gdbm gif glamor gpm gtk iconv ipv6 jpeg lcms ldap libnotify libtirpc mad mng modules mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds qt5 readline sdl seccomp spell ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon plan sheets stage words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-0" POSTGRES_TARGETS="postgres9_5 postgres10" PYTHON_SINGLE_TARGET="python3_5" PYTHON_TARGETS="python2_7 python3_5" RUBY_TARGETS="ruby23" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

gentoo /home/trigg #


per installare virtual-box ho usato questa procedura
Code:
# echo "app-emulation/virtualbox-bin PUEL" >> /etc/portage/package.license/virtualbox-bin

# emerge --ask app-emulation/virtualbox

# emerge --ask app-emulation/virtualbox-additions

# emerge --ask app-emulation/virtualbox-guest-additions

# gpasswd -a trigg vboxguest

# modprobe vboxnetadp
# modprobe vboxnetflt
# modprobe vboxpci

# nano /etc/conf.d/modules

     modules = "vboxdrv vboxnetadp vboxnetflt vboxpci"



wgetpaste
https://paste.pound-python.org/show/RTutofXYMVFC86YSwivS/
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Wed Jul 11, 2018 2:39 pm    Post subject: Reply with quote

app-emulation/virtualbox-guest-additions non ti serve (questo installa anche xf86-video-virtualbox) perche' e' utile solo su gentoo come guest su virtualbox.
A questo punto puoi dare un
Code:
# emerge --depclean --ask app-emulation/virtualbox-guest-additions


wgetpaste ti ha dato un errore ma dall'output che hai dato non si capisce cosa
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
trigg
Apprentice
Apprentice


Joined: 14 Jun 2018
Posts: 179

PostPosted: Wed Jul 11, 2018 2:40 pm    Post subject: Reply with quote

si con wgetpaste avevo dato il comando -u (che indica un'url)

per il log dovevo dare semplicemnte wgetpaste percorso/dellog

https://paste.pound-python.org/show/RTutofXYMVFC86YSwivS/

rimuovo guest-additions intanto
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Wed Jul 11, 2018 2:47 pm    Post subject: Reply with quote

trigg wrote:
rimuovo guest-additions intanto

Questo ti dovrebbe rimuovere anche xf86-video-virtualbox quindi il problema si dovrebbe risolvere
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
trigg
Apprentice
Apprentice


Joined: 14 Jun 2018
Posts: 179

PostPosted: Wed Jul 11, 2018 3:35 pm    Post subject: Reply with quote

ricapitolando per aggiornare il sistema devo partire da questo comando
Code:
emerge --update --changed-use --deep --with-bdeps=y @world


dopo devo dare
Code:
emerge --update --newuse --deep --with-bdeps=y @world


infine
Code:
emerge --ask  --depclean


seguendo sempre la 'volontà' di portage come ha detto sabayonino :)



PS. adesso sono incuriosito da -U citato da @bandreabis
in cosa consiste?! :!:
Back to top
View user's profile Send private message
sabayonino
Veteran
Veteran


Joined: 03 Jan 2012
Posts: 1008

PostPosted: Wed Jul 11, 2018 3:49 pm    Post subject: Reply with quote

:mrgreen: già ch hai Vbox puoi farti una virtuale e dare tutti i -uDNa che vuoi
oppure crearti un disco virtuale del sistema che hai installato


Code:
# VBoxManage convertfromraw /dev/sda gentoo.vdi --format VDI


Cambia il disco /dev/sda con quello tuo.
L'ideale sarebbe da utilizzare Vbox da ulnaltro disco (quindi da altro sistema operativo con virtualbox) per clonare il disco Gentoo in un disco virtuale per virtualbox (è un file con estensione .vdi)
Con quello puoi fare tutti gli esperimenti che vuoi.

Oppure... una installazione pulita di gentoo sempre su macchina virtuale.
La virtualizzazione è bella anche per questo (anche se certe cose sono limitate)


Code:
VBoxManage convertfromraw /dev/sda gentoo.vdi --format VDI
Password:
Converting from raw image file="/dev/sda" to file="gentoo.vdi"...
Creating dynamic image with size 128035676160 bytes (122105MB)...


occhio alla dimensione risultante...
_________________
LRS i586 on G.Drive
LRS x86-64 EFI on MEGA


Last edited by sabayonino on Wed Jul 11, 2018 4:41 pm; edited 2 times in total
Back to top
View user's profile Send private message
trigg
Apprentice
Apprentice


Joined: 14 Jun 2018
Posts: 179

PostPosted: Wed Jul 11, 2018 4:19 pm    Post subject: Reply with quote

ci proverò tra qualche giorno :? :)

adesso sto aggiornando chromium che ho installato 2 giorni fa -.-
Back to top
View user's profile Send private message
sabayonino
Veteran
Veteran


Joined: 03 Jan 2012
Posts: 1008

PostPosted: Wed Jul 11, 2018 4:34 pm    Post subject: Reply with quote

Se stai utilizzando ~amd64 avrai spesso aggiornamenti disponibili.

Mantenendo un assetto più moderato/stabile (KEYWORDS="amd64") gli aggiornamenti saranno più sporadici ma testati.
Se vuoi utilizzare le ultime versioni del borwser o della suite office o quello che ti serve , puoi utilizzare il ~amd4 per singolo pacchetto , mantenendo il resto del istema (ove possibile) più stabile.
_________________
LRS i586 on G.Drive
LRS x86-64 EFI on MEGA
Back to top
View user's profile Send private message
trigg
Apprentice
Apprentice


Joined: 14 Jun 2018
Posts: 179

PostPosted: Wed Jul 11, 2018 4:45 pm    Post subject: Reply with quote

cioè mi stai dicendo di mettere in make.conf la dicitura
KEYWORDS="amd64"

stavo pensado alla differenza tra chromium e chorimium-bin(di overlays)
o al massimo di usare vivaldi-browser al posto di chromium

vabbè sono stato un po sfortunato , se installavo chromium oggi invece di qualche giorna fa era diverso.

cmq ormai sto aggiornando chromium, dopo
se mi dai conferma aggiungo KEYWORDS="amd64" a make.conf
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30837
Location: here

PostPosted: Wed Jul 11, 2018 6:09 pm    Post subject: Reply with quote

trigg wrote:
stavo pensado alla differenza tra chromium e chorimium-bin(di overlays)
o al massimo di usare vivaldi-browser al posto di chromium

C'e' anche www-client/google-chrome che sarebbe la versione che scaricheresti dal sito officiale.
Altra opzione e' firefox che e' meno pesante da compilare (anche in questo caso hai la versione -bin).

trigg wrote:
cmq ormai sto aggiornando chromium, dopo
se mi dai conferma aggiungo KEYWORDS="amd64" a make.conf

Non devi aggiungerlo perche' di default e' gia' impostato cosi' (guarda il tuo emerge --info).
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
trigg
Apprentice
Apprentice


Joined: 14 Jun 2018
Posts: 179

PostPosted: Wed Jul 11, 2018 9:08 pm    Post subject: Reply with quote

non fa nulla ho optato per vivaldi


come posso al prossimo update evitare l'aggiornamento di chromium?
Back to top
View user's profile Send private message
sabayonino
Veteran
Veteran


Joined: 03 Jan 2012
Posts: 1008

PostPosted: Wed Jul 11, 2018 10:54 pm    Post subject: Reply with quote

@Trigg : Gentoo è scelta . Devi decidere tu cosa installare e come. Non sono io che devo dirti installa X e non Y ... i suggerienti sono suggerimenti è solo per indicarti UNA via.

puoi saltare l'aggiornamento o mascherando il pacchetto oppure evitando semplicemente il pacchetto durante il @world

Code:
# emerge <tutte le opzioni che vuoi > @world --exclude=www-client/chromium


l'ordine delle opzioni non ha importanza.
Ti aggiorna il world ma evita chromium (o il pacchetto che vuoi)

Code:
# man emerge

_________________
LRS i586 on G.Drive
LRS x86-64 EFI on MEGA
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