Bug#526974: perl: FTBFS on kfreebsd-i386: <asm/termios.h> doesn't exist

Niko Tyni ntyni at debian.org
Mon May 4 18:39:13 UTC 2009


Package: perl
Version: 5.10.0-22
Severity: important

The build failed on kfreebsd-i386:

  # Verify that the headers are usable
  for ph in `< /build/buildd/perl-5.10.0/debian/headers sed -e 's/\.h$/.ph/'`; do \
          /build/buildd/perl-5.10.0/perl.static -I /build/buildd/perl-5.10.0/debian/tmp/usr/lib/perl/5.10 -e \
              "print '"$ph": '; require '"$ph"'; print \"ok\n\";" \
                  || exit 1; \
      done
  Can't locate asm/termios.ph in @INC (@INC contains: /build/buildd/perl-5.10.0/debian/tmp/usr/lib/perl/5.10 /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at -e line 1.
  asm/termios.ph: make: *** [install-stamp] Error 1
  
The header file <asm/termios.h> apparently doesn't exist at all on this
architecture, which is of course quite understandable. It's not there
on io.debian.net either.

I'll make the require check skip non-existing files for the next version.
-- 
Niko Tyni   ntyni at debian.org






More information about the Perl-maintainers mailing list