-
Notifications
You must be signed in to change notification settings - Fork 213
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
cannot open file ... 02packages.details.txt.gz': No such file or directory opening compressed index #646
Comments
You're making up a feature. It doesn't exist, and is not mentioned in the documentation. Carton and Carmel does have this feature. |
I thought that If this is a feature, could you please implement probably
|
Again, I recommend you to check out Carmel, because the tool is made precisely for that workflow. See comment in #647 on how to get started. Carmel has some perl dependencies, but you don't have to use Carmel on a production host - you can use |
The main benefit of |
Yes, but you can then install Carmel with For example, you can install Carmel locally with |
Probably this is issue for
If I provide absolute path, then installation works. For Errors are:
|
experimenting inside container: # cpanm -n -L ext2 Carmel
# perl -Iext2/lib/perl5/ ext2/bin/carmel
error: # perl -Iext2/lib/perl5/ ext2/bin/carmel install
same error: Can not get |
When do Got many errors like:
And unfortunately
|
Yep, seems to be an issue with cwd. I figured you eventually got it working perl-carton/carton#282 though.
This is unfortunate. Carmel has a stricter policy around module configuration and relocation after install as compared to Carton, and it seems some of your dependencies fall into that category. I'm happy to take a look if you post a full cpanfile somewhere though. In general I strongly recommend Carmel over Carton, but Carton might be a shorter path to get working assuming your dep list is gigantic and some modules might have problems with relocations. |
I used your cpanfile posted in another PR, and got it working just fine, except Imager and SSLeacy which failed due to missing C libraries. I recommend you to trim down the number of modules in cpanfile to just the ones that cause issues, and open a new issue in https://github.com/miyagawa/Carmel |
On one host I have installed modules:
tar
vendor
folder and move it to other host,untar
.Then on this host I want to install from this bundle.
It seems
02packages.details.txt.gz
should be stored intovendor/cache/modules
The text was updated successfully, but these errors were encountered: