Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Issue upgrading perl
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
MrProper01
n00b
n00b


Joined: 15 Feb 2016
Posts: 2

PostPosted: Sat Feb 20, 2016 10:39 am    Post subject: [SOLVED] Issue upgrading perl Reply with quote

Hi everyone,

I count on your support on solving my perl upgrade issue (from 5.18 to 5.20). When running

Code:
perl-cleaner --all
it reports the following error

Code:

 * Updating ph files.
 * Ignore all "No such file..." messages!
Can't open machine/ansi.h: Datei oder Verzeichnis nicht gefunden
Can't open sys/_types.h: Datei oder Verzeichnis nicht gefunden
Can't open gnu/stubs-32.h: Datei oder Verzeichnis nicht gefunden
Can't open gnu/stubs-x32.h: Datei oder Verzeichnis nicht gefunden
Can't open gnu/stubs-32.h: Datei oder Verzeichnis nicht gefunden
Can't open gnu/stubs-x32.h: Datei oder Verzeichnis nicht gefunden
Can't open gnu/stubs-32.h: Datei oder Verzeichnis nicht gefunden
Can't open gnu/stubs-x32.h: Datei oder Verzeichnis nicht gefunden
Can't open gnu/stubs-32.h: Datei oder Verzeichnis nicht gefunden
Can't open gnu/stubs-x32.h: Datei oder Verzeichnis nicht gefunden

 * Locating packages for an update
 * Locating ebuilds linked against libperl
 *   Adding to list: perl-core/Locale-Maketext:0
 *   Adding to list: perl-core/Digest:0
 *                   virtual/perl-Digest:0
 *   Adding to list: perl-core/File-Temp:0
 *                   virtual/perl-File-Temp:0
 *   Adding to list: perl-core/Data-Dumper:0
 *                   virtual/perl-Data-Dumper:0
 *   Adding to list: dev-vcs/git:0
 *   Adding to list: dev-perl/Error:0
 *   Adding to list: dev-perl/PlRPC:0
 *   Adding to list: dev-perl/Digest-HMAC:0
 *   Adding to list: dev-perl/DBD-mysql:0
 *   Adding to list: dev-perl/IO-Socket-SSL:0
 *   Adding to list: dev-perl/Net-SMTP-SSL:0
 *   Adding to list: dev-perl/Socket6:0
 *   Adding to list: dev-perl/Net-SSLeay:0
 *   Adding to list: dev-perl/Authen-SASL:0
 *   Adding to list: dev-perl/Net-Daemon:0
 *   Adding to list: dev-perl/Locale-gettext:0
 *   Adding to list: dev-perl/perl-ldap:0
 *   Adding to list: dev-perl/URI:0
 *   Adding to list: dev-perl/Convert-ASN1:0
 *   Adding to list: dev-perl/Module-Build:0
 *   Adding to list: dev-perl/DBI:0
 *   Adding to list: dev-perl/XML-Parser:0
 *   Adding to list: dev-perl/Digest-SHA1:0
 * emerge -v1 --backtrack=100 perl-core/Locale-Maketext:0 perl-core/Digest:0 virtual/perl-Digest:0 perl-core/File-Temp:0 virtual/perl-File-Temp:0 perl-core/Data-Dumper:0 virtual/perl-Data-Dumper:0 dev-vcs/git:0 dev-perl/Error:0 dev-perl/PlRPC:0 dev-perl/Digest-HMAC:0 dev-perl/DBD-mysql:0 dev-perl/IO-Socket-SSL:0 dev-perl/Net-SMTP-SSL:0 dev-perl/Socket6:0 dev-perl/Net-SSLeay:0 dev-perl/Authen-SASL:0 dev-perl/Net-Daemon:0 dev-perl/Locale-gettext:0 dev-perl/perl-ldap:0 dev-perl/URI:0 dev-perl/Convert-ASN1:0 dev-perl/Module-Build:0 dev-perl/DBI:0 dev-perl/XML-Parser:0 dev-perl/Digest-SHA1:0

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "perl-core/Locale-Maketext:0".
 * perl-cleaner is stopping here:
 * Fix the problem and start perl-cleaner again.
 *
 *


How can I solve this? Thanks for your help!

Regards

MrProper


Last edited by MrProper01 on Sat Feb 20, 2016 12:56 pm; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54237
Location: 56N 3W

PostPosted: Sat Feb 20, 2016 11:55 am    Post subject: Reply with quote

MrProper01,

Welcome to Gentoo.
In this case
Code:
emerge: there are no ebuilds to satisfy "perl-core/Locale-Maketext:0".
means that its no longer in the ebuild tree, so you don't need it any more. Remove this package.

Unfortunately, portage will only find one package at a time like this, so next time you run perl-cleaner --all, it may stop with the same error for a different package. Its rinse and repeat until perl-cleaner --all runs.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
MrProper01
n00b
n00b


Joined: 15 Feb 2016
Posts: 2

PostPosted: Sat Feb 20, 2016 12:56 pm    Post subject: Reply with quote

Thanks for the hint. I have been able to remove the package with
Code:
emerge -Cq perl-core/Locale-Maketext-1.230.0-r1

and now perl-cleaner works.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum