Re: postfix-3.6.2 compilation fails with glibc-2.34

2021-08-04 Thread Jaroslav Skarvada
On Thu, Jul 29, 2021 at 3:15 PM Wietse Venema wrote: > > Wietse Venema: > > Wietse Venema: > > > Jaroslav Skarvada: > > > > Hi, > > > > > > > > glibc-2.34 introduced the closefrom function which causes postfix build > > > > to fail: > > > > > > > > In file included from ./vstream.h:22, > > > >

Re: postfix-3.6.2 compilation fails with glibc-2.34

2021-07-29 Thread Wietse Venema
Wietse Venema: > Wietse Venema: > > Jaroslav Skarvada: > > > Hi, > > > > > > glibc-2.34 introduced the closefrom function which causes postfix build > > > to fail: > > > > > > In file included from ./vstream.h:22, > > > from attr_print64.c:100: > > >

Re: postfix-3.6.2 compilation fails with glibc-2.34

2021-07-29 Thread Wietse Venema
Wietse Venema: > Jaroslav Skarvada: > > Hi, > > > > glibc-2.34 introduced the closefrom function which causes postfix build to > > fail: > > > > In file included from ./vstream.h:22, > > from attr_print64.c:100: > > /usr/include/unistd.h:363:13: error: conflicting types for

Re: postfix-3.6.2 compilation fails with glibc-2.34

2021-07-29 Thread Wietse Venema
Jaroslav Skarvada: > Hi, > > glibc-2.34 introduced the closefrom function which causes postfix build to > fail: > > In file included from ./vstream.h:22, > from attr_print64.c:100: > /usr/include/unistd.h:363:13: error: conflicting types for 'closefrom'; have > 'vo > 363 |

postfix-3.6.2 compilation fails with glibc-2.34

2021-07-29 Thread Jaroslav Skarvada
Hi, glibc-2.34 introduced the closefrom function which causes postfix build to fail: In file included from ./vstream.h:22, from attr_print64.c:100: /usr/include/unistd.h:363:13: error: conflicting types for 'closefrom'; have 'vo 363 | extern void closefrom (int __lowfd)