Bug#869373: Bug#869122: perl: 5.26 FTBFS on hppa: broken miniperl?

John Paul Adrian Glaubitz glaubitz at physik.fu-berlin.de
Mon Jul 24 20:45:36 UTC 2017


On 07/24/2017 10:36 PM, Niko Tyni wrote:
> I feel somewhat uneasy about applying a workaround patch that affects
> all the architectures for the sake of non-release architectures.

Then just apply it conditionally in debian/rules:

ifneq (,$(filter hppa sh4, $(DEB_HOST_ARCH)))
        patch -p1 < debian/patches/hppa-fix.patch
endif

It's not the cleanest solution, but should fix the problem.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz at debian.org
`. `'   Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913




More information about the Perl-maintainers mailing list