Created
October 21, 2015 14:23
-
-
Save calvinchengx/dbc134fd22e2b968de55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:34 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Welcome to JSON (v.2.90) | |
============================= | |
*************************** CAUTION ************************************** | |
* * | |
* INCOMPATIBLE CHANGE (JSON::XS version 2.90) * | |
* * | |
* JSON.pm had patched JSON::XS::Boolean and JSON::PP::Boolean internally * | |
* on loading time for making these modules inherit JSON::Boolean. * | |
* But since JSON::XS v3.0 it use Types::Serialiser as boolean class. * | |
* Then now JSON.pm breaks boolean classe overload features and * | |
* -support_by_pp if JSON::XS v3.0 or later is installed. * | |
* * | |
* JSON::true and JSON::false returned JSON::Boolean objects. * | |
* For workaround, they return JSON::PP::Boolean objects in this version. * | |
* * | |
* isa_ok(JSON::true, 'JSON::PP::Boolean'); * | |
* * | |
* And it discards a feature: * | |
* * | |
* ok(JSON::true eq 'true'); * | |
* * | |
* In other word, JSON::PP::Boolean overload numeric only. * | |
* * | |
* ok( JSON::true == 1 ); * | |
* * | |
************************************************************************** | |
************************** CAUTION ************************** | |
* This is 'JSON version 2' and there are many differences * | |
* to version 1.xx * | |
* Please check your applications useing old version. * | |
* See to 'INCOMPATIBLE CHANGES TO OLD VERSION' and 'TIPS' * | |
************************************************************* | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for JSON | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:34 +0800 | |
make | |
install | |
cp lib/JSON/backportPP.pm blib/lib/JSON/backportPP.pm | |
cp lib/JSON/backportPP/Boolean.pm blib/lib/JSON/backportPP/Boolean.pm | |
cp lib/JSON.pm blib/lib/JSON.pm | |
cp lib/JSON/backportPP/Compat5005.pm blib/lib/JSON/backportPP/Compat5005.pm | |
cp lib/JSON/backportPP/Compat5006.pm blib/lib/JSON/backportPP/Compat5006.pm | |
Manifying blib/man3/JSON::backportPP::Boolean.3pm | |
Manifying blib/man3/JSON::backportPP.3pm | |
Manifying blib/man3/JSON::backportPP::Compat5005.3pm | |
Manifying blib/man3/JSON::backportPP::Compat5006.3pm | |
Manifying blib/man3/JSON.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/JSON.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/JSON/backportPP.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/JSON/backportPP/Boolean.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/JSON/backportPP/Compat5005.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/JSON/backportPP/Compat5006.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/JSON.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/JSON::backportPP.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/JSON::backportPP::Boolean.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/JSON::backportPP::Compat5005.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/JSON::backportPP::Compat5006.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:35 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for URI | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:35 +0800 | |
make | |
install | |
cp URI/nntp.pm blib/lib/URI/nntp.pm | |
cp URI/_segment.pm blib/lib/URI/_segment.pm | |
cp URI/rsync.pm blib/lib/URI/rsync.pm | |
cp URI/_login.pm blib/lib/URI/_login.pm | |
cp URI/pop.pm blib/lib/URI/pop.pm | |
cp URI/file/Base.pm blib/lib/URI/file/Base.pm | |
cp URI/_query.pm blib/lib/URI/_query.pm | |
cp URI.pm blib/lib/URI.pm | |
cp URI/_generic.pm blib/lib/URI/_generic.pm | |
cp URI/urn.pm blib/lib/URI/urn.pm | |
cp URI/IRI.pm blib/lib/URI/IRI.pm | |
cp URI/telnet.pm blib/lib/URI/telnet.pm | |
cp URI/urn/oid.pm blib/lib/URI/urn/oid.pm | |
cp URI/Escape.pm blib/lib/URI/Escape.pm | |
cp URI/_idna.pm blib/lib/URI/_idna.pm | |
cp URI/file/OS2.pm blib/lib/URI/file/OS2.pm | |
cp URI/_ldap.pm blib/lib/URI/_ldap.pm | |
cp URI/QueryParam.pm blib/lib/URI/QueryParam.pm | |
cp URI/ftp.pm blib/lib/URI/ftp.pm | |
cp URI/file/Unix.pm blib/lib/URI/file/Unix.pm | |
cp URI/_punycode.pm blib/lib/URI/_punycode.pm | |
cp URI/ssh.pm blib/lib/URI/ssh.pm | |
cp URI/file/FAT.pm blib/lib/URI/file/FAT.pm | |
cp URI/news.pm blib/lib/URI/news.pm | |
cp URI/mms.pm blib/lib/URI/mms.pm | |
cp URI/Heuristic.pm blib/lib/URI/Heuristic.pm | |
cp URI/file.pm blib/lib/URI/file.pm | |
cp URI/sip.pm blib/lib/URI/sip.pm | |
cp URI/data.pm blib/lib/URI/data.pm | |
cp URI/Split.pm blib/lib/URI/Split.pm | |
cp URI/_userpass.pm blib/lib/URI/_userpass.pm | |
cp URI/file/QNX.pm blib/lib/URI/file/QNX.pm | |
cp URI/ldaps.pm blib/lib/URI/ldaps.pm | |
cp URI/_server.pm blib/lib/URI/_server.pm | |
cp URI/_foreign.pm blib/lib/URI/_foreign.pm | |
cp URI/file/Win32.pm blib/lib/URI/file/Win32.pm | |
cp URI/http.pm blib/lib/URI/http.pm | |
cp URI/sips.pm blib/lib/URI/sips.pm | |
cp URI/gopher.pm blib/lib/URI/gopher.pm | |
cp URI/tn3270.pm blib/lib/URI/tn3270.pm | |
cp URI/ldapi.pm blib/lib/URI/ldapi.pm | |
cp URI/URL.pm blib/lib/URI/URL.pm | |
cp URI/rtsp.pm blib/lib/URI/rtsp.pm | |
cp URI/ldap.pm blib/lib/URI/ldap.pm | |
cp URI/WithBase.pm blib/lib/URI/WithBase.pm | |
cp URI/file/Mac.pm blib/lib/URI/file/Mac.pm | |
cp URI/urn/isbn.pm blib/lib/URI/urn/isbn.pm | |
cp URI/rlogin.pm blib/lib/URI/rlogin.pm | |
cp URI/snews.pm blib/lib/URI/snews.pm | |
cp URI/https.pm blib/lib/URI/https.pm | |
cp URI/rtspu.pm blib/lib/URI/rtspu.pm | |
cp URI/mailto.pm blib/lib/URI/mailto.pm | |
Manifying blib/man3/URI::Split.3pm | |
Manifying blib/man3/URI::data.3pm | |
Manifying blib/man3/URI::_punycode.3pm | |
Manifying blib/man3/URI.3pm | |
Manifying blib/man3/URI::Escape.3pm | |
Manifying blib/man3/URI::Heuristic.3pm | |
Manifying blib/man3/URI::file.3pm | |
Manifying blib/man3/URI::URL.3pm | |
Manifying blib/man3/URI::WithBase.3pm | |
Manifying blib/man3/URI::QueryParam.3pm | |
Manifying blib/man3/URI::ldap.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/_foreign.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/_generic.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/_idna.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/_ldap.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/_login.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/_punycode.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/_query.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/_segment.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/_server.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/_userpass.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/data.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/Escape.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/file.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/ftp.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/gopher.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/Heuristic.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/http.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/https.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/IRI.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/ldap.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/ldapi.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/ldaps.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/mailto.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/mms.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/news.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/nntp.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/pop.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/QueryParam.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/rlogin.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/rsync.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/rtsp.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/rtspu.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/sip.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/sips.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/snews.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/Split.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/ssh.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/telnet.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/tn3270.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/URL.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/urn.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/WithBase.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/file/Base.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/file/FAT.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/file/Mac.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/file/OS2.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/file/QNX.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/file/Unix.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/file/Win32.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/urn/isbn.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/URI/urn/oid.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/URI.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/URI::_punycode.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/URI::data.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/URI::Escape.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/URI::file.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/URI::Heuristic.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/URI::ldap.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/URI::QueryParam.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/URI::Split.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/URI::URL.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/URI::WithBase.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:35 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for LWP::MediaTypes | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:35 +0800 | |
make | |
install | |
cp lib/LWP/MediaTypes.pm blib/lib/LWP/MediaTypes.pm | |
cp lib/LWP/media.types blib/lib/LWP/media.types | |
Manifying blib/man3/LWP::MediaTypes.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/media.types | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/MediaTypes.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/LWP::MediaTypes.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:36 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for Encode::Locale | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:36 +0800 | |
make | |
install | |
cp lib/Encode/Locale.pm blib/lib/Encode/Locale.pm | |
Manifying blib/man3/Encode::Locale.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Encode/Locale.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Encode::Locale.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:36 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for IO::HTML | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:36 +0800 | |
make | |
install | |
cp lib/IO/HTML.pm blib/lib/IO/HTML.pm | |
Manifying blib/man3/IO::HTML.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/HTML.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::HTML.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:36 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for HTTP::Date | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:37 +0800 | |
make | |
install | |
cp lib/HTTP/Date.pm blib/lib/HTTP/Date.pm | |
Manifying blib/man3/HTTP::Date.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/HTTP/Date.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTTP::Date.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:37 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Up/Downgrade not needed. | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for Compress::Raw::Bzip2 | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:37 +0800 | |
make | |
install | |
cc -c -I. -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.064\" -DXS_VERSION=\"2.064\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DBZ_NO_STDIO -DUSE_PPPORT_H blocksort.c | |
cc -c -I. -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.064\" -DXS_VERSION=\"2.064\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DBZ_NO_STDIO -DUSE_PPPORT_H huffman.c | |
cc -c -I. -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.064\" -DXS_VERSION=\"2.064\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DBZ_NO_STDIO -DUSE_PPPORT_H crctable.c | |
cc -c -I. -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.064\" -DXS_VERSION=\"2.064\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DBZ_NO_STDIO -DUSE_PPPORT_H randtable.c | |
cc -c -I. -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.064\" -DXS_VERSION=\"2.064\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DBZ_NO_STDIO -DUSE_PPPORT_H compress.c | |
cc -c -I. -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.064\" -DXS_VERSION=\"2.064\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DBZ_NO_STDIO -DUSE_PPPORT_H decompress.c | |
cc -c -I. -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.064\" -DXS_VERSION=\"2.064\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DBZ_NO_STDIO -DUSE_PPPORT_H bzlib.c | |
cp lib/Compress/Raw/Bzip2.pm blib/lib/Compress/Raw/Bzip2.pm | |
/usr/bin/perl /System/Library/Perl/5.18/ExtUtils/xsubpp -typemap /System/Library/Perl/5.18/ExtUtils/typemap -typemap typemap Bzip2.xs > Bzip2.xsc && mv Bzip2.xsc Bzip2.c | |
Running Mkbootstrap for Compress::Raw::Bzip2 () | |
chmod 644 Bzip2.bs | |
cp Bzip2.bs blib/arch/auto/Compress/Raw/Bzip2/Bzip2.bs | |
chmod 644 blib/arch/auto/Compress/Raw/Bzip2/Bzip2.bs | |
cc -c -I. -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.064\" -DXS_VERSION=\"2.064\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DBZ_NO_STDIO -DUSE_PPPORT_H Bzip2.c | |
rm -f blib/arch/auto/Compress/Raw/Bzip2/Bzip2.bundle | |
cc -mmacosx-version-min=10.11 -arch i386 -arch x86_64 -bundle -undefined dynamic_lookup -fstack-protector blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o Bzip2.o -o blib/arch/auto/Compress/Raw/Bzip2/Bzip2.bundle \ | |
\ | |
chmod 755 blib/arch/auto/Compress/Raw/Bzip2/Bzip2.bundle | |
Manifying blib/man3/Compress::Raw::Bzip2.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/auto/Compress/Raw/Bzip2/Bzip2.bs | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/auto/Compress/Raw/Bzip2/Bzip2.bundle | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/Compress/Raw/Bzip2.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Compress::Raw::Bzip2.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cc called with: -c -I. -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.064" -DXS_VERSION="2.064" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DBZ_NO_STDIO -DUSE_PPPORT_H compress.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I. -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.064" -DXS_VERSION="2.064" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DBZ_NO_STDIO -DUSE_PPPORT_H compress.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I. -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.064" -DXS_VERSION="2.064" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DBZ_NO_STDIO -DUSE_PPPORT_H randtable.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I. -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.064" -DXS_VERSION="2.064" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DBZ_NO_STDIO -DUSE_PPPORT_H randtable.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I. -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.064" -DXS_VERSION="2.064" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DBZ_NO_STDIO -DUSE_PPPORT_H decompress.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I. -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.064" -DXS_VERSION="2.064" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DBZ_NO_STDIO -DUSE_PPPORT_H decompress.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I. -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.064" -DXS_VERSION="2.064" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DBZ_NO_STDIO -DUSE_PPPORT_H bzlib.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I. -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.064" -DXS_VERSION="2.064" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DBZ_NO_STDIO -DUSE_PPPORT_H bzlib.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I. -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.064" -DXS_VERSION="2.064" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DBZ_NO_STDIO -DUSE_PPPORT_H huffman.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I. -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.064" -DXS_VERSION="2.064" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DBZ_NO_STDIO -DUSE_PPPORT_H huffman.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I. -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.064" -DXS_VERSION="2.064" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DBZ_NO_STDIO -DUSE_PPPORT_H blocksort.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I. -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.064" -DXS_VERSION="2.064" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DBZ_NO_STDIO -DUSE_PPPORT_H blocksort.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I. -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.064" -DXS_VERSION="2.064" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DBZ_NO_STDIO -DUSE_PPPORT_H crctable.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I. -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.064" -DXS_VERSION="2.064" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DBZ_NO_STDIO -DUSE_PPPORT_H crctable.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I. -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.064" -DXS_VERSION="2.064" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DBZ_NO_STDIO -DUSE_PPPORT_H Bzip2.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I. -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.064" -DXS_VERSION="2.064" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DBZ_NO_STDIO -DUSE_PPPORT_H Bzip2.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -mmacosx-version-min=10.11 -arch i386 -arch x86_64 -bundle -undefined dynamic_lookup -fstack-protector blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o Bzip2.o -o blib/arch/auto/Compress/Raw/Bzip2/Bzip2.bundle | |
superenv removed: -arch i386 -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -bundle -undefined dynamic_lookup -fstack-protector blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o Bzip2.o -o blib/arch/auto/Compress/Raw/Bzip2/Bzip2.bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:38 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Up/Downgrade not needed. | |
Parsing config.in... | |
Building Zlib enabled | |
Auto Detect Gzip OS Code.. | |
Setting Gzip OS Code to 3 [Unix/Default] | |
Looks Good. | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for Compress::Raw::Zlib | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:38 +0800 | |
make | |
install | |
/usr/bin/perl /System/Library/Perl/5.18/ExtUtils/xsubpp -typemap /System/Library/Perl/5.18/ExtUtils/typemap -typemap typemap Zlib.xs > Zlib.xsc && mv Zlib.xsc Zlib.c | |
cc -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.065\" -DXS_VERSION=\"2.065\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H adler32.c | |
cc -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.065\" -DXS_VERSION=\"2.065\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H crc32.c | |
cc -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.065\" -DXS_VERSION=\"2.065\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H infback.c | |
cc -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.065\" -DXS_VERSION=\"2.065\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H inflate.c | |
cc -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.065\" -DXS_VERSION=\"2.065\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H uncompr.c | |
cc -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.065\" -DXS_VERSION=\"2.065\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H compress.c | |
cp lib/Compress/Raw/Zlib.pm blib/lib/Compress/Raw/Zlib.pm | |
cc -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.065\" -DXS_VERSION=\"2.065\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H deflate.c | |
cc -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.065\" -DXS_VERSION=\"2.065\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H inffast.c | |
cc -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.065\" -DXS_VERSION=\"2.065\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H inftrees.c | |
cc -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.065\" -DXS_VERSION=\"2.065\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H trees.c | |
cc -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.065\" -DXS_VERSION=\"2.065\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H zutil.c | |
Running Mkbootstrap for Compress::Raw::Zlib () | |
chmod 644 Zlib.bs | |
cc -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"2.065\" -DXS_VERSION=\"2.065\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H Zlib.c | |
cp Zlib.bs blib/arch/auto/Compress/Raw/Zlib/Zlib.bs | |
chmod 644 blib/arch/auto/Compress/Raw/Zlib/Zlib.bs | |
rm -f blib/arch/auto/Compress/Raw/Zlib/Zlib.bundle | |
cc -mmacosx-version-min=10.11 -arch i386 -arch x86_64 -bundle -undefined dynamic_lookup -fstack-protector Zlib.o adler32.o crc32.o infback.o inflate.o uncompr.o compress.o deflate.o inffast.o inftrees.o trees.o zutil.o -o blib/arch/auto/Compress/Raw/Zlib/Zlib.bundle \ | |
\ | |
chmod 755 blib/arch/auto/Compress/Raw/Zlib/Zlib.bundle | |
Manifying blib/man3/Compress::Raw::Zlib.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/auto/Compress/Raw/Zlib/Zlib.bs | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/auto/Compress/Raw/Zlib/Zlib.bundle | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/Compress/Raw/Zlib.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Compress::Raw::Zlib.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cc called with: -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H crc32.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I./zlib-src -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H crc32.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H uncompr.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I./zlib-src -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H uncompr.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H adler32.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I./zlib-src -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H adler32.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H infback.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I./zlib-src -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H infback.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H compress.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I./zlib-src -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H compress.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H inflate.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I./zlib-src -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H inflate.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H deflate.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I./zlib-src -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H deflate.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H inftrees.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I./zlib-src -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H inftrees.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H inffast.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I./zlib-src -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H inffast.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H trees.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I./zlib-src -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H trees.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H zutil.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I./zlib-src -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H zutil.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -I./zlib-src -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H Zlib.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -I./zlib-src -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="2.065" -DXS_VERSION="2.065" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 -DUSE_PPPORT_H Zlib.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -mmacosx-version-min=10.11 -arch i386 -arch x86_64 -bundle -undefined dynamic_lookup -fstack-protector Zlib.o adler32.o crc32.o infback.o inflate.o uncompr.o compress.o deflate.o inffast.o inftrees.o trees.o zutil.o -o blib/arch/auto/Compress/Raw/Zlib/Zlib.bundle | |
superenv removed: -arch i386 -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -bundle -undefined dynamic_lookup -fstack-protector Zlib.o adler32.o crc32.o infback.o inflate.o uncompr.o compress.o deflate.o inffast.o inftrees.o trees.o zutil.o -o blib/arch/auto/Compress/Raw/Zlib/Zlib.bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:39 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Up/Downgrade not needed. | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for IO::Compress | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:39 +0800 | |
make | |
install | |
cp bin/zipdetails blib/script/zipdetails | |
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/zipdetails | |
cp lib/IO/Uncompress/Adapter/Bunzip2.pm blib/lib/IO/Uncompress/Adapter/Bunzip2.pm | |
cp lib/Compress/Zlib.pm blib/lib/Compress/Zlib.pm | |
cp lib/IO/Compress/Adapter/Deflate.pm blib/lib/IO/Compress/Adapter/Deflate.pm | |
cp lib/IO/Compress/FAQ.pod blib/lib/IO/Compress/FAQ.pod | |
cp lib/File/GlobMapper.pm blib/lib/File/GlobMapper.pm | |
cp lib/IO/Compress/Base.pm blib/lib/IO/Compress/Base.pm | |
cp lib/IO/Uncompress/Bunzip2.pm blib/lib/IO/Uncompress/Bunzip2.pm | |
cp lib/IO/Compress/RawDeflate.pm blib/lib/IO/Compress/RawDeflate.pm | |
cp lib/IO/Compress/Adapter/Bzip2.pm blib/lib/IO/Compress/Adapter/Bzip2.pm | |
cp lib/IO/Uncompress/RawInflate.pm blib/lib/IO/Uncompress/RawInflate.pm | |
cp lib/IO/Compress/Zip.pm blib/lib/IO/Compress/Zip.pm | |
cp lib/IO/Uncompress/AnyInflate.pm blib/lib/IO/Uncompress/AnyInflate.pm | |
cp lib/IO/Uncompress/Inflate.pm blib/lib/IO/Uncompress/Inflate.pm | |
cp lib/IO/Compress/Deflate.pm blib/lib/IO/Compress/Deflate.pm | |
cp lib/IO/Compress/Zip/Constants.pm blib/lib/IO/Compress/Zip/Constants.pm | |
cp lib/IO/Compress/Bzip2.pm blib/lib/IO/Compress/Bzip2.pm | |
cp lib/IO/Uncompress/Unzip.pm blib/lib/IO/Uncompress/Unzip.pm | |
cp lib/IO/Uncompress/Adapter/Inflate.pm blib/lib/IO/Uncompress/Adapter/Inflate.pm | |
cp lib/IO/Compress/Gzip/Constants.pm blib/lib/IO/Compress/Gzip/Constants.pm | |
cp lib/IO/Uncompress/Gunzip.pm blib/lib/IO/Uncompress/Gunzip.pm | |
cp lib/IO/Compress/Zlib/Constants.pm blib/lib/IO/Compress/Zlib/Constants.pm | |
cp lib/IO/Compress/Base/Common.pm blib/lib/IO/Compress/Base/Common.pm | |
cp lib/IO/Compress/Gzip.pm blib/lib/IO/Compress/Gzip.pm | |
cp lib/IO/Compress/Adapter/Identity.pm blib/lib/IO/Compress/Adapter/Identity.pm | |
cp lib/IO/Uncompress/Base.pm blib/lib/IO/Uncompress/Base.pm | |
cp lib/IO/Uncompress/Adapter/Identity.pm blib/lib/IO/Uncompress/Adapter/Identity.pm | |
cp lib/IO/Uncompress/AnyUncompress.pm blib/lib/IO/Uncompress/AnyUncompress.pm | |
cp lib/IO/Compress/Zlib/Extra.pm blib/lib/IO/Compress/Zlib/Extra.pm | |
Manifying blib/man1/zipdetails.1 | |
Manifying blib/man3/IO::Uncompress::Bunzip2.3pm | |
Manifying blib/man3/IO::Compress::Zip.3pm | |
Manifying blib/man3/IO::Compress::Gzip.3pm | |
Manifying blib/man3/Compress::Zlib.3pm | |
Manifying blib/man3/IO::Compress::RawDeflate.3pm | |
Manifying blib/man3/IO::Compress::Base.3pm | |
Manifying blib/man3/IO::Uncompress::AnyUncompress.3pm | |
Manifying blib/man3/IO::Uncompress::Base.3pm | |
Manifying blib/man3/File::GlobMapper.3pm | |
Manifying blib/man3/IO::Uncompress::AnyInflate.3pm | |
Manifying blib/man3/IO::Compress::Deflate.3pm | |
Manifying blib/man3/IO::Uncompress::Unzip.3pm | |
Manifying blib/man3/IO::Compress::Bzip2.3pm | |
Manifying blib/man3/IO::Uncompress::Inflate.3pm | |
Manifying blib/man3/IO::Compress::FAQ.3pm | |
Manifying blib/man3/IO::Uncompress::RawInflate.3pm | |
Manifying blib/man3/IO::Uncompress::Gunzip.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Compress/Zlib.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/File/GlobMapper.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Compress/Base.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Compress/Bzip2.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Compress/Deflate.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Compress/FAQ.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Compress/Gzip.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Compress/RawDeflate.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Compress/Zip.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Compress/Adapter/Bzip2.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Compress/Adapter/Deflate.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Compress/Adapter/Identity.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Compress/Base/Common.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Compress/Gzip/Constants.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Compress/Zip/Constants.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Compress/Zlib/Constants.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Compress/Zlib/Extra.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Uncompress/AnyInflate.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Uncompress/AnyUncompress.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Uncompress/Base.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Uncompress/Bunzip2.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Uncompress/Gunzip.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Uncompress/Inflate.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Uncompress/RawInflate.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Uncompress/Unzip.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Uncompress/Adapter/Bunzip2.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Uncompress/Adapter/Identity.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Uncompress/Adapter/Inflate.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man1/zipdetails.1 | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Compress::Zlib.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/File::GlobMapper.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Compress::Base.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Compress::Bzip2.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Compress::Deflate.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Compress::FAQ.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Compress::Gzip.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Compress::RawDeflate.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Compress::Zip.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Uncompress::AnyInflate.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Uncompress::AnyUncompress.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Uncompress::Base.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Uncompress::Bunzip2.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Uncompress::Gunzip.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Uncompress::Inflate.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Uncompress::RawInflate.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Uncompress::Unzip.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/bin/zipdetails |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:40 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for HTTP::Message | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:40 +0800 | |
make | |
install | |
cp lib/HTTP/Response.pm blib/lib/HTTP/Response.pm | |
cp lib/HTTP/Message.pm blib/lib/HTTP/Message.pm | |
cp lib/HTTP/Headers/Auth.pm blib/lib/HTTP/Headers/Auth.pm | |
cp lib/HTTP/Request/Common.pm blib/lib/HTTP/Request/Common.pm | |
cp lib/HTTP/Config.pm blib/lib/HTTP/Config.pm | |
cp lib/HTTP/Headers/ETag.pm blib/lib/HTTP/Headers/ETag.pm | |
cp lib/HTTP/Status.pm blib/lib/HTTP/Status.pm | |
cp lib/HTTP/Headers.pm blib/lib/HTTP/Headers.pm | |
cp lib/HTTP/Request.pm blib/lib/HTTP/Request.pm | |
cp lib/HTTP/Headers/Util.pm blib/lib/HTTP/Headers/Util.pm | |
Manifying blib/man3/HTTP::Headers::Util.3pm | |
Manifying blib/man3/HTTP::Headers.3pm | |
Manifying blib/man3/HTTP::Config.3pm | |
Manifying blib/man3/HTTP::Request::Common.3pm | |
Manifying blib/man3/HTTP::Message.3pm | |
Manifying blib/man3/HTTP::Request.3pm | |
Manifying blib/man3/HTTP::Status.3pm | |
Manifying blib/man3/HTTP::Response.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/HTTP/Config.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/HTTP/Headers.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/HTTP/Message.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/HTTP/Request.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/HTTP/Response.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/HTTP/Status.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/HTTP/Headers/Auth.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/HTTP/Headers/ETag.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/HTTP/Headers/Util.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/HTTP/Request/Common.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTTP::Config.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTTP::Headers.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTTP::Headers::Util.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTTP::Message.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTTP::Request.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTTP::Request::Common.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTTP::Response.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTTP::Status.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:41 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for HTTP::Negotiate | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:41 +0800 | |
make | |
install | |
cp lib/HTTP/Negotiate.pm blib/lib/HTTP/Negotiate.pm | |
Manifying blib/man3/HTTP::Negotiate.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/HTTP/Negotiate.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTTP::Negotiate.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:41 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for File::Listing | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:41 +0800 | |
make | |
install | |
cp lib/File/Listing.pm blib/lib/File/Listing.pm | |
Manifying blib/man3/File::Listing.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/File/Listing.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/File::Listing.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:41 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for HTML::Tagset | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:41 +0800 | |
make | |
install | |
cp Tagset.pm blib/lib/HTML/Tagset.pm | |
Manifying blib/man3/HTML::Tagset.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/HTML/Tagset.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTML::Tagset.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:42 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for HTML::Parser | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:42 +0800 | |
make | |
install | |
/usr/bin/perl /System/Library/Perl/5.18/ExtUtils/xsubpp -typemap /System/Library/Perl/5.18/ExtUtils/typemap -typemap typemap Parser.xs > Parser.xsc && mv Parser.xsc Parser.c | |
/usr/bin/perl mkhctype >hctype.h | |
/usr/bin/perl mkpfunc >pfunc.h | |
Running Mkbootstrap for HTML::Parser () | |
chmod 644 Parser.bs | |
cp Parser.bs blib/arch/auto/HTML/Parser/Parser.bs | |
chmod 644 blib/arch/auto/HTML/Parser/Parser.bs | |
cp lib/HTML/LinkExtor.pm blib/lib/HTML/LinkExtor.pm | |
cp lib/HTML/HeadParser.pm blib/lib/HTML/HeadParser.pm | |
cp lib/HTML/Entities.pm blib/lib/HTML/Entities.pm | |
cp lib/HTML/Filter.pm blib/lib/HTML/Filter.pm | |
cp Parser.pm blib/lib/HTML/Parser.pm | |
cp lib/HTML/TokeParser.pm blib/lib/HTML/TokeParser.pm | |
cp lib/HTML/PullParser.pm blib/lib/HTML/PullParser.pm | |
cc -c -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"3.71\" -DXS_VERSION=\"3.71\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DMARKED_SECTION Parser.c | |
rm -f blib/arch/auto/HTML/Parser/Parser.bundle | |
cc -mmacosx-version-min=10.11 -arch i386 -arch x86_64 -bundle -undefined dynamic_lookup -fstack-protector Parser.o -o blib/arch/auto/HTML/Parser/Parser.bundle \ | |
\ | |
chmod 755 blib/arch/auto/HTML/Parser/Parser.bundle | |
Manifying blib/man3/HTML::HeadParser.3pm | |
Manifying blib/man3/HTML::Entities.3pm | |
Manifying blib/man3/HTML::LinkExtor.3pm | |
Manifying blib/man3/HTML::Filter.3pm | |
Manifying blib/man3/HTML::TokeParser.3pm | |
Manifying blib/man3/HTML::Parser.3pm | |
Manifying blib/man3/HTML::PullParser.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/auto/HTML/Parser/Parser.bs | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/auto/HTML/Parser/Parser.bundle | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/HTML/Entities.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/HTML/Filter.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/HTML/HeadParser.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/HTML/LinkExtor.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/HTML/Parser.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/HTML/PullParser.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/HTML/TokeParser.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTML::Entities.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTML::Filter.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTML::HeadParser.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTML::LinkExtor.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTML::Parser.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTML::PullParser.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTML::TokeParser.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cc called with: -c -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="3.71" -DXS_VERSION="3.71" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DMARKED_SECTION Parser.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="3.71" -DXS_VERSION="3.71" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DMARKED_SECTION Parser.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -mmacosx-version-min=10.11 -arch i386 -arch x86_64 -bundle -undefined dynamic_lookup -fstack-protector Parser.o -o blib/arch/auto/HTML/Parser/Parser.bundle | |
superenv removed: -arch i386 -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -bundle -undefined dynamic_lookup -fstack-protector Parser.o -o blib/arch/auto/HTML/Parser/Parser.bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:43 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for HTTP::Daemon | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:43 +0800 | |
make | |
install | |
cp lib/HTTP/Daemon.pm blib/lib/HTTP/Daemon.pm | |
Manifying blib/man3/HTTP::Daemon.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/HTTP/Daemon.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTTP::Daemon.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:43 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for Net::HTTP | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:43 +0800 | |
make | |
install | |
cp lib/Net/HTTP/Methods.pm blib/lib/Net/HTTP/Methods.pm | |
cp lib/Net/HTTPS.pm blib/lib/Net/HTTPS.pm | |
cp lib/Net/HTTP/NB.pm blib/lib/Net/HTTP/NB.pm | |
cp lib/Net/HTTP.pm blib/lib/Net/HTTP.pm | |
Manifying blib/man3/Net::HTTP::NB.3pm | |
Manifying blib/man3/Net::HTTPS.3pm | |
Manifying blib/man3/Net::HTTP.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Net/HTTP.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Net/HTTPS.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Net/HTTP/Methods.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Net/HTTP/NB.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Net::HTTP.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Net::HTTP::NB.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Net::HTTPS.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:44 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for HTTP::Cookies | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:44 +0800 | |
make | |
install | |
cp lib/HTTP/Cookies/Netscape.pm blib/lib/HTTP/Cookies/Netscape.pm | |
cp lib/HTTP/Cookies/Microsoft.pm blib/lib/HTTP/Cookies/Microsoft.pm | |
cp lib/HTTP/Cookies.pm blib/lib/HTTP/Cookies.pm | |
Manifying blib/man3/HTTP::Cookies.3pm | |
Manifying blib/man3/HTTP::Cookies::Netscape.3pm | |
Manifying blib/man3/HTTP::Cookies::Microsoft.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/HTTP/Cookies.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/HTTP/Cookies/Microsoft.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/HTTP/Cookies/Netscape.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTTP::Cookies.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTTP::Cookies::Microsoft.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/HTTP::Cookies::Netscape.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:44 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for WWW::RobotRules | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:44 +0800 | |
make | |
install | |
cp lib/WWW/RobotRules/AnyDBM_File.pm blib/lib/WWW/RobotRules/AnyDBM_File.pm | |
cp lib/WWW/RobotRules.pm blib/lib/WWW/RobotRules.pm | |
Manifying blib/man3/WWW::RobotRules::AnyDBM_File.3pm | |
Manifying blib/man3/WWW::RobotRules.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/WWW/RobotRules.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/WWW/RobotRules/AnyDBM_File.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/WWW::RobotRules.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/WWW::RobotRules::AnyDBM_File.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:44 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for LWP | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:45 +0800 | |
make | |
install | |
cp bin/lwp-request blib/script/lwp-request | |
cp bin/lwp-dump blib/script/lwp-dump | |
cp bin/lwp-mirror blib/script/lwp-mirror | |
cp bin/lwp-download blib/script/lwp-download | |
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-request | |
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-dump | |
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-mirror | |
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-download | |
cp lib/LWP/Protocol/data.pm blib/lib/LWP/Protocol/data.pm | |
cp lib/LWP/MemberMixin.pm blib/lib/LWP/MemberMixin.pm | |
cp lib/LWP/Protocol/mailto.pm blib/lib/LWP/Protocol/mailto.pm | |
cp lib/LWP/Authen/Basic.pm blib/lib/LWP/Authen/Basic.pm | |
cp lib/LWP/ConnCache.pm blib/lib/LWP/ConnCache.pm | |
cp lib/LWP/DebugFile.pm blib/lib/LWP/DebugFile.pm | |
cp lib/LWP/Protocol/nntp.pm blib/lib/LWP/Protocol/nntp.pm | |
cp lib/LWP/Authen/Ntlm.pm blib/lib/LWP/Authen/Ntlm.pm | |
cp lib/LWP/Protocol/GHTTP.pm blib/lib/LWP/Protocol/GHTTP.pm | |
cp lib/LWP/Protocol/ftp.pm blib/lib/LWP/Protocol/ftp.pm | |
cp lib/LWP/Protocol/loopback.pm blib/lib/LWP/Protocol/loopback.pm | |
cp lib/LWP/Debug.pm blib/lib/LWP/Debug.pm | |
cp lib/LWP/Protocol/cpan.pm blib/lib/LWP/Protocol/cpan.pm | |
cp lib/LWP/Protocol/file.pm blib/lib/LWP/Protocol/file.pm | |
cp lib/LWP/Simple.pm blib/lib/LWP/Simple.pm | |
cp lib/LWP/Protocol.pm blib/lib/LWP/Protocol.pm | |
cp lib/LWP/Protocol/gopher.pm blib/lib/LWP/Protocol/gopher.pm | |
cp lwptut.pod blib/lib/lwptut.pod | |
cp lib/LWP/Authen/Digest.pm blib/lib/LWP/Authen/Digest.pm | |
cp lwpcook.pod blib/lib/lwpcook.pod | |
cp lib/LWP.pm blib/lib/LWP.pm | |
cp lib/LWP/RobotUA.pm blib/lib/LWP/RobotUA.pm | |
cp lib/LWP/Protocol/http.pm blib/lib/LWP/Protocol/http.pm | |
cp lib/LWP/UserAgent.pm blib/lib/LWP/UserAgent.pm | |
cp lib/LWP/Protocol/nogo.pm blib/lib/LWP/Protocol/nogo.pm | |
Manifying blib/man1/lwp-download.1 | |
Manifying blib/man1/lwp-mirror.1 | |
Manifying blib/man1/lwp-dump.1 | |
Manifying blib/man1/lwp-request.1 | |
Manifying blib/man3/LWP::Simple.3pm | |
Manifying blib/man3/LWP::ConnCache.3pm | |
Manifying blib/man3/LWP::Protocol.3pm | |
Manifying blib/man3/LWP::Authen::Ntlm.3pm | |
Manifying blib/man3/lwptut.3pm | |
Manifying blib/man3/LWP::Debug.3pm | |
Manifying blib/man3/LWP::UserAgent.3pm | |
Manifying blib/man3/LWP::MemberMixin.3pm | |
Manifying blib/man3/LWP.3pm | |
Manifying blib/man3/lwpcook.3pm | |
Manifying blib/man3/LWP::RobotUA.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/lwpcook.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/lwptut.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/ConnCache.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Debug.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/DebugFile.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/MemberMixin.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Protocol.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/RobotUA.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Simple.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/UserAgent.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Authen/Basic.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Authen/Digest.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Authen/Ntlm.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Protocol/cpan.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Protocol/data.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Protocol/file.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Protocol/ftp.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Protocol/GHTTP.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Protocol/gopher.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Protocol/http.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Protocol/loopback.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Protocol/mailto.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Protocol/nntp.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Protocol/nogo.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man1/lwp-download.1 | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man1/lwp-dump.1 | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man1/lwp-mirror.1 | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man1/lwp-request.1 | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/LWP.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/LWP::Authen::Ntlm.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/LWP::ConnCache.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/LWP::Debug.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/LWP::MemberMixin.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/LWP::Protocol.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/LWP::RobotUA.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/LWP::Simple.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/LWP::UserAgent.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/lwpcook.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/lwptut.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/bin/lwp-download | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/bin/lwp-dump | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/bin/lwp-mirror | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/bin/lwp-request |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:46 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for Mozilla::CA | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:46 +0800 | |
make | |
install | |
cp mk-ca-bundle.pl blib/lib/Mozilla/mk-ca-bundle.pl | |
cp lib/Mozilla/CA.pm blib/lib/Mozilla/CA.pm | |
cp lib/Mozilla/CA/cacert.pem blib/lib/Mozilla/CA/cacert.pem | |
Manifying blib/man3/Mozilla::CA.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Mozilla/CA.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Mozilla/mk-ca-bundle.pl | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Mozilla/CA/cacert.pem | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Mozilla::CA.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:46 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for Try::Tiny | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:46 +0800 | |
make | |
install | |
cp lib/Try/Tiny.pm blib/lib/Try/Tiny.pm | |
Manifying blib/man3/Try::Tiny.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Try/Tiny.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Try::Tiny.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:46 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for IO::Socket::SSL | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:47 +0800 | |
make | |
install | |
cp lib/IO/Socket/SSL.pm blib/lib/IO/Socket/SSL.pm | |
cp lib/IO/Socket/SSL/Utils.pm blib/lib/IO/Socket/SSL/Utils.pm | |
cp lib/IO/Socket/SSL/Intercept.pm blib/lib/IO/Socket/SSL/Intercept.pm | |
Manifying blib/man3/IO::Socket::SSL::Utils.3pm | |
Manifying blib/man3/IO::Socket::SSL::Intercept.3pm | |
Manifying blib/man3/IO::Socket::SSL.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Socket/SSL.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Socket/SSL/Intercept.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/IO/Socket/SSL/Utils.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Socket::SSL.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Socket::SSL::Intercept.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/IO::Socket::SSL::Utils.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:47 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for LWP::Protocol::https | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:47 +0800 | |
make | |
install | |
cp lib/LWP/Protocol/https.pm blib/lib/LWP/Protocol/https.pm | |
Manifying blib/man3/LWP::Protocol::https.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/LWP/Protocol/https.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/LWP::Protocol::https.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:47 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for Test::Harness | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:47 +0800 | |
make | |
install | |
cp bin/prove blib/script/prove | |
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/prove | |
cp lib/TAP/Parser/SourceHandler/RawTAP.pm blib/lib/TAP/Parser/SourceHandler/RawTAP.pm | |
cp lib/App/Prove/State.pm blib/lib/App/Prove/State.pm | |
cp lib/TAP/Formatter/Console/Session.pm blib/lib/TAP/Formatter/Console/Session.pm | |
cp lib/TAP/Formatter/Console.pm blib/lib/TAP/Formatter/Console.pm | |
cp lib/TAP/Parser/YAMLish/Writer.pm blib/lib/TAP/Parser/YAMLish/Writer.pm | |
cp lib/TAP/Parser/Iterator/Process.pm blib/lib/TAP/Parser/Iterator/Process.pm | |
cp lib/TAP/Formatter/Base.pm blib/lib/TAP/Formatter/Base.pm | |
cp lib/TAP/Parser/Iterator/Stream.pm blib/lib/TAP/Parser/Iterator/Stream.pm | |
cp lib/TAP/Parser/Scheduler/Spinner.pm blib/lib/TAP/Parser/Scheduler/Spinner.pm | |
cp lib/TAP/Formatter/Color.pm blib/lib/TAP/Formatter/Color.pm | |
cp lib/App/Prove.pm blib/lib/App/Prove.pm | |
cp lib/TAP/Formatter/Console/ParallelSession.pm blib/lib/TAP/Formatter/Console/ParallelSession.pm | |
cp lib/TAP/Parser/SourceHandler/Executable.pm blib/lib/TAP/Parser/SourceHandler/Executable.pm | |
cp lib/TAP/Parser/Result/YAML.pm blib/lib/TAP/Parser/Result/YAML.pm | |
cp lib/TAP/Parser/Multiplexer.pm blib/lib/TAP/Parser/Multiplexer.pm | |
cp lib/TAP/Parser.pm blib/lib/TAP/Parser.pm | |
cp lib/TAP/Parser/Result/Bailout.pm blib/lib/TAP/Parser/Result/Bailout.pm | |
cp lib/TAP/Parser/IteratorFactory.pm blib/lib/TAP/Parser/IteratorFactory.pm | |
cp lib/TAP/Formatter/Session.pm blib/lib/TAP/Formatter/Session.pm | |
cp lib/TAP/Formatter/File.pm blib/lib/TAP/Formatter/File.pm | |
cp lib/TAP/Parser/Result/Comment.pm blib/lib/TAP/Parser/Result/Comment.pm | |
cp lib/TAP/Parser/YAMLish/Reader.pm blib/lib/TAP/Parser/YAMLish/Reader.pm | |
cp lib/TAP/Parser/Aggregator.pm blib/lib/TAP/Parser/Aggregator.pm | |
cp lib/Test/Harness.pm blib/lib/Test/Harness.pm | |
cp lib/TAP/Parser/ResultFactory.pm blib/lib/TAP/Parser/ResultFactory.pm | |
cp lib/TAP/Harness.pm blib/lib/TAP/Harness.pm | |
cp lib/TAP/Harness/Env.pm blib/lib/TAP/Harness/Env.pm | |
cp lib/App/Prove/State/Result.pm blib/lib/App/Prove/State/Result.pm | |
cp lib/TAP/Parser/SourceHandler/Perl.pm blib/lib/TAP/Parser/SourceHandler/Perl.pm | |
cp lib/TAP/Parser/Result/Version.pm blib/lib/TAP/Parser/Result/Version.pm | |
cp lib/TAP/Parser/Result/Plan.pm blib/lib/TAP/Parser/Result/Plan.pm | |
cp lib/TAP/Parser/Scheduler.pm blib/lib/TAP/Parser/Scheduler.pm | |
cp lib/TAP/Parser/Result/Pragma.pm blib/lib/TAP/Parser/Result/Pragma.pm | |
cp lib/TAP/Parser/Source.pm blib/lib/TAP/Parser/Source.pm | |
cp lib/TAP/Parser/Result/Test.pm blib/lib/TAP/Parser/Result/Test.pm | |
cp lib/TAP/Formatter/File/Session.pm blib/lib/TAP/Formatter/File/Session.pm | |
cp lib/App/Prove/State/Result/Test.pm blib/lib/App/Prove/State/Result/Test.pm | |
cp lib/TAP/Parser/SourceHandler/File.pm blib/lib/TAP/Parser/SourceHandler/File.pm | |
cp lib/TAP/Parser/Result.pm blib/lib/TAP/Parser/Result.pm | |
cp lib/TAP/Parser/Iterator/Array.pm blib/lib/TAP/Parser/Iterator/Array.pm | |
cp lib/TAP/Parser/Grammar.pm blib/lib/TAP/Parser/Grammar.pm | |
cp HACKING.pod blib/lib/Test/HACKING.pod | |
cp lib/TAP/Parser/Scheduler/Job.pm blib/lib/TAP/Parser/Scheduler/Job.pm | |
cp lib/TAP/Parser/Iterator.pm blib/lib/TAP/Parser/Iterator.pm | |
cp lib/TAP/Parser/SourceHandler.pm blib/lib/TAP/Parser/SourceHandler.pm | |
cp lib/TAP/Harness/Beyond.pod blib/lib/TAP/Harness/Beyond.pod | |
cp lib/TAP/Parser/Result/Unknown.pm blib/lib/TAP/Parser/Result/Unknown.pm | |
cp lib/TAP/Base.pm blib/lib/TAP/Base.pm | |
cp lib/TAP/Object.pm blib/lib/TAP/Object.pm | |
cp lib/TAP/Parser/SourceHandler/Handle.pm blib/lib/TAP/Parser/SourceHandler/Handle.pm | |
Manifying blib/man1/prove.1 | |
Manifying blib/man3/TAP::Parser::Scheduler::Job.3pm | |
Manifying blib/man3/TAP::Parser::SourceHandler::Handle.3pm | |
Manifying blib/man3/TAP::Parser::Result::Version.3pm | |
Manifying blib/man3/TAP::Harness::Beyond.3pm | |
Manifying blib/man3/TAP::Formatter::Color.3pm | |
Manifying blib/man3/TAP::Parser::Iterator::Array.3pm | |
Manifying blib/man3/TAP::Harness::Env.3pm | |
Manifying blib/man3/App::Prove::State::Result.3pm | |
Manifying blib/man3/TAP::Formatter::Session.3pm | |
Manifying blib/man3/TAP::Parser::Source.3pm | |
Manifying blib/man3/TAP::Parser::SourceHandler::File.3pm | |
Manifying blib/man3/TAP::Formatter::Base.3pm | |
Manifying blib/man3/TAP::Parser::IteratorFactory.3pm | |
Manifying blib/man3/TAP::Parser::Result::Test.3pm | |
Manifying blib/man3/TAP::Parser::Result::Unknown.3pm | |
Manifying blib/man3/TAP::Parser::Result::YAML.3pm | |
Manifying blib/man3/TAP::Parser::SourceHandler::Perl.3pm | |
Manifying blib/man3/TAP::Parser::Result::Bailout.3pm | |
Manifying blib/man3/TAP::Parser::SourceHandler.3pm | |
Manifying blib/man3/TAP::Formatter::Console::ParallelSession.3pm | |
Manifying blib/man3/TAP::Formatter::File::Session.3pm | |
Manifying blib/man3/TAP::Parser::ResultFactory.3pm | |
Manifying blib/man3/TAP::Formatter::File.3pm | |
Manifying blib/man3/Test::Harness.3pm | |
Manifying blib/man3/TAP::Parser::Result::Pragma.3pm | |
Manifying blib/man3/TAP::Formatter::Console::Session.3pm | |
Manifying blib/man3/TAP::Parser::Aggregator.3pm | |
Manifying blib/man3/TAP::Parser::SourceHandler::RawTAP.3pm | |
Manifying blib/man3/TAP::Parser::Result::Comment.3pm | |
Manifying blib/man3/TAP::Parser.3pm | |
Manifying blib/man3/TAP::Parser::YAMLish::Writer.3pm | |
Manifying blib/man3/TAP::Parser::Result.3pm | |
Manifying blib/man3/TAP::Parser::Scheduler.3pm | |
Manifying blib/man3/TAP::Parser::Iterator.3pm | |
Manifying blib/man3/App::Prove.3pm | |
Manifying blib/man3/Test::HACKING.3pm | |
Manifying blib/man3/TAP::Parser::Multiplexer.3pm | |
Manifying blib/man3/TAP::Parser::SourceHandler::Executable.3pm | |
Manifying blib/man3/App::Prove::State::Result::Test.3pm | |
Manifying blib/man3/TAP::Parser::Result::Plan.3pm | |
Manifying blib/man3/TAP::Parser::YAMLish::Reader.3pm | |
Manifying blib/man3/TAP::Base.3pm | |
Manifying blib/man3/TAP::Parser::Grammar.3pm | |
Manifying blib/man3/TAP::Object.3pm | |
Manifying blib/man3/TAP::Harness.3pm | |
Manifying blib/man3/TAP::Parser::Scheduler::Spinner.3pm | |
Manifying blib/man3/TAP::Parser::Iterator::Process.3pm | |
Manifying blib/man3/App::Prove::State.3pm | |
Manifying blib/man3/TAP::Formatter::Console.3pm | |
Manifying blib/man3/TAP::Parser::Iterator::Stream.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/App/Prove.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/App/Prove/State.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/App/Prove/State/Result.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/App/Prove/State/Result/Test.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Base.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Harness.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Object.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Formatter/Base.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Formatter/Color.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Formatter/Console.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Formatter/File.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Formatter/Session.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Formatter/Console/ParallelSession.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Formatter/Console/Session.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Formatter/File/Session.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Harness/Beyond.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Harness/Env.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Aggregator.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Grammar.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Iterator.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/IteratorFactory.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Multiplexer.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Result.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/ResultFactory.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Scheduler.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Source.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/SourceHandler.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Iterator/Array.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Iterator/Process.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Iterator/Stream.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Result/Bailout.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Result/Comment.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Result/Plan.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Result/Pragma.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Result/Test.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Result/Unknown.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Result/Version.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Result/YAML.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Scheduler/Job.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/Scheduler/Spinner.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/SourceHandler/Executable.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/SourceHandler/File.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/SourceHandler/Handle.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/SourceHandler/Perl.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/SourceHandler/RawTAP.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/YAMLish/Reader.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/TAP/Parser/YAMLish/Writer.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Test/HACKING.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Test/Harness.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man1/prove.1 | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/App::Prove.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/App::Prove::State.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/App::Prove::State::Result.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/App::Prove::State::Result::Test.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Base.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Formatter::Base.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Formatter::Color.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Formatter::Console.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Formatter::Console::ParallelSession.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Formatter::Console::Session.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Formatter::File.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Formatter::File::Session.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Formatter::Session.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Harness.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Harness::Beyond.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Harness::Env.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Object.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Aggregator.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Grammar.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Iterator.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Iterator::Array.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Iterator::Process.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Iterator::Stream.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::IteratorFactory.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Multiplexer.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Result.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Result::Bailout.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Result::Comment.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Result::Plan.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Result::Pragma.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Result::Test.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Result::Unknown.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Result::Version.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Result::YAML.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::ResultFactory.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Scheduler.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Scheduler::Job.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Scheduler::Spinner.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::Source.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::SourceHandler.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::SourceHandler::Executable.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::SourceHandler::File.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::SourceHandler::Handle.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::SourceHandler::Perl.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::SourceHandler::RawTAP.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::YAMLish::Reader.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/TAP::Parser::YAMLish::Writer.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Test::HACKING.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Test::Harness.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/bin/prove |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:48 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for List::Util | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:49 +0800 | |
make | |
install | |
/usr/bin/perl /System/Library/Perl/5.18/ExtUtils/xsubpp -typemap /System/Library/Perl/5.18/ExtUtils/typemap ListUtil.xs > ListUtil.xsc && mv ListUtil.xsc ListUtil.c | |
Running Mkbootstrap for List::Util () | |
chmod 644 Util.bs | |
cp Util.bs blib/arch/auto/List/Util/Util.bs | |
chmod 644 blib/arch/auto/List/Util/Util.bs | |
cp lib/Scalar/Util.pm blib/lib/Scalar/Util.pm | |
cp lib/List/Util/XS.pm blib/lib/List/Util/XS.pm | |
cp lib/List/Util.pm blib/lib/List/Util.pm | |
cp lib/Sub/Util.pm blib/lib/Sub/Util.pm | |
cc -c -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"1.41\" -DXS_VERSION=\"1.41\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" -DPERL_EXT ListUtil.c | |
rm -f blib/arch/auto/List/Util/Util.bundle | |
cc -mmacosx-version-min=10.11 -arch i386 -arch x86_64 -bundle -undefined dynamic_lookup -fstack-protector ListUtil.o -o blib/arch/auto/List/Util/Util.bundle \ | |
\ | |
chmod 755 blib/arch/auto/List/Util/Util.bundle | |
Manifying blib/man3/Sub::Util.3pm | |
Manifying blib/man3/Scalar::Util.3pm | |
Manifying blib/man3/List::Util.3pm | |
Manifying blib/man3/List::Util::XS.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/auto/List/Util/Util.bs | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/auto/List/Util/Util.bundle | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/List/Util.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/List/Util/XS.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/Scalar/Util.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/Sub/Util.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/List::Util.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/List::Util::XS.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Scalar::Util.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Sub::Util.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cc called with: -c -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="1.41" -DXS_VERSION="1.41" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DPERL_EXT ListUtil.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="1.41" -DXS_VERSION="1.41" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -DPERL_EXT ListUtil.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -mmacosx-version-min=10.11 -arch i386 -arch x86_64 -bundle -undefined dynamic_lookup -fstack-protector ListUtil.o -o blib/arch/auto/List/Util/Util.bundle | |
superenv removed: -arch i386 -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -bundle -undefined dynamic_lookup -fstack-protector ListUtil.o -o blib/arch/auto/List/Util/Util.bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:49 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for JSON::PP | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:50 +0800 | |
make | |
install | |
cp bin/json_pp blib/script/json_pp | |
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_pp | |
cp lib/JSON/PP.pm blib/lib/JSON/PP.pm | |
cp lib/JSON/PP/Boolean.pm blib/lib/JSON/PP/Boolean.pm | |
Manifying blib/man1/json_pp.1 | |
Manifying blib/man3/JSON::PP.3pm | |
Manifying blib/man3/JSON::PP::Boolean.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/JSON/PP.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/JSON/PP/Boolean.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man1/json_pp.1 | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/JSON::PP.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/JSON::PP::Boolean.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/bin/json_pp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:50 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for Test::Simple | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:50 +0800 | |
make | |
install | |
cp lib/Test/Builder/IO/Scalar.pm blib/lib/Test/Builder/IO/Scalar.pm | |
cp lib/Test/More.pm blib/lib/Test/More.pm | |
cp lib/Test/Builder/Module.pm blib/lib/Test/Builder/Module.pm | |
cp lib/Test/Builder/Tester/Color.pm blib/lib/Test/Builder/Tester/Color.pm | |
cp lib/Test/Builder.pm blib/lib/Test/Builder.pm | |
cp lib/Test/Simple.pm blib/lib/Test/Simple.pm | |
cp lib/Test/Builder/Tester.pm blib/lib/Test/Builder/Tester.pm | |
cp lib/Test/Tutorial.pod blib/lib/Test/Tutorial.pod | |
Manifying blib/man3/Test::Builder::Tester::Color.3pm | |
Manifying blib/man3/Test::Builder.3pm | |
Manifying blib/man3/Test::More.3pm | |
Manifying blib/man3/Test::Builder::Module.3pm | |
Manifying blib/man3/Test::Builder::Tester.3pm | |
Manifying blib/man3/Test::Builder::IO::Scalar.3pm | |
Manifying blib/man3/Test::Simple.3pm | |
Manifying blib/man3/Test::Tutorial.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Test/Builder.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Test/More.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Test/Simple.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Test/Tutorial.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Test/Builder/Module.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Test/Builder/Tester.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Test/Builder/IO/Scalar.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Test/Builder/Tester/Color.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Test::Builder.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Test::Builder::IO::Scalar.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Test::Builder::Module.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Test::Builder::Tester.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Test::Builder::Tester::Color.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Test::More.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Test::Simple.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Test::Tutorial.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:51 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for CPAN::Meta::YAML | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:51 +0800 | |
make | |
install | |
cp lib/CPAN/Meta/YAML.pm blib/lib/CPAN/Meta/YAML.pm | |
Manifying blib/man3/CPAN::Meta::YAML.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/CPAN/Meta/YAML.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/CPAN::Meta::YAML.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:51 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for Parse::CPAN::Meta | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:51 +0800 | |
make | |
install | |
cp lib/Parse/CPAN/Meta.pm blib/lib/Parse/CPAN/Meta.pm | |
Manifying blib/man3/Parse::CPAN::Meta.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Parse/CPAN/Meta.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Parse::CPAN::Meta.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:51 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Testing if you have a C compiler | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for version::vxs | |
Writing MYMETA.yml and MYMETA.json | |
Writing Makefile for version | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -c -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -o compilet-7HHX8.o compilet-7HHX8.c | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE -c -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -o compilet-7HHX8.o compilet-7HHX8.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -mmacosx-version-min=10.11 -arch i386 -arch x86_64 -bundle -undefined dynamic_lookup -fstack-protector -o compilet-7HHX8.bundle compilet-7HHX8.o | |
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -mmacosx-version-min=10.11 -arch i386 -arch x86_64 -bundle -undefined dynamic_lookup -fstack-protector -o compilet-7HHX8.bundle compilet-7HHX8.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:52 +0800 | |
make | |
install | |
cc -c -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0.9908\" -DXS_VERSION=\"0.9908\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" vutil.c | |
/usr/bin/perl /System/Library/Perl/5.18/ExtUtils/xsubpp -typemap /System/Library/Perl/5.18/ExtUtils/typemap vxs.xs > vxs.xsc && mv vxs.xsc vxs.c | |
Running Mkbootstrap for version::vxs () | |
cp vperl/vpp.pm blib/lib/version/vpp.pm | |
cp lib/version.pod blib/lib/version.pod | |
cp lib/version/Internals.pod blib/lib/version/Internals.pod | |
cp lib/version.pm blib/lib/version.pm | |
cp lib/version/regex.pm blib/lib/version/regex.pm | |
chmod 644 vxs.bs | |
cp vxs.bs ../blib/arch/auto/version/vxs/vxs.bs | |
cp lib/version/vxs.pm ../blib/lib/version/vxs.pm | |
chmod 644 ../blib/arch/auto/version/vxs/vxs.bs | |
cc -c -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION=\"0.9908\" -DXS_VERSION=\"0.9908\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" vxs.c | |
rm -f ../blib/arch/auto/version/vxs/vxs.bundle | |
cc -mmacosx-version-min=10.11 -arch i386 -arch x86_64 -bundle -undefined dynamic_lookup -fstack-protector vutil.o vxs.o -o ../blib/arch/auto/version/vxs/vxs.bundle \ | |
\ | |
chmod 755 ../blib/arch/auto/version/vxs/vxs.bundle | |
Manifying blib/man3/version.3pm | |
Manifying blib/man3/version::Internals.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/auto/version/vxs/vxs.bs | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/auto/version/vxs/vxs.bundle | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/version.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/version.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/version/Internals.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/version/regex.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/version/vpp.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/version/vxs.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/version.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/version::Internals.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cc called with: -c -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="0.9908" -DXS_VERSION="0.9908" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE vutil.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="0.9908" -DXS_VERSION="0.9908" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE vutil.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -c -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Os -DVERSION="0.9908" -DXS_VERSION="0.9908" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE vxs.c | |
superenv removed: -arch i386 -arch x86_64 -g | |
superenv added: -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -c -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -DVERSION="0.9908" -DXS_VERSION="0.9908" -I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE vxs.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
cc called with: -mmacosx-version-min=10.11 -arch i386 -arch x86_64 -bundle -undefined dynamic_lookup -fstack-protector vutil.o vxs.o -o ../blib/arch/auto/version/vxs/vxs.bundle | |
superenv removed: -arch i386 -arch x86_64 | |
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -bundle -undefined dynamic_lookup -fstack-protector vutil.o vxs.o -o ../blib/arch/auto/version/vxs/vxs.bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:52 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for CPAN::Meta::Requirements | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:52 +0800 | |
make | |
install | |
cp lib/CPAN/Meta/Requirements.pm blib/lib/CPAN/Meta/Requirements.pm | |
Manifying blib/man3/CPAN::Meta::Requirements.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/CPAN/Meta/Requirements.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/CPAN::Meta::Requirements.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:53 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for CPAN::Meta | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:53 +0800 | |
make | |
install | |
cp lib/CPAN/Meta/History.pm blib/lib/CPAN/Meta/History.pm | |
cp lib/CPAN/Meta.pm blib/lib/CPAN/Meta.pm | |
cp lib/CPAN/Meta/Validator.pm blib/lib/CPAN/Meta/Validator.pm | |
cp lib/CPAN/Meta/Feature.pm blib/lib/CPAN/Meta/Feature.pm | |
cp lib/CPAN/Meta/Converter.pm blib/lib/CPAN/Meta/Converter.pm | |
cp lib/CPAN/Meta/Spec.pm blib/lib/CPAN/Meta/Spec.pm | |
cp lib/CPAN/Meta/Prereqs.pm blib/lib/CPAN/Meta/Prereqs.pm | |
Manifying blib/man3/CPAN::Meta::Validator.3pm | |
Manifying blib/man3/CPAN::Meta.3pm | |
Manifying blib/man3/CPAN::Meta::Converter.3pm | |
Manifying blib/man3/CPAN::Meta::Feature.3pm | |
Manifying blib/man3/CPAN::Meta::History.3pm | |
Manifying blib/man3/CPAN::Meta::Prereqs.3pm | |
Manifying blib/man3/CPAN::Meta::Spec.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/CPAN/Meta.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/CPAN/Meta/Converter.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/CPAN/Meta/Feature.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/CPAN/Meta/History.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/CPAN/Meta/Prereqs.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/CPAN/Meta/Spec.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/CPAN/Meta/Validator.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/CPAN::Meta.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/CPAN::Meta::Converter.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/CPAN::Meta::Feature.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/CPAN::Meta::History.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/CPAN::Meta::Prereqs.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/CPAN::Meta::Spec.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/CPAN::Meta::Validator.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:53 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for ExtUtils::Helpers | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:53 +0800 | |
make | |
install | |
cp lib/ExtUtils/Helpers/Windows.pm blib/lib/ExtUtils/Helpers/Windows.pm | |
cp lib/ExtUtils/Helpers/Unix.pm blib/lib/ExtUtils/Helpers/Unix.pm | |
cp lib/ExtUtils/Helpers/VMS.pm blib/lib/ExtUtils/Helpers/VMS.pm | |
cp lib/ExtUtils/Helpers.pm blib/lib/ExtUtils/Helpers.pm | |
Manifying blib/man3/ExtUtils::Helpers::VMS.3pm | |
Manifying blib/man3/ExtUtils::Helpers::Unix.3pm | |
Manifying blib/man3/ExtUtils::Helpers::Windows.3pm | |
Manifying blib/man3/ExtUtils::Helpers.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/Helpers.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/Helpers/Unix.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/Helpers/VMS.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/Helpers/Windows.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/ExtUtils::Helpers.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/ExtUtils::Helpers::Unix.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/ExtUtils::Helpers::VMS.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/ExtUtils::Helpers::Windows.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:54 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for ExtUtils::Config | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:54 +0800 | |
make | |
install | |
cp lib/ExtUtils/Config.pm blib/lib/ExtUtils/Config.pm | |
Manifying blib/man3/ExtUtils::Config.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/Config.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/ExtUtils::Config.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:54 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for ExtUtils::InstallPaths | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:54 +0800 | |
make | |
install | |
cp lib/ExtUtils/InstallPaths.pm blib/lib/ExtUtils/InstallPaths.pm | |
Manifying blib/man3/ExtUtils::InstallPaths.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/InstallPaths.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/ExtUtils::InstallPaths.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:54 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for Module::Metadata | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:55 +0800 | |
make | |
install | |
cp lib/Module/Metadata.pm blib/lib/Module/Metadata.pm | |
Manifying blib/man3/Module::Metadata.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Metadata.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Metadata.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:55 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for Perl::OSType | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:55 +0800 | |
make | |
install | |
cp lib/Perl/OSType.pm blib/lib/Perl/OSType.pm | |
Manifying blib/man3/Perl::OSType.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Perl/OSType.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Perl::OSType.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:55 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for ExtUtils::CBuilder | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:55 +0800 | |
make | |
install | |
cp lib/ExtUtils/CBuilder/Base.pm blib/lib/ExtUtils/CBuilder/Base.pm | |
cp lib/ExtUtils/CBuilder/Platform/android.pm blib/lib/ExtUtils/CBuilder/Platform/android.pm | |
cp lib/ExtUtils/CBuilder/Platform/aix.pm blib/lib/ExtUtils/CBuilder/Platform/aix.pm | |
cp lib/ExtUtils/CBuilder/Platform/cygwin.pm blib/lib/ExtUtils/CBuilder/Platform/cygwin.pm | |
cp lib/ExtUtils/CBuilder.pm blib/lib/ExtUtils/CBuilder.pm | |
cp lib/ExtUtils/CBuilder/Platform/darwin.pm blib/lib/ExtUtils/CBuilder/Platform/darwin.pm | |
cp lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm blib/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm | |
cp lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm blib/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm | |
cp lib/ExtUtils/CBuilder/Platform/os2.pm blib/lib/ExtUtils/CBuilder/Platform/os2.pm | |
cp lib/ExtUtils/CBuilder/Platform/VMS.pm blib/lib/ExtUtils/CBuilder/Platform/VMS.pm | |
cp lib/ExtUtils/CBuilder/Platform/dec_osf.pm blib/lib/ExtUtils/CBuilder/Platform/dec_osf.pm | |
cp lib/ExtUtils/CBuilder/Platform/Windows.pm blib/lib/ExtUtils/CBuilder/Platform/Windows.pm | |
cp lib/ExtUtils/CBuilder/Platform/Unix.pm blib/lib/ExtUtils/CBuilder/Platform/Unix.pm | |
cp lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm blib/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm | |
Manifying blib/man3/ExtUtils::CBuilder::Platform::Windows.3pm | |
Manifying blib/man3/ExtUtils::CBuilder.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/CBuilder.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/CBuilder/Base.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/CBuilder/Platform/aix.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/CBuilder/Platform/android.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/CBuilder/Platform/cygwin.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/CBuilder/Platform/darwin.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/CBuilder/Platform/dec_osf.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/CBuilder/Platform/os2.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/CBuilder/Platform/Unix.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/CBuilder/Platform/VMS.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/CBuilder/Platform/Windows.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/CBuilder/Platform/Windows/BCC.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/CBuilder/Platform/Windows/GCC.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/CBuilder/Platform/Windows/MSVC.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/ExtUtils::CBuilder.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/ExtUtils::CBuilder::Platform::Windows.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:56 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Checking if your kit is complete... | |
Looks good | |
Writing Makefile for ExtUtils::ParseXS | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:56 +0800 | |
make | |
install | |
cp lib/ExtUtils/xsubpp blib/script/xsubpp | |
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/xsubpp | |
cp lib/ExtUtils/ParseXS.pod blib/lib/ExtUtils/ParseXS.pod | |
cp lib/ExtUtils/Typemaps/Type.pm blib/lib/ExtUtils/Typemaps/Type.pm | |
cp lib/ExtUtils/xsubpp blib/lib/ExtUtils/xsubpp | |
cp lib/ExtUtils/Typemaps/Cmd.pm blib/lib/ExtUtils/Typemaps/Cmd.pm | |
cp lib/ExtUtils/Typemaps.pm blib/lib/ExtUtils/Typemaps.pm | |
cp lib/ExtUtils/Typemaps/InputMap.pm blib/lib/ExtUtils/Typemaps/InputMap.pm | |
cp lib/ExtUtils/ParseXS/Utilities.pm blib/lib/ExtUtils/ParseXS/Utilities.pm | |
cp lib/ExtUtils/ParseXS/Eval.pm blib/lib/ExtUtils/ParseXS/Eval.pm | |
cp lib/ExtUtils/Typemaps/OutputMap.pm blib/lib/ExtUtils/Typemaps/OutputMap.pm | |
cp lib/ExtUtils/ParseXS/Constants.pm blib/lib/ExtUtils/ParseXS/Constants.pm | |
cp lib/ExtUtils/ParseXS.pm blib/lib/ExtUtils/ParseXS.pm | |
cp lib/ExtUtils/ParseXS/CountLines.pm blib/lib/ExtUtils/ParseXS/CountLines.pm | |
Manifying blib/man1/xsubpp.1 | |
Manifying blib/man3/ExtUtils::Typemaps::OutputMap.3pm | |
Manifying blib/man3/ExtUtils::Typemaps.3pm | |
Manifying blib/man3/ExtUtils::Typemaps::InputMap.3pm | |
Manifying blib/man3/ExtUtils::Typemaps::Cmd.3pm | |
Manifying blib/man3/ExtUtils::ParseXS::Eval.3pm | |
Manifying blib/man3/ExtUtils::ParseXS::Utilities.3pm | |
Manifying blib/man3/ExtUtils::Typemaps::Type.3pm | |
Manifying blib/man3/ExtUtils::ParseXS.3pm | |
Manifying blib/man3/ExtUtils::ParseXS::Constants.3pm | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/ParseXS.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/ParseXS.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/Typemaps.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/xsubpp | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/ParseXS/Constants.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/ParseXS/CountLines.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/ParseXS/Eval.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/ParseXS/Utilities.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/Typemaps/Cmd.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/Typemaps/InputMap.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/Typemaps/OutputMap.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/ExtUtils/Typemaps/Type.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man1/xsubpp.1 | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/ExtUtils::ParseXS.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/ExtUtils::ParseXS::Constants.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/ExtUtils::ParseXS::Eval.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/ExtUtils::ParseXS::Utilities.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/ExtUtils::Typemaps.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/ExtUtils::Typemaps::Cmd.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/ExtUtils::Typemaps::InputMap.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/ExtUtils::Typemaps::OutputMap.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/ExtUtils::Typemaps::Type.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/bin/xsubpp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:56 +0800 | |
perl | |
Makefile.PL | |
INSTALL_BASE=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
# running Build.PL --install_base /usr/local/Cellar/linode-cli/1.4.7/libexec | |
Created MYMETA.yml and MYMETA.json | |
Creating new 'Build' script for 'Module-Build' version '0.4205' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:57 +0800 | |
make | |
install | |
/usr/bin/perl Build --makefile_env_macros 1 install | |
Building Module-Build | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man1/config_data.1 | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/inc/latest.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/inc/latest/private.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/API.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Authoring.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Base.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Bundling.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Compat.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Config.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/ConfigData.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Cookbook.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Dumper.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/ModuleInfo.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Notes.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/PodParser.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/PPMMaker.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Version.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/YAML.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Platform/aix.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Platform/cygwin.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Platform/darwin.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Platform/Default.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Platform/MacOS.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Platform/os2.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Platform/Unix.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Platform/VMS.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Platform/VOS.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Platform/Windows.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/inc::latest.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::API.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Authoring.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Base.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Bundling.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Compat.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::ConfigData.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Cookbook.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::ModuleInfo.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Notes.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Platform::aix.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Platform::cygwin.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Platform::darwin.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Platform::Default.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Platform::MacOS.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Platform::os2.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Platform::Unix.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Platform::VMS.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Platform::VOS.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Platform::Windows.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::PPMMaker.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Version.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::YAML.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/bin/config_data |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:57 +0800 | |
perl | |
Build.PL | |
Creating new 'Build' script for 'Module-Build-Tiny' version '0.039' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:57 +0800 | |
./Build | |
build | |
cp lib/Module/Build/Tiny.pm blib/lib/Module/Build/Tiny.pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:58 +0800 | |
./Build | |
install | |
--install_base=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/Module/Build/Tiny.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/Module::Build::Tiny.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:58 +0800 | |
perl | |
Build.PL | |
Creating new 'Build' script for 'WebService-Linode' version '0.26' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:58 +0800 | |
./Build | |
build | |
cp lib/WebService/Linode/DNS.pm blib/lib/WebService/Linode/DNS.pm | |
cp lib/WebService/Linode.pm blib/lib/WebService/Linode.pm | |
cp lib/WebService/Linode/Base.pm blib/lib/WebService/Linode/Base.pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:58 +0800 | |
./Build | |
install | |
--install_base=/usr/local/Cellar/linode-cli/1.4.7/libexec | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/WebService/Linode.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/WebService/Linode/Base.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/lib/perl5/WebService/Linode/DNS.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/WebService::Linode.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/WebService::Linode::Base.3pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/libexec/man/man3/WebService::Linode::DNS.3pm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:58 +0800 | |
perl | |
Makefile.PL | |
PREFIX=/usr/local/Cellar/linode-cli/1.4.7 | |
Writing Makefile for Linode::CLI | |
Writing MYMETA.yml and MYMETA.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-21 22:19:58 +0800 | |
make | |
install | |
cp linode blib/script/linode | |
cp linode-stackscript blib/script/linode-stackscript | |
cp linode-nodebalancer blib/script/linode-nodebalancer | |
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/linode | |
cp linode-domain blib/script/linode-domain | |
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/linode-nodebalancer | |
cp linode-account blib/script/linode-account | |
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/linode-stackscript | |
cp linode-linode blib/script/linode-linode | |
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/linode-domain | |
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/linode-account | |
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/linode-linode | |
cp lib/Linode/CLI/SystemInfo.pm blib/lib/Linode/CLI/SystemInfo.pm | |
cp lib/Linode/CLI/Object/Stackscript.pm blib/lib/Linode/CLI/Object/Stackscript.pm | |
cp lib/Linode/CLI/Util.pm blib/lib/Linode/CLI/Util.pm | |
cp lib/Linode/CLI/Object/Linode.pm blib/lib/Linode/CLI/Object/Linode.pm | |
cp lib/Linode/CLI/Object/Domain.pm blib/lib/Linode/CLI/Object/Domain.pm | |
cp lib/Linode/CLI/Object.pm blib/lib/Linode/CLI/Object.pm | |
cp lib/Linode/CLI/Object/Account.pm blib/lib/Linode/CLI/Object/Account.pm | |
cp lib/Linode/CLI.pm blib/lib/Linode/CLI.pm | |
cp lib/Linode/CLI/Object/Nodebalancer.pm blib/lib/Linode/CLI/Object/Nodebalancer.pm | |
Manifying blib/man1/linode.1 | |
Manifying blib/man1/linode-domain.1 | |
Manifying blib/man1/linode-nodebalancer.1 | |
Manifying blib/man1/linode-stackscript.1 | |
Manifying blib/man1/linode-account.1 | |
Manifying blib/man1/linode-linode.1 | |
Appending installation info to /usr/local/Cellar/linode-cli/1.4.7/Library/Perl/Updates/5.18.2/darwin-thread-multi-2level/perllocal.pod | |
Installing /usr/local/Cellar/linode-cli/1.4.7/lib/perl5/site_perl/Linode/CLI.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/lib/perl5/site_perl/Linode/CLI/Object.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/lib/perl5/site_perl/Linode/CLI/SystemInfo.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/lib/perl5/site_perl/Linode/CLI/Util.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/lib/perl5/site_perl/Linode/CLI/Object/Account.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/lib/perl5/site_perl/Linode/CLI/Object/Domain.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/lib/perl5/site_perl/Linode/CLI/Object/Linode.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/lib/perl5/site_perl/Linode/CLI/Object/Nodebalancer.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/lib/perl5/site_perl/Linode/CLI/Object/Stackscript.pm | |
Installing /usr/local/Cellar/linode-cli/1.4.7/share/man/man1/linode-account.1 | |
Installing /usr/local/Cellar/linode-cli/1.4.7/share/man/man1/linode-domain.1 | |
Installing /usr/local/Cellar/linode-cli/1.4.7/share/man/man1/linode-linode.1 | |
Installing /usr/local/Cellar/linode-cli/1.4.7/share/man/man1/linode-nodebalancer.1 | |
Installing /usr/local/Cellar/linode-cli/1.4.7/share/man/man1/linode-stackscript.1 | |
Installing /usr/local/Cellar/linode-cli/1.4.7/share/man/man1/linode.1 | |
Installing /usr/local/Cellar/linode-cli/1.4.7/bin/linode | |
Installing /usr/local/Cellar/linode-cli/1.4.7/bin/linode-account | |
Installing /usr/local/Cellar/linode-cli/1.4.7/bin/linode-domain | |
Installing /usr/local/Cellar/linode-cli/1.4.7/bin/linode-linode | |
Installing /usr/local/Cellar/linode-cli/1.4.7/bin/linode-nodebalancer | |
Installing /usr/local/Cellar/linode-cli/1.4.7/bin/linode-stackscript |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: fe3f2424e748aa9323388b8b2b060400aeb06004 | |
Last commit: 52 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: 8-core 64-bit haswell | |
OS X: 10.11-x86_64 | |
Xcode: 7.0.1 | |
CLT: N/A | |
Clang: 7.0 build 700 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p645 | |
Perl: /usr/local/bin/perl => /usr/local/Cellar/perl/5.22.0/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /Users/calvin/.rbenv/shims/ruby => /Users/calvin/.rbenv/versions/2.2.3/bin/ruby | |
Java: 1.8.0_60, 1.8.0_25, 1.6.0_65-b14-468 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: Broken symlinks were found. Remove them with `brew prune`: | |
/usr/local/bin/git-hawser | |
/usr/local/bin/readlink | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libcurl.4.dylib | |
/usr/local/lib/libcurl.dylib | |
/usr/local/lib/libglib-2.0.0.dylib | |
/usr/local/lib/libglib-2.0.dylib | |
/usr/local/lib/libgthread-2.0.0.dylib | |
/usr/local/lib/libgthread-2.0.dylib | |
/usr/local/lib/libiconv.2.dylib | |
/usr/local/lib/libidn.11.dylib | |
/usr/local/lib/libintl.8.dylib | |
/usr/local/lib/libpixman-1.0.dylib | |
/usr/local/lib/libpixman-1.dylib | |
/usr/local/lib/libsodium.13.dylib | |
/usr/local/lib/libusb-1.0.0.dylib | |
/usr/local/lib/libusb-1.0.dylib | |
/usr/local/lib/libzmq.4.dylib | |
Warning: Unbrewed header files were found in /usr/local/include. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected header files: | |
/usr/local/include/custom.h | |
/usr/local/include/sodium/core.h | |
/usr/local/include/sodium/crypto_aead_chacha20poly1305.h | |
/usr/local/include/sodium/crypto_auth.h | |
/usr/local/include/sodium/crypto_auth_hmacsha256.h | |
/usr/local/include/sodium/crypto_auth_hmacsha512.h | |
/usr/local/include/sodium/crypto_auth_hmacsha512256.h | |
/usr/local/include/sodium/crypto_box.h | |
/usr/local/include/sodium/crypto_box_curve25519xsalsa20poly1305.h | |
/usr/local/include/sodium/crypto_core_hsalsa20.h | |
/usr/local/include/sodium/crypto_core_salsa20.h | |
/usr/local/include/sodium/crypto_core_salsa2012.h | |
/usr/local/include/sodium/crypto_core_salsa208.h | |
/usr/local/include/sodium/crypto_generichash.h | |
/usr/local/include/sodium/crypto_generichash_blake2b.h | |
/usr/local/include/sodium/crypto_hash.h | |
/usr/local/include/sodium/crypto_hash_sha256.h | |
/usr/local/include/sodium/crypto_hash_sha512.h | |
/usr/local/include/sodium/crypto_int32.h | |
/usr/local/include/sodium/crypto_int64.h | |
/usr/local/include/sodium/crypto_onetimeauth.h | |
/usr/local/include/sodium/crypto_onetimeauth_poly1305.h | |
/usr/local/include/sodium/crypto_pwhash_scryptsalsa208sha256.h | |
/usr/local/include/sodium/crypto_scalarmult.h | |
/usr/local/include/sodium/crypto_scalarmult_curve25519.h | |
/usr/local/include/sodium/crypto_secretbox.h | |
/usr/local/include/sodium/crypto_secretbox_xsalsa20poly1305.h | |
/usr/local/include/sodium/crypto_shorthash.h | |
/usr/local/include/sodium/crypto_shorthash_siphash24.h | |
/usr/local/include/sodium/crypto_sign.h | |
/usr/local/include/sodium/crypto_sign_ed25519.h | |
/usr/local/include/sodium/crypto_sign_edwards25519sha512batch.h | |
/usr/local/include/sodium/crypto_stream.h | |
/usr/local/include/sodium/crypto_stream_aes128ctr.h | |
/usr/local/include/sodium/crypto_stream_chacha20.h | |
/usr/local/include/sodium/crypto_stream_salsa20.h | |
/usr/local/include/sodium/crypto_stream_salsa2012.h | |
/usr/local/include/sodium/crypto_stream_salsa208.h | |
/usr/local/include/sodium/crypto_stream_xsalsa20.h | |
/usr/local/include/sodium/crypto_uint16.h | |
/usr/local/include/sodium/crypto_uint32.h | |
/usr/local/include/sodium/crypto_uint64.h | |
/usr/local/include/sodium/crypto_uint8.h | |
/usr/local/include/sodium/crypto_verify_16.h | |
/usr/local/include/sodium/crypto_verify_32.h | |
/usr/local/include/sodium/crypto_verify_64.h | |
/usr/local/include/sodium/export.h | |
/usr/local/include/sodium/randombytes.h | |
/usr/local/include/sodium/randombytes_salsa20_random.h | |
/usr/local/include/sodium/randombytes_sysrandom.h | |
/usr/local/include/sodium/runtime.h | |
/usr/local/include/sodium/utils.h | |
/usr/local/include/sodium/version.h | |
/usr/local/include/sodium.h | |
/usr/local/include/TutorialConfig.h | |
/usr/local/include/valgrind/callgrind.h | |
/usr/local/include/valgrind/config.h | |
/usr/local/include/valgrind/drd.h | |
/usr/local/include/valgrind/helgrind.h | |
/usr/local/include/valgrind/libvex.h | |
/usr/local/include/valgrind/libvex_basictypes.h | |
/usr/local/include/valgrind/libvex_emnote.h | |
/usr/local/include/valgrind/libvex_guest_amd64.h | |
/usr/local/include/valgrind/libvex_guest_arm.h | |
/usr/local/include/valgrind/libvex_guest_arm64.h | |
/usr/local/include/valgrind/libvex_guest_mips32.h | |
/usr/local/include/valgrind/libvex_guest_mips64.h | |
/usr/local/include/valgrind/libvex_guest_offsets.h | |
/usr/local/include/valgrind/libvex_guest_ppc32.h | |
/usr/local/include/valgrind/libvex_guest_ppc64.h | |
/usr/local/include/valgrind/libvex_guest_s390x.h | |
/usr/local/include/valgrind/libvex_guest_tilegx.h | |
/usr/local/include/valgrind/libvex_guest_x86.h | |
/usr/local/include/valgrind/libvex_ir.h | |
/usr/local/include/valgrind/libvex_s390x_common.h | |
/usr/local/include/valgrind/libvex_trc_values.h | |
/usr/local/include/valgrind/memcheck.h | |
/usr/local/include/valgrind/pub_tool_addrinfo.h | |
/usr/local/include/valgrind/pub_tool_aspacehl.h | |
/usr/local/include/valgrind/pub_tool_aspacemgr.h | |
/usr/local/include/valgrind/pub_tool_basics.h | |
/usr/local/include/valgrind/pub_tool_basics_asm.h | |
/usr/local/include/valgrind/pub_tool_clientstate.h | |
/usr/local/include/valgrind/pub_tool_clreq.h | |
/usr/local/include/valgrind/pub_tool_debuginfo.h | |
/usr/local/include/valgrind/pub_tool_deduppoolalloc.h | |
/usr/local/include/valgrind/pub_tool_errormgr.h | |
/usr/local/include/valgrind/pub_tool_execontext.h | |
/usr/local/include/valgrind/pub_tool_gdbserver.h | |
/usr/local/include/valgrind/pub_tool_guest.h | |
/usr/local/include/valgrind/pub_tool_hashtable.h | |
/usr/local/include/valgrind/pub_tool_libcassert.h | |
/usr/local/include/valgrind/pub_tool_libcbase.h | |
/usr/local/include/valgrind/pub_tool_libcfile.h | |
/usr/local/include/valgrind/pub_tool_libcprint.h | |
/usr/local/include/valgrind/pub_tool_libcproc.h | |
/usr/local/include/valgrind/pub_tool_libcsetjmp.h | |
/usr/local/include/valgrind/pub_tool_libcsignal.h | |
/usr/local/include/valgrind/pub_tool_machine.h | |
/usr/local/include/valgrind/pub_tool_mallocfree.h | |
/usr/local/include/valgrind/pub_tool_options.h | |
/usr/local/include/valgrind/pub_tool_oset.h | |
/usr/local/include/valgrind/pub_tool_poolalloc.h | |
/usr/local/include/valgrind/pub_tool_rangemap.h | |
/usr/local/include/valgrind/pub_tool_redir.h | |
/usr/local/include/valgrind/pub_tool_replacemalloc.h | |
/usr/local/include/valgrind/pub_tool_seqmatch.h | |
/usr/local/include/valgrind/pub_tool_signals.h | |
/usr/local/include/valgrind/pub_tool_sparsewa.h | |
/usr/local/include/valgrind/pub_tool_stacktrace.h | |
/usr/local/include/valgrind/pub_tool_threadstate.h | |
/usr/local/include/valgrind/pub_tool_tooliface.h | |
/usr/local/include/valgrind/pub_tool_transtab.h | |
/usr/local/include/valgrind/pub_tool_vki.h | |
/usr/local/include/valgrind/pub_tool_vkiscnums.h | |
/usr/local/include/valgrind/pub_tool_vkiscnums_asm.h | |
/usr/local/include/valgrind/pub_tool_wordfm.h | |
/usr/local/include/valgrind/pub_tool_xarray.h | |
/usr/local/include/valgrind/valgrind.h | |
/usr/local/include/valgrind/vki/vki-amd64-linux.h | |
/usr/local/include/valgrind/vki/vki-arm-linux.h | |
/usr/local/include/valgrind/vki/vki-arm64-linux.h | |
/usr/local/include/valgrind/vki/vki-darwin.h | |
/usr/local/include/valgrind/vki/vki-linux-drm.h | |
/usr/local/include/valgrind/vki/vki-linux.h | |
/usr/local/include/valgrind/vki/vki-mips32-linux.h | |
/usr/local/include/valgrind/vki/vki-mips64-linux.h | |
/usr/local/include/valgrind/vki/vki-posixtypes-amd64-linux.h | |
/usr/local/include/valgrind/vki/vki-posixtypes-arm-linux.h | |
/usr/local/include/valgrind/vki/vki-posixtypes-arm64-linux.h | |
/usr/local/include/valgrind/vki/vki-posixtypes-mips32-linux.h | |
/usr/local/include/valgrind/vki/vki-posixtypes-mips64-linux.h | |
/usr/local/include/valgrind/vki/vki-posixtypes-ppc32-linux.h | |
/usr/local/include/valgrind/vki/vki-posixtypes-ppc64-linux.h | |
/usr/local/include/valgrind/vki/vki-posixtypes-s390x-linux.h | |
/usr/local/include/valgrind/vki/vki-posixtypes-x86-linux.h | |
/usr/local/include/valgrind/vki/vki-ppc32-linux.h | |
/usr/local/include/valgrind/vki/vki-ppc64-linux.h | |
/usr/local/include/valgrind/vki/vki-s390x-linux.h | |
/usr/local/include/valgrind/vki/vki-scnums-amd64-linux.h | |
/usr/local/include/valgrind/vki/vki-scnums-arm-linux.h | |
/usr/local/include/valgrind/vki/vki-scnums-arm64-linux.h | |
/usr/local/include/valgrind/vki/vki-scnums-darwin.h | |
/usr/local/include/valgrind/vki/vki-scnums-mips32-linux.h | |
/usr/local/include/valgrind/vki/vki-scnums-mips64-linux.h | |
/usr/local/include/valgrind/vki/vki-scnums-ppc32-linux.h | |
/usr/local/include/valgrind/vki/vki-scnums-ppc64-linux.h | |
/usr/local/include/valgrind/vki/vki-scnums-s390x-linux.h | |
/usr/local/include/valgrind/vki/vki-scnums-x86-linux.h | |
/usr/local/include/valgrind/vki/vki-x86-linux.h | |
/usr/local/include/valgrind/vki/vki-xen-domctl.h | |
/usr/local/include/valgrind/vki/vki-xen-evtchn.h | |
/usr/local/include/valgrind/vki/vki-xen-gnttab.h | |
/usr/local/include/valgrind/vki/vki-xen-hvm.h | |
/usr/local/include/valgrind/vki/vki-xen-memory.h | |
/usr/local/include/valgrind/vki/vki-xen-mmuext.h | |
/usr/local/include/valgrind/vki/vki-xen-sysctl.h | |
/usr/local/include/valgrind/vki/vki-xen-tmem.h | |
/usr/local/include/valgrind/vki/vki-xen-version.h | |
/usr/local/include/valgrind/vki/vki-xen-x86.h | |
/usr/local/include/valgrind/vki/vki-xen.h | |
/usr/local/include/zmq.h | |
/usr/local/include/zmq_utils.h | |
Warning: Unbrewed .la files were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .la files: | |
/usr/local/lib/libsodium.la | |
/usr/local/lib/libzmq.la | |
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .pc files: | |
/usr/local/lib/pkgconfig/libsodium.pc | |
/usr/local/lib/pkgconfig/libzmq.pc | |
/usr/local/lib/pkgconfig/valgrind.pc | |
Warning: Unbrewed static libraries were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected static libraries: | |
/usr/local/lib/libcurl.a | |
/usr/local/lib/libglib-2.0.a | |
/usr/local/lib/libgthread-2.0.a | |
/usr/local/lib/libpixman-1.a | |
/usr/local/lib/libsodium.a | |
/usr/local/lib/libusb-1.0.a | |
/usr/local/lib/libzmq.a | |
Warning: You have a curlrc file | |
If you have trouble downloading packages with Homebrew, then maybe this | |
is the problem? If the following command doesn't work, then try removing | |
your curlrc: | |
curl https://github.com | |
Warning: Some keg-only formula are linked into the Cellar. | |
Linking a keg-only formula, such as gettext, into the cellar with | |
`brew link <formula>` will cause other formulae to detect them during | |
the `./configure` step. This may cause problems when compiling those | |
other formulae. | |
Binaries provided by keg-only formulae may override system binaries | |
with other strange results. | |
You may wish to `brew unlink` these brews: | |
perl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Formula: linode-cli | |
Tap: linode/homebrew-cli | |
Path: /usr/local/Library/Taps/linode/homebrew-cli/linode-cli.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment