Bug#875921: perl: Perl cross-build does not search correct paths for errno.h

2018-11-17 Thread Niko Tyni
Control: forwarded -1 https://rt.perl.org/Ticket/Display.html?id=133662 On Wed, Oct 31, 2018 at 05:17:35PM +0100, Helmut Grohne wrote: > The thing that is presently bad is the 'die "Cannot find errno.h"' part. > My patch changes the logic and makes the script continue branching until > it lands i

Bug#875921: perl: Perl cross-build does not search correct paths for errno.h

2018-10-31 Thread Helmut Grohne
Control: block 798955 by 875921 Hi, I ran into the very same problem in a different setting now. Presently Debian's glibc ships errno.h as /usr/include/errno.h. However, glibc headers are slightly different for kfreebsd and hurd and cannot be coinstalled despite being marked Multi-Arch: same. The

Bug#875921: perl: Perl cross-build does not search correct paths for errno.h

2017-09-16 Thread Wookey
On 2017-09-16 11:16 +0300, Niko Tyni wrote: > On Sat, Sep 16, 2017 at 01:06:48AM +0100, Wookey wrote: > > Package: perl > > Version: 5.24.1-3+deb9u1 > > Severity: normal > > Tags: upstream patch > > > There is no obvious variable in the config file to set up this > > search. The closest is incpth,

Bug#875921: perl: Perl cross-build does not search correct paths for errno.h

2017-09-16 Thread Niko Tyni
On Sat, Sep 16, 2017 at 01:06:48AM +0100, Wookey wrote: > Package: perl > Version: 5.24.1-3+deb9u1 > Severity: normal > Tags: upstream patch > There is no obvious variable in the config file to set up this > search. The closest is incpth, and using that does work, which is what > the attached patc

Bug#875921: perl: Perl cross-build does not search correct paths for errno.h

2017-09-15 Thread Wookey
Package: perl Version: 5.24.1-3+deb9u1 Severity: normal Tags: upstream patch Cross-building perl fails unless there is a copy of errno.h in /usr/include or /usr/local/include. These are almost certainly build-arch files unless you are building in a sysroot. The code is essentially assuming a non-