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

`Net::ZMQ` failing without `libzmq.so` #318

Closed benjif closed 6 years ago

benjif commented 6 years ago

https://toast.perl6.party/module?module=Net::ZMQ&commit=2018.06

Cannot locate native library 'libzmq.so.5': libzmq.so.5: cannot open shared object file: No such file or directory
  in method setup at /home/cpan/toaster/build/2018_06/install/share/perl6/sources/24DD121B5B4774C04A7084827BFAD92199756E03 (NativeCall) line 283
AlexDaniel commented 6 years ago

This was the ticket for Net::ZMQ: https://github.com/perl6/ecosystem-unbitrot/issues/116

So the module is installable as long as the lib is installed, which is fine. There is a way for a module to signal which native libs it needs, but during this squashathon it was decided not to enforce this yet (maybe next time).

In other words, the module is OK for now, and the ticket can be closed!