Re: Trouble running lei

2022-05-03 Thread Eric Wong
Konstantin Ryabitsev wrote: > On Tue, May 03, 2022 at 01:50:52PM +0100, Filipe Manana wrote: > > > Perhaps it's already running lei-daemon as an older version? > > > "lei daemon-kill" should kill it and it'll restart on the next > > > command, unless something else got wedged. > > > > Ah,

Re: Trouble running lei

2022-05-03 Thread Konstantin Ryabitsev
On Tue, May 03, 2022 at 01:50:52PM +0100, Filipe Manana wrote: > > Perhaps it's already running lei-daemon as an older version? > > "lei daemon-kill" should kill it and it'll restart on the next > > command, unless something else got wedged. > > Ah, running "lei daemon-kill" fixed it. > I don't

Re: Trouble running lei

2022-05-03 Thread Filipe Manana
On Tue, May 3, 2022 at 12:37 PM Eric Wong wrote: > > Filipe Manana wrote: > > Hello, > > > > I tried both 'master' branch and tag v1.8.0, I did the documented build > > steps: > > > > $ git clone https://public-inbox.org/public-inbox.git/ > > $ cd public-inbox > > > > $ perl Makefile.PL > > $

Re: Trouble running lei

2022-05-03 Thread Eric Wong
Filipe Manana wrote: > Hello, > > I tried both 'master' branch and tag v1.8.0, I did the documented build steps: > > $ git clone https://public-inbox.org/public-inbox.git/ > $ cd public-inbox > > $ perl Makefile.PL > $ make > $ echo $? # success, prints 0 > > $ cd certs > $ /usr/bin/perl

Trouble running lei

2022-05-03 Thread Filipe Manana
Hello, I tried both 'master' branch and tag v1.8.0, I did the documented build steps: $ git clone https://public-inbox.org/public-inbox.git/ $ cd public-inbox $ perl Makefile.PL $ make $ echo $? # success, prints 0 $ cd certs $ /usr/bin/perl ./create-certs.perl $ cd .. $ make test (...) All