Problem updating texlive

Started by finotti, 2025/01/17, 02:46:59

Previous topic - Next topic

finotti

FWIW, here is what just happened in my laptop:


# apt full-upgrade
The following packages were automatically installed and are no longer required:
  libconfig9  libmimalloc2.0
Use 'apt autoremove' to remove them.

Upgrading:
  bind9-dnsutils                libatomic1                      libpulse0
  bind9-host                    libcc1-0                        libpulsedsp
  bind9-libs                    libeis1                         libquadmath0
  chromium                      libfluidsynth3                  libruby3.3
  chromium-common               libgcc-14-dev                   libstdc++-14-dev
  chromium-sandbox              libgcc-s1                       libstdc++6
  cpp-14                        libgcc-s1:i386                  libtesseract5
  cpp-14-x86-64-linux-gnu       libgccjit0                      libtre5
  firefox                       libgfortran-14-dev              libtsan2
  firefox-l10n-pt-br            libgfortran5                    libubsan1
  fluidsynth                    libgomp1                        mc
  g++-14                        libgstreamer-gl1.0-0            mc-data
  g++-14-x86-64-linux-gnu       libgstreamer-plugins-base1.0-0  mercurial
  gcc-14                        libgstreamer1.0-0               mercurial-common
  gcc-14-base                   libgtk-3-0t64                   osinfo-db
  gcc-14-base:i386              libgtk-3-bin                    pulseaudio-utils
  gcc-14-x86-64-linux-gnu       libgtk-3-common                 pv
  gfortran-14                   libgtk-4-1                      python-apt-common
  gfortran-14-x86-64-linux-gnu  libgtk-4-bin                    python-tables-data
  gir1.2-gtk-3.0                libgtk-4-common                 python3-apt
  gir1.2-gtk-4.0                libgtk-4-media-gstreamer        python3-isort
  gstreamer1.0-alsa             libhwasan0                      python3-pandas
  gstreamer1.0-gl               libitm1                         python3-pandas-lib
  gstreamer1.0-plugins-base     libkpim6pimcommon6              python3-py
  gstreamer1.0-plugins-good     libkpim6pimcommonakonadi6       python3-rope
  gstreamer1.0-pulseaudio       liblsan0                        python3-scipy
  gstreamer1.0-tools            libltdl7                        python3-tables
  gstreamer1.0-x                libmimalloc2.0                  python3-tables-lib
  gtk-update-icon-cache         libpam-modules                  python3-zarr
  iotop                         libpam-modules-bin              ruby3.3
  iwd                           libpam-runtime                  tailscale
  lib32gcc-s1                   libpam0g                        xserver-xorg-input-wacom
  lib32stdc++6                  libpimcommon-data
  libasan8                      libpulse-mainloop-glib0

Summary:
  Upgrading: 100, Installing: 0, Removing: 0, Not Upgrading: 0
  Download size: 0 B / 357 MB
  Space needed: 9,249 kB / 138 GB available

Continue? [Y/n]
Extracting templates from packages: 100%
Preconfiguring packages ...

[snip]

Preparing to unpack .../56-libmimalloc2.0_3.0.1+ds-1_amd64.deb ...
Unpacking libmimalloc2.0:amd64 (3.0.1+ds-1) over (2.1.7+ds-1+b1) ...
dpkg: error processing archive /tmp/apt-dpkg-install-IuQBvD/56-libmimalloc2.0_3.0.1+ds-1_amd64.deb (--unpack):
trying to overwrite '/usr/lib/x86_64-linux-gnu/libmimalloc.so.3.0', which is also in package libmimalloc3:amd64 (3.0.1+ds-2+b1)

[snip]

Errors were encountered while processing:
/tmp/apt-dpkg-install-IuQBvD/56-libmimalloc2.0_3.0.1+ds-1_amd64.deb
Error: Sub-process /usr/bin/dpkg returned an error code (1)


I could remove ibmimalloc2.0 and the upgrade finished by itself:


# apt remove libmimalloc2.0
The following package was automatically installed and is no longer required:
  libconfig9
Use 'apt autoremove' to remove it.

REMOVING:
  libmimalloc2.0

Summary:
  Upgrading: 0, Installing: 0, Removing: 1, Not Upgrading: 0
  92 not fully installed or removed.
  Freed space: 152 kB

Continue? [Y/n]
(Reading database ... 1232788 files and directories currently installed.)
Removing libmimalloc2.0:amd64 (2.1.7+ds-1+b1) ...
Setting up gtk-update-icon-cache (4.16.12+ds-2) ...
Setting up libtre5:amd64 (0.9.0-1) ...
Setting up python3-py (1.11.0-4) ...
Setting up bind9-libs:amd64 (1:9.20.5-1) ...
Setting up mercurial-common (6.9.1-2) ...
Setting up libpulse0:amd64 (17.0+dfsg1-2) ...

[snip]

Setting up libgtk-4-media-gstreamer (4.16.12+ds-2) ...
Setting up gstreamer1.0-pulseaudio:amd64 (1.24.12-1) ...
Processing triggers for libc-bin (2.40-6) ...


I am not sure why it does not work on your system...

Isegrimm666

Ok ... i'm finished *g

According to another post in the internet (stack overflow) i started "synaptic", set the filter to "broken" ('cause luametatex seems broken) and let synaptic repair the broken package.

Afterwards i started a full-upgrade (with solver) again ... and the i works.  :)