Skip to content

Instantly share code, notes, and snippets.

@metaperl
Created August 21, 2009 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metaperl/171811 to your computer and use it in GitHub Desktop.
Save metaperl/171811 to your computer and use it in GitHub Desktop.
[tbrannon@devel prg]$ sudo cpan Github::Import
Password:
CPAN: Storable loaded ok (v2.15)
Going to read '/root/.cpan/Metadata'
Database was generated on Wed, 19 Aug 2009 16:27:25 GMT
CPAN: LWP::UserAgent loaded ok (v5.829)
CPAN: Time::HiRes loaded ok (v1.9715)
Fetching with LWP:
http://ftp.osuosl.org/pub/CPAN/authors/01mailrc.txt.gz
CPAN: YAML loaded ok (v0.67)
Going to read '/root/.cpan/sources/authors/01mailrc.txt.gz'
............................................................................DONE
Fetching with LWP:
http://ftp.osuosl.org/pub/CPAN/modules/02packages.details.txt.gz
Going to read '/root/.cpan/sources/modules/02packages.details.txt.gz'
Database was generated on Thu, 20 Aug 2009 16:27:07 GMT
............................................................................DONE
Fetching with LWP:
http://ftp.osuosl.org/pub/CPAN/modules/03modlist.data.gz
Going to read '/root/.cpan/sources/modules/03modlist.data.gz'
............................................................................DONE
Going to write /root/.cpan/Metadata
Running install for module 'Github::Import'
Running make for N/NU/NUFFIN/Github-Import-0.05.tar.gz
Fetching with LWP:
http://ftp.osuosl.org/pub/CPAN/authors/id/N/NU/NUFFIN/Github-Import-0.05.tar.gz
CPAN: Digest::SHA loaded ok (v5.47)
Checksum for /root/.cpan/sources/authors/id/N/NU/NUFFIN/Github-Import-0.05.tar.gz ok
CPAN: Archive::Tar loaded ok (v1.40)
Will not use Archive::Tar, need 1.00
Github-Import-0.05/
Github-Import-0.05/.gitignore
Github-Import-0.05/bin/
Github-Import-0.05/bin/github-import
Github-Import-0.05/Changes
Github-Import-0.05/inc/
Github-Import-0.05/inc/Module/
Github-Import-0.05/inc/Module/Install/
Github-Import-0.05/inc/Module/Install/Base.pm
Github-Import-0.05/inc/Module/Install/Can.pm
Github-Import-0.05/inc/Module/Install/Fetch.pm
Github-Import-0.05/inc/Module/Install/Makefile.pm
Github-Import-0.05/inc/Module/Install/Metadata.pm
Github-Import-0.05/inc/Module/Install/Win32.pm
Github-Import-0.05/inc/Module/Install/WriteAll.pm
Github-Import-0.05/inc/Module/Install.pm
Github-Import-0.05/lib/
Github-Import-0.05/lib/Github/
Github-Import-0.05/lib/Github/Import.pm
Github-Import-0.05/Makefile.PL
Github-Import-0.05/MANIFEST
Github-Import-0.05/MANIFEST.SKIP
Github-Import-0.05/META.yml
Github-Import-0.05/README.mkdn
Github-Import-0.05/t/
Github-Import-0.05/t/01load.t
Github-Import-0.05/t/02basic.t
CPAN: File::Temp loaded ok (v0.22)
CPAN.pm: Going to build N/NU/NUFFIN/Github-Import-0.05.tar.gz
Cannot determine perl version info from lib/Github/Import.pm
WARNING: 'All rights reserved' in copyright may invalidate Open Source license.
Checking if your kit is complete...
Looks good
Warning: prerequisite Git 0 not found.
Writing Makefile for Github::Import
---- Unsatisfied dependencies detected during ----
---- NUFFIN/Github-Import-0.05.tar.gz ----
Git [requires]
Shall I follow them and prepend them to the queue
of modules we are processing right now? [yes]
Running make test
Delayed until after prerequisites
Running make install
Delayed until after prerequisites
Running install for module 'Git'
The module Git isn't available on CPAN.
Either the module has not yet been uploaded to CPAN, or it is
temporary unavailable. Please contact the author to find out
more about the status. Try 'i Git'.
Running make for N/NU/NUFFIN/Github-Import-0.05.tar.gz
Has already been unwrapped into directory /root/.cpan/build/Github-Import-0.05-Sbd5tw
CPAN.pm: Going to build N/NU/NUFFIN/Github-Import-0.05.tar.gz
cp lib/Github/Import.pm blib/lib/Github/Import.pm
cp bin/github-import blib/script/github-import
/usr/bin/perl "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/github-import
Manifying blib/man3/Github::Import.3pm
NUFFIN/Github-Import-0.05.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/01load.t ... ok
t/02basic.t .. ok
All tests successful.
Files=2, Tests=10, 2 wallclock secs ( 0.01 usr 0.04 sys + 0.67 cusr 0.51 csys = 1.23 CPU)
Result: PASS
NUFFIN/Github-Import-0.05.tar.gz
Tests succeeded but one dependency not OK (Git)
NUFFIN/Github-Import-0.05.tar.gz
[dependencies] -- NA
Running make install
make test had returned bad status, won't install without force
[tbrannon@devel prg]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment