Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't pinto pull & pinto install List::MoreUtils on perl v5.22 #233

Open
akarelas opened this issue Dec 16, 2016 · 3 comments
Open

Can't pinto pull & pinto install List::MoreUtils on perl v5.22 #233

akarelas opened this issue Dec 16, 2016 · 3 comments

Comments

@akarelas
Copy link

akarelas commented Dec 16, 2016

List::MoreUtils requires XSLoader module 0.22, but XSLoader is a core module, and perl 5.22 only has 0.20.

So pinto pull & pinto install do nothing on XSLoader, and fails to install List::MoreUtils.

Do I have to do something differently, or is this a bug of Pinto?

@akarelas
Copy link
Author

akarelas commented Dec 16, 2016

Is the correct solution to do this (which just worked for me): pinto pull SAPER/XSLoader-0.24.tar.gz ?
and pinto install the same ?

@akarelas
Copy link
Author

Even if this is the correct way, this correct way to install dual modules should be in the documentation somewhere. I found it by looking at the test directory. Please write it in the documentation.

@Deracination
Copy link

Deracination commented Jan 23, 2017

I'm seeing the same issue on perl 5.24, but pinto pull SAPER/XSLoader-0.24.tar.gz doesn't solve the problem. It just reports 'No changes were made'

As far as I can see, pinto refuses to replace/update modules which are listed as belonging to 'F/FAKE/perl' in 02packages.details.txt.gz

It also seems to be some interaction with perlbrew and cpanm as cpanm isn't detecting that more recent versions of the modules are already installed as it skips modules listed with F/FA/FAKE/perl, even though the updated module is actually present in the repo mirror

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants