Max. recursion depth with nested structures exceeded at /usr/local/lib/perl/5.18.2/Storable.pm line 278, at /usr/bin/apt-show-versions line 271

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












Excuting apt-update & apt-upgrade -y I'm getting this error:



Max. recursion depth with nested structures exceeded at /usr/local/lib/perl/5.18.2/Storable.pm line 278, at /usr/bin/apt-show-versions line 271.
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


  • I reinstalled apt-show-versions

  • I upgraded CPAN modules

Ideas? Thanks!







share|improve this question





















  • Looks like a bug to me: bugs.debian.org/cgi-bin/bugreport.cgi?bug=898090
    – Andrea Corbellini
    Jun 11 at 18:38










  • Is it on purpose you are using a local perl installation and not the system provide one?
    – Sebastian Stark
    Jun 11 at 19:03










  • I'm using the system's. This behaviour started after i upgraded the cpan modules.
    – Digweed
    Jun 12 at 11:34














up vote
0
down vote

favorite












Excuting apt-update & apt-upgrade -y I'm getting this error:



Max. recursion depth with nested structures exceeded at /usr/local/lib/perl/5.18.2/Storable.pm line 278, at /usr/bin/apt-show-versions line 271.
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


  • I reinstalled apt-show-versions

  • I upgraded CPAN modules

Ideas? Thanks!







share|improve this question





















  • Looks like a bug to me: bugs.debian.org/cgi-bin/bugreport.cgi?bug=898090
    – Andrea Corbellini
    Jun 11 at 18:38










  • Is it on purpose you are using a local perl installation and not the system provide one?
    – Sebastian Stark
    Jun 11 at 19:03










  • I'm using the system's. This behaviour started after i upgraded the cpan modules.
    – Digweed
    Jun 12 at 11:34












up vote
0
down vote

favorite









up vote
0
down vote

favorite











Excuting apt-update & apt-upgrade -y I'm getting this error:



Max. recursion depth with nested structures exceeded at /usr/local/lib/perl/5.18.2/Storable.pm line 278, at /usr/bin/apt-show-versions line 271.
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


  • I reinstalled apt-show-versions

  • I upgraded CPAN modules

Ideas? Thanks!







share|improve this question













Excuting apt-update & apt-upgrade -y I'm getting this error:



Max. recursion depth with nested structures exceeded at /usr/local/lib/perl/5.18.2/Storable.pm line 278, at /usr/bin/apt-show-versions line 271.
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


  • I reinstalled apt-show-versions

  • I upgraded CPAN modules

Ideas? Thanks!









share|improve this question












share|improve this question




share|improve this question








edited Jun 11 at 18:35









Andrea Corbellini

11.6k24362




11.6k24362









asked Jun 11 at 17:51









Digweed

62




62











  • Looks like a bug to me: bugs.debian.org/cgi-bin/bugreport.cgi?bug=898090
    – Andrea Corbellini
    Jun 11 at 18:38










  • Is it on purpose you are using a local perl installation and not the system provide one?
    – Sebastian Stark
    Jun 11 at 19:03










  • I'm using the system's. This behaviour started after i upgraded the cpan modules.
    – Digweed
    Jun 12 at 11:34
















  • Looks like a bug to me: bugs.debian.org/cgi-bin/bugreport.cgi?bug=898090
    – Andrea Corbellini
    Jun 11 at 18:38










  • Is it on purpose you are using a local perl installation and not the system provide one?
    – Sebastian Stark
    Jun 11 at 19:03










  • I'm using the system's. This behaviour started after i upgraded the cpan modules.
    – Digweed
    Jun 12 at 11:34















Looks like a bug to me: bugs.debian.org/cgi-bin/bugreport.cgi?bug=898090
– Andrea Corbellini
Jun 11 at 18:38




Looks like a bug to me: bugs.debian.org/cgi-bin/bugreport.cgi?bug=898090
– Andrea Corbellini
Jun 11 at 18:38












Is it on purpose you are using a local perl installation and not the system provide one?
– Sebastian Stark
Jun 11 at 19:03




Is it on purpose you are using a local perl installation and not the system provide one?
– Sebastian Stark
Jun 11 at 19:03












I'm using the system's. This behaviour started after i upgraded the cpan modules.
– Digweed
Jun 12 at 11:34




