Raku / ecosystem-unbitrot

Which modules are not installable?
https://perl6.github.io/ecosystem-unbitrot/
GNU General Public License v3.0
5 stars 4 forks source link

Digest::xxHash #380

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Digest::xxHash cannot be installed (AlwaysFail), perhaps it has some failing tests.

If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

Output:

===> Searching for: Digest::xxHash
===> Found: Digest::xxHash:ver<1.0.1> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Digest::xxHash:ver<1.0.1> to /home/alex/Blin/data/zef-data/tmp/1549579997.28179.2417/digest-xxhash.git
===> Extraction [OK]: Digest::xxHash to /home/alex/Blin/data/zef-data/store/digest-xxhash.git
===> Testing: Digest::xxHash:ver<1.0.1>
Cannot locate native library 'libxxhash.so.0.6.5': libxxhash.so.0.6.5: cannot open shared object file: No such file or directory
  in method setup at /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
  in method CALL-ME at /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
  in sub build-xxhash32 at /home/alex/Blin/data/zef-data/store/digest-xxhash.git/f172db31cec09292583d9c06a03a873b392e7e27/lib/Digest/xxHash.pm6 (Digest::xxHash) line 111
  in sub xxHash32 at /home/alex/Blin/data/zef-data/store/digest-xxhash.git/f172db31cec09292583d9c06a03a873b392e7e27/lib/Digest/xxHash.pm6 (Digest::xxHash) line 87
  in block <unit> at t/01-compare-32bit.t line 14

t/01-compare-32bit.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
Cannot locate native library 'libxxhash.so.0.6.5': libxxhash.so.0.6.5: cannot open shared object file: No such file or directory
  in method setup at /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
  in method CALL-ME at /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
  in sub build-xxhash64 at /home/alex/Blin/data/zef-data/store/digest-xxhash.git/f172db31cec09292583d9c06a03a873b392e7e27/lib/Digest/xxHash.pm6 (Digest::xxHash) line 149
  in sub xxHash64 at /home/alex/Blin/data/zef-data/store/digest-xxhash.git/f172db31cec09292583d9c06a03a873b392e7e27/lib/Digest/xxHash.pm6 (Digest::xxHash) line 125
  in block <unit> at t/02-compare-64bit.t line 15

t/02-compare-64bit.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 

Test Summary Report
-------------------
t/01-compare-32bit.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
t/02-compare-64bit.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
Files=2, Tests=0,  5 wallclock secs ( 0.03 usr  0.00 sys +  4.01 cusr  0.25 csys =  4.29 CPU)
Result: FAIL
===> Testing [FAIL]: Digest::xxHash:ver<1.0.1>
Failed to get passing tests, but continuing with --force-test
===> Installing: Digest::xxHash:ver<1.0.1>
===> Install [OK] for Digest::xxHash:ver<1.0.1>

Ping @atweiden

Previous ticket: #234

atweiden commented 5 years ago

To solve:

arch

pacman -S xxhash

mac

brew install xxhash

void

xbps-install xxHash-devel

other

curl https://codeload.github.com/Cyan4973/{xxHash}/{tar.gz}/{v0.6.5} -o "#1-#3.#2"
tar xvzf xxHash-v0.6.5.tar.gz
cd xxHash-0.6.5
make lib
sudo make PREFIX="/usr" install