lizmat / IRC-Client

Raku module for building IRC (Internet Relay Chat) clients
Artistic License 2.0
15 stars 8 forks source link

Installation fails #39

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, I recently trying to install this distribution with zef, but failed.

So, I forked this repository, and running travis.ci build on the fork. It seems okay, but when I override the default travis build using zef install ., it fails. Running test in your repo with zef test . also fail.

It seems, what made it passed the travis build is because of PERL6LIB=lib prove -v -r --exec=perl6 t/ that is default build command for travis, but zefdoesn't work.

Here is 2 builds, (I put a text in README.md to trigger a new build) https://travis-ci.org/faraco/perl6-IRC-Client/builds

zoffixznet commented 7 years ago

but failed

That tells me absolutely nothing. What are the errors?

ghost commented 7 years ago

I updated the comment.

ghost commented 7 years ago

Well, in case you don't see the full edit.


Hi, I recently trying to install this distribution with zef, but failed.

So, I forked this repository, and running travis.ci build on the fork. It seems okay, but when I override the default travis build using zef install ., it fails. Running test in your repo with zef test .

It seems, what made it passed the travis build is because of PERL6LIB=lib prove -v -r --exec=perl6 t/ that is default build command for travis, but zef doesn't work.

Here is 2 builds, (I put a text in README.md to trigger a new build) https://travis-ci.org/faraco/perl6-IRC-Client/builds

zoffixznet commented 7 years ago

I see no new information provided.

ghost commented 7 years ago

what, are you sure?

ghost commented 7 years ago

did you see the link?

I think something is wrong with my github.

ghost commented 7 years ago

the third build https://travis-ci.org/faraco/perl6-IRC-Client/jobs/190618837

Sorry, I had to post in new comment. I think updating the comment actually hide them all.

ghost commented 7 years ago

what, why? Do I need to post screencap?

zoffixznet commented 7 years ago

what, why?

Because you posted 7 messages already and still haven't provided information for what issues there are with this module. All I see is a link to a failed travis build of your fork with all the error information hidden. And when I manually run the command, it tells me the failure is in Test::META and not in this module...

ghost commented 7 years ago

Well, my bad I guess. Someone in IRC said the same about Test::META. So I should --force install it when dealing with zef.

zoffixznet commented 7 years ago

Yeah. The majority of the bots in #perl6 use this module and they seem to work OK.