Skip to content

Instantly share code, notes, and snippets.

@mudler
Created November 19, 2014 22:32
Show Gist options
  • Save mudler/91ee7736faaaf1217dde to your computer and use it in GitHub Desktop.
Save mudler/91ee7736faaaf1217dde to your computer and use it in GitHub Desktop.
Error JQuery plugin
Searching Mojolicious::Plugin::JQuery on cpanmetadb ...
--> Working on Mojolicious::Plugin::JQuery
Fetching http://www.cpan.org/authors/id/F/FE/FERRO/Mojolicious-Plugin-JQuery-2.11001.tar.gz
-> OK
Unpacking Mojolicious-Plugin-JQuery-2.11001.tar.gz
Entering Mojolicious-Plugin-JQuery-2.11001
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.66)
Configuring Mojolicious-Plugin-JQuery-2.11001
Running Makefile.PL
Warning: prerequisite perl 5.008005 not found.
Checking if your kit is complete...
Looks good
Writing Makefile for Mojolicious-Plugin-JQuery
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Test::More 0.96 ... Yes (1.001006)
Checking if you have File::Find 0.96 ... Yes (1.23)
Checking if you have Mojolicious::Plugin::AssetPack 0.21 ... Yes (0.31)
Checking if you have File::Basename 0.96 ... Yes (2.84)
Checking if you have Mojolicious 5.00 ... Yes (5.29)
Building and testing Mojolicious-Plugin-JQuery-2.11001
cp lib/Mojolicious/Plugin/JQuery/js/jquery-1.11.1.js blib/lib/Mojolicious/Plugin/JQuery/js/jquery-1.11.1.js
cp lib/Mojolicious/Plugin/JQuery/js/jquery-migrate-1.2.1.js blib/lib/Mojolicious/Plugin/JQuery/js/jquery-migrate-1.2.1.js
cp lib/Mojolicious/Plugin/JQuery/js/jquery-2.1.1.js blib/lib/Mojolicious/Plugin/JQuery/js/jquery-2.1.1.js
cp demo.pl blib/lib/demo.pl
cp lib/Mojolicious/Plugin/JQuery.pm blib/lib/Mojolicious/Plugin/JQuery.pm
Manifying blib/man3/Mojolicious::Plugin::JQuery.3pm
PERL_DL_NONLAZY=1 /usr/bin/perl5.18.2 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-basic.t ....... ok
t/files.t .......... ok
t/pack.t ........... ok
# production
# development
# Failed test 'element for selector "script[src^="/js/jquery-2."]" exists'
# at t/synopsis.t line 24.
# Looks like you failed 1 test of 4.
t/synopsis.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests
t/with-jquery-1.t .. ok
t/with-migrate.t ... ok
Test Summary Report
-------------------
t/synopsis.t (Wstat: 256 Tests: 4 Failed: 1)
Failed test: 4
Non-zero exit status: 1
Files=6, Tests=31, 1 wallclock secs ( 0.02 usr 0.01 sys + 1.07 cusr 0.09 csys = 1.19 CPU)
Result: FAIL
Failed 1/6 test programs. 1/31 subtests failed.
Makefile:837: set di istruzioni per l'obiettivo "test_dynamic" non riuscito
make: *** [test_dynamic] Errore 255
-> FAIL Installing Mojolicious::Plugin::JQuery failed. See /root/.cpanm/work/1416436131.25685/build.log for details. Retry with --force to force install it.
Expiring 27 work directories.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment