I'll give those a look and make change accordingly. On 9/11/2018 9:26 PM, Aki Tuomi wrote:> You know we have rpm packages for 2.3.2.1 available at > https://repo.dovecot.org if you are in a hurry? > > > > --- > Aki Tuomi > Dovecot oy > > -------- Original message -------- > From: Eric Broch <ebroch at whitehorsetc.com> > Date: 12/09/2018 00:35 (GMT+02:00) > To: dovecot at dovecot.org > Subject: Re: make check (pigeonhole) > > Any news on this error on CentOS 7 ? > > Help! > > > On 9/10/2018 9:32 AM, Eric Broch wrote: >> >> I attempted as non-root user and got the exact same error. >> >> >> On 9/10/2018 9:10 AM, Aki Tuomi wrote: >>> Have you attempted this as non-root user? >>> >>> >>> >>> --- >>> Aki Tuomi >>> Dovecot oy >> >> -- >> Eric Broch >> White Horse Technical Consulting (WHTC) > > -- > Eric Broch > White Horse Technical Consulting (WHTC)-- Eric Broch White Horse Technical Consulting (WHTC) -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180911/bbe8d990/attachment.html>
I tried reproducing your problem and I only can make it happen if I run the test suite as root, which is not supported. Aki On 12.09.2018 06:49, Eric Broch wrote:> > I'll give those a look and make change accordingly. > > > On 9/11/2018 9:26 PM, Aki Tuomi wrote: >> You know we have rpm packages for 2.3.2.1 available at >> https://repo.dovecot.org if you are in a hurry? >> >> >> >> --- >> Aki Tuomi >> Dovecot oy >> >> -------- Original message -------- >> From: Eric Broch <ebroch at whitehorsetc.com> >> Date: 12/09/2018 00:35 (GMT+02:00) >> To: dovecot at dovecot.org >> Subject: Re: make check (pigeonhole) >> >> Any news on this error on CentOS 7 ? >> >> Help! >> >> >> On 9/10/2018 9:32 AM, Eric Broch wrote: >>> >>> I attempted as non-root user and got the exact same error. >>> >>> >>> On 9/10/2018 9:10 AM, Aki Tuomi wrote: >>>> Have you attempted this as non-root user? >>>> >>>> >>>> >>>> --- >>>> Aki Tuomi >>>> Dovecot oy >>> >>> -- >>> Eric Broch >>> White Horse Technical Consulting (WHTC) >> >> -- >> Eric Broch >> White Horse Technical Consulting (WHTC) > > -- > Eric Broch > White Horse Technical Consulting (WHTC)-------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180912/1787b759/attachment-0001.html>
Hi Aki, I needed this patch <https://src.fedoraproject.org/cgit/rpms/dovecot.git/tree/dovecot-2.3.0.1-libxcrypt.patch> (fedora): |diff -up dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt dovecot-2.3.0.1/src/auth/mycrypt.c --- dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt 2018-02-28 15:28:58.000000000 +0100 +++ dovecot-2.3.0.1/src/auth/mycrypt.c 2018-03-27 10:57:38.447769201 +0200 @@ -14,6 +14,7 @@ # define _XPG6 /* Some Solaris versions require this, some break with this */ #endif #include <unistd.h> +#include <crypt.h> #include "mycrypt.h" All works well now. Thanks for your help Eric | On 9/12/2018 12:35 AM, Aki Tuomi wrote:> > I tried reproducing your problem and I only can make it happen if I > run the test suite as root, which is not supported. > > Aki > > > On 12.09.2018 06:49, Eric Broch wrote: >> >> I'll give those a look and make change accordingly. >> >> >> On 9/11/2018 9:26 PM, Aki Tuomi wrote: >>> You know we have rpm packages for 2.3.2.1 available at >>> https://repo.dovecot.org if you are in a hurry? >>> >>> >>> >>> --- >>> Aki Tuomi >>> Dovecot oy >>> >>> -------- Original message -------- >>> From: Eric Broch <ebroch at whitehorsetc.com> >>> Date: 12/09/2018 00:35 (GMT+02:00) >>> To: dovecot at dovecot.org >>> Subject: Re: make check (pigeonhole) >>> >>> Any news on this error on CentOS 7 ? >>> >>> Help! >>> >>> >>> On 9/10/2018 9:32 AM, Eric Broch wrote: >>>> >>>> I attempted as non-root user and got the exact same error. >>>> >>>> >>>> On 9/10/2018 9:10 AM, Aki Tuomi wrote: >>>>> Have you attempted this as non-root user? >>>>> >>>>> >>>>> >>>>> --- >>>>> Aki Tuomi >>>>> Dovecot oy >>>> >>>> -- >>>> Eric Broch >>>> White Horse Technical Consulting (WHTC) >>> >>> -- >>> Eric Broch >>> White Horse Technical Consulting (WHTC) >> >> -- >> Eric Broch >> White Horse Technical Consulting (WHTC) >-- Eric Broch White Horse Technical Consulting (WHTC) -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180912/02a56be7/attachment-0001.html>