Bug#1017313: postfix: FTBFS: unistd.h:363:13: error: conflicting types for ‘closefrom’; have ‘void(int)’

2022-09-24 Thread Scott Kitterman
On Saturday, September 24, 2022 5:40:20 AM EDT Christian Göttsche wrote: > control: tags -1 fixed-upstream > > The issue is fixed upstream in version 3.6.5[1]. > > [1]: https://www.postfix.org/announcements/postfix-3.6.5.html Thanks. I'm way behind on updating postfix. I'll try to find the

Bug#1017313: postfix: FTBFS: unistd.h:363:13: error: conflicting types for ‘closefrom’; have ‘void(int)’

2022-09-24 Thread Christian Göttsche
control: tags -1 fixed-upstream The issue is fixed upstream in version 3.6.5[1]. [1]: https://www.postfix.org/announcements/postfix-3.6.5.html

Bug#1017313: postfix: FTBFS: unistd.h:363:13: error: conflicting types for ‘closefrom’; have ‘void(int)’

2022-09-23 Thread Paul Wise
On Fri, 2022-09-23 at 10:45 -0400, Antoine Beaupré wrote: > Would this patch cut it? Not sure where to forward this upstream > either... I think the problem is that HAS_CLOSEFROM is not getting defined even though the unistd.h header clearly has closefrom(). That should be fixed first. Of course

Bug#1017313: postfix: FTBFS: unistd.h:363:13: error: conflicting types for ‘closefrom’; have ‘void(int)’

2022-09-23 Thread Antoine Beaupré
Control: tags -1 +patch On 2022-08-14 10:46:11, Lucas Nussbaum wrote: >> In file included from ./vstream.h:22, >> from attr_print0.c:100: >> /usr/include/unistd.h:363:13: error: conflicting types for ‘closefrom’; have >> ‘void(int)’ >> 363 | extern void closefrom (int __lowfd)

Bug#1017313: postfix: FTBFS: unistd.h:363:13: error: conflicting types for ‘closefrom’; have ‘void(int)’

2022-08-14 Thread Lucas Nussbaum
Source: postfix Version: 3.6.4-1 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: lu...@debian.org Usertags: ftbfs-20220813 ftbfs-bookworm Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > gcc -fPIC -I.