Skip to content

Instantly share code, notes, and snippets.

@ugexe
Created May 22, 2017 04:31
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 ugexe/4e4fa970df086ec789dada1164609633 to your computer and use it in GitHub Desktop.
Save ugexe/4e4fa970df086ec789dada1164609633 to your computer and use it in GitHub Desktop.
perl6 -Ilib bin/zef -v --/test install Inline::Perl5
$ perl6 -Ilib bin/zef -v --/test install Inline::Perl5
===> Searching for: Inline::Perl5
===> Found: Inline::Perl5:ver('0.26'):auth('github:niner') [via Zef::Repository::Ecosystems<cpan>]
===> Searching for missing dependencies: LibraryMake, File::Temp
===> Found dependencies: File::Temp [via Zef::Repository::Ecosystems<p6c>]
===> Found dependencies: LibraryMake:ver('1.0.0'):auth('github:retupmoca') [via Zef::Repository::LocalCache]
===> Searching for missing dependencies: Shell::Command, File::Directory::Tree
===> Found dependencies: Shell::Command, File::Directory::Tree:auth('labster') [via Zef::Repository::Ecosystems<p6c>]
===> Searching for missing dependencies: File::Which, File::Find
===> Found dependencies: File::Find:ver('0.1'), File::Which [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Inline::Perl5:ver('0.26'):auth('github:niner') to /home/nickl/.zef/tmp/Inline-Perl5.git
===> Fetching [OK]: File::Temp to /home/nickl/.zef/tmp/p6-File-Temp.git
===> Fetching [OK]: Shell::Command to /home/nickl/.zef/tmp/Shell-Command.git
===> Fetching [OK]: File::Directory::Tree:auth('labster') to /home/nickl/.zef/tmp/p6-file-directory-tree.git
===> Fetching [OK]: File::Find:ver('0.1') to /home/nickl/.zef/tmp/File-Find.git
===> Fetching [OK]: File::Which to /home/nickl/.zef/tmp/perl6-file-which.git
===> Building: Inline::Perl5:ver('0.26'):auth('github:niner')
gcc -Wall p5helper.c -Wl,-E -Wl,-rpath,/home/nickl/perl5/perlbrew/perls/perl-5.24.0/lib/5.24.0/x86_64-linux/CORE -fstack-protector-strong -L/usr/local/lib -L/home/nickl/perl5/perlbrew/perls/perl-5.24.0/lib/5.24.0/x86_64-linux/CORE -lperl -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -I/home/nickl/perl5/perlbrew/perls/perl-5.24.0/lib/5.24.0/x86_64-linux/CORE -shared -o "/home/nickl/.zef/store/Inline-Perl5.git/7bad806e2a150c9284578c4a478cee1ebea20fae/resources/libraries/libp5helper.so" -fPIC -g
===> Building [OK] for Inline::Perl5:ver('0.26'):auth('github:niner')
===> Installing: File::Which
===> Install [OK] for File::Which
===> Installing: File::Find:ver('0.1')
===> Install [OK] for File::Find:ver('0.1')
===> Installing: Shell::Command
===> Install [OK] for Shell::Command
===> Installing: LibraryMake:ver('1.0.0'):auth('github:retupmoca')
===> Install [OK] for LibraryMake:ver('1.0.0'):auth('github:retupmoca')
===> Installing: File::Directory::Tree:auth('labster')
===> Install [OK] for File::Directory::Tree:auth('labster')
===> Installing: File::Temp
===> Install [OK] for File::Temp
===> Installing: Inline::Perl5:ver('0.26'):auth('github:niner')
===> Install [OK] for Inline::Perl5:ver('0.26'):auth('github:niner')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment