#1010988 libtpms: FTBFS on hppa - error: ‘-fstack-protector’ not supported for this target [-Werror]

#1010988#5
Date:
2022-05-14 19:44:08 UTC
From:
To:
Dear Maintainer,

See:
https://buildd.debian.org/status/fetch.php?pkg=libtpms&arch=hppa&ver=0.9.2-3&stamp=1652542630&raw=0

Simplest fix is to add "-Wno-error" in debian/rules for hppa.

Better fix would be to adjust package to not add ‘-fstack-protector’
on hppa.  It will never be supported since stack grows up.

Regards,
Dave Anglin

#1010988#10
Date:
2023-03-09 16:15:22 UTC
From:
To:
Dear Maintainer,

This can be worked around by configuring with "--disable-hardening"
on hppa.  This can be added in debian/rules.

Regards,
Dave Anglin