LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Gentoo (https://www.linuxquestions.org/questions/gentoo-87/)
-   -   Can't upgrade gnome-control-center [resolved] (https://www.linuxquestions.org/questions/gentoo-87/cant-upgrade-gnome-control-center-%5Bresolved%5D-4175734771/)

GoodInside 03-10-2024 07:41 PM

Can't upgrade gnome-control-center [resolved]
 
There is something that I can't understand about this upgrade.

If I check available versions i can't find the version I've installed

Code:

eix gnome-control-center
[?] gnome-base/gnome-control-center
    Available versions:  (2) 43.4.1^t (~)44.0^t 44.1^t
      {+bluetooth +cups debug elogind +gnome-online-accounts +ibus kerberos networkmanager systemd test wayland INPUT_DEVICES="wacom"}
    Installed versions:  45.2(2)^t(09:52:53 PM 01/08/2024)(bluetooth cups gnome-online-accounts ibus networkmanager systemd wayland -debug -elogind -kerberos -test INPUT_DEVICES="-wacom")

Checking the log of emerge https://bpa.st/QWIA I can see something referred to ninja and mason, but both are updated, and dmesg doesn't report errors.

Make.conf
Code:

WARNING_FLAGS="-Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing"
COMMON_FLAGS="-march=native -O2 -pipe -ftree-vectorize -fomit-frame-pointer -flto=6 ${WARNING_FLAGS}"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
ACCEPT_LICENSE="-* @FREE @BINARY-REDISTRIBUTABLE"
ACCEPT_KEYWORDS="~amd64"
MAKEOPTS="-j6"
EMERGE_DEFAULT_OPTS="--jobs=4 --quiet-build --with-bdeps=y \
--complete-graph=y --keep-going=y \
--deep --ask --verbose"
LINGUAS="en en_US"
L10N="pt-PT"
INPUT_DEVICES="input_devices_synaptics input_devices_evdev input_devices_libinput"
VIDEO_CARDS="nvidia"
USE="python apache2 nvidia xvmc dist-kernel elogind X gtk gnome systemd -qt5 \
    -kde pulseaudio dvd cdr networkmanager"
PHP_TARGETS="php8-1"

# NOTE: This stage was built with the bindist Use flag enabled

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C
GRUB_PLATFORMS="efi-64"

GENTOO_MIRRORS="https://ftp.snt.utwente.nl/pub/os/linux/gentoo/"

emerge --info https://bpa.st/C6IQ


All times are GMT -5. The time now is 06:02 PM.