pbm. with apt-get update

Forum Forums New users New Users and General Questions pbm. with apt-get update

  • This topic has 4 replies, 3 voices, and was last updated Nov 10-5:05 am by anticapitalista.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13254
    Member
    wildstar84

      I’m using “testing” repos. After updating Perl the other day from 5.26.2-7+b1 to 5.28.0-3, and since then, I get the following error when running apt-get update:

      Get:18 http://security-cdn.debian.org testing/updates InRelease [38.3 kB]
      Fetched 357 kB in 10s (34.2 kB/s)
      Max. recursion depth with nested structures exceeded at /usr/lib/x86_64-linux-gnu/perl/5.28/Storable.pm line 278, at /usr/bin/apt-show-versions line 271.
      Reading package lists… Done
      E: Problem executing scripts APT::Update::Post-Invoke-Success ‘test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i’
      E: Sub-process returned an error code

      Any suggestions?

      #13257
      Anonymous
        Helpful
        Up
        0
        ::

        websearch “Max. recursion depth with nested structures exceeded Storable.pm” results show that having too many repositories active in the sources lists
        can cause an overflow (too many records) for the underlying perl module’s storage object to handle, and that the likely solution is 1) disable some of your active repositories in the sources lists, or 2) modify the Storable.pm config to increase its allocated size

        #13258
        Forum Admin
        anticapitalista
          Helpful
          Up
          0
          ::

          remove apt-show-versions

          Philosophers have interpreted the world in many ways; the point is to change it.

          antiX with runit - leaner and meaner.

          #13283
          Member
          wildstar84
            Helpful
            Up
            0
            ::

            I don’t have many repositories set up, but anti’s suggestion to remove apt-show-versions seems to have fixed.

            (inxi -r):

            Repos:
            No active apt repos in: /etc/apt/sources.list
            Active apt repos in: /etc/apt/sources.list.d/antix.list
            1: deb http://repo.antixlinux.com/testing/ testing main nosystemd nonfree
            No active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list
            Active apt repos in: /etc/apt/sources.list.d/debian.list
            1: deb http://ftp.us.debian.org/debian/ testing non-free contrib main
            2: deb http://security.debian.org/ testing/updates main contrib non-free
            No active apt repos in: /etc/apt/sources.list.d/mx.list
            No active apt repos in: /etc/apt/sources.list.d/onion.list
            Active apt repos in: /etc/apt/sources.list.d/various.list
            1: deb http://liquorix.net/debian/ sid main

            Thanks!

            #13288
            Forum Admin
            anticapitalista
              Helpful
              Up
              0
              ::

              Latest version of apt-show-versions 0.22.9 is ok to install.

              Philosophers have interpreted the world in many ways; the point is to change it.

              antiX with runit - leaner and meaner.

            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.