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


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!
apt
add a comment |Â
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!
apt
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
add a comment |Â
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!
apt
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!
apt
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
add a comment |Â
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
add a comment |Â
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.
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
add a comment |Â
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.
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
add a comment |Â
up vote
0
down vote
Install cpanminus
:
apt-get install cpanminus
cpanm --uninstall Storable
This fixed it for me.
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
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Install cpanminus
:
apt-get install cpanminus
cpanm --uninstall Storable
This fixed it for me.
Install cpanminus
:
apt-get install cpanminus
cpanm --uninstall Storable
This fixed it for me.
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
add a comment |Â
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
add a comment |Â
Â
draft saved
draft discarded
Â
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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