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

Auth::PAM::Simple #342

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Auth::PAM::Simple 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: Auth::PAM::Simple
Failed to open file /home/alex/Blin/data/zef-data/store/P6-Auth-PAM-Simple.git/964a8bb2e1cdf11e9989f4e334f1cac28690d2f4/resources/libauthpamsimple.so: No such file or directory
===> Found: Auth::PAM::Simple:ver<1.0.1>:auth<github:retupmoca> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Auth::PAM::Simple:ver<1.0.1>:auth<github:retupmoca> to /home/alex/Blin/data/zef-data/tmp/1549581938.20720.2560/P6-Auth-PAM-Simple.git
===> Extraction [OK]: Auth::PAM::Simple to /home/alex/Blin/data/zef-data/store/P6-Auth-PAM-Simple.git
===> Building: Auth::PAM::Simple:ver<1.0.1>:auth<github:retupmoca>
Command: /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/bin/perl6 -Ilib -e require '/home/alex/Blin/data/zef-data/store/P6-Auth-PAM-Simple.git/964a8bb2e1cdf11e9989f4e334f1cac28690d2f4/Build.pm'; ::('Build').new.build('/home/alex/Blin/data/zef-data/store/P6-Auth-PAM-Simple.git/964a8bb2e1cdf11e9989f4e334f1cac28690d2f4') ?? exit(0) !! exit(1);
gcc -c -fPIC -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -o libauthpamsimple.o libauthpamsimple.c
libauthpamsimple.c:1:10: fatal error: security/pam_appl.h: No such file or directory
 #include <security/pam_appl.h>
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:7: recipe for target 'libauthpamsimple.o' failed
make: *** [libauthpamsimple.o] Error 1
make exited with signal 2
  in sub make at /home/alex/Blin/installed/LibraryMake_1.0.0/sources/D57EF38F5287179FB7D408925E155FB671060388 (LibraryMake) line 217
  in method build at /home/alex/Blin/data/zef-data/store/P6-Auth-PAM-Simple.git/964a8bb2e1cdf11e9989f4e334f1cac28690d2f4/Build.pm line 7
  in block <unit> at -e line 1

===> Building [FAIL]: Auth::PAM::Simple:ver<1.0.1>:auth<github:retupmoca>
Failed to build, but continuing with --force-build
===> Testing: Auth::PAM::Simple:ver<1.0.1>:auth<github:retupmoca>
Cannot locate native library '/home/alex/Blin/data/zef-data/store/P6-Auth-PAM-Simple.git/964a8bb2e1cdf11e9989f4e334f1cac28690d2f4/resources/libauthpamsimple.so': /home/alex/Blin/data/zef-data/store/P6-Auth-PAM-Simple.git/964a8bb2e1cdf11e9989f4e334f1cac28690d2f4/resources/libauthpamsimple.so: 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 authenticate at /home/alex/Blin/data/zef-data/store/P6-Auth-PAM-Simple.git/964a8bb2e1cdf11e9989f4e334f1cac28690d2f4/lib/Auth/PAM/Simple.pm6 (Auth::PAM::Simple) line 18
  in block <unit> at t/01-basic.t line 9

# Looks like you planned 2 tests, but ran 1
t/01-basic.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/2 subtests 

Test Summary Report
-------------------
t/01-basic.t (Wstat: 65280 Tests: 1 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 2 tests but ran 1.
Files=1, Tests=1,  3 wallclock secs ( 0.02 usr  0.00 sys +  2.40 cusr  0.18 csys =  2.60 CPU)
Result: FAIL
===> Testing [FAIL]: Auth::PAM::Simple:ver<1.0.1>:auth<github:retupmoca>
Failed to get passing tests, but continuing with --force-test
===> Installing: Auth::PAM::Simple:ver<1.0.1>:auth<github:retupmoca>
===> Install [FAIL] for Auth::PAM::Simple:ver<1.0.1>:auth<github:retupmoca>: Failed to open file /home/alex/Blin/data/zef-data/store/P6-Auth-PAM-Simple.git/964a8bb2e1cdf11e9989f4e334f1cac28690d2f4/resources/libauthpamsimple.so: No such file or directory

Ping @retupmoca

Previous ticket: #282