Skip Menu |

This queue is for tickets about the App-FatPacker CPAN distribution.

Report information
The Basics
Id: 107523
Status: new
Priority: 0/
Queue: App-FatPacker

People
Owner: Nobody in particular
Requestors: emmanuel.pierre [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: fatpack dancer2 and plackup ?
Date: Sat, 3 Oct 2015 19:39:11 +0200
To: bug-App-FatPacker [...] rt.cpan.org
From: Emmanuel PIERRE <emmanuel.pierre [...] gmail.com>
Hello, I am trying to make a self contained packages for Synology (perl 5.18) which has no or very ferw packages. Here is the repository of what I want to fatpack: https://github.com/empierre/MyDomoAtHome Here is what I do: fatpack trace --use=Dancer2 ../bin/app2.pl fatpack packlists-for `cat fatpacker.trace` > packlists fatpack tree `cat packlists` (fatpack file; cat ../bin/app2.pl) > myapp2.pl Show quoted text
NAS> perl myapp2.pl
Can't locate Class/Load.pm in @INC (you may need to install the Class::Load module) (@INC contains: /volume1/Romanes/test/../lib FatPacked::1397296=HASH(0x155230) /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at myapp2.pl line 14. BEGIN failed--compilation aborted at myapp2.pl line 14. Compilation failed in require at myapp2.pl line 15102. BEGIN failed--compilation aborted at myapp2.pl line 15102. Compilation failed in require at myapp2.pl line 73166. BEGIN failed--compilation aborted at myapp2.pl line 73166. Show quoted text
NAS> perl plackup-fat.pl
Can't locate Try/Tiny.pm in @INC (you may need to install the Try::Tiny module) (@INC contains: FatPacked::1397328=HASH(0x155250) /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at plackup-fat.pl line 11832. BEGIN failed--compilation aborted at plackup-fat.pl line 11832. Compilation failed in require at plackup-fat.pl line 14809. BEGIN failed--compilation aborted at plackup-fat.pl line 14809.