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

CCLog #349

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module CCLog 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: CCLog
Failed to open file /home/alex/Blin/data/zef-data/store/CCLog.git/99c4fc185410af07016506321b5e9841a757d92c/resources/libCCLog.dylib: No such file or directory
===> Found: CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com> to /home/alex/Blin/data/zef-data/tmp/1549580510.13913.454/CCLog.git
===> Extraction [OK]: CCLog to /home/alex/Blin/data/zef-data/store/CCLog.git
===> Building: CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com>
Command: /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/bin/perl6 -Ilib -e require '/home/alex/Blin/data/zef-data/store/CCLog.git/99c4fc185410af07016506321b5e9841a757d92c/Build.pm6'; ::('Build').new.build('/home/alex/Blin/data/zef-data/store/CCLog.git/99c4fc185410af07016506321b5e9841a757d92c') ?? exit(0) !! exit(1);
gcc -c  -Wall -ICCLog/include  CCLog/src/ccnormal.c -o CCLog/src/ccnormal.o
gcc -c  -Wall -ICCLog/include  CCLog/src/ccwarning.c -o CCLog/src/ccwarning.o
gcc -c  -Wall -ICCLog/include  CCLog/src/ccerror.c -o CCLog/src/ccerror.o
gcc -c  -Wall -ICCLog/include  CCLog/src/cctimer.c -o CCLog/src/cctimer.o
gcc -c  -Wall -ICCLog/include  CCLog/src/ccloop.c -o CCLog/src/ccloop.o
gcc -c  -Wall -ICCLog/include  CCLog/src/ccthread.c -o CCLog/src/ccthread.o
gcc -c  -Wall -ICCLog/include  CCLog/src/ccprint.c -o CCLog/src/ccprint.o
gcc -c  -Wall -ICCLog/include  CCLog/src/ccsay.c -o CCLog/src/ccsay.o
gcc -c  -Wall -ICCLog/include  CCLog/src/ccdie.c -o CCLog/src/ccdie.o
gcc -c  -Wall -ICCLog/include  CCLog/src/ccnetwork.c -o CCLog/src/ccnetwork.o
gcc -c  -Wall -ICCLog/include  CCLog/src/CCLog.c -o CCLog/src/CCLog.o
gcc -o CCLog/bin/ccnormal CCLog/src/CCLog.o CCLog/src/ccnormal.o
gcc -o CCLog/bin/ccwarning CCLog/src/CCLog.o CCLog/src/ccwarning.o
gcc -o CCLog/bin/ccerror CCLog/src/CCLog.o CCLog/src/ccerror.o
gcc -o CCLog/bin/cctimer CCLog/src/CCLog.o CCLog/src/cctimer.o
gcc -o CCLog/bin/ccloop CCLog/src/CCLog.o CCLog/src/ccloop.o
gcc -o CCLog/bin/ccthread CCLog/src/CCLog.o CCLog/src/ccthread.o
gcc -o CCLog/bin/ccprint CCLog/src/CCLog.o CCLog/src/ccprint.o
gcc -o CCLog/bin/ccsay CCLog/src/CCLog.o CCLog/src/ccsay.o
gcc -o CCLog/bin/ccdie CCLog/src/CCLog.o CCLog/src/ccdie.o
gcc -o CCLog/bin/ccnetwork CCLog/src/CCLog.o CCLog/src/ccnetwork.o
gcc -fPIC -shared -Wall -ICCLog/include  CCLog/src/CCLog.c -o CCLog/lib/libCCLog.so
cp CCLog/lib/*.so CCLog/resources
gcc -dynamiclib -current_version 1.0 -Wall -ICCLog/include  CCLog/src/CCLog.o -o CCLog/lib/libCCLog.dylib
gcc: error: 1.0: No such file or directory
gcc: error: unrecognized command line option ‘-current_version’; did you mean ‘-Wconversion’?
Makefile:115: recipe for target 'dylib' failed
Copying resources
make: *** [dylib] Error 1
cp: cannot stat 'CCLog/resources/*.dylib': No such file or directory
copy shell bin to /usr/local/bin!
cp: cannot create regular file '/usr/local/bin/ccdie': Permission denied
cp: cannot create regular file '/usr/local/bin/ccerror': Permission denied
cp: cannot create regular file '/usr/local/bin/ccloop': Permission denied
cp: cannot create regular file '/usr/local/bin/ccnetwork': Permission denied
cp: cannot create regular file '/usr/local/bin/ccnormal': Permission denied
cp: cannot create regular file '/usr/local/bin/ccprint': Permission denied
cp: cannot create regular file '/usr/local/bin/ccsay': Permission denied
cp: cannot create regular file '/usr/local/bin/ccthread': Permission denied
cp: cannot create regular file '/usr/local/bin/cctimer': Permission denied
cp: cannot create regular file '/usr/local/bin/ccwarning': Permission denied
===> Building [FAIL]: CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com>
Failed to build, but continuing with --force-build
===> Testing: CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com>
===> Testing [OK] for CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com>
===> Installing: CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com>
===> Install [FAIL] for CCLog:ver<0.0.6>:auth<github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com>: Failed to open file /home/alex/Blin/data/zef-data/store/CCLog.git/99c4fc185410af07016506321b5e9841a757d92c/resources/libCCLog.dylib: No such file or directory

Ping @ccworld1000

ccworld1000 commented 5 years ago

Specific operating system, gcc, make version, etc., or can provide more information.