I'm using the system's. This behaviour started after i upgraded the cpan modules.
– Digweed
Jun 12 at 11:34










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Install cpanminus:



apt-get install cpanminus
cpanm --uninstall Storable


This fixed it for me.






share|improve this answer























  • i've tried it, didn't work :(
    – Digweed
    Jul 16 at 11:58










  • ! Storage is not found in the following directories and can't be uninstalled. /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2
    – Digweed
    Jul 18 at 16:47










  • My bad, I don't know why I missed that. Long story short if you enable it when you run a upgrade with cpan, it breaks apt functionality.
    – Kenneth Thompson
    Jul 20 at 17:40










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1045683%2fmax-recursion-depth-with-nested-structures-exceeded-at-usr-local-lib-perl-5-18%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













Install cpanminus:



apt-get install cpanminus
cpanm --uninstall Storable


This fixed it for me.






share|improve this answer























  • i've tried it, didn't work :(
    – Digweed
    Jul 16 at 11:58










  • ! Storage is not found in the following directories and can't be uninstalled. /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2
    – Digweed
    Jul 18 at 16:47










  • My bad, I don't know why I missed that. Long story short if you enable it when you run a upgrade with cpan, it breaks apt functionality.
    – Kenneth Thompson
    Jul 20 at 17:40














up vote
0
down vote













Install cpanminus:



apt-get install cpanminus
cpanm --uninstall Storable


This fixed it for me.






share|improve this answer























  • i've tried it, didn't work :(
    – Digweed
    Jul 16 at 11:58










  • ! Storage is not found in the following directories and can't be uninstalled. /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2
    – Digweed
    Jul 18 at 16:47










  • My bad, I don't know why I missed that. Long story short if you enable it when you run a upgrade with cpan, it breaks apt functionality.
    – Kenneth Thompson
    Jul 20 at 17:40












up vote
0
down vote










up vote
0
down vote









Install cpanminus:



apt-get install cpanminus
cpanm --uninstall Storable


This fixed it for me.






share|improve this answer















Install cpanminus:



apt-get install cpanminus
cpanm --uninstall Storable


This fixed it for me.







share|improve this answer















share|improve this answer



share|improve this answer








edited Jul 19 at 16:08









David Foerster

25.7k1361105




25.7k1361105











answered Jul 9 at 21:21









Kenneth Thompson

1




1











  • i've tried it, didn't work :(
    – Digweed
    Jul 16 at 11:58










  • ! Storage is not found in the following directories and can't be uninstalled. /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2
    – Digweed
    Jul 18 at 16:47










  • My bad, I don't know why I missed that. Long story short if you enable it when you run a upgrade with cpan, it breaks apt functionality.
    – Kenneth Thompson
    Jul 20 at 17:40
















  • i've tried it, didn't work :(
    – Digweed
    Jul 16 at 11:58










  • ! Storage is not found in the following directories and can't be uninstalled. /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2
    – Digweed
    Jul 18 at 16:47










  • My bad, I don't know why I missed that. Long story short if you enable it when you run a upgrade with cpan, it breaks apt functionality.
    – Kenneth Thompson
    Jul 20 at 17:40















i've tried it, didn't work :(
– Digweed
Jul 16 at 11:58




i've tried it, didn't work :(
– Digweed
Jul 16 at 11:58












! Storage is not found in the following directories and can't be uninstalled. /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2
– Digweed
Jul 18 at 16:47




! Storage is not found in the following directories and can't be uninstalled. /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2
– Digweed
Jul 18 at 16:47












My bad, I don't know why I missed that. Long story short if you enable it when you run a upgrade with cpan, it breaks apt functionality.
– Kenneth Thompson
Jul 20 at 17:40




My bad, I don't know why I missed that. Long story short if you enable it when you run a upgrade with cpan, it breaks apt functionality.
– Kenneth Thompson
Jul 20 at 17:40












 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1045683%2fmax-recursion-depth-with-nested-structures-exceeded-at-usr-local-lib-perl-5-18%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

GRUB: Fatal! inconsistent data read from (0x84) 0+xxxxxx

`kcmshell` modules relation with `/usr/share/applications`

How to enroll fingerprints to Ubuntu 17.10 with VFS491