Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  [solved] gcc-8 to be removed  (Read 2353 times)

Offline jyp

  • User
  • Posts: 118
[solved] gcc-8 to be removed
« on: 2020/04/02, 18:29:08 »
Being a bit overdue for a full-upgrade, I have been worried for a few days about the removal of gcc-8 in spite of the fact that it has a upgrading candidate.
Code: [Select]
The following packages will be REMOVED:
  gcc-8 libdns1109 libgcc-8-dev libhdf5-103
Code: [Select]
apt-cache policy gcc-8
gcc-8:
  Installed: 8.4.0-1
  Candidate: 8.4.0-2
  Version table:
     8.4.0-2 500
        500 http://deb.debian.org/debian unstable/main amd64 Packages
 *** 8.4.0-1 100
        100 /var/lib/dpkg/status

Is it safe to run a d-u?
Thank you.
« Last Edit: 2020/04/06, 17:36:47 by jyp »

Offline Camelot

  • User
  • Posts: 81
Re: gcc-8 to be removed
« Reply #1 on: 2020/04/03, 10:08:02 »
Not removed here…
Code: [Select]
# apt upgrade
(…)
The following packages have been kept back:
  cpp-9 g++-9 gcc-9 gcc-9-base libasan5 libgcc-9-dev libstdc++-9-dev
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.

See [SOLVED] Caution: cpp-8 Upgrade Will Cause Removals
If you have gcc-9, cpp-9 installed, then loose gcc-8*, ditto with libdns1109 (= libdns1110).
But i don't have an libhdf5-* package.
« Last Edit: 2020/04/03, 10:29:22 by Camelot »

Offline Pip

  • User
  • Posts: 164
Re: gcc-8 to be removed
« Reply #2 on: 2020/04/03, 11:12:34 »
libhdf5-103 is replaced by libhdf5-103-1.

Offline jyp

  • User
  • Posts: 118
Re: gcc-8 to be removed
« Reply #3 on: 2020/04/03, 16:54:08 »
Thanks
gcc-8 was raising question for me because it could be upgraded [8.4.0-1 ---> 8.4.0-2]
Why a newer version if gcc-9 replaces it?

Offline harley-peter

  • User
  • Posts: 1.023
Re: gcc-8 to be removed
« Reply #4 on: 2020/04/03, 17:25:30 »
The last du removed gcc-8 without any problem here on two machines.

Offline jyp

  • User
  • Posts: 118
Re: [solved] gcc-8 to be removed
« Reply #5 on: 2020/04/06, 17:41:25 »
As of today, after updating, no more removal of gcc-8.
Thanks