Created
April 3, 2018 02:20
This file contains 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
2018.03.129 zoffix@VirtualBox~$ zef install Digest::xxHash | |
===> Searching for: Digest::xxHash | |
===> Updated cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan.json | |
===> Updated p6c mirror: http://ecosystem-api.p6c.org/projects.json | |
===> Found: Digest::xxHash:ver<1.1.0> [via Zef::Repository::Ecosystems<p6c>] | |
===> Fetching: Digest::xxHash | |
Fetching with plugin: Zef::Service::Shell::git+{<anon|1>} | |
===> Fetching [OK]: Digest::xxHash:ver<1.1.0> to /home/zoffix/.zef/tmp/1522721423.28856.4809/digest-xxhash.git | |
===> Extracting: Digest::xxHash | |
Extracting with plugin: Zef::Service::Shell::git+{<anon|1>} | |
===> Extraction [OK]: Digest::xxHash to /home/zoffix/.zef/store/digest-xxhash.git | |
===> Filtering: Digest::xxHash:ver<1.1.0> | |
===> Filtering [OK] for Digest::xxHash:ver<1.1.0> | |
===> Building: Digest::xxHash:ver<1.1.0> | |
Building with plugin: Zef::Service::Shell::Build+{<anon|1>} | |
Command: /home/zoffix/rakudo/install/bin/perl6 -Ilib -e require '/home/zoffix/.zef/store/digest-xxhash.git/cecead8162cfd7efeb8dec6fafce2da7035a5714/Build.pm'; ::('Build').new.build('/home/zoffix/.zef/store/digest-xxhash.git/cecead8162cfd7efeb8dec6fafce2da7035a5714') ?? exit(0) !! exit(1); | |
Building... | |
make: Entering directory `/home/zoffix/.zef/store/digest-xxhash.git/cecead8162cfd7efeb8dec6fafce2da7035a5714/ext/xxHash-0.6.4' | |
gcc -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -O3 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -c -o xxhash.o xxhash.c | |
compiling static library | |
compiling dynamic library 0.6.4 | |
creating versioned links | |
make: Leaving directory `/home/zoffix/.zef/store/digest-xxhash.git/cecead8162cfd7efeb8dec6fafce2da7035a5714/ext/xxHash-0.6.4' | |
Installing... | |
===> Building [OK] for Digest::xxHash:ver<1.1.0> | |
===> Testing: Digest::xxHash:ver<1.1.0> | |
Testing with plugin: Zef::Service::TAP+{<anon|1>} | |
t/01-compare-32bit.t .. ok | |
t/02-compare-64bit.t .. ok | |
All tests successful. | |
Files=2, Tests=2, 1 wallclock secs | |
Result: PASS | |
===> Testing [OK] for Digest::xxHash:ver<1.1.0> | |
===> Installing: Digest::xxHash:ver<1.1.0> | |
===> Install [OK] for Digest::xxHash:ver<1.1.0> | |
2018.03.129 zoffix@VirtualBox~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment