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.
-
AuthorPosts
-
November 8, 2018 at 8:46 pm #13254Member
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 codeAny suggestions?
November 8, 2018 at 11:41 pm #13257Anonymous
::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 sizeNovember 9, 2018 at 1:40 am #13258Forum Admin
anticapitalista
::remove apt-show-versions
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - leaner and meaner.
November 9, 2018 at 9:36 pm #13283Member
wildstar84
::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 mainThanks!
November 10, 2018 at 5:05 am #13288Forum Admin
anticapitalista
::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.
-
AuthorPosts
- You must be logged in to reply to this topic.